Repository: nakano000/Resolve_Script
Branch: main
Commit: fa80ea4d6cef
Files: 576
Total size: 10.2 MB
Directory structure:
gitextract_xg602xex/
├── .gitignore
├── AHK/
│ └── voicepeak1.2.1.ahk
├── LICENSE
├── Preset/
│ ├── Background/
│ │ └── 透明.setting
│ ├── ImageTab/
│ │ ├── 1280x720.setting
│ │ ├── 1980x1080.setting
│ │ ├── 3840x2160.setting
│ │ ├── 7680x4320.setting
│ │ ├── UseFrameFormatSettings_ON.setting
│ │ └── 色深度_int8.setting
│ ├── ImageTab(square)/
│ │ ├── 1024x1024.setting
│ │ ├── 2048x2048.setting
│ │ ├── 4096x4096.setting
│ │ ├── 8192x8192.setting
│ │ └── UseFrameFormatSettings_ON.setting
│ └── TextPlus/
│ ├── Filter/
│ │ ├── テキスト.txt
│ │ ├── テキスト_サイズ.txt
│ │ ├── テキスト_フォント.txt
│ │ └── テキスト_フォント_サイズ.txt
│ ├── 字幕_白.setting
│ ├── 字幕_白_紫.setting
│ ├── 字幕_白_緑.setting
│ ├── 字幕_白_茶.setting
│ ├── 字幕_白_赤.setting
│ └── 字幕_白_赤紫.setting
├── README.md
├── Scripts/
│ ├── Comp/
│ │ ├── PathMapper.lua
│ │ ├── PrintNames.lua
│ │ ├── Prototype/
│ │ │ └── Import(PsdSplitter)_NO_EXP.py3
│ │ └── Refresh.lua
│ └── Edit/
│ └── Marker2Chapter.lua
├── Templates/
│ ├── Edit/
│ │ └── Generators/
│ │ ├── WhiteCUL.setting
│ │ ├── old/
│ │ │ ├── SampleRig.setting
│ │ │ ├── ずんだもん(FUSE).setting
│ │ │ ├── ずんだもん(FUSE_Open).setting
│ │ │ ├── ずんだもん.setting
│ │ │ ├── ちびめたん(FUSE).setting
│ │ │ ├── ちびめたん(FUSE_Open).setting
│ │ │ ├── ちびめたん.setting
│ │ │ ├── 東北ずん子(FUSE_Open).setting
│ │ │ ├── 東北ずん子.setting
│ │ │ ├── 琴葉茜(FUSE).setting
│ │ │ ├── 琴葉茜(FUSE_Open).setting
│ │ │ ├── 琴葉茜.setting
│ │ │ ├── 琴葉葵(FUSE).setting
│ │ │ ├── 琴葉葵(FUSE_Open).setting
│ │ │ └── 琴葉葵.setting
│ │ ├── ずんだもん(Open).setting
│ │ ├── ずんだもん.setting
│ │ ├── ちびめたん.setting
│ │ ├── まりさ.setting
│ │ ├── れいむ.setting
│ │ ├── 中国うさぎ.setting
│ │ ├── 九州そら.setting
│ │ ├── 四国めたん.setting
│ │ ├── 春日部つむぎ.setting
│ │ ├── 東北ずん子(Open).setting
│ │ ├── 枠線を引く.setting
│ │ ├── 琴葉茜.setting
│ │ ├── 琴葉葵.setting
│ │ ├── 矢印.setting
│ │ ├── 立ち絵書き出し元ファイル/
│ │ │ ├── WhiteCUL.comp
│ │ │ ├── WhiteCUL.json
│ │ │ ├── ずんだもん(Open).comp
│ │ │ ├── ずんだもん(Open).json
│ │ │ ├── ずんだもん.comp
│ │ │ ├── ずんだもん.json
│ │ │ ├── ちびめたん.comp
│ │ │ ├── ちびめたん.json
│ │ │ ├── まりさ.comp
│ │ │ ├── まりさ.json
│ │ │ ├── れいむ.comp
│ │ │ ├── れいむ.json
│ │ │ ├── 中国うさぎ.comp
│ │ │ ├── 中国うさぎ.json
│ │ │ ├── 九州そら.comp
│ │ │ ├── 九州そら.json
│ │ │ ├── 四国めたん.comp
│ │ │ ├── 四国めたん.json
│ │ │ ├── 春日部つむぎ.comp
│ │ │ ├── 春日部つむぎ.json
│ │ │ ├── 東北ずん子(Open).comp
│ │ │ ├── 東北ずん子(Open).json
│ │ │ ├── 琴葉茜.comp
│ │ │ ├── 琴葉茜.json
│ │ │ ├── 琴葉葵.comp
│ │ │ ├── 琴葉葵.json
│ │ │ ├── 雨晴はう.comp
│ │ │ └── 雨晴はう.json
│ │ ├── 設定等/
│ │ │ ├── ポーズ以外の設定(Open).json
│ │ │ ├── ポーズ以外の設定.json
│ │ │ └── 立ち絵素材ダウンロード先.txt
│ │ └── 雨晴はう.setting
│ └── blender/
│ └── RS_Shatter/
│ ├── ShatterA.blend
│ ├── ShatterA_bake.blend
│ ├── ShatterB.blend
│ ├── ShatterB_bake.blend
│ ├── base.abc
│ └── base.blend
├── app/
│ ├── fusion/
│ │ ├── UserPath/
│ │ │ ├── Fuses/
│ │ │ │ ├── NKN_FXAA.fuse
│ │ │ │ ├── NKN_Posterise.fuse
│ │ │ │ ├── RS_GlobalStart.fuse
│ │ │ │ ├── RS_MouthAIUEO.fuse
│ │ │ │ ├── RS_MouthOpen.fuse
│ │ │ │ └── RS_Null.fuse
│ │ │ ├── Modules/
│ │ │ │ └── Lua/
│ │ │ │ └── rs.lua
│ │ │ ├── Scripts/
│ │ │ │ ├── Comp/
│ │ │ │ │ └── RS/
│ │ │ │ │ ├── Comp_Utility.py3
│ │ │ │ │ ├── Import/
│ │ │ │ │ │ ├── CHARA_SOZAI.py3
│ │ │ │ │ │ ├── OpenEXR.py
│ │ │ │ │ │ └── PsdSplitter.py3
│ │ │ │ │ ├── MakeMacro.py3
│ │ │ │ │ ├── PathMapper.py3
│ │ │ │ │ ├── Psd2Tatie.py3
│ │ │ │ │ ├── Tatie.py3
│ │ │ │ │ ├── Text/
│ │ │ │ │ │ ├── Separate.py3
│ │ │ │ │ │ └── SeparateIntoWords.py3
│ │ │ │ │ └── Utility/
│ │ │ │ │ └── SetMotionBlur.lua
│ │ │ │ └── Edit/
│ │ │ │ └── RS/
│ │ │ │ ├── CopyTextplus.py3
│ │ │ │ ├── Playhead.py3
│ │ │ │ ├── Subtitle2TextPlus.py3
│ │ │ │ ├── Subtitle2TextPlusTypeB.py3
│ │ │ │ ├── TatieAnim.py3
│ │ │ │ ├── TextPlus2SRT.py3
│ │ │ │ ├── VoiceBin_Assistant.py3
│ │ │ │ ├── VoiceDropper.py3
│ │ │ │ └── YoutubeChapter.py3
│ │ │ └── Templates/
│ │ │ ├── Edit/
│ │ │ │ ├── Effects/
│ │ │ │ │ ├── RS_Fusion/
│ │ │ │ │ │ ├── Blur/
│ │ │ │ │ │ │ ├── Blur.setting
│ │ │ │ │ │ │ ├── Defocus.setting
│ │ │ │ │ │ │ ├── DirectionalBlur.setting
│ │ │ │ │ │ │ ├── Glow.setting
│ │ │ │ │ │ │ ├── Sharpen.setting
│ │ │ │ │ │ │ ├── SoftGlow.setting
│ │ │ │ │ │ │ ├── UnsharpMask.setting
│ │ │ │ │ │ │ └── VariBlur.setting
│ │ │ │ │ │ ├── Color/
│ │ │ │ │ │ │ ├── AutoGain.setting
│ │ │ │ │ │ │ ├── BrightnessContrast.setting
│ │ │ │ │ │ │ ├── ColorCorrector.setting
│ │ │ │ │ │ │ ├── ColorCurves.setting
│ │ │ │ │ │ │ ├── ColorGain.setting
│ │ │ │ │ │ │ ├── HueCurves.setting
│ │ │ │ │ │ │ └── WhiteBalance.setting
│ │ │ │ │ │ ├── Effect/
│ │ │ │ │ │ │ ├── Duplicate.setting
│ │ │ │ │ │ │ ├── Highlight.setting
│ │ │ │ │ │ │ ├── HotSpot.setting
│ │ │ │ │ │ │ ├── PseudoColor.setting
│ │ │ │ │ │ │ ├── Rays.setting
│ │ │ │ │ │ │ ├── Shadow.setting
│ │ │ │ │ │ │ ├── TV.setting
│ │ │ │ │ │ │ └── Trails.setting
│ │ │ │ │ │ ├── Transform/
│ │ │ │ │ │ │ ├── DVE.setting
│ │ │ │ │ │ │ └── Transform.setting
│ │ │ │ │ │ └── Warp/
│ │ │ │ │ │ ├── CoordinateSpace.setting
│ │ │ │ │ │ ├── CornerPositioner.setting
│ │ │ │ │ │ ├── Dent.setting
│ │ │ │ │ │ ├── Drip.setting
│ │ │ │ │ │ ├── GridWarp.setting
│ │ │ │ │ │ ├── LensDistort.setting
│ │ │ │ │ │ ├── PerspectivePositioner.setting
│ │ │ │ │ │ └── Vortex.setting
│ │ │ │ │ └── りぞりぷと(RIZORIPUTO)/
│ │ │ │ │ ├── スタイル(Style)/
│ │ │ │ │ │ ├── RS_CutoutText.setting
│ │ │ │ │ │ ├── RS_Glitch.setting
│ │ │ │ │ │ ├── RS_GradientMap.setting
│ │ │ │ │ │ ├── RS_KomaUchi.setting
│ │ │ │ │ │ ├── RS_Outline.setting
│ │ │ │ │ │ ├── RS_Shatter.setting
│ │ │ │ │ │ ├── RS_Ugo.setting
│ │ │ │ │ │ └── RS_Zoom.setting
│ │ │ │ │ ├── モーション(Motion)/
│ │ │ │ │ │ ├── RS_Bound.setting
│ │ │ │ │ │ ├── RS_FrameIn(Down).setting
│ │ │ │ │ │ ├── RS_FrameIn(ToLeft).setting
│ │ │ │ │ │ ├── RS_FrameIn(ToRight).setting
│ │ │ │ │ │ ├── RS_FrameIn(Up).setting
│ │ │ │ │ │ ├── RS_Poyo.setting
│ │ │ │ │ │ ├── RS_Pyon.setting
│ │ │ │ │ │ ├── RS_Shake.setting
│ │ │ │ │ │ └── RS_Sin.setting
│ │ │ │ │ ├── ユーティリティ(Utility)/
│ │ │ │ │ │ ├── RS_FixAlpha.setting
│ │ │ │ │ │ └── RS_MultiMerge.setting
│ │ │ │ │ └── ライト(Light)/
│ │ │ │ │ ├── RS_EdgeRays.setting
│ │ │ │ │ ├── RS_FakeLightWrap.setting
│ │ │ │ │ └── RS_LightSweep.setting
│ │ │ │ ├── Generators/
│ │ │ │ │ ├── RS_Fusion/
│ │ │ │ │ │ ├── Background.setting
│ │ │ │ │ │ ├── DaySky.setting
│ │ │ │ │ │ ├── FastNoise.setting
│ │ │ │ │ │ ├── Mandelbrot.setting
│ │ │ │ │ │ └── Plasma.setting
│ │ │ │ │ └── りぞりぷと(RIZORIPUTO)/
│ │ │ │ │ ├── N角形(NGon).setting
│ │ │ │ │ ├── 円形(Ellipse).setting
│ │ │ │ │ ├── 星形(Star).setting
│ │ │ │ │ ├── 枠線(BorderOfRect).setting
│ │ │ │ │ ├── 流背(RyuHai).setting
│ │ │ │ │ ├── 炎(Flame).setting
│ │ │ │ │ ├── 矢印(Arrow).setting
│ │ │ │ │ ├── 矩形(Rectangle).setting
│ │ │ │ │ └── 集中線(ConcentrationLine).setting
│ │ │ │ └── Titles/
│ │ │ │ └── りぞりぷと(RIZORIPUTO)/
│ │ │ │ ├── RS_ASCIIArt.setting
│ │ │ │ └── RS_TextPlus.setting
│ │ │ ├── Fusion/
│ │ │ │ ├── りぞりぷと(RIZORIPUTO)/
│ │ │ │ │ ├── AutoDomain.setting
│ │ │ │ │ ├── BG/
│ │ │ │ │ │ ├── HorizontalStripe.setting
│ │ │ │ │ │ └── VerticalStripe.setting
│ │ │ │ │ ├── Flatten.setting
│ │ │ │ │ ├── ImagePlane用3dScene.setting
│ │ │ │ │ ├── LightWrap.setting
│ │ │ │ │ ├── 目パチ_口パク(Open)機構.setting
│ │ │ │ │ ├── 目パチ_口パク機構.setting
│ │ │ │ │ ├── 立ち絵用小窓.setting
│ │ │ │ │ └── 立ち絵終端.setting
│ │ │ │ └── りぞりぷとOLD/
│ │ │ │ ├── Old/
│ │ │ │ │ └── ヌル(AutoDomainを使ってください).setting
│ │ │ │ ├── キャッシュV2.setting
│ │ │ │ ├── 口パク(FUSE).setting
│ │ │ │ ├── 口パク(FUSE_Open).setting
│ │ │ │ ├── 口パク.setting
│ │ │ │ ├── 目パチ.setting
│ │ │ │ └── 立ち絵終端.setting
│ │ │ └── abc/
│ │ │ └── RS_Shatter/
│ │ │ ├── ShatterA.abc
│ │ │ └── ShatterB.abc
│ │ └── python/
│ │ ├── __init__.py
│ │ └── rs_fusion/
│ │ ├── __init__.py
│ │ ├── core/
│ │ │ ├── __init__.py
│ │ │ ├── bake.py
│ │ │ ├── chara_sozai.py
│ │ │ ├── eye_blink.py
│ │ │ ├── operator.py
│ │ │ └── pose.py
│ │ └── tool/
│ │ ├── __init__.py
│ │ ├── add_button/
│ │ │ ├── __init__.py
│ │ │ ├── add_button.py
│ │ │ ├── add_button.ui
│ │ │ └── add_button_ui.py
│ │ ├── bake_tool/
│ │ │ ├── __init__.py
│ │ │ ├── bake_tool.py
│ │ │ ├── bake_tool.ui
│ │ │ └── bake_tool_ui.py
│ │ ├── bg_tool/
│ │ │ ├── __init__.py
│ │ │ ├── bg_tool.py
│ │ │ ├── bg_tool.ui
│ │ │ └── bg_tool_ui.py
│ │ ├── center_tool/
│ │ │ ├── __init__.py
│ │ │ ├── center_tool.py
│ │ │ ├── center_tool.ui
│ │ │ └── center_tool_ui.py
│ │ ├── chara_converter/
│ │ │ ├── __init__.py
│ │ │ ├── chara_converter.py
│ │ │ ├── chara_converter.ui
│ │ │ ├── chara_converter_ui.py
│ │ │ └── chara_sozai.py
│ │ ├── color_tool/
│ │ │ ├── __init__.py
│ │ │ ├── color_table.py
│ │ │ ├── color_tool.py
│ │ │ ├── color_tool.ui
│ │ │ └── color_tool_ui.py
│ │ ├── comp_utility/
│ │ │ ├── __init__.py
│ │ │ ├── comp_utility.py
│ │ │ ├── comp_utility.ui
│ │ │ └── comp_utility_ui.py
│ │ ├── copy_tool/
│ │ │ ├── __init__.py
│ │ │ ├── copy_tool.py
│ │ │ ├── copy_tool.ui
│ │ │ └── copy_tool_ui.py
│ │ ├── duplicate_tool/
│ │ │ ├── __init__.py
│ │ │ ├── duplicate_tool.py
│ │ │ ├── duplicate_tool.ui
│ │ │ └── duplicate_tool_ui.py
│ │ ├── font_tool/
│ │ │ ├── __init__.py
│ │ │ ├── favorites_font.py
│ │ │ ├── favorites_font.ui
│ │ │ ├── favorites_font_ui.py
│ │ │ ├── font_tool.py
│ │ │ ├── font_tool.ui
│ │ │ └── font_tool_ui.py
│ │ ├── import_exr/
│ │ │ ├── __init__.py
│ │ │ ├── import_exr.py
│ │ │ ├── import_exr.ui
│ │ │ └── import_exr_ui.py
│ │ ├── importer/
│ │ │ ├── __init__.py
│ │ │ ├── importer.py
│ │ │ ├── importer.ui
│ │ │ └── importer_ui.py
│ │ ├── insert_tool/
│ │ │ ├── __init__.py
│ │ │ ├── insert_tool.py
│ │ │ ├── insert_tool.ui
│ │ │ └── insert_tool_ui.py
│ │ ├── make_macro/
│ │ │ ├── __init__.py
│ │ │ ├── macro.py
│ │ │ ├── macro_table.py
│ │ │ ├── make_macro.py
│ │ │ ├── make_macro.ui
│ │ │ └── make_macro_ui.py
│ │ ├── nudge_tool/
│ │ │ ├── __init__.py
│ │ │ ├── nudge_tool.py
│ │ │ ├── nudge_tool.ui
│ │ │ └── nudge_tool_ui.py
│ │ ├── number_tool/
│ │ │ ├── __init__.py
│ │ │ ├── number_tool.py
│ │ │ ├── number_tool.ui
│ │ │ └── number_tool_ui.py
│ │ ├── paste_tool/
│ │ │ ├── __init__.py
│ │ │ ├── node_window.py
│ │ │ ├── node_window.ui
│ │ │ ├── node_window_ui.py
│ │ │ ├── paste_tool.py
│ │ │ ├── paste_tool.ui
│ │ │ └── paste_tool_ui.py
│ │ ├── path_mapper/
│ │ │ ├── __init__.py
│ │ │ ├── path_mapper.py
│ │ │ ├── path_mapper.ui
│ │ │ └── path_mapper_ui.py
│ │ ├── pivot_tool/
│ │ │ ├── __init__.py
│ │ │ ├── pivot_tool.py
│ │ │ ├── pivot_tool.ui
│ │ │ └── pivot_tool_ui.py
│ │ ├── psd2tatie/
│ │ │ ├── __init__.py
│ │ │ ├── importer.py
│ │ │ ├── importer_exr.py
│ │ │ ├── macro_builder.py
│ │ │ ├── psd2tatie.py
│ │ │ ├── psd2tatie.ui
│ │ │ ├── psd2tatie_ui.py
│ │ │ └── tree.py
│ │ ├── separate_layers/
│ │ │ ├── __init__.py
│ │ │ ├── separate_layers.py
│ │ │ ├── separate_layers.ui
│ │ │ └── separate_layers_ui.py
│ │ ├── set_number/
│ │ │ └── __init__.py
│ │ └── tatie/
│ │ ├── __init__.py
│ │ ├── tatie.py
│ │ ├── tatie.ui
│ │ └── tatie_ui.py
│ └── resolve/
│ └── python/
│ ├── __init__.py
│ └── rs_resolve/
│ ├── __init__.py
│ ├── core/
│ │ ├── __init__.py
│ │ └── shortcut.py
│ ├── gui/
│ │ ├── __init__.py
│ │ └── shortcut/
│ │ ├── __init__.py
│ │ ├── shortcut.ui
│ │ ├── shortcut_ui.py
│ │ └── shortcut_window.py
│ └── tool/
│ ├── __init__.py
│ ├── copy_text_plus/
│ │ ├── __init__.py
│ │ ├── copy_text_plus.py
│ │ ├── copy_text_plus.ui
│ │ └── copy_text_plus_ui.py
│ ├── playhead/
│ │ ├── __init__.py
│ │ ├── playhead.py
│ │ ├── playhead.ui
│ │ └── playhead_ui.py
│ ├── subtitle2textPlus_typeB/
│ │ ├── __init__.py
│ │ ├── subtitle2textPlus_typeB.py
│ │ ├── subtitle2textPlus_typeB.ui
│ │ └── subtitle2textPlus_typeB_ui.py
│ ├── subtitle2text_plus/
│ │ ├── __init__.py
│ │ ├── subtitle2text_plus.py
│ │ ├── subtitle2text_plus.ui
│ │ └── subtitle2text_plus_ui.py
│ ├── tatie_anim/
│ │ ├── __init__.py
│ │ ├── tatie_anim.py
│ │ ├── tatie_anim.ui
│ │ └── tatie_anim_ui.py
│ ├── text_plus2srt/
│ │ ├── __init__.py
│ │ ├── text_plus2srt.py
│ │ ├── text_plus2srt.ui
│ │ └── text_plus2srt_ui.py
│ ├── voice_bin_assistant/
│ │ ├── __init__.py
│ │ ├── voice_bin_assistant.py
│ │ ├── voice_bin_assistant.ui
│ │ └── voice_bin_assistant_ui.py
│ ├── voice_dropper/
│ │ ├── __init__.py
│ │ ├── lip_sync_window.py
│ │ ├── lip_sync_window.ui
│ │ ├── lip_sync_window_ui.py
│ │ ├── voice_dropper.py
│ │ ├── voice_dropper.ui
│ │ └── voice_dropper_ui.py
│ └── youtube_chapter/
│ ├── __init__.py
│ ├── youtube_chapter.py
│ ├── youtube_chapter.ui
│ └── youtube_chapter_ui.py
├── bin/
│ ├── aquestalk_wrapper.py
│ ├── assistant_seika2wave.py
│ ├── characters.py
│ ├── disk_cache.py
│ ├── install_script.py
│ ├── launcher.py
│ ├── macro2group.py
│ ├── psd2exr.py
│ ├── psd_splitter.py
│ ├── resolve_launcher.py
│ ├── run_fusion.py
│ ├── run_resolve.py
│ ├── script_launcher.py
│ ├── softalk2wave.py
│ ├── voice_bin.py
│ ├── voice_sync.py
│ ├── voicevox_sequencer.py
│ └── vtt2anim.py
├── data/
│ ├── app/
│ │ ├── DiskCache/
│ │ │ └── script_base.txt
│ │ ├── Fusion.json
│ │ ├── Psd2Tatie/
│ │ │ ├── AIUEO_Template.setting
│ │ │ ├── after_input.json
│ │ │ ├── before_input.json
│ │ │ ├── input_list.json
│ │ │ └── main_output.json
│ │ ├── Resolve.json
│ │ ├── ResolveLauncher/
│ │ │ └── set_pathmap.lua
│ │ ├── ScriptLauncher/
│ │ │ └── script_base.txt
│ │ ├── VoiceBin/
│ │ │ ├── chara.json
│ │ │ ├── tatie_script_base.lua
│ │ │ ├── tatie_setting_base.txt
│ │ │ └── text_script_base.lua
│ │ ├── VoiceDropper/
│ │ │ ├── __RS_TextPlus_FPS__.drb
│ │ │ ├── setting_aiueo_mm.txt
│ │ │ └── setting_base.txt
│ │ ├── env.json
│ │ ├── launcher.json
│ │ └── launcher_menu.json
│ ├── image/
│ │ └── icon/
│ │ └── notes/
│ │ └── notes.psd
│ ├── lua/
│ │ ├── add_button.lua
│ │ └── copy_anim.lua
│ └── template/
│ ├── AssistantSeika2wave/
│ │ ├── VOICEVOX_ずんだもん_ノーマル.json
│ │ ├── VOICEVOX_四国めたん_ノーマル.json
│ │ ├── VOICEVOX_春日部つむぎ_ノーマル.json
│ │ ├── VOICEVOX_波音リツ_ノーマル.json
│ │ ├── VOICEVOX_雨晴はう_ノーマル.json
│ │ ├── 棒読みちゃん_女性1.json
│ │ ├── 棒読みちゃん_女性2.json
│ │ ├── 棒読みちゃん_男性1.json
│ │ └── 棒読みちゃん_男性2.json
│ ├── Chara2Resolve/
│ │ ├── ゆっくり霊夢改.json
│ │ └── 新れいむ.json
│ └── softalk2wave/
│ ├── 女性01.json
│ └── 女性02.json
├── for_linux/
│ ├── Fusion.sh
│ ├── Resolve.sh
│ ├── setup_python.sh
│ └── りぞりぷと.sh
├── for_mac/
│ ├── Fusion.command
│ ├── Preset/
│ │ └── TextPlus/
│ │ ├── 字幕_白.setting
│ │ ├── 字幕_白_紫.setting
│ │ ├── 字幕_白_緑.setting
│ │ ├── 字幕_白_赤.setting
│ │ └── 字幕_白_赤紫.setting
│ ├── Resolve.command
│ ├── app/
│ │ └── fusion/
│ │ └── UserPath/
│ │ └── Templates/
│ │ └── Edit/
│ │ └── Titles/
│ │ └── りぞりぷと(RIZORIPUTO)/
│ │ └── RS_TextPlus.setting
│ ├── requirements.txt
│ ├── setup_python.command
│ └── りぞりぷと.command
├── library/
│ └── python/
│ └── rs/
│ ├── __init__.py
│ ├── core/
│ │ ├── __init__.py
│ │ ├── anim.py
│ │ ├── app/
│ │ │ ├── __init__.py
│ │ │ ├── app.py
│ │ │ ├── fusion.py
│ │ │ └── resolve.py
│ │ ├── chara_data.py
│ │ ├── colormind.py
│ │ ├── config.py
│ │ ├── env.py
│ │ ├── fcp.py
│ │ ├── lab.py
│ │ ├── lab_romaji.py
│ │ ├── lang.py
│ │ ├── note.py
│ │ ├── pipe.py
│ │ ├── read_aloud/
│ │ │ ├── __init__.py
│ │ │ ├── cmd.py
│ │ │ ├── seika_say2.py
│ │ │ └── softalk.py
│ │ ├── srt.py
│ │ ├── txt.py
│ │ ├── ust.py
│ │ ├── util.py
│ │ ├── voice_bin_process.py
│ │ └── voicevox/
│ │ ├── __init__.py
│ │ ├── api.py
│ │ ├── data.py
│ │ └── mora_list.py
│ ├── gui/
│ │ ├── __init__.py
│ │ ├── appearance.py
│ │ ├── chara/
│ │ │ ├── __init__.py
│ │ │ ├── chara.py
│ │ │ ├── chara.ui
│ │ │ └── chara_ui.py
│ │ ├── frame_layout/
│ │ │ ├── __init__.py
│ │ │ ├── frame_layout.py
│ │ │ ├── frame_layout.ui
│ │ │ └── frame_layout_ui.py
│ │ ├── lang/
│ │ │ ├── __init__.py
│ │ │ ├── lang.py
│ │ │ ├── lang.ui
│ │ │ └── lang_ui.py
│ │ ├── log.py
│ │ ├── script_button.py
│ │ └── table/
│ │ ├── __init__.py
│ │ ├── model.py
│ │ └── view.py
│ └── tool/
│ ├── __init__.py
│ ├── aquestalk_wrapper/
│ │ ├── __init__.py
│ │ ├── aquestalk.py
│ │ ├── aquestalk_wrapper.py
│ │ ├── aquestalk_wrapper.ui
│ │ └── aquestalk_wrapper_ui.py
│ ├── characters/
│ │ ├── __init__.py
│ │ ├── characters.py
│ │ ├── characters.ui
│ │ └── characters_ui.py
│ ├── disk_cache/
│ │ ├── __init__.py
│ │ ├── disk_cache.py
│ │ ├── disk_cache.ui
│ │ ├── disk_cache_ui.py
│ │ └── drag_button.py
│ ├── launcher.py
│ ├── macro2group/
│ │ ├── __init__.py
│ │ ├── macro2group.py
│ │ ├── macro2group.ui
│ │ └── macro2group_ui.py
│ ├── psd2exr/
│ │ ├── __init__.py
│ │ ├── psd2exr.py
│ │ ├── psd2exr.ui
│ │ └── psd2exr_ui.py
│ ├── psd_splitter/
│ │ ├── __init__.py
│ │ ├── psd_spliter.ui
│ │ ├── psd_spliter_ui.py
│ │ └── psd_splitter.py
│ ├── resolve_launcher/
│ │ ├── __init__.py
│ │ ├── drag_button.py
│ │ ├── resolve_launcher.py
│ │ ├── resolve_launcher.ui
│ │ └── resolve_launcher_ui.py
│ ├── script_launcher/
│ │ ├── __init__.py
│ │ ├── preset_form/
│ │ │ ├── __init__.py
│ │ │ ├── drag_button.py
│ │ │ ├── filter.ui
│ │ │ ├── filter_ui.py
│ │ │ ├── preset_form.py
│ │ │ ├── preset_form.ui
│ │ │ └── preset_form_ui.py
│ │ └── script_launcher.py
│ ├── text2wave/
│ │ ├── __init__.py
│ │ ├── assistant_seika2wave/
│ │ │ ├── __init__.py
│ │ │ ├── assistant_seika2wave.py
│ │ │ ├── seika_say2.ui
│ │ │ └── seika_say2_ui.py
│ │ ├── base/
│ │ │ ├── __init__.py
│ │ │ ├── base.py
│ │ │ ├── base.ui
│ │ │ └── base_ui.py
│ │ └── softalk2wave/
│ │ ├── __init__.py
│ │ ├── softalk.ui
│ │ ├── softalk2wave.py
│ │ └── softalk_ui.py
│ ├── voice_bin/
│ │ ├── __init__.py
│ │ ├── drag_button.py
│ │ ├── voice_bin.py
│ │ ├── voice_bin.ui
│ │ └── voice_bin_ui.py
│ ├── voice_sync/
│ │ ├── __init__.py
│ │ ├── check_timing.py
│ │ ├── check_timing.ui
│ │ ├── check_timing_ui.py
│ │ ├── voice_sync.py
│ │ ├── voice_sync.ui
│ │ ├── voice_sync_ui.py
│ │ └── wav_table.py
│ ├── voicevox_sequencer/
│ │ ├── __init__.py
│ │ ├── lyrics.py
│ │ ├── lyrics.ui
│ │ ├── lyrics_ui.py
│ │ ├── seq.py
│ │ ├── voicevox_sequencer.py
│ │ ├── voicevox_sequencer.ui
│ │ └── voicevox_sequencer_ui.py
│ └── vtt2anim/
│ ├── __init__.py
│ ├── vtt2anim.py
│ ├── vtt2anim.ui
│ └── vtt2anim_ui.py
└── requirements.txt
================================================
FILE CONTENTS
================================================
================================================
FILE: .gitignore
================================================
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
# Translations
*.mo
*.pot
# Django stuff:
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal
# Flask stuff:
instance/
.webassets-cache
# Scrapy stuff:
.scrapy
# Sphinx documentation
docs/_build/
# PyBuilder
target/
# Jupyter Notebook
.ipynb_checkpoints
# IPython
profile_default/
ipython_config.py
# pyenv
.python-version
# pipenv
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
# However, in case of collaboration, if having platform-specific dependencies or dependencies
# having no cross-platform support, pipenv may install dependencies that don't work, or not
# install all needed dependencies.
#Pipfile.lock
# PEP 582; used by e.g. github.com/David-OConnor/pyflow
__pypackages__/
# Celery stuff
celerybeat-schedule
celerybeat.pid
# SageMath parsed files
*.sage.py
# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# Spyder project settings
.spyderproject
.spyproject
# Rope project settings
.ropeproject
# mkdocs documentation
/site
# mypy
.mypy_cache/
.dmypy.json
dmypy.json
# Pyre type checker
.pyre/
.idea/
/bin/python-3.6.8/
/bin/python-3.10.11/
/config/
================================================
FILE: AHK/voicepeak1.2.1.ahk
================================================
#Requires AutoHotkey v2.0
#HotIf WinActive("ahk_exe voicepeak.exe")
; Ctrl-Space ブロック再生
^Space::{
SetKeyDelay 75, 25
SendEvent '^{a}{Tab}{Space}+{Tab}'
}
; Ctrl-Click 字幕コピー ブロック音声出力
^LButton::{
Click
Sleep 100
Send '^{a}^{c}'
Sleep 100
Click "Right"
Send '{Up}'
Send '{Enter}'
Sleep 250
Click 100, 100
Send '{Tab}{Tab}{Tab}{Tab}{Tab}{Tab}{Tab}{Tab}'
Send '{Enter}'
Sleep 250
Send '{Enter}'
}
#HotIf
================================================
FILE: LICENSE
================================================
MIT License
Copyright (c) 2022 Yoshio Nakano
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
================================================
FILE: Preset/Background/透明.setting
================================================
{
Tools = ordered() {
Background1 = Background {
CtrlWZoom = false,
Inputs = {
UseFrameFormatSettings = Input { Value = 1, },
Width = Input { Value = 1920, },
Height = Input { Value = 1080, },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
TopLeftAlpha = Input { Value = 0, },
},
ViewInfo = OperatorInfo { Pos = { 1045, 82.5 } },
}
}
}
================================================
FILE: Preset/ImageTab/1280x720.setting
================================================
{
Tools = ordered() {
PipeRouter1 = PipeRouter {
CtrlWZoom = false,
Inputs = {
Width = Input { Value = 1280, },
Height = Input { Value = 720, },
UseFrameFormatSettings = Input { Value = 0, },
},
ViewInfo = PipeRouterInfo { Pos = { 358, 6.75757 } },
}
}
}
================================================
FILE: Preset/ImageTab/1980x1080.setting
================================================
{
Tools = ordered() {
PipeRouter1 = PipeRouter {
CtrlWZoom = false,
Inputs = {
Width = Input { Value = 1920, },
Height = Input { Value = 1080, },
UseFrameFormatSettings = Input { Value = 0, },
},
ViewInfo = PipeRouterInfo { Pos = { 358, 6.75757 } },
}
}
}
================================================
FILE: Preset/ImageTab/3840x2160.setting
================================================
{
Tools = ordered() {
PipeRouter1 = PipeRouter {
CtrlWZoom = false,
Inputs = {
Width = Input { Value = 3840, },
Height = Input { Value = 2160, },
UseFrameFormatSettings = Input { Value = 0, },
},
ViewInfo = PipeRouterInfo { Pos = { 358, 6.75757 } },
}
}
}
================================================
FILE: Preset/ImageTab/7680x4320.setting
================================================
{
Tools = ordered() {
PipeRouter1 = PipeRouter {
CtrlWZoom = false,
Inputs = {
Width = Input { Value = 7680, },
Height = Input { Value = 4320, },
UseFrameFormatSettings = Input { Value = 0, },
},
ViewInfo = PipeRouterInfo { Pos = { 358, 6.75757 } },
}
}
}
================================================
FILE: Preset/ImageTab/UseFrameFormatSettings_ON.setting
================================================
{
Tools = ordered() {
PipeRouter1 = PipeRouter {
CtrlWZoom = false,
Inputs = {
UseFrameFormatSettings = Input { Value = 1, },
},
ViewInfo = PipeRouterInfo { Pos = { 358, 6.75757 } },
}
}
}
================================================
FILE: Preset/ImageTab/色深度_int8.setting
================================================
{
Tools = ordered() {
PipeRouter1 = PipeRouter {
CtrlWZoom = false,
Inputs = {
Depth = Input { Value = 1, },
},
ViewInfo = PipeRouterInfo { Pos = { 358, 6.75757 } },
}
}
}
================================================
FILE: Preset/ImageTab(square)/1024x1024.setting
================================================
{
Tools = ordered() {
PipeRouter1 = PipeRouter {
CtrlWZoom = false,
Inputs = {
Width = Input { Value = 1024, },
Height = Input { Value = 1024, },
UseFrameFormatSettings = Input { Value = 0, },
},
ViewInfo = PipeRouterInfo { Pos = { 358, 6.75757 } },
}
}
}
================================================
FILE: Preset/ImageTab(square)/2048x2048.setting
================================================
{
Tools = ordered() {
PipeRouter1 = PipeRouter {
CtrlWZoom = false,
Inputs = {
Width = Input { Value = 2048, },
Height = Input { Value = 2048, },
UseFrameFormatSettings = Input { Value = 0, },
},
ViewInfo = PipeRouterInfo { Pos = { 358, 6.75757 } },
}
}
}
================================================
FILE: Preset/ImageTab(square)/4096x4096.setting
================================================
{
Tools = ordered() {
PipeRouter1 = PipeRouter {
CtrlWZoom = false,
Inputs = {
Width = Input { Value = 4096, },
Height = Input { Value = 4096, },
UseFrameFormatSettings = Input { Value = 0, },
},
ViewInfo = PipeRouterInfo { Pos = { 358, 6.75757 } },
}
}
}
================================================
FILE: Preset/ImageTab(square)/8192x8192.setting
================================================
{
Tools = ordered() {
PipeRouter1 = PipeRouter {
CtrlWZoom = false,
Inputs = {
Width = Input { Value = 8192, },
Height = Input { Value = 8192, },
UseFrameFormatSettings = Input { Value = 0, },
},
ViewInfo = PipeRouterInfo { Pos = { 358, 6.75757 } },
}
}
}
================================================
FILE: Preset/ImageTab(square)/UseFrameFormatSettings_ON.setting
================================================
{
Tools = ordered() {
PipeRouter1 = PipeRouter {
CtrlWZoom = false,
Inputs = {
UseFrameFormatSettings = Input { Value = 1, },
},
ViewInfo = PipeRouterInfo { Pos = { 358, 6.75757 } },
}
}
}
================================================
FILE: Preset/TextPlus/Filter/テキスト.txt
================================================
StyledText
Width
Height
UseFrameFormatSettings
================================================
FILE: Preset/TextPlus/Filter/テキスト_サイズ.txt
================================================
StyledText
Width
Height
UseFrameFormatSettings
Size
================================================
FILE: Preset/TextPlus/Filter/テキスト_フォント.txt
================================================
StyledText
Font
Style
Width
Height
UseFrameFormatSettings
================================================
FILE: Preset/TextPlus/Filter/テキスト_フォント_サイズ.txt
================================================
StyledText
Font
Style
Width
Height
UseFrameFormatSettings
Size
================================================
FILE: Preset/TextPlus/字幕_白.setting
================================================
{
Tools = ordered() {
Text1 = TextPlus {
CtrlWZoom = false,
Inputs = {
GlobalOut = Input { Value = 149, },
Width = Input { Value = 1920, },
Height = Input { Value = 1080, },
UseFrameFormatSettings = Input { Value = 1, },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
Center = Input { Value = { 0.5, 0.15 }, },
SelectElement = Input { Value = 1, },
Select = Input { Value = 1, },
StyledText = Input { Value = "Subtitle", },
Font = Input { Value = "Meiryo", },
Style = Input { Value = "Bold", },
Size = Input { Value = 0.07, },
VerticalJustificationNew = Input { Value = 3, },
HorizontalJustificationNew = Input { Value = 3, },
Thickness2 = Input { Value = 0.125, },
Red2 = Input { Value = 0.0705882352941176, },
Green2 = Input { Value = 0.388235294117647, },
Blue2 = Input { Value = 0.0549019607843137, },
ElementShape5 = Input { Value = 1, },
Thickness5 = Input { Value = 0.14, },
},
ViewInfo = OperatorInfo { Pos = { 220, 16.5 } },
}
}
}
================================================
FILE: Preset/TextPlus/字幕_白_紫.setting
================================================
{
Tools = ordered() {
Text1 = TextPlus {
CtrlWZoom = false,
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
},
},
Inputs = {
GlobalOut = Input { Value = 149, },
Width = Input { Value = 1920, },
Height = Input { Value = 1080, },
UseFrameFormatSettings = Input { Value = 1, },
Depth = Input { Value = 1, },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
Center = Input { Value = { 0.5, 0.15 }, },
SelectElement = Input { Value = 1, },
Select = Input { Value = 1, },
Name1 = Input { Value = "ベース", },
Name2 = Input { Value = "アウトライン", },
Enabled2 = Input { Value = 1, },
StyledText = Input { Value = "Subtitle", },
Font = Input { Value = "Meiryo", },
Style = Input { Value = "Bold", },
Size = Input { Value = 0.07, },
VerticalJustificationNew = Input { Value = 3, },
HorizontalJustificationNew = Input { Value = 3, },
Thickness2 = Input { Value = 0.125, },
Red2 = Input { Value = 0.384313725490196, },
Green2 = Input { Value = 0.0823529411764706, },
Blue2 = Input { Value = 0.647058823529412, },
},
ViewInfo = OperatorInfo { Pos = { 17215, 247.5 } },
}
}
}
================================================
FILE: Preset/TextPlus/字幕_白_緑.setting
================================================
{
Tools = ordered() {
Text1 = TextPlus {
CtrlWZoom = false,
Inputs = {
GlobalOut = Input { Value = 149, },
Width = Input { Value = 1920, },
Height = Input { Value = 1080, },
UseFrameFormatSettings = Input { Value = 1, },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
Center = Input { Value = { 0.5, 0.15 }, },
SelectElement = Input { Value = 1, },
Select = Input { Value = 1, },
Enabled2 = Input { Value = 1, },
StyledText = Input { Value = "Subtitle", },
Font = Input { Value = "Meiryo", },
Style = Input { Value = "Bold", },
Size = Input { Value = 0.07, },
VerticalJustificationNew = Input { Value = 3, },
HorizontalJustificationNew = Input { Value = 3, },
Thickness2 = Input { Value = 0.125, },
Red2 = Input { Value = 0.0705882352941176, },
Green2 = Input { Value = 0.388235294117647, },
Blue2 = Input { Value = 0.0549019607843137, },
ElementShape5 = Input { Value = 1, },
Thickness5 = Input { Value = 0.14, },
},
ViewInfo = OperatorInfo { Pos = { 220, 16.5 } },
}
}
}
================================================
FILE: Preset/TextPlus/字幕_白_茶.setting
================================================
{
Tools = ordered() {
Text1 = TextPlus {
CtrlWZoom = false,
Inputs = {
GlobalOut = Input { Value = 149, },
Width = Input { Value = 1920, },
Height = Input { Value = 1080, },
UseFrameFormatSettings = Input { Value = 1, },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
Center = Input { Value = { 0.5, 0.15 }, },
SelectElement = Input { Value = 1, },
Select = Input { Value = 1, },
Enabled2 = Input { Value = 1, },
StyledText = Input { Value = "Subtitle", },
Font = Input { Value = "Meiryo", },
Style = Input { Value = "Bold", },
Size = Input { Value = 0.07, },
VerticalJustificationNew = Input { Value = 3, },
HorizontalJustificationNew = Input { Value = 3, },
Thickness2 = Input { Value = 0.125, },
Red2 = Input { Value = 0.505882352941176, },
Green2 = Input { Value = 0.325490196078431, },
Blue2 = Input { Value = 0.0156862745098039, },
ElementShape5 = Input { Value = 1, },
Thickness5 = Input { Value = 0.14, },
},
ViewInfo = OperatorInfo { Pos = { 220, 16.5 } },
}
}
}
================================================
FILE: Preset/TextPlus/字幕_白_赤.setting
================================================
{
Tools = ordered() {
Text1 = TextPlus {
CtrlWZoom = false,
Inputs = {
GlobalOut = Input { Value = 149, },
Width = Input { Value = 1920, },
Height = Input { Value = 1080, },
UseFrameFormatSettings = Input { Value = 1, },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
Center = Input { Value = { 0.5, 0.15 }, },
SelectElement = Input { Value = 1, },
Select = Input { Value = 1, },
Enabled2 = Input { Value = 1, },
StyledText = Input { Value = "Subtitle", },
Font = Input { Value = "Meiryo", },
Style = Input { Value = "Bold", },
Size = Input { Value = 0.07, },
VerticalJustificationNew = Input { Value = 3, },
HorizontalJustificationNew = Input { Value = 3, },
Thickness2 = Input { Value = 0.125, },
Red2 = Input { Value = 0.686274509803922, },
Green2 = Input { Value = 0.2, },
Blue2 = Input { Value = 0.211764705882353, },
},
ViewInfo = OperatorInfo { Pos = { 4785, 82.5 } },
Colors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, }
}
}
}
================================================
FILE: Preset/TextPlus/字幕_白_赤紫.setting
================================================
{
Tools = ordered() {
Text2 = TextPlus {
CtrlWZoom = false,
Inputs = {
GlobalOut = Input { Value = 149, },
Width = Input { Value = 1920, },
Height = Input { Value = 1080, },
UseFrameFormatSettings = Input { Value = 1, },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
Center = Input { Value = { 0.5, 0.15 }, },
SelectElement = Input { Value = 1, },
Select = Input { Value = 1, },
Enabled2 = Input { Value = 1, },
StyledText = Input { Value = "Subtitle", },
Font = Input { Value = "Meiryo", },
Style = Input { Value = "Bold", },
Size = Input { Value = 0.07, },
VerticalJustificationNew = Input { Value = 3, },
HorizontalJustificationNew = Input { Value = 3, },
Thickness2 = Input { Value = 0.125, },
Red2 = Input { Value = 0.686274509803922, },
Green2 = Input { Value = 0.2, },
Blue2 = Input { Value = 0.450980392156863, },
},
ViewInfo = OperatorInfo { Pos = { 440, 16.5 } },
}
}
}
================================================
FILE: README.md
================================================
## 使い方
DaVinci Resolve で使える 動画制作補助ツールです。
日本語のフォルダに入れると動きません。ご注意ください。
1. 右のReleasesからzipファイルをダウンロードし解凍。
2. (オプション)アップグレードの場合は旧ツールからconfigフォルダをコピー
3. りぞりぷと.exeを立ち上げる。
4. 使いたい機能のボタンを押す。
参考
立ち絵、口パクの作り方
https://youtu.be/WyKujodsLh0
### 目次
* [ResolveLauncher](#ResolveLauncher)
* [softalk2wave](#softalk2wave)
* [AssistantSeika2wave](#AssistantSeika2wave)
* [AquesTalkWrapper](#AquesTalkWrapper)
* [VoicevoxSequencer](#VoicevoxSequencer)
* [VoiceBin](#VoiceBin)
* [VoiceSync](#VoiceSync)
* [PsdSplitter](#PsdSplitter)
* [Macro2Group](#Macro2Group)
* [VTT2Anim](#VTT2Anim)
* [ScriptLauncher](#ScriptLauncher)
* [DiskCache](#DiskCache)
* [Characters](#Characters)
### ResolveLauncher
動画参照
https://youtu.be/MfRBx0_7ZB4
動画参照
https://youtu.be/hrrWekhWuYY
[目次へ](#目次)
### softalk2wave
音声と字幕ファイル(srt)を書き出します。
簡単に書き出しからDaVinci ResolveのEdit pageへドラッグアンドドラップするのが目的のツールです。
SofTalkが別途必要です。
1. 右上の softalkw.exe の場所の欄に softalkw.exe の場所を設定。 softalkw.exe はソフトークに同封されています。
2. その下の保存ディレクトリにwavとsrtファイルの保存先ディレクトリを設定。
3. 音声設定にしゃべらせたい文字を入力。
4. 下のexportボタンを押す。ここでwavとsrtファイルを書き出します。
5. 左のファイル一覧から wavとsrtファイルを DaVinci Resolve の Edit page へ、ドラッグアンドドラップする。
[目次へ](#目次)
### AssistantSeika2wave
音声と字幕ファイル(srt)を書き出します。
簡単に書き出しからDaVinci ResolveのEdit pageへドラッグアンドドラップするのが目的のツールです。
AssistantSeika、他音声読み上げソフトが必要です。
1. AssistantSeika を使えるよう設定し立ち上げ。
2. 右上の SeikaSay2.exe の場所の欄に SeikaSay2.exe の場所を設定。 SeikaSay2.exe は AssistantSeika に同封されています。
3. その下の保存ディレクトリにwavとsrtファイルの保存先ディレクトリを設定。
4. 音声設定にしゃべらせたい文字を入力。
5. 音声設定の右側を AssistantSeika の話者一覧を見ながら設定。 Template があればそれを使っても可。
6. 下のexportボタンを押す。ここでwavとsrtファイルを書き出します。
7. 左のファイル一覧から wavとsrtファイルを DaVinci Resolve の Edit page へ、ドラッグアンドドラップする。
[目次へ](#目次)
### AquesTalkWrapper
AquesTalkPlayerをラップして使いやすくします。
[目次へ](#目次)
### VoicevoxSequencer
Voicevoxを操作して歌わせます。
Mac版はsimpleaudioのインストールが簡単に出来なかったので、一時無効化しました。
[目次へ](#目次)
### VoiceBin
動画参照
https://youtu.be/BAn7sj5xbxg
動画参照
https://youtu.be/afiJp1lodMo
動画参照
https://youtu.be/5Q6WNtMFhWI
[目次へ](#目次)
### VoiceSync
動画参照
https://youtu.be/Y5KpnlWsqmo
[目次へ](#目次)
### PsdSplitter
動画参照
https://youtu.be/LHM6jDKnLng
[目次へ](#目次)
### Macro2Group
動画参照
https://youtu.be/ul7grfLvJCM
[目次へ](#目次)
### VTT2Anim
2.0.0で一時無効化しました。
Subtitle2TextPlusを使ってください。
Workspase->Scripts->(Edit)->RS->Subtitle2TextPlus
[目次へ](#目次)
### ScriptLauncher
動画参照
https://youtu.be/5h5jIBJ4Lmo
動画参照
https://youtu.be/ZwZyUCaTaTw
[目次へ](#目次)
### DiskCache
動画参照
https://youtu.be/kta_94REcEE
[目次へ](#目次)
### Characters
コピー用の文字を表示します。
[目次へ](#目次)
================================================
FILE: Scripts/Comp/PathMapper.lua
================================================
local function pathMapper()
local tool_list = comp:GetToolList(false, 'Loader')
comp.StartUndo('RS Path Mapper')
for i, t in ipairs(tool_list) do
t.Clip[1] = comp:ReverseMapPath(t.Clip[1])
end
comp.EndUndo(True)
print('Mapped!')
end
pathMapper()
================================================
FILE: Scripts/Comp/PrintNames.lua
================================================
local function printNames()
local tool_list = comp:GetToolList(true)
for k,v in pairs(tool_list) do
print(v.Name)
end
end
printNames()
================================================
FILE: Scripts/Comp/Prototype/Import(PsdSplitter)_NO_EXP.py3
================================================
import json
from pathlib import Path
X_OFFSET = 1
Y_OFFSET = 4
selectedPath = fu.RequestFile(
'', # dir
'', # file
{
'FReqB_SeqGather': False,
'FReqS_Filter': 'JSON File (*.json)|*.json',
'FReqS_Title': 'Choose JSON',
},
)
ver = fu.Version
comp = None
if selectedPath is not None:
comp = fu.CurrentComp
def add_node(pos_x, pos_y, size_x, size_y, data, name):
xf = comp.AddTool('Transform', pos_x * X_OFFSET, pos_y * Y_OFFSET)
xf.SetAttrs({'TOOLS_Name': name})
pre_node = comp.AddTool('Background', pos_x * X_OFFSET, (pos_y - 1) * Y_OFFSET)
pre_node.UseFrameFormatSettings = 0
pre_node.Width = size_x
pre_node.Height = size_y
pre_node.TopLeftAlpha = 0
pre_node.Depth = 1
pos_x += 1
pos_y -= 2
user_controls = {}
cb_name = ''
pub_combobox = None
pub_combobox_uc = {
'__flags': 2097152,
'Value': {
'LINKID_DataType': 'Number',
'INPID_InputControl': 'ComboControl',
'LINKS_Name': name,
'INP_Integer': True,
'INP_Default': 0,
'ICS_ControlPage': 'User',
},
}
pub_combobox_def = 0
cb_cnt: int = 0
connect_list = []
for i, layer in enumerate(data):
node = None
layer_name: str = layer['name']
layer_name_en: str = layer['name_en']
visible: bool = layer['visible']
layer_data = layer['data']
mg = comp.AddTool('Merge', pos_x * X_OFFSET, (pos_y + 1) * Y_OFFSET)
if type(layer_data) is list:
node, pos_x = add_node(pos_x, pos_y, size_x, size_y, layer_data, layer_name)
else:
node = comp.AddTool('Loader', pos_x * X_OFFSET, pos_y * Y_OFFSET)
node.Clip[1] = comp.ReverseMapPath(layer_data.replace('/', '\\'))
node.Loop[1] = 1
node.PostMultiplyByAlpha = 1 if ver < 10 else 0
pos_x += 1
mg.ConnectInput('Foreground', node)
mg.ConnectInput('Background', pre_node)
if layer_name.startswith('*'):
if pub_combobox is None:
pub_combobox = comp.AddTool('PublishNumber')
pub_combobox_name = name if name != 'Root' else 'Select'
pub_combobox.SetAttrs({'TOOLS_Name': 'PARAM%s_%s' % (str(i).zfill(3), pub_combobox_name)})
cb_name = 'N' + str(i).zfill(3)
user_controls[cb_name] = {
'LINKID_DataType': 'Number',
'INPID_InputControl': 'ComboControl',
'LINKS_Name': pub_combobox_name,
'INP_Integer': True,
'INP_Default': 0,
'ICS_ControlPage': 'User',
}
dct = user_controls[cb_name]
pub_dct = pub_combobox_uc['Value']
dct[cb_cnt + 1] = {'CCS_AddString': '%s' % layer_name}
pub_dct[cb_cnt + 1] = {'CCS_AddString': '%s' % layer_name}
if visible:
dct['INP_Default'] = cb_cnt
pub_dct['INP_Default'] = cb_cnt
pub_combobox_def = cb_cnt
exp = comp.AddTool('Expression')
exp.NumberExpression = 'n1 == %d' % cb_cnt
mg.ConnectInput('Blend', exp.NumberResult)
exp.ConnectInput('n1', pub_combobox)
exp.Refresh()
cb_cnt += 1
else:
pub = comp.AddTool('PublishNumber')
pub.SetAttrs({'TOOLS_Name': 'PARAM%s_%s' % (str(i).zfill(3), layer_name)})
uc_name = 'N' + str(i).zfill(3) + '_' + layer_name_en
pub_uc = {
'__flags': 2097152,
'Value': {
'LINKID_DataType': 'Number',
'INPID_InputControl': 'CheckboxControl',
'LINKS_Name': layer_name,
'INP_Integer': True,
'CBC_TriState': False,
'INP_Default': 1 if visible else 0,
'ICS_ControlPage': 'User',
},
}
user_controls[uc_name] = {
'LINKID_DataType': 'Number',
'INPID_InputControl': 'CheckboxControl',
'LINKS_Name': layer_name,
'INP_Integer': True,
'CBC_TriState': False,
'INP_Default': 1 if visible else 0,
'ICS_ControlPage': 'User',
}
mg.ConnectInput('Blend', pub)
connect_list.append([uc_name, pub, 1 if visible else 0])
pub.UserControls = pub_uc
pre_node = mg
user_controls['Grp_' + name] = {
'LINKS_Name': name,
'LINKID_DataType': 'Number',
'INPID_InputControl': 'LabelControl',
'LBLC_DropDownButton': True,
'LBLC_NumInputs': len(user_controls),
'INP_Default': 1,
'ICS_ControlPage': 'User',
}
xf.ConnectInput('Input', pre_node)
uc = {'__flags': 2097152} # 順番を保持するフラグ
for k, v in reversed(list(user_controls.items())):
uc[k] = v
xf.UserControls = uc
xf = xf.Refresh()
if pub_combobox is not None:
xf.ConnectInput(cb_name, pub_combobox)
pub_combobox.UserControls = pub_combobox_uc
pub_combobox.Value = pub_combobox_def
pub_combobox.Refresh()
for c in connect_list:
xf.ConnectInput(c[0], c[1])
c[1].Value = c[2]
c[1].Refresh()
xf.TileColor = {
'__flags': 256,
'R': 0.92156862745098,
'G': 0.431372549019608,
'B': 0,
}
return xf, pos_x
def make(dct):
add_node(0, 0, dct['x'], dct['y'], dct['data'], dct['name'])
if selectedPath is not None and comp is not None:
comp.Lock()
comp.StartUndo('Add some tools')
json_path: Path = Path(comp.MapPath(comp.MapPath(selectedPath)))
make(json.loads(json_path.read_text(encoding='utf-8')))
comp.EndUndo(True)
comp.Unlock()
comp.AskUser('Done!', {})
print('Done!')
================================================
FILE: Scripts/Comp/Refresh.lua
================================================
local function refresh()
comp:StartUndo('RS Refresh')
local tool_list = comp:GetToolList(true)
for k,v in pairs(tool_list) do
v:Refresh()
end
comp:EndUndo(true)
print('Refresh!')
end
refresh()
================================================
FILE: Scripts/Edit/Marker2Chapter.lua
================================================
local function marker2Chapter(color, separator)
print(color .. 'マーカーを目次にします。\n')
local projectManager = resolve:GetProjectManager()
local project = projectManager:GetCurrentProject()
if not project then
return
end
local timeline = project:GetCurrentTimeline()
if not timeline then
return
end
local fps = timeline:GetSetting('timelineFrameRate')
local m = timeline:GetMarkers()
local c = {}
for i, v in pairs(m) do
local sec = math.floor(i / fps + 0.5)
if v.color == color then
c[#c + 1] = {
frame = i,
time = string.format('%02d:%02d', sec / 60, sec % 60),
name = v.name
}
end
end
table.sort(c, function(a, b)
return (a.frame < b.frame)
end)
print('目次')
if c[1] ~= nil and c[1].time ~= '00:00' then
print('00:00' .. separator)
end
for i, v in pairs(c) do
print(v.time .. separator .. v.name)
end
end
marker2Chapter('Rose', ' - ')
================================================
FILE: Templates/Edit/Generators/WhiteCUL.setting
================================================
{
Tools = ordered() {
WhiteCUL = GroupOperator {
Inputs = ordered() {
Input1 = InstanceInput {
Source = "CopyPose",
Default = 0,
Name = "Copy Pose",
SourceOp = "Root"
},
Input2 = InstanceInput {
Source = "PastePose",
Default = 0,
Name = "Paste Pose",
SourceOp = "Root"
},
Input3 = InstanceInput {
Source = "SavePose",
Default = 0,
Name = "Save Pose",
SourceOp = "Root"
},
Input4 = InstanceInput {
Source = "LoadPose",
Default = 0,
Name = "Load Pose",
SourceOp = "Root"
},
Input5 = InstanceInput {
SourceOp = "レイアウト",
Source = "Center"
},
Input6 = InstanceInput {
SourceOp = "レイアウト",
Source = "Pivot"
},
Input7 = InstanceInput {
Source = "UseSizeAndAspect",
Default = 1,
Name = "Use Size and Aspect",
SourceOp = "レイアウト"
},
Input8 = InstanceInput {
Default = 1,
SourceOp = "レイアウト",
Source = "Size"
},
Input9 = InstanceInput {
Default = 1,
SourceOp = "レイアウト",
Source = "Aspect"
},
Input10 = InstanceInput {
Source = "XSize",
Default = 1,
Name = "X Size",
SourceOp = "レイアウト"
},
Input11 = InstanceInput {
Source = "YSize",
Default = 1,
Name = "Y Size",
SourceOp = "レイアウト"
},
Input12 = InstanceInput {
Default = 0,
SourceOp = "レイアウト",
Source = "Angle"
},
Input13 = InstanceInput {
Source = "FlipHoriz",
Default = 0,
Name = "Flip Horizontal",
SourceOp = "レイアウト",
ControlGroup = 1
},
Input14 = InstanceInput {
Source = "FlipVert",
Default = 0,
Name = "Flip Vertical",
SourceOp = "レイアウト",
ControlGroup = 1
},
Input15 = InstanceInput {
Source = "Value",
Default = 1,
Name = "スピード",
Page = "モーション",
SourceOp = "Motion_Speed"
},
Input16 = InstanceInput {
Source = "Value",
Default = 1,
Name = "強さ",
SourceOp = "Motion_Str"
},
Input17 = InstanceInput {
Source = "N000_モーションなし",
Default = 0,
Name = "モーションなし",
SourceOp = "モーションSelector"
},
Input18 = InstanceInput {
Source = "N001_ぽよ",
Default = 0,
Name = "ぽよ",
SourceOp = "モーションSelector"
},
Input19 = InstanceInput {
Source = "N002_ぴょん_Ctrl",
Default = 0,
Name = "ぴょん_Ctrl",
SourceOp = "モーションSelector"
},
Input20 = InstanceInput {
Source = "N003_リズム_Ctrl",
Default = 0,
Name = "リズム_Ctrl",
SourceOp = "モーションSelector"
},
Input21 = InstanceInput {
Source = "N004_跳ねる_Ctrl",
Default = 0,
Name = "跳ねる_Ctrl",
SourceOp = "モーションSelector"
},
Input22 = InstanceInput {
Source = "N005_横揺れ_Ctrl",
Default = 0,
Name = "横揺れ_Ctrl",
SourceOp = "モーションSelector"
},
Input23 = InstanceInput {
Source = "N006_縦揺れ_Ctrl",
Default = 0,
Name = "縦揺れ_Ctrl",
SourceOp = "モーションSelector"
},
Input24 = InstanceInput {
Source = "N007_拡縮_Ctrl",
Default = 0,
Name = "拡縮_Ctrl",
SourceOp = "モーションSelector"
},
Input25 = InstanceInput {
Source = "N008_パーターブ_Ctrl",
Default = 0,
Name = "パーターブ_Ctrl",
SourceOp = "モーションSelector"
},
Input26 = InstanceInput {
Source = "N009_跳ねる",
Default = 0,
Name = "跳ねる",
SourceOp = "モーションSelector"
},
Input27 = InstanceInput {
Source = "N010_跳ねる_小",
Default = 0,
Name = "跳ねる_小",
SourceOp = "モーションSelector"
},
Input28 = InstanceInput {
Source = "N011_不安",
Default = 0,
Name = "不安",
SourceOp = "モーションSelector"
},
Input29 = InstanceInput {
Source = "N012_荒ぶる",
Default = 0,
Name = "荒ぶる",
SourceOp = "モーションSelector"
},
Input30 = InstanceInput {
Source = "N013_震え",
Default = 0,
Name = "震え",
SourceOp = "モーションSelector"
},
Input31 = InstanceInput {
Source = "Grp_記号など",
Default = 0,
Name = "記号など",
SourceOp = "Root"
},
Input32 = InstanceInput {
Source = "N003_namida_show_75",
Default = 0,
Name = "涙 show",
SourceOp = "Root"
},
Input33 = InstanceInput {
Source = "N003_namida_hide_75",
Default = 0,
Name = "涙 hide",
SourceOp = "Root"
},
Input34 = InstanceInput {
Source = "N002_takinamida_show_74",
Default = 0,
Name = "滝涙 show",
SourceOp = "Root"
},
Input35 = InstanceInput {
Source = "N002_takinamida_hide_74",
Default = 0,
Name = "滝涙 hide",
SourceOp = "Root"
},
Input36 = InstanceInput {
Source = "N001_ase_show_73",
Default = 0,
Name = "汗 show",
SourceOp = "Root"
},
Input37 = InstanceInput {
Source = "N001_ase_hide_73",
Default = 0,
Name = "汗 hide",
SourceOp = "Root"
},
Input38 = InstanceInput {
Source = "N000_aseoome_show_72",
Default = 0,
Name = "汗多め show",
SourceOp = "Root"
},
Input39 = InstanceInput {
Source = "N000_aseoome_hide_72",
Default = 0,
Name = "汗多め hide",
SourceOp = "Root"
},
Input40 = InstanceInput {
Source = "Grp_眉",
Default = 1,
Name = "眉",
SourceOp = "Root"
},
Input41 = InstanceInput {
Source = "N004_kihonmayu69",
Default = 0,
Name = "*基本眉",
SourceOp = "Root"
},
Input42 = InstanceInput {
Source = "N003_ikarimayu68",
Default = 0,
Name = "*怒り眉",
SourceOp = "Root"
},
Input43 = InstanceInput {
Source = "N002_agarimayu67",
Default = 0,
Name = "*上がり眉",
SourceOp = "Root"
},
Input44 = InstanceInput {
Source = "N001_komarimayu66",
Default = 0,
Name = "*困り眉",
SourceOp = "Root"
},
Input45 = InstanceInput {
Source = "N000_komarimayu265",
Default = 0,
Name = "*困り眉2",
SourceOp = "Root"
},
Input46 = InstanceInput {
Source = "Grp_目",
Default = 1,
Name = "目",
SourceOp = "Root"
},
Input47 = InstanceInput {
Source = "N005_kihonmesetto62",
Default = 0,
Name = "*基本目セット",
SourceOp = "Root"
},
Input48 = InstanceInput {
Source = "N004_none46",
Default = 0,
Name = "*><",
SourceOp = "Root"
},
Input49 = InstanceInput {
Source = "N003_nagomi45",
Default = 0,
Name = "*なごみ",
SourceOp = "Root"
},
Input50 = InstanceInput {
Source = "N002_nikkori44",
Default = 0,
Name = "*にっこり",
SourceOp = "Root"
},
Input51 = InstanceInput {
Source = "N001_◯◯43",
Default = 0,
Name = "*◯◯",
SourceOp = "Root"
},
Input52 = InstanceInput {
Source = "N000_jitome42",
Default = 0,
Name = "*ジト目",
SourceOp = "Root"
},
Input53 = InstanceInput {
Source = "Grp_基本目セット",
Default = 1,
Name = "基本目セット",
SourceOp = "Root"
},
Input54 = InstanceInput {
Source = "Grp_黒目",
Default = 0,
Name = "黒目",
SourceOp = "Root"
},
Input55 = InstanceInput {
Source = "N006_kihon62",
Default = 0,
Name = "*基本",
SourceOp = "Root"
},
Input56 = InstanceInput {
Source = "N005_kihon261",
Default = 0,
Name = "*基本2",
SourceOp = "Root"
},
Input57 = InstanceInput {
Source = "N004_kameramesen60",
Default = 0,
Name = "*カメラ目線",
SourceOp = "Root"
},
Input58 = InstanceInput {
Source = "N003_kameramesen259",
Default = 0,
Name = "*カメラ目線2",
SourceOp = "Root"
},
Input59 = InstanceInput {
Source = "N002_mesorashi58",
Default = 0,
Name = "*目そらし",
SourceOp = "Root"
},
Input60 = InstanceInput {
Source = "N001_mesorashi257",
Default = 0,
Name = "*目そらし2",
SourceOp = "Root"
},
Input61 = InstanceInput {
Source = "N000_●●56",
Default = 0,
Name = "*●●",
SourceOp = "Root"
},
Input62 = InstanceInput {
Source = "Grp_白目",
Default = 0,
Name = "白目",
SourceOp = "Root"
},
Input63 = InstanceInput {
Source = "N002_shitagankenkyouchou_show_53",
Default = 0,
Name = "下眼瞼強調 show",
SourceOp = "Root"
},
Input64 = InstanceInput {
Source = "N002_shitagankenkyouchou_hide_53",
Default = 0,
Name = "下眼瞼強調 hide",
SourceOp = "Root"
},
Input65 = InstanceInput {
Source = "N001_shiromekihon52",
Default = 0,
Name = "*白目基本",
SourceOp = "Root"
},
Input66 = InstanceInput {
Source = "N000_shiromemihiraki51",
Default = 0,
Name = "*白目見開き",
SourceOp = "Root"
},
Input67 = InstanceInput {
Source = "Grp_口",
Default = 1,
Name = "口",
SourceOp = "Root"
},
Input68 = InstanceInput {
Source = "N016_hohoemi39",
Default = 0,
Name = "*ほほえみ",
SourceOp = "Root"
},
Input69 = InstanceInput {
Source = "N015_aha38",
Default = 0,
Name = "*あは",
SourceOp = "Root"
},
Input70 = InstanceInput {
Source = "N014_hoo37",
Default = 0,
Name = "*ほー",
SourceOp = "Root"
},
Input71 = InstanceInput {
Source = "N013_wahaa36",
Default = 0,
Name = "*わはー",
SourceOp = "Root"
},
Input72 = InstanceInput {
Source = "N012_peron35",
Default = 0,
Name = "*ぺろん",
SourceOp = "Root"
},
Input73 = InstanceInput {
Source = "N011_ehee34",
Default = 0,
Name = "*えへぇ",
SourceOp = "Root"
},
Input74 = InstanceInput {
Source = "N010_n33",
Default = 0,
Name = "*ん",
SourceOp = "Root"
},
Input75 = InstanceInput {
Source = "N009_mun32",
Default = 0,
Name = "*むん",
SourceOp = "Root"
},
Input76 = InstanceInput {
Source = "N008_o31",
Default = 0,
Name = "*お",
SourceOp = "Root"
},
Input77 = InstanceInput {
Source = "N007_chu30",
Default = 0,
Name = "*ちゅ",
SourceOp = "Root"
},
Input78 = InstanceInput {
Source = "N006_hyutsu29",
Default = 0,
Name = "*ひゅっ",
SourceOp = "Root"
},
Input79 = InstanceInput {
Source = "N005_n28",
Default = 0,
Name = "*ん",
SourceOp = "Root"
},
Input80 = InstanceInput {
Source = "N004_e27",
Default = 0,
Name = "*え",
SourceOp = "Root"
},
Input81 = InstanceInput {
Source = "N003_eaa26",
Default = 0,
Name = "*えあー",
SourceOp = "Root"
},
Input82 = InstanceInput {
Source = "N002_uhee25",
Default = 0,
Name = "*うへぇ",
SourceOp = "Root"
},
Input83 = InstanceInput {
Source = "N001_eee24",
Default = 0,
Name = "*えぇー",
SourceOp = "Root"
},
Input84 = InstanceInput {
Source = "N000_utsuwaa23",
Default = 0,
Name = "*うっわー",
SourceOp = "Root"
},
Input85 = InstanceInput {
Source = "Grp_顔色など",
Default = 0,
Name = "顔色など",
SourceOp = "Root"
},
Input86 = InstanceInput {
Source = "N003_hana_show_20",
Default = 0,
Name = "鼻 show",
SourceOp = "Root"
},
Input87 = InstanceInput {
Source = "N003_hana_hide_20",
Default = 0,
Name = "鼻 hide",
SourceOp = "Root"
},
Input88 = InstanceInput {
Source = "N002_hoppe19",
Default = 0,
Name = "*ほっぺ",
SourceOp = "Root"
},
Input89 = InstanceInput {
Source = "N001_sekimen18",
Default = 0,
Name = "*赤面",
SourceOp = "Root"
},
Input90 = InstanceInput {
Source = "N000_aozame17",
Default = 0,
Name = "*青ざめ",
SourceOp = "Root"
},
Input91 = InstanceInput {
Source = "Grp_右腕",
Default = 1,
Name = "右腕",
SourceOp = "Root"
},
Input92 = InstanceInput {
Source = "N003_kihon14",
Default = 0,
Name = "*基本",
SourceOp = "Root"
},
Input93 = InstanceInput {
Source = "N002_sasashi13",
Default = 0,
Name = "*指さし",
SourceOp = "Root"
},
Input94 = InstanceInput {
Source = "N001_tenohira12",
Default = 0,
Name = "*手のひら",
SourceOp = "Root"
},
Input95 = InstanceInput {
Source = "N000_tenokabuto11",
Default = 0,
Name = "*手の甲",
SourceOp = "Root"
},
Input96 = InstanceInput {
Source = "Grp_左腕",
Default = 1,
Name = "左腕",
SourceOp = "Root"
},
Input97 = InstanceInput {
Source = "N002_kihon8",
Default = 0,
Name = "*基本",
SourceOp = "Root"
},
Input98 = InstanceInput {
Source = "N001_tenohira7",
Default = 0,
Name = "*手のひら",
SourceOp = "Root"
},
Input99 = InstanceInput {
Source = "N000_tenokabuto6",
Default = 0,
Name = "*手の甲",
SourceOp = "Root"
},
Input100 = InstanceInput {
Source = "LayerOrder",
Page = "口パク",
Name = "Layer List",
SourceOp = "MouthAnim",
ControlGroup = 2
},
Input101 = InstanceInput {
Source = "LayerSelection",
Default = 1,
Name = "Layer List",
SourceOp = "MouthAnim",
ControlGroup = 2
},
Input102 = InstanceInput {
Source = "LayerName1",
Name = "Layer List",
ControlGroup = 2,
SourceOp = "MouthAnim"
},
Input103 = InstanceInput {
Source = "LayerEnabled1",
Default = 1,
Name = "Layer List",
SourceOp = "MouthAnim",
ControlGroup = 2
},
Input104 = InstanceInput {
Source = "LayerName2",
Name = "Layer List",
ControlGroup = 2,
SourceOp = "MouthAnim"
},
Input105 = InstanceInput {
Source = "LayerEnabled2",
Default = 0,
Name = "Layer List",
SourceOp = "MouthAnim",
ControlGroup = 2
},
Input106 = InstanceInput {
Source = "LayerName3",
Name = "Layer List",
ControlGroup = 2,
SourceOp = "MouthAnim"
},
Input107 = InstanceInput {
Source = "LayerEnabled3",
Default = 0,
Name = "Layer List",
SourceOp = "MouthAnim",
ControlGroup = 2
},
Input108 = InstanceInput {
Source = "LayerName4",
Name = "Layer List",
ControlGroup = 2,
SourceOp = "MouthAnim"
},
Input109 = InstanceInput {
Source = "LayerEnabled4",
Default = 0,
Name = "Layer List",
SourceOp = "MouthAnim",
ControlGroup = 2
},
Input110 = InstanceInput {
Source = "LayerName5",
Name = "Layer List",
ControlGroup = 2,
SourceOp = "MouthAnim"
},
Input111 = InstanceInput {
Source = "LayerEnabled5",
Default = 0,
Name = "Layer List",
SourceOp = "MouthAnim",
ControlGroup = 2
},
Input112 = InstanceInput {
Source = "LayerName6",
Name = "Layer List",
ControlGroup = 2,
SourceOp = "MouthAnim"
},
Input113 = InstanceInput {
Source = "LayerEnabled6",
Default = 0,
Name = "Layer List",
SourceOp = "MouthAnim",
ControlGroup = 2
},
Input114 = InstanceInput {
Source = "LayerName7",
Name = "Layer List",
ControlGroup = 2,
SourceOp = "MouthAnim"
},
Input115 = InstanceInput {
Source = "LayerEnabled7",
Default = 0,
Name = "Layer List",
SourceOp = "MouthAnim",
ControlGroup = 2
},
Input116 = InstanceInput {
Source = "LayerName8",
Name = "Layer List",
ControlGroup = 2,
SourceOp = "MouthAnim"
},
Input117 = InstanceInput {
Source = "LayerEnabled8",
Default = 1,
Name = "Layer List",
SourceOp = "MouthAnim",
ControlGroup = 2
},
Input118 = InstanceInput {
Default = 1,
SourceOp = "MouthScale",
Source = "Size"
},
Input119 = InstanceInput {
Default = 173,
SourceOp = "EyeAnim",
Source = "Blink"
},
Input120 = InstanceInput {
Default = 4,
SourceOp = "EyeAnim",
Source = "Close"
},
Input121 = InstanceInput {
Default = 0,
SourceOp = "EyeAnim",
Source = "Offset"
},
Input122 = InstanceInput {
Source = "Make",
Default = 0,
Name = "Make Anim",
SourceOp = "EyeAnim"
},
Input123 = InstanceInput {
Source = "Delete",
Default = 0,
Name = "Delete Anim",
SourceOp = "EyeAnim"
},
Input124 = InstanceInput {
Source = "at00",
Default = 0,
Name = "ボタンを押さないと反映されません。",
SourceOp = "EyeAnim"
},
Input125 = InstanceInput {
Source = "LayerOrder",
Name = "Layer List",
ControlGroup = 3,
SourceOp = "EyeAnim"
},
Input126 = InstanceInput {
Source = "LayerSelection",
Default = 1,
Name = "Layer List",
SourceOp = "EyeAnim",
ControlGroup = 3
},
Input127 = InstanceInput {
Source = "LayerName1",
Name = "Layer List",
ControlGroup = 3,
SourceOp = "EyeAnim"
},
Input128 = InstanceInput {
Source = "LayerEnabled1",
Default = 1,
Name = "Layer List",
SourceOp = "EyeAnim",
ControlGroup = 3
},
Input129 = InstanceInput {
Source = "LayerName2",
Name = "Layer List",
ControlGroup = 3,
SourceOp = "EyeAnim"
},
Input130 = InstanceInput {
Source = "LayerEnabled2",
Default = 0,
Name = "Layer List",
SourceOp = "EyeAnim",
ControlGroup = 3
},
Input131 = InstanceInput {
Source = "LayerName3",
Name = "Layer List",
ControlGroup = 3,
SourceOp = "EyeAnim"
},
Input132 = InstanceInput {
Source = "LayerEnabled3",
Default = 1,
Name = "Layer List",
SourceOp = "EyeAnim",
ControlGroup = 3
}
},
Tools = ordered() {
Loader21 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 3905, -1039.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
TimeCode = 0,
Depth = 0,
AspectMode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!口\\-ちゅ.png"
}
}
},
Loader33 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 3355, -1501.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
TimeCode = 0,
Depth = 0,
AspectMode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!目\\-にっこり.png"
}
}
},
["パーターブ_Ctrl"] = Transform {
Inputs = {
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
},
Center = Input {
SourceOp = "Perturb1",
Source = "Value"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 5500, 511.5 } }
},
Perturb1 = PerturbPoint {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
Speed = Input {
SourceOp = "Motion_Speed",
Source = "Value"
},
Strength = Input {
SourceOp = "Motion_Str",
Source = "Value"
}
},
CtrlWZoom = false
},
Motion_Str = PublishNumber {
Inputs = {
Value = Input { Value = 1 }
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
CtrlWZoom = false
},
Motion_Speed = PublishNumber {
Inputs = {
Value = Input { Value = 1 }
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
CtrlWZoom = false
},
Loader18 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 3575, -1039.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
TimeCode = 0,
Depth = 0,
AspectMode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!口\\-え.png"
}
}
},
Loader36 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4125, -2293.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
TimeCode = 0,
Depth = 0,
AspectMode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!目\\-基本目セット\\!白目\\-白目見開き.png"
}
}
},
["荒ぶる"] = GroupOperator {
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform1_2_1",
Source = "Input"
},
Input3 = InstanceInput {
Source = "RandomSeed",
Default = 0,
Width = 1,
SourceOp = "Shake1_1"
},
Input4 = InstanceInput {
SourceOp = "Shake1_1",
Width = 0.385,
Source = "Randomize"
},
Input5 = InstanceInput {
Default = 10,
SourceOp = "Shake1_1",
Source = "Smoothness"
},
Input1 = InstanceInput {
Source = "x",
Default = 0.1,
Name = "X",
SourceOp = "Transform1_2_1"
},
Input2 = InstanceInput {
Source = "y",
Default = 0.1,
Name = "Y",
SourceOp = "Transform1_2_1"
}
},
Tools = ordered() {
Transform1_2_1 = Transform {
Inputs = {
in_out = Input {
SourceOp = "KeyframeStretcher1_1",
Source = "Result"
},
y = Input { Value = 0.03 },
x = Input { Value = 0.03 },
Center = Input {
Expression = "Point(0.5, 0.5) + shake * in_out",
Value = { 0.502997744173508, 0.497908177638071 }
},
shake = Input {
SourceOp = "Shake1_1",
Source = "Position"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
CtrlWShown = false,
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
UserControls = 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 } }
},
KeyframeStretcher1_1 = KeyStretcherMod {
Inputs = {
StretchEnd = Input { Value = 110 },
Keyframes = Input {
SourceOp = "KeyStretcheronTransform1_2_1Keyframes",
Source = "Value"
},
StretchStart = Input { Value = 10 }
},
CtrlWZoom = false
},
KeyStretcheronTransform1_2_1Keyframes = BezierSpline {
CtrlWZoom = false,
SplineColor = { Green = 106, Blue = 231, Red = 193 },
KeyFrames = {
[0] = { 0, RH = { 3.33333333333333, 0 }, Flags = { Linear = true } },
[10] = { 1, RH = { 43.3333333333333, 1 }, LH = { 6.66666666666667, 1 } },
[110] = { 1, RH = { 113.333333333333, 1 }, LH = { 76.6666666666667, 1 } },
[120] = { 0, LH = { 116.666666666667, 0 } }
}
},
Shake1_1 = Shake {
Inputs = {
XMinimum = Input {
Expression = "-Transform1_2_1.x",
Value = -0.03
},
XMaximum = Input {
Expression = "Transform1_2_1.x",
Value = 0.03
},
YMinimum = Input {
Expression = "-Transform1_2_1.y",
Value = -0.03
},
Smoothness = Input { Value = 1.5 },
YMaximum = Input {
Expression = "Transform1_2_1.y",
Value = 0.03
},
LockXY = Input { Value = 0 }
},
Faster = true,
CtrlWZoom = false
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
ViewInfo = GroupInfo {
Flags = {
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true
},
Offset = { 0, 0 },
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Scale = 1,
PipeStyle = "Direct",
Direction = "Horizontal",
Pos = { 6160, 511.5 }
},
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform1_2_1",
Source = "Output"
}
}
},
Loader20 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 3795, -1039.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
TimeCode = 0,
Depth = 0,
AspectMode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!口\\-ひゅっ.png"
}
}
},
Loader53 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 3630, -643.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
TimeCode = 0,
Depth = 0,
AspectMode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\記号など\\滝涙.png"
}
}
},
Loader28 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4675, -1039.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
TimeCode = 0,
Depth = 0,
AspectMode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!口\\-ほー.png"
}
}
},
Loader27 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4565, -1039.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
TimeCode = 0,
Depth = 0,
AspectMode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!口\\-わはー.png"
}
}
},
["横揺れ_Ctrl"] = Transform {
Inputs = {
v = Input {
Expression = "0.5 + amplitude * iif(time > out, 0,bound)",
Value = 0.504755282581476
},
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)",
Value = 0.951056516295153
},
amplitude = Input {
SourceOp = "Motion_Str",
Source = "Value"
},
Center = Input {
Expression = "Point(v, 0.5)",
Value = { 0.504755282581476, 0.5 }
},
speed = Input {
SourceOp = "Motion_Speed",
Source = "Value"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
UserControls = 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 } },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 5005, 511.5 } }
},
Loader4 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 825, -643.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
TimeCode = 0,
Depth = 0,
AspectMode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!左腕\\-手のひら.png"
}
}
},
["ぽよ"] = GroupOperator {
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform",
Source = "Input"
},
Input1 = InstanceInput {
Source = "speed",
Default = 1,
Name = "スピード",
Page = "Controls",
SourceOp = "Transform"
},
Input2 = InstanceInput {
Source = "SecondOperand",
Default = 1,
Name = "強さ",
SourceOp = "Calculation2"
},
Input3 = InstanceInput {
SourceOp = "Transform",
Source = "Pivot"
}
},
Tools = ordered() {
Transform = Transform {
Inputs = {
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
},
Pivot = Input { Value = { 0.5, 0 } },
Aspect = Input {
SourceOp = "Calculation1",
Source = "Result"
}
},
CtrlWShown = false,
NameSet = true,
UserControls = 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 } },
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
CtrlWZoom = false
},
Calculation1 = Calculation {
Inputs = {
SecondOperand = Input { Value = 1 },
FirstOperand = Input {
SourceOp = "Calculation2",
Source = "Result"
},
FirstOperandTimeOffset = Input { Expression = "-comp.GlobalStart" }
},
CtrlWZoom = false
},
Calculation2 = Calculation {
Inputs = {
SecondOperand = Input { Value = 0.8 },
FirstOperandTimeScale = Input { Expression = "Transform.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate" },
FirstOperand = Input {
SourceOp = "CalculationonCalculationonTransformAspectFirstOperand",
Source = "Value"
},
Operator = Input { Value = 2 }
},
CtrlWZoom = false
},
CalculationonCalculationonTransformAspectFirstOperand = BezierSpline {
CtrlWZoom = false,
SplineColor = { Green = 105, Blue = 30, Red = 210 },
KeyFrames = {
[0] = { 0, RH = { 1, 0 }, Flags = { Linear = true } },
[3] = { 0.0800000000000001, RH = { 4.66666666666667, 0.0800000000000001 }, LH = { 2, 0.0800000000000001 } },
[8] = { -0.0489999999999999, RH = { 9.33333333333333, -0.0489999999999999 }, LH = { 6.33333333333333, -0.0489999999999999 } },
[12] = { 0.03, RH = { 13.3333333333333, 0.03 }, LH = { 10.6666666666667, 0.03 } },
[16] = { -0.00700000000000001, RH = { 16.6666666666667, -0.00700000000000001 }, LH = { 14.6666666666667, -0.00700000000000001 } },
[18] = { 0.004, RH = { 18.6666666666667, 0.004 }, LH = { 17.3333333333333, 0.004 } },
[20] = { 0, LH = { 19.3333333333333, 0 } }
}
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
ViewInfo = GroupInfo {
Flags = {
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true
},
Offset = { 0, 0 },
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Scale = 1,
PipeStyle = "Direct",
Direction = "Horizontal",
Pos = { 4345, 511.5 }
},
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform",
Source = "Output"
}
}
},
Loader40 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4785, -2293.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
TimeCode = 0,
Depth = 0,
AspectMode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!目\\-基本目セット\\!黒目\\-目そらし2_.png"
}
}
},
["拡縮_Ctrl"] = Transform {
Inputs = {
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)",
Value = 0.951056516295153
},
speed = Input {
SourceOp = "Motion_Speed",
Source = "Value"
},
v = Input {
Expression = "1 + amplitude * iif(time > out, 0,bound)",
Value = 0.504755282581476
},
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
amplitude = Input {
SourceOp = "Motion_Str",
Source = "Value"
},
Size = Input { Expression = " v" },
Center = Input { Value = { 0.504755282581476, 0.5 } },
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
UserControls = 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 } },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 5335, 511.5 } }
},
Loader39 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4675, -2293.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
TimeCode = 0,
Depth = 0,
AspectMode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!目\\-基本目セット\\!黒目\\-●●.png"
}
}
},
Loader15 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 3245, -1039.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
TimeCode = 0,
Depth = 0,
AspectMode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!口\\-えぇー.png"
}
}
},
Loader31 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 3135, -1501.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
TimeCode = 0,
Depth = 0,
AspectMode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!目\\-ジト目.png"
}
}
},
ST_Background = Background {
Inputs = {
UseFrameFormatSettings = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1080 },
Depth = Input { Value = 1 },
Width = Input { Value = 1920 },
TopLeftAlpha = Input { Value = 0 }
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
ViewInfo = OperatorInfo { Pos = { 5170, 676.5 } }
},
ST_SetDomain = SetDomain {
Inputs = {
Input = Input {
SourceOp = "ST_Background",
Source = "Output"
},
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Right = Input { Value = 0 }
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
ViewInfo = OperatorInfo { Pos = { 5170, 808.5 } }
},
["モーションSelector"] = Transform {
Inputs = {
Str = Input {
SourceOp = "Motion_Str",
Source = "Value"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
},
Speed = Input {
SourceOp = "Motion_Speed",
Source = "Value"
}
},
UserControls = ordered() {
["N000_モーションなし"] = {
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"モーションなし\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "モーションなし",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N001_ぽよ"] = {
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"ぽよ\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "ぽよ",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N002_ぴょん_Ctrl"] = {
ICS_ControlPage = "モーション",
BTNCS_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",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "ぴょん_Ctrl",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N003_リズム_Ctrl"] = {
ICS_ControlPage = "モーション",
BTNCS_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",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "リズム_Ctrl",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N004_跳ねる_Ctrl"] = {
ICS_ControlPage = "モーション",
BTNCS_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",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "跳ねる_Ctrl",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N005_横揺れ_Ctrl"] = {
ICS_ControlPage = "モーション",
BTNCS_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",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "横揺れ_Ctrl",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N006_縦揺れ_Ctrl"] = {
ICS_ControlPage = "モーション",
BTNCS_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",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "縦揺れ_Ctrl",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N007_拡縮_Ctrl"] = {
ICS_ControlPage = "モーション",
BTNCS_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",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "拡縮_Ctrl",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N008_パーターブ_Ctrl"] = {
ICS_ControlPage = "モーション",
BTNCS_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",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "パーターブ_Ctrl",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N009_跳ねる"] = {
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"跳ねる\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "跳ねる",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N010_跳ねる_小"] = {
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"跳ねる_小\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "跳ねる_小",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N011_不安"] = {
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"不安\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "不安",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N012_荒ぶる"] = {
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"荒ぶる\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "荒ぶる",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N013_震え"] = {
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"震え\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "震え",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
Speed = {
INP_Default = 1,
INP_MaxScale = 5,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Speed",
INPID_InputControl = "SliderControl",
INP_MinScale = 0
},
Str = {
INP_Default = 1,
INP_MaxScale = 5,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Str",
INPID_InputControl = "SliderControl",
INP_MinScale = 0
}
},
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 5335, 676.5 } },
Colors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } }
},
ST_Merge = Merge {
Inputs = {
Background = Input {
SourceOp = "ST_SetDomain",
Source = "Output"
},
Foreground = Input {
SourceOp = "モーションSelector",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 5335, 808.5 } }
},
["レイアウト"] = Transform {
Inputs = {
Input = Input {
SourceOp = "ST_Merge",
Source = "Output"
},
Center = Input { Value = { 0.85, 0 } }
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 5335, 940.5 } },
Colors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } }
},
Loader11 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 2035, -643.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
TimeCode = 0,
Depth = 0,
AspectMode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!顔色など\\-赤面.png"
}
}
},
Loader14 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 3135, -1039.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
TimeCode = 0,
Depth = 0,
AspectMode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!口\\-うっわー.png"
}
}
},
Loader7 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 1375, -643.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
TimeCode = 0,
Depth = 0,
AspectMode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!右腕\\-手のひら.png"
}
}
},
Loader24 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4235, -1039.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
TimeCode = 0,
Depth = 0,
AspectMode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!口\\-ん_.png"
}
}
},
Loader23 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4125, -1039.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
TimeCode = 0,
Depth = 0,
AspectMode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!口\\-むん.png"
}
}
},
["リズム_Ctrl"] = Transform {
Inputs = {
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
},
Pivot = Input { Value = { 0.5, 0 } },
Aspect = Input {
SourceOp = "リズム_AspectAffset",
Source = "Result"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 4675, 511.5 } }
},
["リズム_AspectAffset"] = Calculation {
Inputs = {
FirstOperand = Input {
SourceOp = "リズム_ScaleAndTimeScaleForFPS",
Source = "Result"
},
SecondOperand = Input { Value = 1 }
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
CtrlWZoom = false
},
["リズム_ScaleAndTimeScaleForFPS"] = Calculation {
Inputs = {
SecondOperand = Input {
SourceOp = "Motion_Str",
Source = "Value"
},
FirstOperandTimeScale = Input { Expression = "30 / comp:GetPrefs().Comp.FrameFormat.Rate" },
FirstOperand = Input {
SourceOp = "リズム_Loop",
Source = "Result"
},
Operator = Input { Value = 2 }
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
CtrlWZoom = false
},
["リズム_Loop"] = Calculation {
Inputs = {
Operator = Input { Value = 9 },
Frame = Input {
Expression = "30 / Speed",
Value = 30
},
FirstOperandTimeOffset = Input { Expression = "- math.floor(time / Frame) * Frame" },
FirstOperand = Input {
SourceOp = "リズム_LoopFirstOperand",
Source = "Value"
},
Speed = Input {
SourceOp = "Motion_Speed",
Source = "Value"
}
},
UserControls = ordered() {
Speed = {
INP_Default = 1,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Speed",
INPID_InputControl = "SliderControl"
},
Frame = {
INP_Default = 1,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Frame",
INPID_InputControl = "SliderControl"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
CtrlWZoom = false
},
["リズム_LoopFirstOperand"] = BezierSpline {
SplineColor = { Green = 105, Blue = 30, Red = 210 },
KeyFrames = {
[0] = { 0, RH = { 1, 0 }, Flags = { Linear = true } },
[3] = { -0.01, RH = { 4, -0.01 }, LH = { 2, -0.01 } },
[6] = { 0, LH = { 5, 0 } }
},
CtrlWZoom = false,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
}
},
Loader32 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 3245, -1501.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
TimeCode = 0,
Depth = 0,
AspectMode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!目\\-◯◯.png"
}
}
},
Loader38 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4345, -2293.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
TimeCode = 0,
Depth = 0,
AspectMode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!目\\-基本目セット\\!白目\\下眼瞼強調.png"
}
}
},
["ぴょん_Ctrl"] = Transform {
Inputs = {
Center = Input {
SourceOp = "XYPath1_1",
Source = "Value"
},
speed = Input {
SourceOp = "Motion_Speed",
Source = "Value"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
UserControls = 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 } },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 4510, 511.5 } }
},
XYPath1_1 = XYPath {
Inputs = {
Y = Input {
SourceOp = "Calculation1_1_1",
Source = "Result"
},
X = Input { Value = 0.5 }
},
CtrlWZoom = false,
DrawMode = "ModifyOnly",
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ShowKeyPoints = false
},
Calculation1_1_1 = Calculation {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
SecondOperand = Input { Value = 0.5 },
FirstOperand = Input {
SourceOp = "Calculation2_1_1",
Source = "Result"
},
FirstOperandTimeOffset = Input { Expression = "-comp.GlobalStart - ぴょん_Ctrl.offset" }
},
CtrlWZoom = false
},
Calculation2_1_1 = Calculation {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
SecondOperand = Input { Value = 0.5 },
FirstOperandTimeScale = Input { Expression = "ぴょん_Ctrl.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate" },
FirstOperand = Input {
SourceOp = "Calculation4_1",
Source = "Result"
},
Operator = Input { Value = 2 }
},
CtrlWZoom = false
},
Calculation4_1 = Calculation {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
SecondOperand = Input {
SourceOp = "Motion_Str",
Source = "Value"
},
FirstOperand = Input {
SourceOp = "Calculation4_1FirstOperand",
Source = "Value"
},
Operator = Input { Value = 2 }
},
CtrlWZoom = false
},
Calculation4_1FirstOperand = BezierSpline {
SplineColor = { Green = 255, Blue = 0, Red = 0 },
KeyFrames = {
[0] = { 0, RH = { 2.65, 0.18 }, Flags = { Linear = true } },
[13] = { 0, RH = { 15.2, 0.05 }, LH = { 9.5, 0.194 } },
[22] = { 0, RH = { 24.9, 0.02 }, LH = { 18.7, 0.06 } },
[30] = { 0, LH = { 27.4851924208954, 0 } }
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
CtrlWZoom = false
},
["跳ねる"] = GroupOperator {
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform1_1",
Source = "Input"
},
Input1 = InstanceInput {
Source = "speed",
Default = 2,
MinScale = 0.0010000000475,
SourceOp = "Transform1_1"
},
Input2 = InstanceInput {
Default = 0.1,
SourceOp = "Transform1_1",
Source = "amplitude"
}
},
Tools = ordered() {
Transform1_1 = Transform {
Inputs = {
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\n",
Value = 0.951056516295154
},
amplitude = Input { Value = 0.08 },
Center = Input {
Expression = "Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))",
Value = { 0.5, 0.595105651629515 }
},
speed = Input { Value = 2 },
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
CtrlWShown = false,
CtrlWZoom = false,
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
UserControls = 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 } }
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
ViewInfo = GroupInfo {
Flags = {
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true
},
Offset = { 0, 0 },
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Scale = 1,
PipeStyle = "Direct",
Direction = "Horizontal",
Pos = { 5665, 511.5 }
},
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform1_1",
Source = "Output"
}
}
},
Loader48 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 2860, -643.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
TimeCode = 0,
Depth = 0,
AspectMode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!眉\\-上がり眉.png"
}
}
},
Loader52 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 3520, -643.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
TimeCode = 0,
Depth = 0,
AspectMode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\記号など\\汗.png"
}
}
},
Loader42 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 5005, -2293.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
TimeCode = 0,
Depth = 0,
AspectMode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!目\\-基本目セット\\!黒目\\-カメラ目線2_.png"
}
}
},
Loader35 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 3575, -1501.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
TimeCode = 0,
Depth = 0,
AspectMode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!目\\-__.png"
}
}
},
Loader49 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 2970, -643.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
TimeCode = 0,
Depth = 0,
AspectMode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!眉\\-怒り眉.png"
}
}
},
Loader44 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 5225, -2293.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
TimeCode = 0,
Depth = 0,
AspectMode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!目\\-基本目セット\\!黒目\\-基本2_.png"
}
}
},
Loader25 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4345, -1039.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
TimeCode = 0,
Depth = 0,
AspectMode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!口\\-えへぇ.png"
}
}
},
Loader6 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 1265, -643.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
TimeCode = 0,
Depth = 0,
AspectMode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!右腕\\-手の甲.png"
}
}
},
["縦揺れ_Ctrl"] = Transform {
Inputs = {
v = Input {
Expression = "0.5 + amplitude * iif(time > out, 0,bound)",
Value = 0.504755282581476
},
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)",
Value = 0.951056516295153
},
amplitude = Input {
SourceOp = "Motion_Str",
Source = "Value"
},
Center = Input {
Expression = "Point(0.5,v)",
Value = { 0.504755282581476, 0.5 }
},
speed = Input {
SourceOp = "Motion_Speed",
Source = "Value"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
UserControls = 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 } },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 5170, 511.5 } }
},
Loader8 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 1485, -643.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
TimeCode = 0,
Depth = 0,
AspectMode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!右腕\\-指さし.png"
}
}
},
Loader10 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 1925, -643.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
TimeCode = 0,
Depth = 0,
AspectMode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!顔色など\\-青ざめ.png"
}
}
},
Loader46 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 2640, -643.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
TimeCode = 0,
Depth = 0,
AspectMode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!眉\\-困り眉2_.png"
}
}
},
Loader41 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4895, -2293.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
TimeCode = 0,
Depth = 0,
AspectMode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!目\\-基本目セット\\!黒目\\-目そらし.png"
}
}
},
Loader3 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 715, -643.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
TimeCode = 0,
Depth = 0,
AspectMode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!左腕\\-手の甲.png"
}
}
},
["震え"] = GroupOperator {
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform1_3",
Source = "Input"
},
Input1 = InstanceInput {
Default = 2,
SourceOp = "Transform1_3",
Source = "speed"
},
Input2 = InstanceInput {
Default = 0.1,
SourceOp = "Transform1_3",
Source = "amplitude"
},
Input3 = InstanceInput {
Default = 0,
SourceOp = "Transform1_3",
Source = "Y"
}
},
Tools = ordered() {
Transform1_3 = Transform {
Inputs = {
v = Input {
Expression = "0.5 + amplitude * iif(time > out, 0,bound)",
Value = 0.504755282581476
},
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)",
Value = 0.951056516295153
},
amplitude = Input { Value = 0.005 },
Center = Input {
Expression = "iif(Y == 0, Point(v, 0.5),Point(0.5,v))",
Value = { 0.504755282581476, 0.5 }
},
speed = Input { Value = 12 },
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
CtrlWShown = false,
ViewInfo = OperatorInfo { Pos = { 0, 29.7576007843018 } },
UserControls = 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 } }
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
ViewInfo = GroupInfo {
Flags = {
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true
},
Offset = { 0, 0 },
Size = { 126, 109.359001159668, 63, 24.2423992156982 },
Scale = 1,
PipeStyle = "Direct",
Direction = "Horizontal",
Pos = { 6325, 511.5 }
},
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform1_3",
Source = "Output"
}
}
},
Loader45 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 5335, -2293.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
TimeCode = 0,
Depth = 0,
AspectMode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!目\\-基本目セット\\!黒目\\-基本.png"
}
}
},
Loader47 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 2750, -643.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
TimeCode = 0,
Depth = 0,
AspectMode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!眉\\-困り眉.png"
}
}
},
Loader54 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 3740, -643.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
TimeCode = 0,
Depth = 0,
AspectMode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\記号など\\涙.png"
}
}
},
["跳ねる_Ctrl"] = Transform {
Inputs = {
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\n",
Value = 0.951056516295154
},
amplitude = Input {
SourceOp = "Motion_Str",
Source = "Value"
},
Center = Input {
Expression = "Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))",
Value = { 0.5, 0.595105651629515 }
},
speed = Input {
SourceOp = "Motion_Speed",
Source = "Value"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
UserControls = 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 } },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 4840, 511.5 } }
},
Loader19 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 3685, -1039.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
TimeCode = 0,
Depth = 0,
AspectMode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!口\\-ん.png"
}
}
},
Loader17 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 3465, -1039.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
TimeCode = 0,
Depth = 0,
AspectMode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!口\\-えあー.png"
}
}
},
["跳ねる_小"] = GroupOperator {
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform1_1_1",
Source = "Input"
},
Input1 = InstanceInput {
Source = "speed",
Default = 2,
MinScale = 0.0010000000475,
SourceOp = "Transform1_1_1"
},
Input2 = InstanceInput {
Default = 0.1,
SourceOp = "Transform1_1_1",
Source = "amplitude"
}
},
Tools = ordered() {
Transform1_1_1 = Transform {
Inputs = {
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\n",
Value = 0.951056516295154
},
amplitude = Input { Value = 0.02 },
Center = Input {
Expression = "Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))",
Value = { 0.5, 0.595105651629515 }
},
speed = Input { Value = 2 },
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
CtrlWShown = false,
CtrlWZoom = false,
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
UserControls = 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 } }
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
ViewInfo = GroupInfo {
Flags = {
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true
},
Offset = { 0, 0 },
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Scale = 1,
PipeStyle = "Direct",
Direction = "Horizontal",
Pos = { 5830, 511.5 }
},
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform1_1_1",
Source = "Output"
}
}
},
Loader51 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 3410, -643.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
TimeCode = 0,
Depth = 0,
AspectMode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\記号など\\汗多め.png"
}
}
},
Background1 = Background {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 2010 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 165, -247.5 } }
},
SetDomain1 = SetDomain {
Inputs = {
Input = Input {
SourceOp = "Background1",
Source = "Output"
},
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Right = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 165, -115.5 } }
},
Loader1 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 275, -247.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
TimeCode = 0,
Depth = 0,
AspectMode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!後髪.png"
}
}
},
["後髪_MG"] = Merge {
Inputs = {
Background = Input {
SourceOp = "SetDomain1",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader1",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 275, -115.5 } }
},
Loader2 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 385, -247.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
TimeCode = 0,
Depth = 0,
AspectMode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!体.png"
}
}
},
["体_MG"] = Merge {
Inputs = {
Background = Input {
SourceOp = "後髪_MG",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader2",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 385, -115.5 } }
},
Background2 = Background {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 2010 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 605, -643.5 } }
},
SetDomain2 = SetDomain {
Inputs = {
Input = Input {
SourceOp = "Background2",
Source = "Output"
},
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Right = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 605, -511.5 } }
},
Loader5 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 935, -643.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
TimeCode = 0,
Depth = 0,
AspectMode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!左腕\\-基本.png"
}
}
},
["左腕_MG"] = Merge {
Inputs = {
Background = Input {
SourceOp = "SetDomain2",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader5",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 935, -511.5 } }
},
["左腕"] = Transform {
Inputs = {
Input = Input {
SourceOp = "左腕_MG",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 935, -379.5 } }
},
["左腕_MG1"] = Merge {
Inputs = {
Background = Input {
SourceOp = "体_MG",
Source = "Output"
},
Foreground = Input {
SourceOp = "左腕",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 935, -115.5 } }
},
Background3 = Background {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 2010 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 1155, -643.5 } }
},
SetDomain3 = SetDomain {
Inputs = {
Input = Input {
SourceOp = "Background3",
Source = "Output"
},
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Right = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 1155, -511.5 } }
},
Loader9 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 1595, -643.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
TimeCode = 0,
Depth = 0,
AspectMode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!右腕\\-基本.png"
}
}
},
["右腕_MG"] = Merge {
Inputs = {
Background = Input {
SourceOp = "SetDomain3",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader9",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 1595, -511.5 } }
},
["右腕"] = Transform {
Inputs = {
Input = Input {
SourceOp = "右腕_MG",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 1595, -379.5 } }
},
["右腕_MG1"] = Merge {
Inputs = {
Background = Input {
SourceOp = "左腕_MG1",
Source = "Output"
},
Foreground = Input {
SourceOp = "右腕",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 1595, -115.5 } }
},
Background4 = Background {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 2010 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 1815, -643.5 } }
},
SetDomain4 = SetDomain {
Inputs = {
Input = Input {
SourceOp = "Background4",
Source = "Output"
},
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Right = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 1815, -511.5 } }
},
Loader12 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 2145, -643.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
TimeCode = 0,
Depth = 0,
AspectMode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!顔色など\\-ほっぺ.png"
}
}
},
["顔色など_MG"] = Merge {
Inputs = {
Background = Input {
SourceOp = "SetDomain4",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader12",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 2145, -511.5 } }
},
Loader13 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 2255, -643.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
TimeCode = 0,
Depth = 0,
AspectMode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!顔色など\\鼻.png"
}
}
},
["鼻_MG"] = Merge {
Inputs = {
Background = Input {
SourceOp = "顔色など_MG",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader13",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 2255, -511.5 } }
},
["顔色など"] = Transform {
Inputs = {
Input = Input {
SourceOp = "鼻_MG",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 2255, -379.5 } }
},
["顔色など_MG1"] = Merge {
Inputs = {
Background = Input {
SourceOp = "右腕_MG1",
Source = "Output"
},
Foreground = Input {
SourceOp = "顔色など",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 2255, -115.5 } }
},
Background10 = Background {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 2010 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 2530, -643.5 } }
},
SetDomain10 = SetDomain {
Inputs = {
Input = Input {
SourceOp = "Background10",
Source = "Output"
},
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Right = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 2530, -511.5 } }
},
Loader50 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 3080, -643.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
TimeCode = 0,
Depth = 0,
AspectMode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!眉\\-基本眉.png"
}
}
},
["眉_MG"] = Merge {
Inputs = {
Background = Input {
SourceOp = "SetDomain10",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader50",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 3080, -511.5 } }
},
["眉"] = Transform {
Inputs = {
Input = Input {
SourceOp = "眉_MG",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 3080, -379.5 } }
},
["眉_MG1"] = Merge {
Inputs = {
Background = Input {
SourceOp = "顔色など_MG1",
Source = "Output"
},
Foreground = Input {
SourceOp = "眉",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 3080, -115.5 } }
},
Background11 = Background {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 2010 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 3300, -643.5 } }
},
SetDomain11 = SetDomain {
Inputs = {
Input = Input {
SourceOp = "Background11",
Source = "Output"
},
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Right = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 3300, -511.5 } }
},
["汗多め_MG"] = Merge {
Inputs = {
Background = Input {
SourceOp = "SetDomain11",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 3410, -511.5 } }
},
["汗_MG"] = Merge {
Inputs = {
Background = Input {
SourceOp = "汗多め_MG",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 3520, -511.5 } }
},
["滝涙_MG"] = Merge {
Inputs = {
Background = Input {
SourceOp = "汗_MG",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 3630, -511.5 } }
},
["涙_MG"] = Merge {
Inputs = {
Background = Input {
SourceOp = "滝涙_MG",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 3740, -511.5 } }
},
["記号など"] = Transform {
Inputs = {
Input = Input {
SourceOp = "涙_MG",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 3740, -379.5 } }
},
["記号など_MG"] = Merge {
Inputs = {
Background = Input {
SourceOp = "眉_MG1",
Source = "Output"
},
Foreground = Input {
SourceOp = "記号など",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 3740, -115.5 } }
},
Body = Transform {
Locked = true,
Colors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 4235, -115.5 } },
Inputs = {
Input = Input {
SourceOp = "記号など_MG",
Source = "Output"
},
FlattenTransform = Input { Value = 1 }
}
},
Background5 = Background {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 2010 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 3025, -1039.5 } }
},
SetDomain5 = SetDomain {
Inputs = {
Input = Input {
SourceOp = "Background5",
Source = "Output"
},
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Right = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 3025, -907.5 } }
},
["口_MG"] = Merge {
Inputs = {
Background = Input {
SourceOp = "SetDomain5",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader30",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 4895, -907.5 } }
},
["口"] = Transform {
Inputs = {
Input = Input {
SourceOp = "口_MG",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 4895, -775.5 } }
},
MouthBase = Transform {
Locked = true,
Colors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 4895, -511.5 } },
Inputs = {
Input = Input {
SourceOp = "口",
Source = "Output"
},
FlattenTransform = Input { Value = 1 }
}
},
MouthScale = Transform {
Inputs = {
Pivot = Input { Value = { 0.491296472767995, 0.783362914335385 } },
Input = Input {
SourceOp = "MouthBase",
Source = "Output"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 4895, -214.5 } },
Colors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } }
},
Loader30 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4895, -1039.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
TimeCode = 0,
Depth = 0,
AspectMode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!口\\-ほほえみ.png"
}
}
},
N = Fuse.Wireless {
Inputs = {
Input = Input {
SourceOp = "Loader30",
Source = "Output"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 4785, -511.5 } }
},
Instance_MouthScale = Transform {
Inputs = {
StartRenderScripts = Input { },
EndRenderScripts = Input { },
ReferenceSize = Input { },
EffectMask = Input { },
SettingsNest = Input { },
TransformNest = Input { },
Input = Input {
SourceOp = "N",
Source = "Output"
},
CommentsNest = Input { },
FrameRenderScriptNest = Input { }
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 4785, -214.5 } },
SourceOp = "MouthScale"
},
A = Fuse.Wireless {
Inputs = {
Input = Input {
SourceOp = "Loader29",
Source = "Output"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 4675, -511.5 } }
},
Instance_MouthScale_1 = Transform {
Inputs = {
StartRenderScripts = Input { },
EndRenderScripts = Input { },
ReferenceSize = Input { },
EffectMask = Input { },
SettingsNest = Input { },
TransformNest = Input { },
Input = Input {
SourceOp = "A",
Source = "Output"
},
CommentsNest = Input { },
FrameRenderScriptNest = Input { }
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 4675, -214.5 } },
SourceOp = "MouthScale"
},
I = Fuse.Wireless {
Inputs = {
Input = Input {
SourceOp = "Loader29",
Source = "Output"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 4565, -610.5 } }
},
Transform5 = Transform {
Inputs = {
Pivot = Input { Value = { 0.49177213862416, 0.784032610475525 } },
FlattenTransform = Input { Value = 1 },
UseSizeAndAspect = Input { Value = 0 },
XSize = Input { Value = 1.25 },
YSize = Input { Value = 0.6 },
Input = Input {
SourceOp = "I",
Source = "Output"
}
},
NameSet = true,
ViewInfo = OperatorInfo { Pos = { 4565, -511.5 } },
Colors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } }
},
Instance_MouthScale_2 = Transform {
Inputs = {
StartRenderScripts = Input { },
EndRenderScripts = Input { },
ReferenceSize = Input { },
EffectMask = Input { },
SettingsNest = Input { },
TransformNest = Input { },
Input = Input {
SourceOp = "Transform5",
Source = "Output"
},
CommentsNest = Input { },
FrameRenderScriptNest = Input { }
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 4565, -214.5 } },
SourceOp = "MouthScale"
},
U = Fuse.Wireless {
Inputs = {
Input = Input {
SourceOp = "Loader22",
Source = "Output"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 4455, -610.5 } }
},
Transform4_1 = Transform {
Inputs = {
Pivot = Input { Value = { 0.49177213862416, 0.784032610475525 } },
FlattenTransform = Input { Value = 1 },
YSize = Input { Value = 0.75 },
UseSizeAndAspect = Input { Value = 0 },
Input = Input {
SourceOp = "U",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 4455, -511.5 } },
Colors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } }
},
Instance_MouthScale_3 = Transform {
Inputs = {
StartRenderScripts = Input { },
EndRenderScripts = Input { },
ReferenceSize = Input { },
EffectMask = Input { },
SettingsNest = Input { },
TransformNest = Input { },
Input = Input {
SourceOp = "Transform4_1",
Source = "Output"
},
CommentsNest = Input { },
FrameRenderScriptNest = Input { }
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 4455, -214.5 } },
SourceOp = "MouthScale"
},
Loader29 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4785, -1039.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
TimeCode = 0,
Depth = 0,
AspectMode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!口\\-あは.png"
}
}
},
E = Fuse.Wireless {
Inputs = {
Input = Input {
SourceOp = "Loader29",
Source = "Output"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 4345, -610.5 } }
},
Transform4 = Transform {
Inputs = {
Pivot = Input { Value = { 0.49177213862416, 0.784032610475525 } },
FlattenTransform = Input { Value = 1 },
YSize = Input { Value = 0.75 },
UseSizeAndAspect = Input { Value = 0 },
Input = Input {
SourceOp = "E",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 4345, -511.5 } },
Colors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } }
},
Instance_MouthScale_4 = Transform {
Inputs = {
StartRenderScripts = Input { },
EndRenderScripts = Input { },
ReferenceSize = Input { },
EffectMask = Input { },
SettingsNest = Input { },
TransformNest = Input { },
Input = Input {
SourceOp = "Transform4",
Source = "Output"
},
CommentsNest = Input { },
FrameRenderScriptNest = Input { }
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 4345, -214.5 } },
SourceOp = "MouthScale"
},
Loader22 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4015, -1039.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
TimeCode = 0,
Depth = 0,
AspectMode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!口\\-お.png"
}
}
},
O = Fuse.Wireless {
Inputs = {
Input = Input {
SourceOp = "Loader22",
Source = "Output"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 4235, -511.5 } }
},
Instance_MouthScale_5 = Transform {
Inputs = {
StartRenderScripts = Input { },
EndRenderScripts = Input { },
ReferenceSize = Input { },
EffectMask = Input { },
SettingsNest = Input { },
TransformNest = Input { },
Input = Input {
SourceOp = "O",
Source = "Output"
},
CommentsNest = Input { },
FrameRenderScriptNest = Input { }
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 4235, -214.5 } },
SourceOp = "MouthScale"
},
MouthAnim = MultiMerge {
Inputs = {
["Layer5.Foreground"] = Input {
SourceOp = "Instance_MouthScale_3",
Source = "Output"
},
LayerName5 = Input { Value = "U" },
LayerEnabled5 = Input { Value = 0 },
Background = Input {
SourceOp = "Body",
Source = "Output"
},
["Layer6.Foreground"] = Input {
SourceOp = "Instance_MouthScale_4",
Source = "Output"
},
LayerName6 = Input { Value = "E" },
LayerEnabled6 = Input { Value = 0 },
["Layer7.Foreground"] = Input {
SourceOp = "Instance_MouthScale_5",
Source = "Output"
},
LayerName7 = Input { Value = "O" },
LayerEnabled7 = Input { Value = 0 },
LayerOrder = Input { Value = ScriptVal { {
[0] = 1,
2,
3,
4,
5,
6,
7
} } },
["Layer1.Foreground"] = Input {
SourceOp = "MouthScale",
Source = "Output"
},
LayerName1 = Input { Value = "MouthBase" },
["Layer2.Foreground"] = Input {
SourceOp = "Instance_MouthScale",
Source = "Output"
},
LayerName2 = Input { Value = "N" },
LayerEnabled2 = Input { Value = 0 },
["Layer3.Foreground"] = Input {
SourceOp = "Instance_MouthScale_1",
Source = "Output"
},
LayerName3 = Input { Value = "A" },
LayerEnabled3 = Input { Value = 0 },
["Layer4.Foreground"] = Input {
SourceOp = "Instance_MouthScale_2",
Source = "Output"
},
LayerName4 = Input { Value = "I" },
LayerEnabled4 = Input { Value = 0 }
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 4675, -115.5 } },
Colors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } }
},
Background6 = Background {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 2010 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 3025, -1501.5 } }
},
SetDomain6 = SetDomain {
Inputs = {
Input = Input {
SourceOp = "Background6",
Source = "Output"
},
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Right = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 3025, -1369.5 } }
},
Background7 = Background {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 2010 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 3795, -1897.5 } }
},
SetDomain7 = SetDomain {
Inputs = {
Input = Input {
SourceOp = "Background7",
Source = "Output"
},
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Right = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 3795, -1765.5 } }
},
Background8 = Background {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 2010 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 4015, -2293.5 } }
},
SetDomain8 = SetDomain {
Inputs = {
Input = Input {
SourceOp = "Background8",
Source = "Output"
},
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Right = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 4015, -2161.5 } }
},
Loader37 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4235, -2293.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
TimeCode = 0,
Depth = 0,
AspectMode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!目\\-基本目セット\\!白目\\-白目基本.png"
}
}
},
["白目_MG"] = Merge {
Inputs = {
Background = Input {
SourceOp = "SetDomain8",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader37",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 4235, -2161.5 } }
},
["下眼瞼強調_MG"] = Merge {
Inputs = {
Background = Input {
SourceOp = "白目_MG",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 4345, -2161.5 } }
},
["白目"] = Transform {
Inputs = {
Input = Input {
SourceOp = "下眼瞼強調_MG",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 4345, -2029.5 } }
},
["白目_MG1"] = Merge {
Inputs = {
Background = Input {
SourceOp = "SetDomain7",
Source = "Output"
},
Foreground = Input {
SourceOp = "白目",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 4345, -1765.5 } }
},
Background9 = Background {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 2010 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 4565, -2293.5 } }
},
SetDomain9 = SetDomain {
Inputs = {
Input = Input {
SourceOp = "Background9",
Source = "Output"
},
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Right = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 4565, -2161.5 } }
},
Loader43 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 5115, -2293.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
TimeCode = 0,
Depth = 0,
AspectMode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!目\\-基本目セット\\!黒目\\-カメラ目線.png"
}
}
},
["黒目_MG"] = Merge {
Inputs = {
Background = Input {
SourceOp = "SetDomain9",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader43",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 5335, -2161.5 } }
},
["黒目"] = Transform {
Inputs = {
Input = Input {
SourceOp = "黒目_MG",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 5335, -2029.5 } }
},
["黒目_MG1"] = Merge {
Inputs = {
Background = Input {
SourceOp = "白目_MG1",
Source = "Output"
},
Foreground = Input {
SourceOp = "黒目",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 5335, -1765.5 } }
},
["基本目セット"] = Transform {
Inputs = {
Input = Input {
SourceOp = "黒目_MG1",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 5335, -1633.5 } }
},
["目_MG"] = Merge {
Inputs = {
Background = Input {
SourceOp = "SetDomain6",
Source = "Output"
},
Foreground = Input {
SourceOp = "基本目セット",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 5335, -1369.5 } }
},
["目"] = Transform {
Inputs = {
Input = Input {
SourceOp = "目_MG",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 5335, -1237.5 } }
},
EyeBase = Transform {
Inputs = {
Input = Input {
SourceOp = "目",
Source = "Output"
},
FlattenTransform = Input { Value = 1 }
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 5335, -511.5 } },
Colors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } }
},
Loader34 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 3465, -1501.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
TimeCode = 0,
Depth = 0,
AspectMode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!目\\-なごみ.png"
}
}
},
Closed = Fuse.Wireless {
Inputs = {
Input = Input {
SourceOp = "Loader34",
Source = "Output"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 5170, -511.5 } }
},
EyeAnim = MultiMerge {
Inputs = {
LayerOrder = Input { Value = ScriptVal { {
[0] = 1,
2
} } },
["Layer1.Foreground"] = Input {
SourceOp = "EyeBase",
Source = "Output"
},
LayerName1 = Input { Value = "EyeBase " },
["Layer2.Foreground"] = Input {
SourceOp = "Closed",
Source = "Output"
},
Background = Input {
SourceOp = "MouthAnim",
Source = "Output"
},
LayerEnabled2 = Input {
SourceOp = "EyeAnim_3LayerEnabled2",
Source = "Value"
},
LayerEnabled1 = Input {
SourceOp = "EyeAnim_3LayerEnabled1",
Source = "Value"
},
LayerName2 = Input { Value = "Closed" },
Blink = Input { Value = 173 }
},
UserControls = ordered() {
Blink = {
INP_Default = 127,
ICS_ControlPage = "目パチ",
LINKID_DataType = "Number",
LINKS_Name = "Blink",
INPID_InputControl = "SliderControl",
INP_External = false,
INP_Integer = true,
INP_MaxAllowed = 1000000,
INP_MinAllowed = 0,
INP_MaxScale = 500,
INP_MinScale = 0
},
Close = {
INP_Default = 4,
INP_External = false,
LINKID_DataType = "Number",
LINKS_Name = "Close",
ICS_ControlPage = "目パチ",
INP_Passive = true,
INP_Integer = true,
INP_MaxScale = 10,
INP_MinAllowed = 0,
INPID_InputControl = "SliderControl",
INP_MinScale = 0
},
Offset = {
INP_Default = 0,
ICS_ControlPage = "目パチ",
LINKID_DataType = "Number",
LINKS_Name = "Offset",
INP_Integer = true,
INP_External = false,
INP_MaxScale = 100,
INPID_InputControl = "SliderControl",
INP_MinScale = 0
},
Make = {
ICD_Width = 0.5,
ICS_ControlPage = "目パチ",
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Make Anim",
INPID_InputControl = "ButtonControl",
BTNCS_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"
},
Delete = {
ICD_Width = 0.5,
ICS_ControlPage = "目パチ",
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Delete Anim",
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "local tool = comp:FindTool('EyeAnim')\ncomp:Execute('!Py3: from rs_fusion.core.eye_blink import delete_mm;delete_mm(comp)')\n"
},
at00 = {
INP_Passive = true,
LBLC_DropDownButton = false,
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "ボタンを押さないと反映されません。",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "目パチ"
},
sp00 = {
INP_Passive = true,
LBLC_DropDownButton = false,
ICS_ControlPage = "目パチ",
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "",
INPID_InputControl = "LabelControl",
INP_External = false
}
},
NameSet = true,
Colors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },
ViewInfo = OperatorInfo { Pos = { 5335, -115.5 } },
CtrlWZoom = false
},
EyeAnim_3LayerEnabled1 = BezierSpline {
SplineColor = { Green = 82, Blue = 232, Red = 198 },
KeyFrames = {
[0] = { 1, RH = { 56.3333333333333, 0.666666666666667 }, Flags = { Linear = true, Loop = true, PreLoop = true } },
[169] = { 0, RH = { 170.333333333333, 0.333333333333333 }, LH = { 112.666666666667, 0.333333333333333 }, Flags = { StepIn = true } },
[173] = { 1, LH = { 171.666666666667, 0.666666666666667 }, Flags = { PreLoop = true, Loop = true, StepIn = true } }
},
NameSet = true,
CtrlWZoom = false
},
EyeAnim_3LayerEnabled2 = BezierSpline {
SplineColor = { Green = 82, Blue = 214, Red = 232 },
KeyFrames = {
[0] = { 0, RH = { 56.3333333333333, 0.333333333333333 }, Flags = { Linear = true, Loop = true, PreLoop = true } },
[169] = { 1, RH = { 170.333333333333, 0.666666666666667 }, LH = { 112.666666666667, 0.666666666666667 }, Flags = { StepIn = true } },
[173] = { 0, LH = { 171.666666666667, 0.333333333333333 }, Flags = { PreLoop = true, Loop = true, StepIn = true } }
},
NameSet = true,
CtrlWZoom = false
},
Root = Transform {
Inputs = {
["Grp_記号など"] = Input { Value = 0 },
["Grp_黒目"] = Input { Value = 0 },
["Grp_白目"] = Input { Value = 0 },
["Grp_顔色など"] = Input { Value = 0 },
Comments = 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" },
Input = Input {
SourceOp = "EyeAnim",
Source = "Output"
},
Grp_Root = Input { Value = 0 }
},
UserControls = ordered() {
CopyPose = {
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.copy(comp)]])",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Copy Pose",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
PastePose = {
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.paste(comp)]])",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Paste Pose",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
SavePose = {
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.save(comp, fu)]])",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Save Pose",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
LoadPose = {
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.load(comp, fu)]])",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Load Pose",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
Grp_Root = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 2,
LINKS_Name = "Root",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N008_kigounado_show_75 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"記号など_MG\")\nlocal node = comp:FindTool(\"記号など\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "記号など show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N008_kigounado_hide_75 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"記号など_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "記号など hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
["Grp_記号など"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 8,
LINKS_Name = "記号など",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N003_namida_show_75 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"涙_MG\")\nlocal node = comp:FindTool(\"Loader54\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "涙 show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N003_namida_hide_75 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"涙_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "涙 hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N002_takinamida_show_74 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"滝涙_MG\")\nlocal node = comp:FindTool(\"Loader53\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "滝涙 show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N002_takinamida_hide_74 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"滝涙_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "滝涙 hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N001_ase_show_73 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"汗_MG\")\nlocal node = comp:FindTool(\"Loader52\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "汗 show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N001_ase_hide_73 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"汗_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "汗 hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N000_aseoome_show_72 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"汗多め_MG\")\nlocal node = comp:FindTool(\"Loader51\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "汗多め show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N000_aseoome_hide_72 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"汗多め_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "汗多め hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
["Grp_眉"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 5,
LINKS_Name = "眉",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N004_kihonmayu69 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader50\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*基本眉",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N003_ikarimayu68 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader49\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*怒り眉",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N002_agarimayu67 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader48\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*上がり眉",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N001_komarimayu66 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader47\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*困り眉",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N000_komarimayu265 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader46\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*困り眉2",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["Grp_目"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 6,
LINKS_Name = "目",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N005_kihonmesetto62 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"基本目セット\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*基本目セット",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N004_none46 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader35\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*><",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N003_nagomi45 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader34\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*なごみ",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N002_nikkori44 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader33\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*にっこり",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["N001_◯◯43"] = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader32\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*◯◯",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N000_jitome42 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader31\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ジト目",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["Grp_基本目セット"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 0,
LINKS_Name = "基本目セット",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
["Grp_黒目"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 7,
LINKS_Name = "黒目",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N006_kihon62 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader45\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*基本",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N005_kihon261 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader44\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*基本2",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N004_kameramesen60 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader43\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*カメラ目線",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N003_kameramesen259 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader42\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*カメラ目線2",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N002_mesorashi58 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader41\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*目そらし",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N001_mesorashi257 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader40\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*目そらし2",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["N000_●●56"] = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader39\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*●●",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["Grp_白目"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 4,
LINKS_Name = "白目",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N002_shitagankenkyouchou_show_53 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"下眼瞼強調_MG\")\nlocal node = comp:FindTool(\"Loader38\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "下眼瞼強調 show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N002_shitagankenkyouchou_hide_53 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"下眼瞼強調_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "下眼瞼強調 hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N001_shiromekihon52 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"白目_MG\")\nlocal node = comp:FindTool(\"Loader37\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*白目基本",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N000_shiromemihiraki51 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"白目_MG\")\nlocal node = comp:FindTool(\"Loader36\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*白目見開き",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["Grp_口"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 17,
LINKS_Name = "口",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N016_hohoemi39 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader30\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ほほえみ",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N015_aha38 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader29\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*あは",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N014_hoo37 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader28\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ほー",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N013_wahaa36 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader27\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*わはー",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N012_peron35 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader26\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ぺろん",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N011_ehee34 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader25\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*えへぇ",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N010_n33 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader24\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ん",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N009_mun32 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader23\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*むん",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N008_o31 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader22\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*お",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N007_chu30 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader21\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ちゅ",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N006_hyutsu29 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader20\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ひゅっ",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N005_n28 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader19\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ん",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N004_e27 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader18\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*え",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N003_eaa26 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader17\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*えあー",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N002_uhee25 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader16\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*うへぇ",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N001_eee24 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader15\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*えぇー",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N000_utsuwaa23 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader14\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*うっわー",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["Grp_顔色など"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 5,
LINKS_Name = "顔色など",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N003_hana_show_20 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"鼻_MG\")\nlocal node = comp:FindTool(\"Loader13\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "鼻 show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N003_hana_hide_20 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"鼻_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "鼻 hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N002_hoppe19 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"顔色など_MG\")\nlocal node = comp:FindTool(\"Loader12\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ほっぺ",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N001_sekimen18 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"顔色など_MG\")\nlocal node = comp:FindTool(\"Loader11\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*赤面",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N000_aozame17 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"顔色など_MG\")\nlocal node = comp:FindTool(\"Loader10\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*青ざめ",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["Grp_右腕"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 4,
LINKS_Name = "右腕",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N003_kihon14 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader9\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*基本",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N002_sasashi13 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader8\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*指さし",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N001_tenohira12 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader7\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*手のひら",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N000_tenokabuto11 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader6\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*手の甲",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["Grp_左腕"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 3,
LINKS_Name = "左腕",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N002_kihon8 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader5\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*基本",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N001_tenohira7 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader4\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*手のひら",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N000_tenokabuto6 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader3\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*手の甲",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
}
},
ViewInfo = OperatorInfo { Pos = { 5335, 115.5 } },
Colors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } }
},
["モーションなし"] = Transform {
Inputs = {
Input = Input {
SourceOp = "Root",
Source = "Output"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 5335, 247.5 } }
},
["不安"] = GroupOperator {
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform1_2",
Source = "Input"
},
Input3 = InstanceInput {
Source = "RandomSeed",
Default = 0,
Width = 1,
SourceOp = "Shake1"
},
Input4 = InstanceInput {
SourceOp = "Shake1",
Width = 0.385,
Source = "Randomize"
},
Input5 = InstanceInput {
Default = 10,
SourceOp = "Shake1",
Source = "Smoothness"
},
Input1 = InstanceInput {
Source = "x",
Default = 0.1,
Name = "X",
SourceOp = "Transform1_2"
},
Input2 = InstanceInput {
Source = "y",
Default = 0.1,
Name = "Y",
SourceOp = "Transform1_2"
}
},
Tools = ordered() {
Transform1_2 = Transform {
Inputs = {
in_out = Input {
SourceOp = "KeyframeStretcher1",
Source = "Result"
},
y = Input { Value = 0.01 },
x = Input { Value = 0.01 },
Center = Input {
Expression = "Point(0.5, 0.5) + shake * in_out",
Value = { 0.502997744173508, 0.497908177638071 }
},
shake = Input {
SourceOp = "Shake1",
Source = "Position"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
CtrlWShown = false,
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
UserControls = 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 } }
},
KeyframeStretcher1 = KeyStretcherMod {
Inputs = {
StretchEnd = Input { Value = 110 },
Keyframes = Input {
SourceOp = "KeyStretcheronTransform1_2Keyframes",
Source = "Value"
},
StretchStart = Input { Value = 10 }
},
CtrlWZoom = false
},
KeyStretcheronTransform1_2Keyframes = BezierSpline {
CtrlWZoom = false,
SplineColor = { Green = 106, Blue = 231, Red = 193 },
KeyFrames = {
[0] = { 0, RH = { 3.33333333333333, 0 }, Flags = { Linear = true } },
[10] = { 1, RH = { 43.3333333333333, 1 }, LH = { 6.66666666666667, 1 } },
[110] = { 1, RH = { 113.333333333333, 1 }, LH = { 76.6666666666667, 1 } },
[120] = { 0, LH = { 116.666666666667, 0 } }
}
},
Shake1 = Shake {
Inputs = {
XMinimum = Input {
Expression = "-Transform1_2.x",
Value = -0.01
},
XMaximum = Input {
Expression = "Transform1_2.x",
Value = 0.01
},
YMinimum = Input {
Expression = "-Transform1_2.y",
Value = -0.01
},
Smoothness = Input { Value = 2 },
YMaximum = Input {
Expression = "Transform1_2.y",
Value = 0.01
},
LockXY = Input { Value = 0 }
},
Faster = true,
CtrlWZoom = false
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
ViewInfo = GroupInfo {
Flags = {
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true
},
Offset = { 0, 0 },
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Scale = 1,
PipeStyle = "Direct",
Direction = "Horizontal",
Pos = { 5995, 511.5 }
},
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform1_2",
Source = "Output"
}
}
},
Loader16 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 3355, -1039.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
TimeCode = 0,
Depth = 0,
AspectMode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!口\\-うへぇ.png"
}
}
},
Loader26 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4455, -1039.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
TimeCode = 0,
Depth = 0,
AspectMode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!口\\-ぺろん.png"
}
}
}
},
Outputs = ordered() {
MainOutput1 = InstanceOutput {
SourceOp = "レイアウト",
Source = "Output"
}
},
ViewInfo = GroupInfo {
Flags = {
GridSnap = true,
AllowPan = false,
AutoSnap = true,
ForceAll = true
},
Offset = { 0, 0 },
Scale = 1,
Direction = "Horizontal",
PipeStyle = "Direct"
},
CtrlWZoom = false
}
}
}
================================================
FILE: Templates/Edit/Generators/old/SampleRig.setting
================================================
{
Tools = ordered() {
RigTool = GroupOperator {
CtrlWZoom = false,
NameSet = true,
Inputs = ordered() {
StyledText = Input { Value = "字幕", },
},
Outputs = {
Output1 = InstanceOutput {
SourceOp = "Merge1",
Source = "Output",
}
},
ViewInfo = GroupInfo {
Pos = { 110, 280.5 },
Flags = {
AllowPan = false,
ForceAll = true,
GridSnap = true,
AutoSnap = true,
RemoveRouters = true
},
Size = { 1055, 417.3, 503, 22 },
Direction = "Horizontal",
PipeStyle = "Direct",
Scale = 1,
Offset = { -660, -170.8 }
},
Tools = ordered() {
Dissolve_I = Dissolve {
Transitions = {
[0] = "DFTLumaRamp"
},
NameSet = true,
Inputs = {
Operation = Input { Value = FuID { "DFTLumaRamp" }, },
Mix = Input {
Value = 0,
Expression = "iif(RigTool.Anim < 4, 0, 1)",
},
Background = Input {
SourceOp = "I",
Source = "Output",
},
Foreground = Input {
SourceOp = "Dissolve_U",
Source = "Output",
},
["DFTLumaRamp.Softness"] = Input { Value = 0, },
},
ViewInfo = OperatorInfo { Pos = { 550, 313.5 } },
},
O = TextPlus {
NameSet = true,
Inputs = {
Width = Input { Value = 1920, },
Height = Input { Value = 1080, },
Depth = Input { Value = 1, },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
Font = Input { Value = "Meiryo", },
StyledText = Input { Value = "お", },
Style = Input { Value = "Bold", },
ManualFontKerningPlacement = Input {
Value = StyledText {
Array = {
},
Value = ""
},
},
},
ViewInfo = OperatorInfo { Pos = { 220, 313.5 } },
},
U = TextPlus {
NameSet = true,
Inputs = {
Width = Input { Value = 1920, },
Height = Input { Value = 1080, },
Depth = Input { Value = 1, },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
Font = Input { Value = "Meiryo", },
StyledText = Input { Value = "う", },
Style = Input { Value = "Bold", },
ManualFontKerningPlacement = Input {
Value = StyledText {
Array = {
},
Value = ""
},
},
},
ViewInfo = OperatorInfo { Pos = { 440, 181.5 } },
},
I = TextPlus {
NameSet = true,
Inputs = {
Width = Input { Value = 1920, },
Height = Input { Value = 1080, },
Depth = Input { Value = 1, },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
Font = Input { Value = "Meiryo", },
StyledText = Input { Value = "い", },
Style = Input { Value = "Bold", },
ManualFontKerningPlacement = Input {
Value = StyledText {
Array = {
},
Value = ""
},
},
},
ViewInfo = OperatorInfo { Pos = { 550, 181.5 } },
},
Text1 = TextPlus {
NameSet = true,
Inputs = {
Width = Input { Value = 1920, },
Height = Input { Value = 1080, },
Depth = Input { Value = 1, },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
Font = Input { Value = "Meiryo", },
StyledText = Input { Value = "通常", },
Style = Input { Value = "Bold", },
ManualFontKerningPlacement = Input {
Value = StyledText {
Array = {
},
Value = ""
},
},
},
ViewInfo = OperatorInfo { Pos = { 880, 181.5 } },
},
N = TextPlus {
NameSet = true,
Inputs = {
Width = Input { Value = 1920, },
Height = Input { Value = 1080, },
Depth = Input { Value = 1, },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
Font = Input { Value = "Meiryo", },
StyledText = Input { Value = "ん", },
Style = Input { Value = "Bold", },
ManualFontKerningPlacement = Input {
Value = StyledText {
Array = {
},
Value = ""
},
},
},
ViewInfo = OperatorInfo { Pos = { 770, 181.5 } },
},
A = TextPlus {
NameSet = true,
Inputs = {
Width = Input { Value = 1920, },
Height = Input { Value = 1080, },
Depth = Input { Value = 1, },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
Font = Input { Value = "Meiryo", },
StyledText = Input { Value = "あ", },
Style = Input { Value = "Bold", },
ManualFontKerningPlacement = Input {
Value = StyledText {
Array = {
},
Value = ""
},
},
},
ViewInfo = OperatorInfo { Pos = { 660, 181.5 } },
},
Dissolve1 = Dissolve {
Transitions = {
[0] = "DFTLumaRamp"
},
NameSet = true,
Inputs = {
Operation = Input { Value = FuID { "DFTLumaRamp" }, },
Mix = Input {
Value = 0,
Expression = "iif(RigTool.Anim < 1, 0, 1)",
},
Background = Input {
SourceOp = "Text1",
Source = "Output",
},
Foreground = Input {
SourceOp = "Dissolve_N",
Source = "Output",
},
["DFTLumaRamp.Softness"] = Input { Value = 0, },
},
ViewInfo = OperatorInfo { Pos = { 880, 313.5 } },
},
Dissolve_N = Dissolve {
Transitions = {
[0] = "DFTLumaRamp"
},
NameSet = true,
Inputs = {
Operation = Input { Value = FuID { "DFTLumaRamp" }, },
Mix = Input {
Value = 0,
Expression = "iif(RigTool.Anim < 2, 0, 1)",
},
Background = Input {
SourceOp = "N",
Source = "Output",
},
Foreground = Input {
SourceOp = "Dissolve_A",
Source = "Output",
},
["DFTLumaRamp.Softness"] = Input { Value = 0, },
},
ViewInfo = OperatorInfo { Pos = { 770, 313.5 } },
},
Dissolve_A = Dissolve {
Transitions = {
[0] = "DFTLumaRamp"
},
NameSet = true,
Inputs = {
Operation = Input { Value = FuID { "DFTLumaRamp" }, },
Mix = Input { Expression = "iif(RigTool.Anim < 3, 0, 1)", },
Background = Input {
SourceOp = "A",
Source = "Output",
},
Foreground = Input {
SourceOp = "Dissolve_I",
Source = "Output",
},
["DFTLumaRamp.Softness"] = Input { Value = 0, },
},
ViewInfo = OperatorInfo { Pos = { 660, 313.5 } },
},
Dissolve_U = Dissolve {
Transitions = {
[0] = "DFTLumaRamp"
},
NameSet = true,
Inputs = {
Operation = Input { Value = FuID { "DFTLumaRamp" }, },
Mix = Input {
Value = 0,
Expression = "iif(RigTool.Anim < 5, 0, 1)",
},
Background = Input {
SourceOp = "U",
Source = "Output",
},
Foreground = Input {
SourceOp = "Dissolve_E",
Source = "Output",
},
["DFTLumaRamp.Softness"] = Input { Value = 0, },
},
ViewInfo = OperatorInfo { Pos = { 440, 313.5 } },
},
Dissolve_E = Dissolve {
Transitions = {
[0] = "DFTLumaRamp"
},
NameSet = true,
Inputs = {
Operation = Input { Value = FuID { "DFTLumaRamp" }, },
Mix = Input { Expression = "iif(RigTool.Anim < 6, 0, 1)", },
Background = Input {
SourceOp = "E",
Source = "Output",
},
Foreground = Input {
SourceOp = "O",
Source = "Output",
},
["DFTLumaRamp.Softness"] = Input { Value = 0, },
},
ViewInfo = OperatorInfo { Pos = { 330, 313.5 } },
},
E = TextPlus {
NameSet = true,
Inputs = {
Width = Input { Value = 1920, },
Height = Input { Value = 1080, },
Depth = Input { Value = 1, },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
Font = Input { Value = "Meiryo", },
StyledText = Input { Value = "え", },
Style = Input { Value = "Bold", },
ManualFontKerningPlacement = Input {
Value = StyledText {
Array = {
},
Value = ""
},
},
},
ViewInfo = OperatorInfo { Pos = { 330, 181.5 } },
},
Background1 = Background {
Inputs = {
UseFrameFormatSettings = Input { Value = 1, },
Width = Input { Value = 1920, },
Height = Input { Value = 1080, },
Depth = Input { Value = 1, },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
},
ViewInfo = OperatorInfo { Pos = { 770, 445.5 } },
},
Merge2 = Merge {
Inputs = {
Background = Input {
SourceOp = "Background1",
Source = "Output",
},
Foreground = Input {
SourceOp = "Dissolve1",
Source = "Output",
},
PerformDepthMerge = Input { Value = 0, },
},
ViewInfo = OperatorInfo { Pos = { 880, 445.5 } },
},
Merge1 = Merge {
NameSet = true,
Inputs = {
Background = Input {
SourceOp = "Merge2",
Source = "Output",
},
Foreground = Input {
SourceOp = "Text1_1",
Source = "Output",
},
PerformDepthMerge = Input { Value = 0, },
},
ViewInfo = OperatorInfo { Pos = { 1100, 445.5 } },
},
Text1_1 = TextPlus {
Inputs = {
HorizontalJustificationNew = Input { Value = 3, },
ElementShape5 = Input { Value = 1, },
Thickness5 = Input { Value = 0.14, },
VerticalJustificationNew = Input { Value = 3, },
UseFrameFormatSettings = Input { Value = 1, },
Width = Input { Value = 1920, },
Height = Input { Value = 1080, },
Depth = Input { Value = 1, },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
Center = Input { Value = { 0.5, 0.15 }, },
Size = Input { Value = 0.07, },
Font = Input { Value = "Meiryo", },
StyledText = Input {
Value = "字幕",
Expression = "RigTool.StyledText",
},
Style = Input { Value = "Bold", },
ManualFontKerningPlacement = Input {
Value = StyledText {
Array = {
},
Value = ""
},
},
SelectElement = Input { Value = 1, },
Select = Input { Value = 1, },
Enabled2 = Input { Value = 1, },
Thickness2 = Input { Value = 0.125, },
Red2 = Input { Value = 0.0705882352941176, },
Green2 = Input { Value = 0.388235294117647, },
Blue2 = Input { Value = 0.0549019607843137, },
},
ViewInfo = OperatorInfo { Pos = { 1100, 181.5 } },
}
},
UserControls = ordered() {
StyledText = {
TEC_ReadOnly = false,
LINKID_DataType = "Text",
LINKS_Name = "StyledText",
INPID_InputControl = "TextEditControl",
TEC_Wrap = false,
},
Anim = {
INP_Integer = true,
LINKS_Name = "Anim",
INPID_InputControl = "SliderControl",
INP_MinScale = 0,
LINKID_DataType = "Number",
INP_MaxScale = 6,
INP_Default = 0,
}
}
}
}
}
================================================
FILE: Templates/Edit/Generators/old/ずんだもん(FUSE).setting
================================================
{
Tools = ordered() {
Zundamon = GroupOperator {
Tools = ordered() {
Loader48 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!口\\-んあー.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 9130, -1468.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader21 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\!左腕\\-口元.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 3135, -775.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader65 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-UU.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 7535, -1897.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader78 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-目セット\\!黒目\\-目逸らし3_.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 9405, -2425.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader50 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!口\\-んー.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 9350, -1468.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader69 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-ジト目.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 7975, -1897.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader95 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\記号など\\汗3_.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 8745, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader20 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\!左腕\\-苦しむ.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 3025, -775.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader72 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-上向き3_.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 8305, -1897.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader4 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\-ぱんつ.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 825, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader28 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装1_\\!左腕\\-ひそひそ.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 4345, -775.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader80 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-目セット\\!黒目\\-目逸らし.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 9625, -2425.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader63 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-〇〇.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 7315, -1897.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader18 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\!左腕\\-胸元.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 2805, -775.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader82 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-目セット\\!黒目\\-カメラ目線2_.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 9845, -2425.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["ぽよ"] = GroupOperator {
ViewInfo = GroupInfo {
Offset = { 0, 0 },
Scale = 1,
Direction = "Horizontal",
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
PipeStyle = "Direct",
Pos = { 9735, 577.5 },
Flags = {
AutoSnap = true,
RemoveRouters = true,
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true
}
},
Tools = ordered() {
Transform = Transform {
NameSet = true,
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
UserControls = 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" } },
CtrlWZoom = false,
CtrlWShown = false,
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
},
Pivot = Input { Value = { 0.5, 0 } },
Aspect = Input {
Source = "Result",
SourceOp = "Calculation1"
}
}
},
Calculation1 = Calculation {
CtrlWZoom = false,
Inputs = {
FirstOperand = Input {
Source = "Result",
SourceOp = "Calculation2"
},
FirstOperandTimeOffset = Input { Expression = "-comp.GlobalStart" },
SecondOperand = Input { Value = 1 }
}
},
Calculation2 = Calculation {
CtrlWZoom = false,
Inputs = {
SecondOperand = Input { Value = 0.8 },
FirstOperand = Input {
Source = "Value",
SourceOp = "CalculationonCalculationonTransformAspectFirstOperand"
},
FirstOperandTimeScale = Input { Expression = "Transform.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate" },
Operator = Input { Value = 2 }
}
},
CalculationonCalculationonTransformAspectFirstOperand = BezierSpline {
SplineColor = { Green = 105, Blue = 30, Red = 210 },
KeyFrames = {
[0] = { 0, Flags = { Linear = true }, RH = { 1, 0 } },
[3] = { 0.0800000000000001, LH = { 2, 0.0800000000000001 }, RH = { 4.66666666666667, 0.0800000000000001 } },
[8] = { -0.0489999999999999, LH = { 6.33333333333333, -0.0489999999999999 }, RH = { 9.33333333333333, -0.0489999999999999 } },
[12] = { 0.03, LH = { 10.6666666666667, 0.03 }, RH = { 13.3333333333333, 0.03 } },
[16] = { -0.00700000000000001, LH = { 14.6666666666667, -0.00700000000000001 }, RH = { 16.6666666666667, -0.00700000000000001 } },
[18] = { 0.004, LH = { 17.3333333333333, 0.004 }, RH = { 18.6666666666667, 0.004 } },
[20] = { 0, LH = { 19.3333333333333, 0 } }
},
CtrlWZoom = false
}
},
Outputs = {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "Transform"
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } },
Inputs = ordered() {
MainInput1 = InstanceInput {
Source = "Input",
SourceOp = "Transform"
},
Input1 = InstanceInput {
Default = 1,
Source = "speed",
SourceOp = "Transform",
Name = "スピード",
Page = "Controls"
},
Input2 = InstanceInput {
Default = 1,
Source = "SecondOperand",
SourceOp = "Calculation2",
Name = "強さ"
},
Input3 = InstanceInput {
Source = "Pivot",
SourceOp = "Transform"
}
}
},
Loader13 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\!右腕\\-手を挙げる.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 2035, -775.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader40 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装1_\\!右腕\\-手を挙げる.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 5885, -775.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader27 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装1_\\!左腕\\-(非表示).png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 4235, -775.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader22 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\!左腕\\-手を挙げる.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 3245, -775.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader98 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\記号など\\涙.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 9075, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader99 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\記号など\\アヒルちゃん.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 9185, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader39 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装1_\\!右腕\\-口元.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 5775, -775.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader15 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\!右腕\\-基本.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 2255, -775.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader31 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装1_\\!左腕\\-口元.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 4675, -775.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader11 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\!右腕\\-苦しむ.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 1815, -775.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader14 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\!右腕\\-腰.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 2145, -775.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader36 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装1_\\!右腕\\-マイク.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 5445, -775.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader24 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\!左腕\\-基本.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 3465, -775.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader23 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\!左腕\\-腰.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 3355, -775.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["荒ぶる"] = GroupOperator {
ViewInfo = GroupInfo {
Offset = { 0, 0 },
Scale = 1,
Direction = "Horizontal",
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
PipeStyle = "Direct",
Pos = { 10560, 577.5 },
Flags = {
AutoSnap = true,
RemoveRouters = true,
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true
}
},
Tools = ordered() {
Transform1_2_1 = Transform {
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
UserControls = 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" } },
CtrlWZoom = false,
CtrlWShown = false,
Inputs = {
x = Input { Value = 0.03 },
y = Input { Value = 0.03 },
Center = Input {
Expression = "Point(0.5, 0.5) + shake * in_out",
Value = { 0.502997744173508, 0.497908177638071 }
},
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
},
shake = Input {
Source = "Position",
SourceOp = "Shake1_1"
},
in_out = Input {
Source = "Result",
SourceOp = "KeyframeStretcher1_1"
}
}
},
KeyframeStretcher1_1 = KeyStretcherMod {
CtrlWZoom = false,
Inputs = {
StretchStart = Input { Value = 10 },
StretchEnd = Input { Value = 110 },
Keyframes = Input {
Source = "Value",
SourceOp = "KeyStretcheronTransform1_2_1Keyframes"
}
}
},
KeyStretcheronTransform1_2_1Keyframes = BezierSpline {
SplineColor = { Green = 106, Blue = 231, Red = 193 },
KeyFrames = {
[0] = { 0, Flags = { Linear = true }, RH = { 3.33333333333333, 0 } },
[10] = { 1, LH = { 6.66666666666667, 1 }, RH = { 43.3333333333333, 1 } },
[110] = { 1, LH = { 76.6666666666667, 1 }, RH = { 113.333333333333, 1 } },
[120] = { 0, LH = { 116.666666666667, 0 } }
},
CtrlWZoom = false
},
Shake1_1 = Shake {
CtrlWZoom = false,
Inputs = {
LockXY = Input { Value = 0 },
XMinimum = Input {
Expression = "-Transform1_2_1.x",
Value = -0.1
},
XMaximum = Input {
Expression = "Transform1_2_1.x",
Value = 0.1
},
YMinimum = Input {
Expression = "-Transform1_2_1.y",
Value = -0.1
},
Smoothness = Input { Value = 1.5 },
YMaximum = Input {
Expression = "Transform1_2_1.y",
Value = 0.1
}
},
Faster = true
}
},
Outputs = {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "Transform1_2_1"
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } },
Inputs = ordered() {
MainInput1 = InstanceInput {
Source = "Input",
SourceOp = "Transform1_2_1"
},
Input3 = InstanceInput {
Width = 1,
Source = "RandomSeed",
SourceOp = "Shake1_1",
Default = 0
},
Input4 = InstanceInput {
Source = "Randomize",
Width = 0.385,
SourceOp = "Shake1_1"
},
Input5 = InstanceInput {
Source = "Smoothness",
Default = 10,
SourceOp = "Shake1_1"
},
Input1 = InstanceInput {
Default = 0.1,
Source = "x",
SourceOp = "Transform1_2_1",
Name = "X"
},
Input2 = InstanceInput {
Default = 0.1,
Source = "y",
SourceOp = "Transform1_2_1",
Name = "Y"
}
}
},
Loader41 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装1_\\!右腕\\-腰.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 5995, -775.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader71 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-細め目ハート.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 8195, -1897.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Background2 = Background {
ViewInfo = OperatorInfo { Pos = { 605, -379.5 } },
Inputs = {
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 }
}
},
Loader3 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\-素体.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 715, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["服装2_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 1045, -379.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "Background2"
},
Foreground = Input {
Source = "Output",
SourceOp = "Loader3"
}
}
},
Background3 = Background {
ViewInfo = OperatorInfo { Pos = { 1265, -643.5 } },
Inputs = {
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 }
}
},
Loader7 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\!右腕\\-(非表示).png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 1375, -775.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["右腕_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 2255, -643.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "Background3"
},
Foreground = Input {
Source = "Output",
SourceOp = "Loader7"
}
}
},
["右腕"] = Transform {
ViewInfo = OperatorInfo { Pos = { 2255, -511.5 } },
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "右腕_MG"
}
}
},
["右腕_MG1"] = Merge {
ViewInfo = OperatorInfo { Pos = { 2255, -379.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "服装2_MG"
},
Foreground = Input {
Source = "Output",
SourceOp = "右腕"
}
}
},
Background4 = Background {
ViewInfo = OperatorInfo { Pos = { 2475, -643.5 } },
Inputs = {
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 }
}
},
Loader16 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\!左腕\\-(非表示).png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 2585, -775.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["左腕_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 3465, -643.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "Background4"
},
Foreground = Input {
Source = "Output",
SourceOp = "Loader16"
}
}
},
["左腕"] = Transform {
ViewInfo = OperatorInfo { Pos = { 3465, -511.5 } },
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "左腕_MG"
}
}
},
["左腕_MG1"] = Merge {
ViewInfo = OperatorInfo { Pos = { 3465, -379.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "右腕_MG1"
},
Foreground = Input {
Source = "Output",
SourceOp = "左腕"
}
}
},
["服装2"] = Transform {
ViewInfo = OperatorInfo { Pos = { 3465, -247.5 } },
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "左腕_MG1"
}
}
},
Loader75 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-目セット\\-見開き白目.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 8855, -2161.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader38 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装1_\\!右腕\\-苦しむ.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 5665, -775.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["跳ねる"] = GroupOperator {
ViewInfo = GroupInfo {
Offset = { 0, 0 },
Scale = 1,
Direction = "Horizontal",
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
PipeStyle = "Direct",
Pos = { 10065, 577.5 },
Flags = {
AutoSnap = true,
RemoveRouters = true,
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true
}
},
Tools = ordered() {
Transform1_1 = Transform {
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
UserControls = 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" } },
CtrlWZoom = false,
CtrlWShown = false,
Inputs = {
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\n",
Value = 0.951056516295154
},
Center = Input {
Expression = "Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))",
Value = { 0.5, 0.595105651629515 }
},
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
},
amplitude = Input { Value = 0.08 },
speed = Input { Value = 2 }
}
}
},
Outputs = {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "Transform1_1"
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } },
Inputs = ordered() {
MainInput1 = InstanceInput {
Source = "Input",
SourceOp = "Transform1_1"
},
Input1 = InstanceInput {
MinScale = 0.0010000000475,
Source = "speed",
SourceOp = "Transform1_1",
Default = 2
},
Input2 = InstanceInput {
Source = "amplitude",
Default = 0.1,
SourceOp = "Transform1_1"
}
}
},
Loader89 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!眉\\-上がり眉.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 7645, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader52 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!口\\-おほお.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 9570, -1468.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader58 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!顔色\\-青ざめ.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 6655, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader91 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!眉\\-普通眉.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 7865, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader62 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-ぐるぐる.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 7205, -1897.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader59 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!顔色\\-ほっぺ赤め.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 6765, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader96 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\記号など\\汗2_.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 8855, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader55 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!口\\-むー.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 9900, -1468.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader56 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!顔色\\かげり.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 6435, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader35 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装1_\\!右腕\\-(非表示).png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 5335, -775.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader76 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-目セット\\-ジト白目.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 8965, -2161.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader32 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装1_\\!左腕\\-手を挙げる.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 4785, -775.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
ST_Background = Background {
ViewInfo = OperatorInfo { Pos = { 9955, 973.5 } },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
Width = Input { Value = 1920 },
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
UseFrameFormatSettings = Input { Value = 1 },
Height = Input { Value = 1080 },
Depth = Input { Value = 1 }
}
},
ST_SetDomain = SetDomain {
ViewInfo = OperatorInfo { Pos = { 10120, 973.5 } },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
Top = Input { Value = 0 },
Input = Input {
Source = "Output",
SourceOp = "ST_Background"
},
Right = Input { Value = 0 },
Mode = Input { Value = FuID { "Set" } }
}
},
["モーションSelector"] = Transform {
Colors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },
UserControls = ordered() {
["N000_モーションなし"] = {
LINKS_Name = "モーションなし",
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"モーションなし\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["N001_ぽよ"] = {
LINKS_Name = "ぽよ",
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"ぽよ\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["N002_ぴょん"] = {
LINKS_Name = "ぴょん",
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"ぴょん\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["N003_跳ねる"] = {
LINKS_Name = "跳ねる",
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"跳ねる\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["N004_跳ねる_小"] = {
LINKS_Name = "跳ねる_小",
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"跳ねる_小\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["N005_不安"] = {
LINKS_Name = "不安",
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"不安\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["N006_荒ぶる"] = {
LINKS_Name = "荒ぶる",
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"荒ぶる\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["N007_震え"] = {
LINKS_Name = "震え",
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"震え\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
}
},
ViewInfo = OperatorInfo { Pos = { 10285, 775.5 } },
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
}
}
},
ST_MergeB = Merge {
Colors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },
ViewInfo = OperatorInfo { Pos = { 10285, 973.5 } },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
Center = Input { Value = { 0.85, 0.15 } },
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "ST_SetDomain"
},
Foreground = Input {
Source = "Output",
SourceOp = "モーションSelector"
}
}
},
Loader81 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-目セット\\!黒目\\-カメラ目線3_.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 9735, -2425.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader60 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!顔色\\-ほっぺ2_.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 6875, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader83 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-目セット\\!黒目\\-カメラ目線.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 9955, -2425.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader85 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-目セット\\!黒目\\-普通目2_.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 10175, -2425.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader44 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!口\\-ほあ.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 8690, -1468.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader37 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装1_\\!右腕\\-指差し.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 5555, -775.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader25 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装1_\\-制服.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 3795, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader70 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-細め目.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 8085, -1897.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader67 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-にっこり.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 7755, -1897.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader29 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装1_\\!左腕\\-考える.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 4455, -775.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader64 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-__.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 7425, -1897.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader33 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装1_\\!左腕\\-腰.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 4895, -775.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader6 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\-バスタオル.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 1045, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader12 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\!右腕\\-口元.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 1925, -775.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader94 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!枝豆\\-パーカー(裏地とセットで使用).png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 8415, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader97 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\記号など\\汗1_.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 8965, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader84 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-目セット\\!黒目\\-普通目3_.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 10065, -2425.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader66 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-にっこり2_.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 7645, -1897.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader87 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!眉\\-困り眉2_.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 7425, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader8 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\!右腕\\-胸元.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 1485, -775.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader10 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\!右腕\\-指差し.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 1705, -775.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader92 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!枝豆\\-枝豆萎え.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 8195, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader74 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-上向き.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 8525, -1897.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["ぴょん"] = GroupOperator {
ViewInfo = GroupInfo {
Offset = { 0, 0 },
Scale = 1,
Direction = "Horizontal",
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
PipeStyle = "Direct",
Pos = { 9900, 577.5 },
Flags = {
AutoSnap = true,
RemoveRouters = true,
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true
}
},
Tools = ordered() {
Transform1 = Transform {
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
UserControls = 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" } },
CtrlWZoom = false,
CtrlWShown = false,
Inputs = {
Center = Input {
Source = "Value",
SourceOp = "XYPath1"
},
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
}
}
},
XYPath1 = XYPath {
ShowKeyPoints = false,
DrawMode = "ModifyOnly",
CtrlWZoom = false,
Inputs = {
X = Input { Value = 0.5 },
Y = Input {
Source = "Result",
SourceOp = "Calculation1_1"
}
}
},
Calculation1_1 = Calculation {
CtrlWZoom = false,
Inputs = {
FirstOperand = Input {
Source = "Result",
SourceOp = "Calculation2_1"
},
FirstOperandTimeOffset = Input { Expression = "-comp.GlobalStart - Transform1.offset" },
SecondOperand = Input { Value = 0.5 }
}
},
Calculation2_1 = Calculation {
CtrlWZoom = false,
Inputs = {
SecondOperand = Input { Value = 0.5 },
FirstOperand = Input {
Source = "Value",
SourceOp = "CalculationonCalculationonTransform1CenterXYPath1YFirstOperand"
},
FirstOperandTimeScale = Input {
Expression = "Transform1.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate",
Value = 0.25
},
Operator = Input { Value = 2 }
}
},
CalculationonCalculationonTransform1CenterXYPath1YFirstOperand = BezierSpline {
SplineColor = { Green = 255, Blue = 0, Red = 0 },
KeyFrames = {
[0] = { 0, Flags = { Linear = true }, RH = { 4.65, 0.225 } },
[17] = { 0, LH = { 12.4, 0.214 }, RH = { 19.6825406677053, 0.0439451976698349 } },
[25] = { 0.000999999999999557, LH = { 23.6, 0.0269999999999996 }, RH = { 27.6, 0.025 } },
[30] = { 0, LH = { 28.4282452630596, 0 } }
},
CtrlWZoom = false
}
},
Outputs = {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "Transform1"
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } },
Inputs = ordered() {
MainInput1 = InstanceInput {
Source = "Input",
SourceOp = "Transform1"
},
Input1 = InstanceInput {
Default = 1,
Source = "speed",
SourceOp = "Transform1",
Name = "スピード"
},
Input3 = InstanceInput {
Default = 1,
Source = "SecondOperand",
SourceOp = "Calculation2_1",
Name = "強さ"
},
Input2 = InstanceInput {
Default = 0,
Source = "offset",
SourceOp = "Transform1",
Name = "時間オフセット(フレーム)"
}
}
},
Loader2 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\パーカー裏地.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 385, -247.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader30 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装1_\\!左腕\\-苦しむ.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 4565, -775.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader88 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!眉\\-困り眉1_.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 7535, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["震え"] = GroupOperator {
ViewInfo = GroupInfo {
Offset = { 0, 0 },
Scale = 1,
Direction = "Horizontal",
Size = { 126, 109.359001159668, 63, 24.2423992156982 },
PipeStyle = "Direct",
Pos = { 10725, 577.5 },
Flags = {
AutoSnap = true,
RemoveRouters = true,
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true
}
},
Tools = ordered() {
Transform1_3 = Transform {
UserControls = 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" } },
ViewInfo = OperatorInfo { Pos = { 0, 29.7576007843018 } },
CtrlWShown = false,
Inputs = {
v = Input {
Expression = "0.5 + amplitude * iif(time > out, 0,bound)",
Value = 0.504755282581476
},
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)",
Value = 0.951056516295153
},
Center = Input {
Expression = "iif(Y == 0, Point(v, 0.5),Point(0.5,v))",
Value = { 0.504755282581476, 0.5 }
},
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
},
amplitude = Input { Value = 0.005 },
speed = Input { Value = 12 }
}
}
},
Outputs = {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "Transform1_3"
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } },
Inputs = ordered() {
MainInput1 = InstanceInput {
Source = "Input",
SourceOp = "Transform1_3"
},
Input1 = InstanceInput {
Source = "speed",
Default = 2,
SourceOp = "Transform1_3"
},
Input2 = InstanceInput {
Source = "amplitude",
Default = 0.1,
SourceOp = "Transform1_3"
},
Input3 = InstanceInput {
Source = "Y",
Default = 0,
SourceOp = "Transform1_3"
}
}
},
Loader9 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\!右腕\\-マイク.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 1595, -775.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader47 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!口\\-△.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 9020, -1468.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader73 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-上向き2_.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 8415, -1897.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader57 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!顔色\\-(非表示).png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 6545, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader19 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\!左腕\\-考える.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 2915, -775.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader79 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-目セット\\!黒目\\-目逸らし2_.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 9515, -2425.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader17 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\!左腕\\-ひそひそ.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 2695, -775.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["跳ねる_小"] = GroupOperator {
ViewInfo = GroupInfo {
Offset = { 0, 0 },
Scale = 1,
Direction = "Horizontal",
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
PipeStyle = "Direct",
Pos = { 10230, 577.5 },
Flags = {
AutoSnap = true,
RemoveRouters = true,
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true
}
},
Tools = ordered() {
Transform1_1_1 = Transform {
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
UserControls = 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" } },
CtrlWZoom = false,
CtrlWShown = false,
Inputs = {
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\n",
Value = 0.951056516295154
},
Center = Input {
Expression = "Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))",
Value = { 0.5, 0.595105651629515 }
},
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
},
amplitude = Input { Value = 0.02 },
speed = Input { Value = 2 }
}
}
},
Outputs = {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "Transform1_1_1"
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } },
Inputs = ordered() {
MainInput1 = InstanceInput {
Source = "Input",
SourceOp = "Transform1_1_1"
},
Input1 = InstanceInput {
MinScale = 0.0010000000475,
Source = "speed",
SourceOp = "Transform1_1_1",
Default = 2
},
Input2 = InstanceInput {
Source = "amplitude",
Default = 0.1,
SourceOp = "Transform1_1_1"
}
}
},
Loader5 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\-スク水.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 935, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader51 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!口\\-はへえ.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 9460, -1468.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Background1 = Background {
ViewInfo = OperatorInfo { Pos = { 165, -247.5 } },
Inputs = {
Width = Input { Value = 1482 },
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 2250 },
Depth = Input { Value = 1 }
}
},
SetDomain1 = SetDomain {
ViewInfo = OperatorInfo { Pos = { 165, -115.5 } },
Inputs = {
Top = Input { Value = 0 },
Input = Input {
Source = "Output",
SourceOp = "Background1"
},
Right = Input { Value = 0 },
Mode = Input { Value = FuID { "Set" } }
}
},
Loader1 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\尻尾的なアレ.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 275, -247.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["尻尾的なアレ_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 275, -115.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "SetDomain1"
},
Foreground = Input {
Source = "Output",
SourceOp = "Loader1"
}
}
},
["パーカー裏地_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 385, -115.5 } },
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "尻尾的なアレ_MG"
},
PerformDepthMerge = Input { Value = 0 }
}
},
Background5 = Background {
ViewInfo = OperatorInfo { Pos = { 3685, -379.5 } },
Inputs = {
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 }
}
},
Loader26 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装1_\\-いつもの服.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 3905, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["服装1_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 3905, -379.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "Background5"
},
Foreground = Input {
Source = "Output",
SourceOp = "Loader26"
}
}
},
Background6 = Background {
ViewInfo = OperatorInfo { Pos = { 4125, -643.5 } },
Inputs = {
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 }
}
},
Loader34 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装1_\\!左腕\\-基本.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 5005, -775.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["左腕1_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 5005, -643.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "Background6"
},
Foreground = Input {
Source = "Output",
SourceOp = "Loader34"
}
}
},
["左腕1"] = Transform {
ViewInfo = OperatorInfo { Pos = { 5005, -511.5 } },
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "左腕1_MG"
}
}
},
["左腕_MG2"] = Merge {
ViewInfo = OperatorInfo { Pos = { 5005, -379.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "服装1_MG"
},
Foreground = Input {
Source = "Output",
SourceOp = "左腕1"
}
}
},
Background7 = Background {
ViewInfo = OperatorInfo { Pos = { 5225, -643.5 } },
Inputs = {
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 }
}
},
Loader42 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装1_\\!右腕\\-基本.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 6105, -775.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["右腕1_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 6105, -643.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "Background7"
},
Foreground = Input {
Source = "Output",
SourceOp = "Loader42"
}
}
},
["右腕1"] = Transform {
ViewInfo = OperatorInfo { Pos = { 6105, -511.5 } },
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "右腕1_MG"
}
}
},
["右腕_MG2"] = Merge {
ViewInfo = OperatorInfo { Pos = { 6105, -379.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "左腕_MG2"
},
Foreground = Input {
Source = "Output",
SourceOp = "右腕1"
}
}
},
["服装1"] = Transform {
ViewInfo = OperatorInfo { Pos = { 6105, -247.5 } },
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "右腕_MG2"
}
}
},
Root_MG = Merge {
ViewInfo = OperatorInfo { Pos = { 6105, -115.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "パーカー裏地_MG"
},
Foreground = Input {
Source = "Output",
SourceOp = "服装1"
}
}
},
Background9 = Background {
ViewInfo = OperatorInfo { Pos = { 6325, -379.5 } },
Inputs = {
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 }
}
},
["かげり_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 6435, -379.5 } },
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "Background9"
},
PerformDepthMerge = Input { Value = 0 }
}
},
Loader61 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!顔色\\-ほっぺ.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 6985, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["顔色_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 6985, -379.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "かげり_MG"
},
Foreground = Input {
Source = "Output",
SourceOp = "Loader61"
}
}
},
["顔色"] = Transform {
ViewInfo = OperatorInfo { Pos = { 6985, -247.5 } },
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "顔色_MG"
}
}
},
["顔色_MG1"] = Merge {
ViewInfo = OperatorInfo { Pos = { 6985, -115.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "Root_MG"
},
Foreground = Input {
Source = "Output",
SourceOp = "顔色"
}
}
},
Background13 = Background {
ViewInfo = OperatorInfo { Pos = { 7315, -379.5 } },
Inputs = {
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 }
}
},
Loader90 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!眉\\-怒り眉.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 7755, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["眉_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 7865, -379.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "Background13"
},
Foreground = Input {
Source = "Output",
SourceOp = "Loader90"
}
}
},
["眉"] = Transform {
ViewInfo = OperatorInfo { Pos = { 7865, -247.5 } },
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "眉_MG"
}
}
},
["眉_MG1"] = Merge {
ViewInfo = OperatorInfo { Pos = { 7865, -115.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "顔色_MG1"
},
Foreground = Input {
Source = "Output",
SourceOp = "眉"
}
}
},
Background14 = Background {
ViewInfo = OperatorInfo { Pos = { 8085, -379.5 } },
Inputs = {
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 }
}
},
Loader93 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!枝豆\\-枝豆通常.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 8305, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["枝豆_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 8415, -379.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "Background14"
},
Foreground = Input {
Source = "Output",
SourceOp = "Loader93"
}
}
},
["枝豆"] = Transform {
ViewInfo = OperatorInfo { Pos = { 8415, -247.5 } },
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "枝豆_MG"
}
}
},
["枝豆_MG1"] = Merge {
ViewInfo = OperatorInfo { Pos = { 8415, -115.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "眉_MG1"
},
Foreground = Input {
Source = "Output",
SourceOp = "枝豆"
}
}
},
Background15 = Background {
ViewInfo = OperatorInfo { Pos = { 8635, -379.5 } },
Inputs = {
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 }
}
},
["汗3_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 8745, -379.5 } },
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "Background15"
},
PerformDepthMerge = Input { Value = 0 }
}
},
["汗2_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 8855, -379.5 } },
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "汗3_MG"
},
PerformDepthMerge = Input { Value = 0 }
}
},
["汗1_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 8965, -379.5 } },
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "汗2_MG"
},
PerformDepthMerge = Input { Value = 0 }
}
},
["涙_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 9075, -379.5 } },
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "汗1_MG"
},
PerformDepthMerge = Input { Value = 0 }
}
},
["アヒルちゃん_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 9185, -379.5 } },
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "涙_MG"
},
PerformDepthMerge = Input { Value = 0 }
}
},
["記号など"] = Transform {
ViewInfo = OperatorInfo { Pos = { 9185, -247.5 } },
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "アヒルちゃん_MG"
}
}
},
["記号など_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 9185, -115.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "枝豆_MG1"
},
Foreground = Input {
Source = "Output",
SourceOp = "記号など"
}
}
},
AutoDomain1 = AutoDomain {
Colors = { TileColor = { G = 0.549019607843137, R = 0.913725490196078, B = 0.709803921568627 } },
ViewInfo = OperatorInfo { Pos = { 9515, -115.5 } },
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "記号など_MG"
}
}
},
Background8 = Background {
ViewInfo = OperatorInfo { Pos = { 8470, -1336.5 } },
Inputs = {
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 }
}
},
["口_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 9900, -1336.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "Background8"
},
Foreground = Input {
Source = "Output",
SourceOp = "Loader46"
}
}
},
AutoDomain1_1 = AutoDomain {
Colors = { TileColor = { G = 0.549019607843137, R = 0.913725490196078, B = 0.709803921568627 } },
ViewInfo = OperatorInfo { Pos = { 9900, -1204.5 } },
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "口_MG"
}
}
},
Loader46 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!口\\-むふ.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 8910, -1468.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
N = Fuse.Wireless {
ViewInfo = OperatorInfo { Pos = { 9790, -940.5 } },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Loader46"
}
}
},
Loader43 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!口\\-ほあー.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 8580, -1468.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
A = Fuse.Wireless {
ViewInfo = OperatorInfo { Pos = { 9680, -940.5 } },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Loader43"
}
}
},
Loader49 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!口\\-んへー.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 9240, -1468.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
I = Fuse.Wireless {
ViewInfo = OperatorInfo { Pos = { 9570, -940.5 } },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Loader49"
}
}
},
Loader54 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!口\\-ゆ.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 9790, -1468.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
U = Fuse.Wireless {
ViewInfo = OperatorInfo { Pos = { 9460, -940.5 } },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Loader54"
}
}
},
Loader45 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!口\\-ほー.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 8800, -1468.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
E = Fuse.Wireless {
ViewInfo = OperatorInfo { Pos = { 9350, -940.5 } },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Loader45"
}
}
},
Loader53 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!口\\-お.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 9680, -1468.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
O = Fuse.Wireless {
ViewInfo = OperatorInfo { Pos = { 9240, -940.5 } },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Loader53"
}
}
},
RS_MouthAIUEO = Fuse.RS_MouthAIUEO {
Version = 1,
NameSet = true,
ViewInfo = OperatorInfo { Pos = { 9900, -940.5 } },
CtrlWZoom = false,
Colors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },
Inputs = {
A = Input {
Source = "Output",
SourceOp = "A"
},
I = Input {
Source = "Output",
SourceOp = "I"
},
U = Input {
Source = "Output",
SourceOp = "U"
},
O = Input {
Source = "Output",
SourceOp = "O"
},
Input = Input {
Source = "Output",
SourceOp = "AutoDomain1_1"
},
N = Input {
Source = "Output",
SourceOp = "N"
},
E = Input {
Source = "Output",
SourceOp = "E"
}
}
},
["口"] = Transform {
ViewInfo = OperatorInfo { Pos = { 9900, -247.5 } },
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "RS_MouthAIUEO"
}
}
},
["口_MG1"] = Merge {
ViewInfo = OperatorInfo { Pos = { 9900, -115.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "AutoDomain1"
},
Foreground = Input {
Source = "Output",
SourceOp = "口"
}
}
},
Background10 = Background {
ViewInfo = OperatorInfo { Pos = { 7095, -1765.5 } },
Inputs = {
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 }
}
},
Background11 = Background {
ViewInfo = OperatorInfo { Pos = { 8745, -2029.5 } },
Inputs = {
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 }
}
},
Loader77 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-目セット\\-普通白目.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 9075, -2161.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["目セット_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 9075, -2029.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "Background11"
},
Foreground = Input {
Source = "Output",
SourceOp = "Loader77"
}
}
},
Background12 = Background {
ViewInfo = OperatorInfo { Pos = { 9295, -2293.5 } },
Inputs = {
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 }
}
},
Loader86 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-目セット\\!黒目\\-普通目.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 10285, -2425.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["黒目_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 10285, -2293.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "Background12"
},
Foreground = Input {
Source = "Output",
SourceOp = "Loader86"
}
}
},
["黒目"] = Transform {
ViewInfo = OperatorInfo { Pos = { 10285, -2161.5 } },
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "黒目_MG"
}
}
},
["黒目_MG1"] = Merge {
ViewInfo = OperatorInfo { Pos = { 10285, -2029.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "目セット_MG"
},
Foreground = Input {
Source = "Output",
SourceOp = "黒目"
}
}
},
["目セット"] = Transform {
ViewInfo = OperatorInfo { Pos = { 10285, -1897.5 } },
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "黒目_MG1"
}
}
},
["目_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 10285, -1765.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "Background10"
},
Foreground = Input {
Source = "Output",
SourceOp = "目セット"
}
}
},
AutoDomain1_2 = AutoDomain {
Colors = { TileColor = { G = 0.549019607843137, R = 0.913725490196078, B = 0.709803921568627 } },
ViewInfo = OperatorInfo { Pos = { 10285, -1204.5 } },
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "目_MG"
}
}
},
Loader68 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
Loop = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-なごみ目.png",
AspectMode = 0,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 7865, -1897.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Closed = Fuse.Wireless {
ViewInfo = OperatorInfo { Pos = { 10175, -940.5 } },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Loader68"
}
}
},
EyeBlink = Dissolve {
ViewInfo = OperatorInfo { Pos = { 10285, -940.5 } },
Transitions = {
[0] = "DFTDissolve"
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
Mix = Input {
Source = "Value",
SourceOp = "EyeBlinkBackgroundForeground"
},
Background = Input {
Source = "Output",
SourceOp = "AutoDomain1_2"
},
Foreground = Input {
Source = "Output",
SourceOp = "Closed"
}
}
},
EyeBlinkBackgroundForeground = BezierSpline {
KeyFrames = {
[0] = { 0, Flags = { Linear = true, PreLoop = true, Loop = true }, RH = { 41, 0 } },
[123] = { 1, LH = { 123, 0.666666666666667 }, Flags = { StepIn = true }, RH = { 124, 1 } },
[127] = { 0, LH = { 127, 0.333333333333333 }, Flags = { StepIn = true, PreLoop = true, Loop = true } }
},
SplineColor = { Green = 164, Blue = 235, Red = 16 },
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
CtrlWZoom = false
},
EyeCtrl = Transform {
ViewInfo = OperatorInfo { Pos = { 10285, -775.5 } },
Colors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },
UserControls = ordered() {
Blink = {
LINKS_Name = "Blink",
INP_Integer = true,
INP_MaxAllowed = 1000000,
INP_MinAllowed = 0,
INP_MaxScale = 500,
INP_MinScale = 0,
ICS_ControlPage = "目パチ",
INP_External = false,
INPID_InputControl = "SliderControl",
INP_Default = 127,
LINKID_DataType = "Number"
},
Close = {
LINKS_Name = "Close",
INP_Passive = true,
INP_Integer = true,
INP_MinAllowed = 0,
INP_MaxScale = 10,
INP_MinScale = 0,
INP_Default = 4,
INP_External = false,
ICS_ControlPage = "目パチ",
INPID_InputControl = "SliderControl",
LINKID_DataType = "Number"
},
Apply = {
LINKS_Name = "Apply",
ICS_ControlPage = "目パチ",
BTNCS_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",
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
at00 = {
LINKS_Name = "ボタンを押さないと反映されません。",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "目パチ",
LBLC_DropDownButton = false,
INP_Integer = false,
INP_External = false,
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
sp00 = {
LINKS_Name = "",
ICS_ControlPage = "目パチ",
INPID_InputControl = "LabelControl",
LBLC_DropDownButton = false,
INP_Integer = false,
INP_Passive = true,
INP_External = false,
LINKID_DataType = "Number"
},
BlinkOn = {
LINKS_Name = "BlinkOn",
ICS_ControlPage = "目パチ",
BTNCS_Execute = "EyeBlink:SetAttrs({TOOLB_PassThrough = false})\nEyeCtrl.EyeStatus = \"On\"\n",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.4,
LINKID_DataType = "Number"
},
BlinkOff = {
LINKS_Name = "BlinkOff",
ICS_ControlPage = "目パチ",
BTNCS_Execute = "EyeBlink:SetAttrs({TOOLB_PassThrough = true})\nEyeCtrl.EyeStatus = \"Off\"\n",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.4,
LINKID_DataType = "Number"
},
EyeStatus = {
LINKS_Name = "",
TEC_Lines = 1,
INPID_InputControl = "TextEditControl",
TEC_ReadOnly = true,
TEC_Wrap = false,
ICS_ControlPage = "目パチ",
INP_External = false,
ICD_Width = 0.2,
LINKID_DataType = "Text"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
EyeStatus = Input { Value = "On" },
Input = Input {
Source = "Output",
SourceOp = "EyeBlink"
}
}
},
["目"] = Transform {
ViewInfo = OperatorInfo { Pos = { 10285, -247.5 } },
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "EyeCtrl"
}
}
},
["目_MG1"] = Merge {
ViewInfo = OperatorInfo { Pos = { 10285, -115.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "口_MG1"
},
Foreground = Input {
Source = "Output",
SourceOp = "目"
}
}
},
Root = Transform {
UserControls = ordered() {
CopyPose = {
LINKS_Name = "Copy Pose",
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.copy(comp)]])",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
PastePose = {
LINKS_Name = "Paste Pose",
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.paste(comp)]])",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
SavePose = {
LINKS_Name = "Save Pose",
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.save(comp, fu)]])",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
LoadPose = {
LINKS_Name = "Load Pose",
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.load(comp, fu)]])",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
Grp_Root = {
LINKS_Name = "Root",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 8,
LINKID_DataType = "Number"
},
N009_kigounado_show_128 = {
LINKS_Name = "記号など show",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"記号など_MG\")\nlocal node = comp:FindTool(\"記号など\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N009_kigounado_hide_128 = {
LINKS_Name = "記号など hide",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"記号など_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N003_fukusou155 = {
LINKS_Name = "*服装1",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N002_fukusou231 = {
LINKS_Name = "*服装2",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_paakaauraji_show_3 = {
LINKS_Name = "パーカー裏地 show",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"パーカー裏地_MG\")\nlocal node = comp:FindTool(\"Loader2\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N001_paakaauraji_hide_3 = {
LINKS_Name = "パーカー裏地 hide",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"パーカー裏地_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N000_shippotekinaare_show_2 = {
LINKS_Name = "尻尾的なアレ show",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"尻尾的なアレ_MG\")\nlocal node = comp:FindTool(\"Loader1\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N000_shippotekinaare_hide_2 = {
LINKS_Name = "尻尾的なアレ hide",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"尻尾的なアレ_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
["Grp_記号など"] = {
LINKS_Name = "記号など",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 10,
LINKID_DataType = "Number"
},
N004_ahiruchan_show_128 = {
LINKS_Name = "アヒルちゃん show",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"アヒルちゃん_MG\")\nlocal node = comp:FindTool(\"Loader99\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N004_ahiruchan_hide_128 = {
LINKS_Name = "アヒルちゃん hide",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"アヒルちゃん_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N003_namida_show_127 = {
LINKS_Name = "涙 show",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"涙_MG\")\nlocal node = comp:FindTool(\"Loader98\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N003_namida_hide_127 = {
LINKS_Name = "涙 hide",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"涙_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N002_ase1_show_126 = {
LINKS_Name = "汗1 show",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N002_ase1_hide_126 = {
LINKS_Name = "汗1 hide",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"汗1_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N001_ase2_show_125 = {
LINKS_Name = "汗2 show",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N001_ase2_hide_125 = {
LINKS_Name = "汗2 hide",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"汗2_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N000_ase3_show_124 = {
LINKS_Name = "汗3 show",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N000_ase3_hide_124 = {
LINKS_Name = "汗3 hide",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"汗3_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
["Grp_枝豆"] = {
LINKS_Name = "枝豆",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 3,
LINKID_DataType = "Number"
},
N002_paakaaurajitosettodeshiyou121 = {
LINKS_Name = "*パーカー(裏地とセットで使用)",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"枝豆_MG\")\nlocal node = comp:FindTool(\"Loader94\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_edamametsuujou120 = {
LINKS_Name = "*枝豆通常",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"枝豆_MG\")\nlocal node = comp:FindTool(\"Loader93\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_edamamenae119 = {
LINKS_Name = "*枝豆萎え",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"枝豆_MG\")\nlocal node = comp:FindTool(\"Loader92\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["Grp_眉"] = {
LINKS_Name = "眉",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 5,
LINKID_DataType = "Number"
},
N004_futsuumayu116 = {
LINKS_Name = "*普通眉",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader91\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N003_ikarimayu115 = {
LINKS_Name = "*怒り眉",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader90\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N002_agarimayu114 = {
LINKS_Name = "*上がり眉",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader89\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_komarimayu1113 = {
LINKS_Name = "*困り眉1",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader88\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_komarimayu2112 = {
LINKS_Name = "*困り眉2",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader87\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["Grp_目"] = {
LINKS_Name = "目",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 14,
LINKID_DataType = "Number"
},
N013_mesetto109 = {
LINKS_Name = "*目セット",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"目セット\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N012_uwamuki93 = {
LINKS_Name = "*上向き",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader74\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N011_uwamuki292 = {
LINKS_Name = "*上向き2",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader73\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N010_uwamuki391 = {
LINKS_Name = "*上向き3",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader72\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N009_hosomemehaato90 = {
LINKS_Name = "*細め目ハート",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader71\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N008_hosomeme89 = {
LINKS_Name = "*細め目",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader70\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N007_jitome88 = {
LINKS_Name = "*ジト目",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader69\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N006_nagomime87 = {
LINKS_Name = "*なごみ目",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader68\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N005_nikkori86 = {
LINKS_Name = "*にっこり",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader67\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N004_nikkori285 = {
LINKS_Name = "*にっこり2",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader66\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N003_UU84 = {
LINKS_Name = "*UU",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader65\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N002_none83 = {
LINKS_Name = "*><",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader64\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["N001_〇〇82"] = {
LINKS_Name = "*〇〇",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader63\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_guruguru81 = {
LINKS_Name = "*ぐるぐる",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader62\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["Grp_目セット"] = {
LINKS_Name = "目セット",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 3,
LINKID_DataType = "Number"
},
N002_futsuushirome98 = {
LINKS_Name = "*普通白目",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目セット_MG\")\nlocal node = comp:FindTool(\"Loader77\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_jitoshirome97 = {
LINKS_Name = "*ジト白目",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目セット_MG\")\nlocal node = comp:FindTool(\"Loader76\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_mihirakishirome96 = {
LINKS_Name = "*見開き白目",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目セット_MG\")\nlocal node = comp:FindTool(\"Loader75\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["Grp_黒目"] = {
LINKS_Name = "黒目",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 9,
LINKID_DataType = "Number"
},
N008_futsuume109 = {
LINKS_Name = "*普通目",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader86\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N007_futsuume2108 = {
LINKS_Name = "*普通目2",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader85\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N006_futsuume3107 = {
LINKS_Name = "*普通目3",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader84\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N005_kameramesen106 = {
LINKS_Name = "*カメラ目線",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader83\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N004_kameramesen2105 = {
LINKS_Name = "*カメラ目線2",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader82\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N003_kameramesen3104 = {
LINKS_Name = "*カメラ目線3",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader81\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N002_mesorashi103 = {
LINKS_Name = "*目逸らし",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader80\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_mesorashi2102 = {
LINKS_Name = "*目逸らし2",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader79\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_mesorashi3101 = {
LINKS_Name = "*目逸らし3",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader78\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["Grp_顔色"] = {
LINKS_Name = "顔色",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 7,
LINKID_DataType = "Number"
},
N005_hoppe78 = {
LINKS_Name = "*ほっぺ",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader61\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N004_hoppe277 = {
LINKS_Name = "*ほっぺ2",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader60\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N003_hoppeakame76 = {
LINKS_Name = "*ほっぺ赤め",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader59\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N002_aozame75 = {
LINKS_Name = "*青ざめ",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader58\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_hihyouji74 = {
LINKS_Name = "*(非表示)",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader57\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_kageri_show_73 = {
LINKS_Name = "かげり show",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"かげり_MG\")\nlocal node = comp:FindTool(\"Loader56\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N000_kageri_hide_73 = {
LINKS_Name = "かげり hide",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"かげり_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
["Grp_口"] = {
LINKS_Name = "口",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 13,
LINKID_DataType = "Number"
},
N012_muu70 = {
LINKS_Name = "*むー",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader55\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N011_yu69 = {
LINKS_Name = "*ゆ",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader54\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N010_o68 = {
LINKS_Name = "*お",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader53\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N009_ohoo67 = {
LINKS_Name = "*おほお",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader52\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N008_hahee66 = {
LINKS_Name = "*はへえ",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader51\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N007_nn65 = {
LINKS_Name = "*んー",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader50\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N006_nhee64 = {
LINKS_Name = "*んへー",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader49\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N005_naa63 = {
LINKS_Name = "*んあー",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader48\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["N004_△62"] = {
LINKS_Name = "*△",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader47\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N003_mufu61 = {
LINKS_Name = "*むふ",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader46\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N002_hoo60 = {
LINKS_Name = "*ほー",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader45\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_hoa59 = {
LINKS_Name = "*ほあ",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader44\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_hoaa58 = {
LINKS_Name = "*ほあー",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader43\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["Grp_服装1"] = {
LINKS_Name = "服装1",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 2,
LINKID_DataType = "Number"
},
N001_itsumonofuku35 = {
LINKS_Name = "*いつもの服",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_seifuku34 = {
LINKS_Name = "*制服",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["Grp_右腕1"] = {
LINKS_Name = "右腕",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 8,
LINKID_DataType = "Number"
},
N007_kihon55 = {
LINKS_Name = "*基本",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N006_koshi54 = {
LINKS_Name = "*腰",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N005_tewoageru53 = {
LINKS_Name = "*手を挙げる",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N004_kuchimoto52 = {
LINKS_Name = "*口元",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N003_kurushimu51 = {
LINKS_Name = "*苦しむ",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N002_yubisashishi50 = {
LINKS_Name = "*指差し",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_maiku49 = {
LINKS_Name = "*マイク",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_hihyouji48 = {
LINKS_Name = "*(非表示)",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["Grp_左腕1"] = {
LINKS_Name = "左腕",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 8,
LINKID_DataType = "Number"
},
N007_kihon45 = {
LINKS_Name = "*基本",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N006_koshi44 = {
LINKS_Name = "*腰",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N005_tewoageru43 = {
LINKS_Name = "*手を挙げる",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N004_kuchimoto42 = {
LINKS_Name = "*口元",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N003_kurushimu41 = {
LINKS_Name = "*苦しむ",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N002_kangaeru40 = {
LINKS_Name = "*考える",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_hisohiso39 = {
LINKS_Name = "*ひそひそ",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_hihyouji38 = {
LINKS_Name = "*(非表示)",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["Grp_服装2"] = {
LINKS_Name = "服装2",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 4,
LINKID_DataType = "Number"
},
N003_basutaoru9 = {
LINKS_Name = "*バスタオル",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N002_sukumizu8 = {
LINKS_Name = "*スク水",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_pantsu7 = {
LINKS_Name = "*ぱんつ",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_motokarada6 = {
LINKS_Name = "*素体",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["Grp_左腕"] = {
LINKS_Name = "左腕",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 9,
LINKID_DataType = "Number"
},
N008_kihon31 = {
LINKS_Name = "*基本",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader24\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N007_koshi30 = {
LINKS_Name = "*腰",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader23\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N006_tewoageru29 = {
LINKS_Name = "*手を挙げる",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader22\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N005_kuchimoto28 = {
LINKS_Name = "*口元",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader21\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N004_kurushimu27 = {
LINKS_Name = "*苦しむ",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader20\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N003_kangaeru26 = {
LINKS_Name = "*考える",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader19\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N002_munamoto25 = {
LINKS_Name = "*胸元",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader18\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_hisohiso24 = {
LINKS_Name = "*ひそひそ",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader17\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_hihyouji23 = {
LINKS_Name = "*(非表示)",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader16\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["Grp_右腕"] = {
LINKS_Name = "右腕",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 9,
LINKID_DataType = "Number"
},
N008_kihon20 = {
LINKS_Name = "*基本",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader15\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N007_koshi19 = {
LINKS_Name = "*腰",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader14\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N006_tewoageru18 = {
LINKS_Name = "*手を挙げる",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader13\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N005_kuchimoto17 = {
LINKS_Name = "*口元",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader12\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N004_kurushimu16 = {
LINKS_Name = "*苦しむ",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader11\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N003_yubisashishi15 = {
LINKS_Name = "*指差し",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader10\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N002_maiku14 = {
LINKS_Name = "*マイク",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader9\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_munamoto13 = {
LINKS_Name = "*胸元",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader8\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_hihyouji12 = {
LINKS_Name = "*(非表示)",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader7\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
Grp_Root2 = {
LINKS_Name = "Root",
INP_Passive = true,
INPID_InputControl = "LabelControl",
INP_MaxAllowed = 1000000,
INP_MinAllowed = -1000000,
INP_MaxScale = 1,
INP_MinScale = 0,
INP_Default = 1,
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_External = false,
INP_Integer = false,
LBLC_NumInputs = 4,
LINKID_DataType = "Number"
}
},
ViewInfo = OperatorInfo { Pos = { 10285, 49.5 } },
Colors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },
Inputs = {
Comments = 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" },
Grp_Root = Input { Value = 0 },
["Grp_記号など"] = Input { Value = 0 },
["Grp_枝豆"] = Input { Value = 0 },
["Grp_目セット"] = Input { Value = 0 },
["Grp_黒目"] = Input { Value = 0 },
["Grp_服装1"] = Input { Value = 0 },
["Grp_服装2"] = Input { Value = 0 },
["Grp_左腕"] = Input { Value = 0 },
["Grp_右腕"] = Input { Value = 0 },
Grp_Root2 = Input { Value = 0 },
Input = Input {
Source = "Output",
SourceOp = "目_MG1"
}
}
},
["モーションなし"] = Transform {
ViewInfo = OperatorInfo { Pos = { 10285, 247.5 } },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Root"
}
}
},
["不安"] = GroupOperator {
ViewInfo = GroupInfo {
Offset = { 0, 0 },
Scale = 1,
Direction = "Horizontal",
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
PipeStyle = "Direct",
Pos = { 10395, 577.5 },
Flags = {
AutoSnap = true,
RemoveRouters = true,
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true
}
},
Tools = ordered() {
Transform1_2 = Transform {
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
UserControls = 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" } },
CtrlWZoom = false,
CtrlWShown = false,
Inputs = {
x = Input { Value = 0.01 },
y = Input { Value = 0.01 },
Center = Input {
Expression = "Point(0.5, 0.5) + shake * in_out",
Value = { 0.502997744173508, 0.497908177638071 }
},
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
},
shake = Input {
Source = "Position",
SourceOp = "Shake1"
},
in_out = Input {
Source = "Result",
SourceOp = "KeyframeStretcher1"
}
}
},
KeyframeStretcher1 = KeyStretcherMod {
CtrlWZoom = false,
Inputs = {
StretchStart = Input { Value = 10 },
StretchEnd = Input { Value = 110 },
Keyframes = Input {
Source = "Value",
SourceOp = "KeyStretcheronTransform1_2Keyframes"
}
}
},
KeyStretcheronTransform1_2Keyframes = BezierSpline {
SplineColor = { Green = 106, Blue = 231, Red = 193 },
KeyFrames = {
[0] = { 0, Flags = { Linear = true }, RH = { 3.33333333333333, 0 } },
[10] = { 1, LH = { 6.66666666666667, 1 }, RH = { 43.3333333333333, 1 } },
[110] = { 1, LH = { 76.6666666666667, 1 }, RH = { 113.333333333333, 1 } },
[120] = { 0, LH = { 116.666666666667, 0 } }
},
CtrlWZoom = false
},
Shake1 = Shake {
CtrlWZoom = false,
Inputs = {
LockXY = Input { Value = 0 },
XMinimum = Input {
Expression = "-Transform1_2.x",
Value = -0.1
},
XMaximum = Input {
Expression = "Transform1_2.x",
Value = 0.1
},
YMinimum = Input {
Expression = "-Transform1_2.y",
Value = -0.1
},
Smoothness = Input { Value = 2 },
YMaximum = Input {
Expression = "Transform1_2.y",
Value = 0.1
}
},
Faster = true
}
},
Outputs = {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "Transform1_2"
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } },
Inputs = ordered() {
MainInput1 = InstanceInput {
Source = "Input",
SourceOp = "Transform1_2"
},
Input3 = InstanceInput {
Width = 1,
Source = "RandomSeed",
SourceOp = "Shake1",
Default = 0
},
Input4 = InstanceInput {
Source = "Randomize",
Width = 0.385,
SourceOp = "Shake1"
},
Input5 = InstanceInput {
Source = "Smoothness",
Default = 10,
SourceOp = "Shake1"
},
Input1 = InstanceInput {
Default = 0.1,
Source = "x",
SourceOp = "Transform1_2",
Name = "X"
},
Input2 = InstanceInput {
Default = 0.1,
Source = "y",
SourceOp = "Transform1_2",
Name = "Y"
}
}
}
},
Outputs = ordered() {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "ST_MergeB"
}
},
CtrlWZoom = false,
ViewInfo = GroupInfo {
Scale = 1,
Direction = "Horizontal",
PipeStyle = "Direct",
Offset = { 0, 0 },
Flags = {
AutoSnap = true,
ForceAll = true,
GridSnap = true,
AllowPan = false
}
},
Inputs = ordered() {
Input1 = InstanceInput {
Default = 0,
Name = "Copy Pose",
SourceOp = "Root",
Source = "CopyPose"
},
Input2 = InstanceInput {
Default = 0,
Name = "Paste Pose",
SourceOp = "Root",
Source = "PastePose"
},
Input3 = InstanceInput {
Default = 0,
Name = "Save Pose",
SourceOp = "Root",
Source = "SavePose"
},
Input4 = InstanceInput {
Default = 0,
Name = "Load Pose",
SourceOp = "Root",
Source = "LoadPose"
},
Input5 = InstanceInput {
Source = "Center",
SourceOp = "ST_MergeB"
},
Input6 = InstanceInput {
Source = "Size",
Default = 1,
SourceOp = "ST_MergeB"
},
Input7 = InstanceInput {
Source = "Angle",
Default = 0,
SourceOp = "ST_MergeB"
},
Input8 = InstanceInput {
Default = 0,
Source = "FlipHoriz",
SourceOp = "ST_MergeB",
ControlGroup = 1,
Name = "Flip Horizontal"
},
Input9 = InstanceInput {
Default = 0,
Source = "FlipVert",
SourceOp = "ST_MergeB",
ControlGroup = 1,
Name = "Flip Vertical"
},
Input10 = InstanceInput {
Default = 0,
Name = "モーションなし",
SourceOp = "モーションSelector",
Source = "N000_モーションなし"
},
Input11 = InstanceInput {
Default = 0,
Name = "ぽよ",
SourceOp = "モーションSelector",
Source = "N001_ぽよ"
},
Input12 = InstanceInput {
Default = 0,
Name = "ぴょん",
SourceOp = "モーションSelector",
Source = "N002_ぴょん"
},
Input13 = InstanceInput {
Default = 0,
Name = "跳ねる",
SourceOp = "モーションSelector",
Source = "N003_跳ねる"
},
Input14 = InstanceInput {
Default = 0,
Name = "跳ねる_小",
SourceOp = "モーションSelector",
Source = "N004_跳ねる_小"
},
Input15 = InstanceInput {
Default = 0,
Name = "不安",
SourceOp = "モーションSelector",
Source = "N005_不安"
},
Input16 = InstanceInput {
Default = 0,
Name = "荒ぶる",
SourceOp = "モーションSelector",
Source = "N006_荒ぶる"
},
Input17 = InstanceInput {
Default = 0,
Name = "震え",
SourceOp = "モーションSelector",
Source = "N007_震え"
},
Input18 = InstanceInput {
Default = 0,
Name = "記号など",
SourceOp = "Root",
Source = "Grp_記号など"
},
Input19 = InstanceInput {
Default = 0,
Name = "アヒルちゃん show",
SourceOp = "Root",
Source = "N004_ahiruchan_show_128"
},
Input20 = InstanceInput {
Default = 0,
Name = "アヒルちゃん hide",
SourceOp = "Root",
Source = "N004_ahiruchan_hide_128"
},
Input21 = InstanceInput {
Default = 0,
Name = "涙 show",
SourceOp = "Root",
Source = "N003_namida_show_127"
},
Input22 = InstanceInput {
Default = 0,
Name = "涙 hide",
SourceOp = "Root",
Source = "N003_namida_hide_127"
},
Input23 = InstanceInput {
Default = 0,
Name = "汗1 show",
SourceOp = "Root",
Source = "N002_ase1_show_126"
},
Input24 = InstanceInput {
Default = 0,
Name = "汗1 hide",
SourceOp = "Root",
Source = "N002_ase1_hide_126"
},
Input25 = InstanceInput {
Default = 0,
Name = "汗2 show",
SourceOp = "Root",
Source = "N001_ase2_show_125"
},
Input26 = InstanceInput {
Default = 0,
Name = "汗2 hide",
SourceOp = "Root",
Source = "N001_ase2_hide_125"
},
Input27 = InstanceInput {
Default = 0,
Name = "汗3 show",
SourceOp = "Root",
Source = "N000_ase3_show_124"
},
Input28 = InstanceInput {
Default = 0,
Name = "汗3 hide",
SourceOp = "Root",
Source = "N000_ase3_hide_124"
},
Input29 = InstanceInput {
Default = 0,
Name = "枝豆",
SourceOp = "Root",
Source = "Grp_枝豆"
},
Input30 = InstanceInput {
Default = 0,
Source = "N002_paakaaurajitosettodeshiyou121",
SourceOp = "Root",
Width = 0.5,
Name = "*パーカー(裏地とセットで使用)"
},
Input31 = InstanceInput {
Default = 0,
Source = "N001_edamametsuujou120",
SourceOp = "Root",
Width = 0.25,
Name = "*枝豆通常"
},
Input32 = InstanceInput {
Default = 0,
Source = "N000_edamamenae119",
SourceOp = "Root",
Width = 0.25,
Name = "*枝豆萎え"
},
Input33 = InstanceInput {
Default = 1,
Name = "眉",
SourceOp = "Root",
Source = "Grp_眉"
},
Input34 = InstanceInput {
Default = 0,
Source = "N004_futsuumayu116",
SourceOp = "Root",
Width = 0.25,
Name = "*普通眉"
},
Input35 = InstanceInput {
Default = 0,
Source = "N003_ikarimayu115",
SourceOp = "Root",
Width = 0.25,
Name = "*怒り眉"
},
Input36 = InstanceInput {
Default = 0,
Source = "N002_agarimayu114",
SourceOp = "Root",
Width = 0.25,
Name = "*上がり眉"
},
Input37 = InstanceInput {
Default = 0,
Source = "N001_komarimayu1113",
SourceOp = "Root",
Width = 0.25,
Name = "*困り眉1"
},
Input38 = InstanceInput {
Default = 0,
Source = "N000_komarimayu2112",
SourceOp = "Root",
Width = 0.25,
Name = "*困り眉2"
},
Input39 = InstanceInput {
Default = 1,
Name = "目",
SourceOp = "Root",
Source = "Grp_目"
},
Input40 = InstanceInput {
Default = 0,
Source = "N013_mesetto109",
SourceOp = "Root",
Width = 0.25,
Name = "*目セット"
},
Input41 = InstanceInput {
Default = 0,
Source = "N012_uwamuki93",
SourceOp = "Root",
Width = 0.25,
Name = "*上向き"
},
Input42 = InstanceInput {
Default = 0,
Source = "N011_uwamuki292",
SourceOp = "Root",
Width = 0.25,
Name = "*上向き2"
},
Input43 = InstanceInput {
Default = 0,
Source = "N010_uwamuki391",
SourceOp = "Root",
Width = 0.25,
Name = "*上向き3"
},
Input44 = InstanceInput {
Default = 0,
Source = "N009_hosomemehaato90",
SourceOp = "Root",
Width = 0.25,
Name = "*細め目ハート"
},
Input45 = InstanceInput {
Default = 0,
Source = "N008_hosomeme89",
SourceOp = "Root",
Width = 0.25,
Name = "*細め目"
},
Input46 = InstanceInput {
Default = 0,
Source = "N007_jitome88",
SourceOp = "Root",
Width = 0.25,
Name = "*ジト目"
},
Input47 = InstanceInput {
Default = 0,
Source = "N006_nagomime87",
SourceOp = "Root",
Width = 0.25,
Name = "*なごみ目"
},
Input48 = InstanceInput {
Default = 0,
Source = "N005_nikkori86",
SourceOp = "Root",
Width = 0.25,
Name = "*にっこり"
},
Input49 = InstanceInput {
Default = 0,
Source = "N004_nikkori285",
SourceOp = "Root",
Width = 0.25,
Name = "*にっこり2"
},
Input50 = InstanceInput {
Default = 0,
Source = "N003_UU84",
SourceOp = "Root",
Width = 0.25,
Name = "*UU"
},
Input51 = InstanceInput {
Default = 0,
Source = "N002_none83",
SourceOp = "Root",
Width = 0.25,
Name = "*><"
},
Input52 = InstanceInput {
Default = 0,
Source = "N001_〇〇82",
SourceOp = "Root",
Width = 0.25,
Name = "*〇〇"
},
Input53 = InstanceInput {
Default = 0,
Source = "N000_guruguru81",
SourceOp = "Root",
Width = 0.25,
Name = "*ぐるぐる"
},
Input54 = InstanceInput {
Default = 0,
Name = "目セット",
SourceOp = "Root",
Source = "Grp_目セット"
},
Input55 = InstanceInput {
Default = 0,
Source = "N002_futsuushirome98",
SourceOp = "Root",
Width = 0.25,
Name = "*普通白目"
},
Input56 = InstanceInput {
Default = 0,
Source = "N001_jitoshirome97",
SourceOp = "Root",
Width = 0.25,
Name = "*ジト白目"
},
Input57 = InstanceInput {
Default = 0,
Source = "N000_mihirakishirome96",
SourceOp = "Root",
Width = 0.25,
Name = "*見開き白目"
},
Input58 = InstanceInput {
Default = 0,
Name = "黒目",
SourceOp = "Root",
Source = "Grp_黒目"
},
Input59 = InstanceInput {
Default = 0,
Source = "N008_futsuume109",
SourceOp = "Root",
Width = 0.25,
Name = "*普通目"
},
Input60 = InstanceInput {
Default = 0,
Source = "N007_futsuume2108",
SourceOp = "Root",
Width = 0.25,
Name = "*普通目2"
},
Input61 = InstanceInput {
Default = 0,
Source = "N006_futsuume3107",
SourceOp = "Root",
Width = 0.25,
Name = "*普通目3"
},
Input62 = InstanceInput {
Default = 0,
Source = "N005_kameramesen106",
SourceOp = "Root",
Width = 0.25,
Name = "*カメラ目線"
},
Input63 = InstanceInput {
Default = 0,
Source = "N004_kameramesen2105",
SourceOp = "Root",
Width = 0.25,
Name = "*カメラ目線2"
},
Input64 = InstanceInput {
Default = 0,
Source = "N003_kameramesen3104",
SourceOp = "Root",
Width = 0.25,
Name = "*カメラ目線3"
},
Input65 = InstanceInput {
Default = 0,
Source = "N002_mesorashi103",
SourceOp = "Root",
Width = 0.25,
Name = "*目逸らし"
},
Input66 = InstanceInput {
Default = 0,
Source = "N001_mesorashi2102",
SourceOp = "Root",
Width = 0.25,
Name = "*目逸らし2"
},
Input67 = InstanceInput {
Default = 0,
Source = "N000_mesorashi3101",
SourceOp = "Root",
Width = 0.25,
Name = "*目逸らし3"
},
Input68 = InstanceInput {
Default = 1,
Name = "顔色",
SourceOp = "Root",
Source = "Grp_顔色"
},
Input69 = InstanceInput {
Default = 0,
Name = "かげり show",
SourceOp = "Root",
Source = "N000_kageri_show_73"
},
Input70 = InstanceInput {
Default = 0,
Name = "かげり hide",
SourceOp = "Root",
Source = "N000_kageri_hide_73"
},
Input71 = InstanceInput {
Default = 0,
Source = "N005_hoppe78",
SourceOp = "Root",
Width = 0.25,
Name = "*ほっぺ"
},
Input72 = InstanceInput {
Default = 0,
Source = "N004_hoppe277",
SourceOp = "Root",
Width = 0.25,
Name = "*ほっぺ2"
},
Input73 = InstanceInput {
Default = 0,
Source = "N003_hoppeakame76",
SourceOp = "Root",
Width = 0.25,
Name = "*ほっぺ赤め"
},
Input74 = InstanceInput {
Default = 0,
Source = "N002_aozame75",
SourceOp = "Root",
Width = 0.25,
Name = "*青ざめ"
},
Input75 = InstanceInput {
Default = 0,
Source = "N001_hihyouji74",
SourceOp = "Root",
Width = 0.25,
Name = "*(非表示)"
},
Input76 = InstanceInput {
Default = 1,
Name = "口",
SourceOp = "Root",
Source = "Grp_口"
},
Input77 = InstanceInput {
Default = 0,
Source = "N012_muu70",
SourceOp = "Root",
Width = 0.25,
Name = "*むー"
},
Input78 = InstanceInput {
Default = 0,
Source = "N011_yu69",
SourceOp = "Root",
Width = 0.25,
Name = "*ゆ"
},
Input79 = InstanceInput {
Default = 0,
Source = "N010_o68",
SourceOp = "Root",
Width = 0.25,
Name = "*お"
},
Input80 = InstanceInput {
Default = 0,
Source = "N009_ohoo67",
SourceOp = "Root",
Width = 0.25,
Name = "*おほお"
},
Input81 = InstanceInput {
Default = 0,
Source = "N008_hahee66",
SourceOp = "Root",
Width = 0.25,
Name = "*はへえ"
},
Input82 = InstanceInput {
Default = 0,
Source = "N007_nn65",
SourceOp = "Root",
Width = 0.25,
Name = "*んー"
},
Input83 = InstanceInput {
Default = 0,
Source = "N006_nhee64",
SourceOp = "Root",
Width = 0.25,
Name = "*んへー"
},
Input84 = InstanceInput {
Default = 0,
Source = "N005_naa63",
SourceOp = "Root",
Width = 0.25,
Name = "*んあー"
},
Input85 = InstanceInput {
Default = 0,
Source = "N004_△62",
SourceOp = "Root",
Width = 0.25,
Name = "*△"
},
Input86 = InstanceInput {
Default = 0,
Source = "N003_mufu61",
SourceOp = "Root",
Width = 0.25,
Name = "*むふ"
},
Input87 = InstanceInput {
Default = 0,
Source = "N002_hoo60",
SourceOp = "Root",
Width = 0.25,
Name = "*ほー"
},
Input88 = InstanceInput {
Default = 0,
Source = "N001_hoa59",
SourceOp = "Root",
Width = 0.25,
Name = "*ほあ"
},
Input89 = InstanceInput {
Default = 0,
Source = "N000_hoaa58",
SourceOp = "Root",
Width = 0.25,
Name = "*ほあー"
},
Input90 = InstanceInput {
Default = 1,
Name = "右腕",
SourceOp = "Root",
Source = "Grp_右腕1"
},
Input91 = InstanceInput {
Default = 0,
Source = "N007_kihon55",
SourceOp = "Root",
Width = 0.25,
Name = "*基本"
},
Input92 = InstanceInput {
Default = 0,
Source = "N006_koshi54",
SourceOp = "Root",
Width = 0.25,
Name = "*腰"
},
Input93 = InstanceInput {
Default = 0,
Source = "N005_tewoageru53",
SourceOp = "Root",
Width = 0.25,
Name = "*手を挙げる"
},
Input94 = InstanceInput {
Default = 0,
Source = "N004_kuchimoto52",
SourceOp = "Root",
Width = 0.25,
Name = "*口元"
},
Input95 = InstanceInput {
Default = 0,
Source = "N003_kurushimu51",
SourceOp = "Root",
Width = 0.25,
Name = "*苦しむ"
},
Input96 = InstanceInput {
Default = 0,
Source = "N002_yubisashishi50",
SourceOp = "Root",
Width = 0.25,
Name = "*指差し"
},
Input97 = InstanceInput {
Default = 0,
Source = "N001_maiku49",
SourceOp = "Root",
Width = 0.25,
Name = "*マイク"
},
Input98 = InstanceInput {
Default = 0,
Source = "N000_hihyouji48",
SourceOp = "Root",
Width = 0.25,
Name = "*(非表示)"
},
Input99 = InstanceInput {
Default = 1,
Name = "左腕",
SourceOp = "Root",
Source = "Grp_左腕1"
},
Input100 = InstanceInput {
Default = 0,
Source = "N007_kihon45",
SourceOp = "Root",
Width = 0.25,
Name = "*基本"
},
Input101 = InstanceInput {
Default = 0,
Source = "N006_koshi44",
SourceOp = "Root",
Width = 0.25,
Name = "*腰"
},
Input102 = InstanceInput {
Default = 0,
Source = "N005_tewoageru43",
SourceOp = "Root",
Width = 0.25,
Name = "*手を挙げる"
},
Input103 = InstanceInput {
Default = 0,
Source = "N004_kuchimoto42",
SourceOp = "Root",
Width = 0.25,
Name = "*口元"
},
Input104 = InstanceInput {
Default = 0,
Source = "N003_kurushimu41",
SourceOp = "Root",
Width = 0.25,
Name = "*苦しむ"
},
Input105 = InstanceInput {
Default = 0,
Source = "N002_kangaeru40",
SourceOp = "Root",
Width = 0.25,
Name = "*考える"
},
Input106 = InstanceInput {
Default = 0,
Source = "N001_hisohiso39",
SourceOp = "Root",
Width = 0.25,
Name = "*ひそひそ"
},
Input107 = InstanceInput {
Default = 0,
Source = "N000_hihyouji38",
SourceOp = "Root",
Width = 0.25,
Name = "*(非表示)"
},
Input108 = InstanceInput {
Default = 0,
Name = "Root",
SourceOp = "Root",
Source = "Grp_Root2"
},
Input109 = InstanceInput {
Default = 0,
Name = "パーカー裏地 show",
SourceOp = "Root",
Source = "N001_paakaauraji_show_3"
},
Input110 = InstanceInput {
Default = 0,
Name = "パーカー裏地 hide",
SourceOp = "Root",
Source = "N001_paakaauraji_hide_3"
},
Input111 = InstanceInput {
Default = 0,
Name = "尻尾的なアレ show",
SourceOp = "Root",
Source = "N000_shippotekinaare_show_2"
},
Input112 = InstanceInput {
Default = 0,
Name = "尻尾的なアレ hide",
SourceOp = "Root",
Source = "N000_shippotekinaare_hide_2"
},
Input113 = InstanceInput {
Default = 0,
Name = "服装1",
SourceOp = "Root",
Source = "Grp_服装1"
},
Input114 = InstanceInput {
Default = 0,
Source = "N001_itsumonofuku35",
SourceOp = "Root",
Width = 0.25,
Name = "*いつもの服"
},
Input115 = InstanceInput {
Default = 0,
Source = "N000_seifuku34",
SourceOp = "Root",
Width = 0.25,
Name = "*制服"
},
Input116 = InstanceInput {
Source = "Anim",
Default = 0,
SourceOp = "RS_MouthAIUEO"
},
Input117 = InstanceInput {
Source = "Blink",
Default = 127,
SourceOp = "EyeCtrl"
},
Input118 = InstanceInput {
Source = "Close",
Default = 4,
SourceOp = "EyeCtrl"
},
Input119 = InstanceInput {
Source = "Apply",
Default = 0,
SourceOp = "EyeCtrl"
},
Input120 = InstanceInput {
Default = 0,
Name = "ボタンを押さないと反映されません。",
SourceOp = "EyeCtrl",
Source = "at00"
},
Input121 = InstanceInput {
Default = 0,
Name = "",
SourceOp = "EyeCtrl",
Source = "sp00"
},
Input122 = InstanceInput {
Source = "BlinkOn",
Default = 0,
SourceOp = "EyeCtrl"
},
Input123 = InstanceInput {
Source = "BlinkOff",
Default = 0,
SourceOp = "EyeCtrl"
},
Input124 = InstanceInput {
Name = "",
Source = "EyeStatus",
SourceOp = "EyeCtrl"
}
}
}
}
}
================================================
FILE: Templates/Edit/Generators/old/ずんだもん(FUSE_Open).setting
================================================
{
Tools = ordered() {
Zundamon = GroupOperator {
ViewInfo = GroupInfo {
Direction = "Horizontal",
Flags = {
ForceAll = true,
GridSnap = true,
AllowPan = false,
AutoSnap = true
},
Offset = { 0, 0 },
Scale = 1,
PipeStyle = "Direct"
},
Inputs = ordered() {
Input1 = InstanceInput {
Default = 0,
Name = "Copy Pose",
SourceOp = "Root",
Source = "CopyPose"
},
Input2 = InstanceInput {
Default = 0,
Name = "Paste Pose",
SourceOp = "Root",
Source = "PastePose"
},
Input3 = InstanceInput {
Default = 0,
Name = "Save Pose",
SourceOp = "Root",
Source = "SavePose"
},
Input4 = InstanceInput {
Default = 0,
Name = "Load Pose",
SourceOp = "Root",
Source = "LoadPose"
},
Input5 = InstanceInput {
SourceOp = "ST_MergeB",
Source = "Center"
},
Input6 = InstanceInput {
SourceOp = "ST_MergeB",
Source = "Size",
Default = 1
},
Input7 = InstanceInput {
SourceOp = "ST_MergeB",
Source = "Angle",
Default = 0
},
Input8 = InstanceInput {
Default = 0,
Source = "FlipHoriz",
ControlGroup = 1,
SourceOp = "ST_MergeB",
Name = "Flip Horizontal"
},
Input9 = InstanceInput {
Default = 0,
Source = "FlipVert",
ControlGroup = 1,
SourceOp = "ST_MergeB",
Name = "Flip Vertical"
},
Input10 = InstanceInput {
Default = 0,
Name = "モーションなし",
SourceOp = "モーションSelector",
Source = "N000_モーションなし"
},
Input11 = InstanceInput {
Default = 0,
Name = "ぽよ",
SourceOp = "モーションSelector",
Source = "N001_ぽよ"
},
Input12 = InstanceInput {
Default = 0,
Name = "ぴょん",
SourceOp = "モーションSelector",
Source = "N002_ぴょん"
},
Input13 = InstanceInput {
Default = 0,
Name = "跳ねる",
SourceOp = "モーションSelector",
Source = "N003_跳ねる"
},
Input14 = InstanceInput {
Default = 0,
Name = "跳ねる_小",
SourceOp = "モーションSelector",
Source = "N004_跳ねる_小"
},
Input15 = InstanceInput {
Default = 0,
Name = "不安",
SourceOp = "モーションSelector",
Source = "N005_不安"
},
Input16 = InstanceInput {
Default = 0,
Name = "荒ぶる",
SourceOp = "モーションSelector",
Source = "N006_荒ぶる"
},
Input17 = InstanceInput {
Default = 0,
Name = "震え",
SourceOp = "モーションSelector",
Source = "N007_震え"
},
Input18 = InstanceInput {
Default = 0,
Name = "記号など",
SourceOp = "Root",
Source = "Grp_記号など"
},
Input19 = InstanceInput {
Default = 0,
Name = "アヒルちゃん show",
SourceOp = "Root",
Source = "N004_ahiruchan_show_128"
},
Input20 = InstanceInput {
Default = 0,
Name = "アヒルちゃん hide",
SourceOp = "Root",
Source = "N004_ahiruchan_hide_128"
},
Input21 = InstanceInput {
Default = 0,
Name = "涙 show",
SourceOp = "Root",
Source = "N003_namida_show_127"
},
Input22 = InstanceInput {
Default = 0,
Name = "涙 hide",
SourceOp = "Root",
Source = "N003_namida_hide_127"
},
Input23 = InstanceInput {
Default = 0,
Name = "汗1 show",
SourceOp = "Root",
Source = "N002_ase1_show_126"
},
Input24 = InstanceInput {
Default = 0,
Name = "汗1 hide",
SourceOp = "Root",
Source = "N002_ase1_hide_126"
},
Input25 = InstanceInput {
Default = 0,
Name = "汗2 show",
SourceOp = "Root",
Source = "N001_ase2_show_125"
},
Input26 = InstanceInput {
Default = 0,
Name = "汗2 hide",
SourceOp = "Root",
Source = "N001_ase2_hide_125"
},
Input27 = InstanceInput {
Default = 0,
Name = "汗3 show",
SourceOp = "Root",
Source = "N000_ase3_show_124"
},
Input28 = InstanceInput {
Default = 0,
Name = "汗3 hide",
SourceOp = "Root",
Source = "N000_ase3_hide_124"
},
Input29 = InstanceInput {
Default = 0,
Name = "枝豆",
SourceOp = "Root",
Source = "Grp_枝豆"
},
Input30 = InstanceInput {
Default = 0,
Source = "N002_paakaaurajitosettodeshiyou121",
SourceOp = "Root",
Width = 0.5,
Name = "*パーカー(裏地とセットで使用)"
},
Input31 = InstanceInput {
Default = 0,
Source = "N001_edamametsuujou120",
SourceOp = "Root",
Width = 0.25,
Name = "*枝豆通常"
},
Input32 = InstanceInput {
Default = 0,
Source = "N000_edamamenae119",
SourceOp = "Root",
Width = 0.25,
Name = "*枝豆萎え"
},
Input33 = InstanceInput {
Default = 1,
Name = "眉",
SourceOp = "Root",
Source = "Grp_眉"
},
Input34 = InstanceInput {
Default = 0,
Source = "N004_futsuumayu116",
SourceOp = "Root",
Width = 0.25,
Name = "*普通眉"
},
Input35 = InstanceInput {
Default = 0,
Source = "N003_ikarimayu115",
SourceOp = "Root",
Width = 0.25,
Name = "*怒り眉"
},
Input36 = InstanceInput {
Default = 0,
Source = "N002_agarimayu114",
SourceOp = "Root",
Width = 0.25,
Name = "*上がり眉"
},
Input37 = InstanceInput {
Default = 0,
Source = "N001_komarimayu1113",
SourceOp = "Root",
Width = 0.25,
Name = "*困り眉1"
},
Input38 = InstanceInput {
Default = 0,
Source = "N000_komarimayu2112",
SourceOp = "Root",
Width = 0.25,
Name = "*困り眉2"
},
Input39 = InstanceInput {
Default = 1,
Name = "目",
SourceOp = "Root",
Source = "Grp_目"
},
Input40 = InstanceInput {
Default = 0,
Source = "N013_mesetto109",
SourceOp = "Root",
Width = 0.25,
Name = "*目セット"
},
Input41 = InstanceInput {
Default = 0,
Source = "N012_uwamuki93",
SourceOp = "Root",
Width = 0.25,
Name = "*上向き"
},
Input42 = InstanceInput {
Default = 0,
Source = "N011_uwamuki292",
SourceOp = "Root",
Width = 0.25,
Name = "*上向き2"
},
Input43 = InstanceInput {
Default = 0,
Source = "N010_uwamuki391",
SourceOp = "Root",
Width = 0.25,
Name = "*上向き3"
},
Input44 = InstanceInput {
Default = 0,
Source = "N009_hosomemehaato90",
SourceOp = "Root",
Width = 0.25,
Name = "*細め目ハート"
},
Input45 = InstanceInput {
Default = 0,
Source = "N008_hosomeme89",
SourceOp = "Root",
Width = 0.25,
Name = "*細め目"
},
Input46 = InstanceInput {
Default = 0,
Source = "N007_jitome88",
SourceOp = "Root",
Width = 0.25,
Name = "*ジト目"
},
Input47 = InstanceInput {
Default = 0,
Source = "N006_nagomime87",
SourceOp = "Root",
Width = 0.25,
Name = "*なごみ目"
},
Input48 = InstanceInput {
Default = 0,
Source = "N005_nikkori86",
SourceOp = "Root",
Width = 0.25,
Name = "*にっこり"
},
Input49 = InstanceInput {
Default = 0,
Source = "N004_nikkori285",
SourceOp = "Root",
Width = 0.25,
Name = "*にっこり2"
},
Input50 = InstanceInput {
Default = 0,
Source = "N003_UU84",
SourceOp = "Root",
Width = 0.25,
Name = "*UU"
},
Input51 = InstanceInput {
Default = 0,
Source = "N002_none83",
SourceOp = "Root",
Width = 0.25,
Name = "*><"
},
Input52 = InstanceInput {
Default = 0,
Source = "N001_〇〇82",
SourceOp = "Root",
Width = 0.25,
Name = "*〇〇"
},
Input53 = InstanceInput {
Default = 0,
Source = "N000_guruguru81",
SourceOp = "Root",
Width = 0.25,
Name = "*ぐるぐる"
},
Input54 = InstanceInput {
Default = 0,
Name = "目セット",
SourceOp = "Root",
Source = "Grp_目セット"
},
Input55 = InstanceInput {
Default = 0,
Source = "N002_futsuushirome98",
SourceOp = "Root",
Width = 0.25,
Name = "*普通白目"
},
Input56 = InstanceInput {
Default = 0,
Source = "N001_jitoshirome97",
SourceOp = "Root",
Width = 0.25,
Name = "*ジト白目"
},
Input57 = InstanceInput {
Default = 0,
Source = "N000_mihirakishirome96",
SourceOp = "Root",
Width = 0.25,
Name = "*見開き白目"
},
Input58 = InstanceInput {
Default = 0,
Name = "黒目",
SourceOp = "Root",
Source = "Grp_黒目"
},
Input59 = InstanceInput {
Default = 0,
Source = "N008_futsuume109",
SourceOp = "Root",
Width = 0.25,
Name = "*普通目"
},
Input60 = InstanceInput {
Default = 0,
Source = "N007_futsuume2108",
SourceOp = "Root",
Width = 0.25,
Name = "*普通目2"
},
Input61 = InstanceInput {
Default = 0,
Source = "N006_futsuume3107",
SourceOp = "Root",
Width = 0.25,
Name = "*普通目3"
},
Input62 = InstanceInput {
Default = 0,
Source = "N005_kameramesen106",
SourceOp = "Root",
Width = 0.25,
Name = "*カメラ目線"
},
Input63 = InstanceInput {
Default = 0,
Source = "N004_kameramesen2105",
SourceOp = "Root",
Width = 0.25,
Name = "*カメラ目線2"
},
Input64 = InstanceInput {
Default = 0,
Source = "N003_kameramesen3104",
SourceOp = "Root",
Width = 0.25,
Name = "*カメラ目線3"
},
Input65 = InstanceInput {
Default = 0,
Source = "N002_mesorashi103",
SourceOp = "Root",
Width = 0.25,
Name = "*目逸らし"
},
Input66 = InstanceInput {
Default = 0,
Source = "N001_mesorashi2102",
SourceOp = "Root",
Width = 0.25,
Name = "*目逸らし2"
},
Input67 = InstanceInput {
Default = 0,
Source = "N000_mesorashi3101",
SourceOp = "Root",
Width = 0.25,
Name = "*目逸らし3"
},
Input68 = InstanceInput {
Default = 1,
Name = "顔色",
SourceOp = "Root",
Source = "Grp_顔色"
},
Input69 = InstanceInput {
Default = 0,
Name = "かげり show",
SourceOp = "Root",
Source = "N000_kageri_show_73"
},
Input70 = InstanceInput {
Default = 0,
Name = "かげり hide",
SourceOp = "Root",
Source = "N000_kageri_hide_73"
},
Input71 = InstanceInput {
Default = 0,
Source = "N005_hoppe78",
SourceOp = "Root",
Width = 0.25,
Name = "*ほっぺ"
},
Input72 = InstanceInput {
Default = 0,
Source = "N004_hoppe277",
SourceOp = "Root",
Width = 0.25,
Name = "*ほっぺ2"
},
Input73 = InstanceInput {
Default = 0,
Source = "N003_hoppeakame76",
SourceOp = "Root",
Width = 0.25,
Name = "*ほっぺ赤め"
},
Input74 = InstanceInput {
Default = 0,
Source = "N002_aozame75",
SourceOp = "Root",
Width = 0.25,
Name = "*青ざめ"
},
Input75 = InstanceInput {
Default = 0,
Source = "N001_hihyouji74",
SourceOp = "Root",
Width = 0.25,
Name = "*(非表示)"
},
Input76 = InstanceInput {
Default = 1,
Name = "口",
SourceOp = "Root",
Source = "Grp_口"
},
Input77 = InstanceInput {
Default = 0,
Source = "N012_muu70",
SourceOp = "Root",
Width = 0.25,
Name = "*むー"
},
Input78 = InstanceInput {
Default = 0,
Source = "N011_yu69",
SourceOp = "Root",
Width = 0.25,
Name = "*ゆ"
},
Input79 = InstanceInput {
Default = 0,
Source = "N010_o68",
SourceOp = "Root",
Width = 0.25,
Name = "*お"
},
Input80 = InstanceInput {
Default = 0,
Source = "N009_ohoo67",
SourceOp = "Root",
Width = 0.25,
Name = "*おほお"
},
Input81 = InstanceInput {
Default = 0,
Source = "N008_hahee66",
SourceOp = "Root",
Width = 0.25,
Name = "*はへえ"
},
Input82 = InstanceInput {
Default = 0,
Source = "N007_nn65",
SourceOp = "Root",
Width = 0.25,
Name = "*んー"
},
Input83 = InstanceInput {
Default = 0,
Source = "N006_nhee64",
SourceOp = "Root",
Width = 0.25,
Name = "*んへー"
},
Input84 = InstanceInput {
Default = 0,
Source = "N005_naa63",
SourceOp = "Root",
Width = 0.25,
Name = "*んあー"
},
Input85 = InstanceInput {
Default = 0,
Source = "N004_△62",
SourceOp = "Root",
Width = 0.25,
Name = "*△"
},
Input86 = InstanceInput {
Default = 0,
Source = "N003_mufu61",
SourceOp = "Root",
Width = 0.25,
Name = "*むふ"
},
Input87 = InstanceInput {
Default = 0,
Source = "N002_hoo60",
SourceOp = "Root",
Width = 0.25,
Name = "*ほー"
},
Input88 = InstanceInput {
Default = 0,
Source = "N001_hoa59",
SourceOp = "Root",
Width = 0.25,
Name = "*ほあ"
},
Input89 = InstanceInput {
Default = 0,
Source = "N000_hoaa58",
SourceOp = "Root",
Width = 0.25,
Name = "*ほあー"
},
Input90 = InstanceInput {
Default = 1,
Name = "右腕",
SourceOp = "Root",
Source = "Grp_右腕1"
},
Input91 = InstanceInput {
Default = 0,
Source = "N007_kihon55",
SourceOp = "Root",
Width = 0.25,
Name = "*基本"
},
Input92 = InstanceInput {
Default = 0,
Source = "N006_koshi54",
SourceOp = "Root",
Width = 0.25,
Name = "*腰"
},
Input93 = InstanceInput {
Default = 0,
Source = "N005_tewoageru53",
SourceOp = "Root",
Width = 0.25,
Name = "*手を挙げる"
},
Input94 = InstanceInput {
Default = 0,
Source = "N004_kuchimoto52",
SourceOp = "Root",
Width = 0.25,
Name = "*口元"
},
Input95 = InstanceInput {
Default = 0,
Source = "N003_kurushimu51",
SourceOp = "Root",
Width = 0.25,
Name = "*苦しむ"
},
Input96 = InstanceInput {
Default = 0,
Source = "N002_yubisashishi50",
SourceOp = "Root",
Width = 0.25,
Name = "*指差し"
},
Input97 = InstanceInput {
Default = 0,
Source = "N001_maiku49",
SourceOp = "Root",
Width = 0.25,
Name = "*マイク"
},
Input98 = InstanceInput {
Default = 0,
Source = "N000_hihyouji48",
SourceOp = "Root",
Width = 0.25,
Name = "*(非表示)"
},
Input99 = InstanceInput {
Default = 1,
Name = "左腕",
SourceOp = "Root",
Source = "Grp_左腕1"
},
Input100 = InstanceInput {
Default = 0,
Source = "N007_kihon45",
SourceOp = "Root",
Width = 0.25,
Name = "*基本"
},
Input101 = InstanceInput {
Default = 0,
Source = "N006_koshi44",
SourceOp = "Root",
Width = 0.25,
Name = "*腰"
},
Input102 = InstanceInput {
Default = 0,
Source = "N005_tewoageru43",
SourceOp = "Root",
Width = 0.25,
Name = "*手を挙げる"
},
Input103 = InstanceInput {
Default = 0,
Source = "N004_kuchimoto42",
SourceOp = "Root",
Width = 0.25,
Name = "*口元"
},
Input104 = InstanceInput {
Default = 0,
Source = "N003_kurushimu41",
SourceOp = "Root",
Width = 0.25,
Name = "*苦しむ"
},
Input105 = InstanceInput {
Default = 0,
Source = "N002_kangaeru40",
SourceOp = "Root",
Width = 0.25,
Name = "*考える"
},
Input106 = InstanceInput {
Default = 0,
Source = "N001_hisohiso39",
SourceOp = "Root",
Width = 0.25,
Name = "*ひそひそ"
},
Input107 = InstanceInput {
Default = 0,
Source = "N000_hihyouji38",
SourceOp = "Root",
Width = 0.25,
Name = "*(非表示)"
},
Input108 = InstanceInput {
Default = 0,
Name = "Root",
SourceOp = "Root",
Source = "Grp_Root2"
},
Input109 = InstanceInput {
Default = 0,
Name = "パーカー裏地 show",
SourceOp = "Root",
Source = "N001_paakaauraji_show_3"
},
Input110 = InstanceInput {
Default = 0,
Name = "パーカー裏地 hide",
SourceOp = "Root",
Source = "N001_paakaauraji_hide_3"
},
Input111 = InstanceInput {
Default = 0,
Name = "尻尾的なアレ show",
SourceOp = "Root",
Source = "N000_shippotekinaare_show_2"
},
Input112 = InstanceInput {
Default = 0,
Name = "尻尾的なアレ hide",
SourceOp = "Root",
Source = "N000_shippotekinaare_hide_2"
},
Input113 = InstanceInput {
Default = 0,
Name = "服装1",
SourceOp = "Root",
Source = "Grp_服装1"
},
Input114 = InstanceInput {
Default = 0,
Source = "N001_itsumonofuku35",
SourceOp = "Root",
Width = 0.25,
Name = "*いつもの服"
},
Input115 = InstanceInput {
Default = 0,
Source = "N000_seifuku34",
SourceOp = "Root",
Width = 0.25,
Name = "*制服"
},
Input116 = InstanceInput {
SourceOp = "RS_MouthOpen",
Source = "Open",
Default = -1
},
Input117 = InstanceInput {
SourceOp = "EyeCtrl",
Source = "Blink",
Default = 127
},
Input118 = InstanceInput {
SourceOp = "EyeCtrl",
Source = "Close",
Default = 4
},
Input119 = InstanceInput {
SourceOp = "EyeCtrl",
Source = "Apply",
Default = 0
},
Input120 = InstanceInput {
Default = 0,
Name = "ボタンを押さないと反映されません。",
SourceOp = "EyeCtrl",
Source = "at00"
},
Input121 = InstanceInput {
Default = 0,
Name = "",
SourceOp = "EyeCtrl",
Source = "sp00"
},
Input122 = InstanceInput {
SourceOp = "EyeCtrl",
Source = "BlinkOn",
Default = 0
},
Input123 = InstanceInput {
SourceOp = "EyeCtrl",
Source = "BlinkOff",
Default = 0
},
Input124 = InstanceInput {
Name = "",
Source = "EyeStatus",
SourceOp = "EyeCtrl"
}
},
Outputs = ordered() {
MainOutput1 = InstanceOutput {
SourceOp = "ST_MergeB",
Source = "Output"
}
},
Tools = ordered() {
Loader33 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装1_\\!左腕\\-腰.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 4895, -775.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader21 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\!左腕\\-口元.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 3135, -775.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader65 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-UU.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 7535, -1897.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader48 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!口\\-んあー.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 9130, -1468.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader50 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!口\\-んー.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 9350, -1468.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader10 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\!右腕\\-指差し.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 1705, -775.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader95 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\記号など\\汗3_.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 8745, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader20 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\!左腕\\-苦しむ.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 3025, -775.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader72 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-上向き3_.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 8305, -1897.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader28 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装1_\\!左腕\\-ひそひそ.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 4345, -775.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader5 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\-スク水.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 935, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader63 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-〇〇.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 7315, -1897.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader4 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\-ぱんつ.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 825, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader82 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-目セット\\!黒目\\-カメラ目線2_.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 9845, -2425.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["ぽよ"] = GroupOperator {
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } },
Tools = ordered() {
Transform = Transform {
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
UserControls = 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" } },
Inputs = {
Pivot = Input { Value = { 0.5, 0 } },
Aspect = Input {
SourceOp = "Calculation1",
Source = "Result"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
CtrlWShown = false,
CtrlWZoom = false,
NameSet = true
},
Calculation1 = Calculation {
CtrlWZoom = false,
Inputs = {
FirstOperand = Input {
SourceOp = "Calculation2",
Source = "Result"
},
FirstOperandTimeOffset = Input { Expression = "-comp.GlobalStart" },
SecondOperand = Input { Value = 1 }
}
},
Calculation2 = Calculation {
CtrlWZoom = false,
Inputs = {
FirstOperand = Input {
SourceOp = "CalculationonCalculationonTransformAspectFirstOperand",
Source = "Value"
},
FirstOperandTimeScale = Input { Expression = "Transform.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate" },
SecondOperand = Input { Value = 0.8 },
Operator = Input { Value = 2 }
}
},
CalculationonCalculationonTransformAspectFirstOperand = BezierSpline {
KeyFrames = {
[0] = { 0, Flags = { Linear = true }, RH = { 1, 0 } },
[3] = { 0.0800000000000001, RH = { 4.66666666666667, 0.0800000000000001 }, LH = { 2, 0.0800000000000001 } },
[8] = { -0.0489999999999999, RH = { 9.33333333333333, -0.0489999999999999 }, LH = { 6.33333333333333, -0.0489999999999999 } },
[12] = { 0.03, RH = { 13.3333333333333, 0.03 }, LH = { 10.6666666666667, 0.03 } },
[16] = { -0.00700000000000001, RH = { 16.6666666666667, -0.00700000000000001 }, LH = { 14.6666666666667, -0.00700000000000001 } },
[18] = { 0.004, RH = { 18.6666666666667, 0.004 }, LH = { 17.3333333333333, 0.004 } },
[20] = { 0, LH = { 19.3333333333333, 0 } }
},
CtrlWZoom = false,
SplineColor = { Green = 105, Blue = 30, Red = 210 }
}
},
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform",
Source = "Input"
},
Input1 = InstanceInput {
Default = 1,
Name = "スピード",
SourceOp = "Transform",
Page = "Controls",
Source = "speed"
},
Input2 = InstanceInput {
Default = 1,
Name = "強さ",
SourceOp = "Calculation2",
Source = "SecondOperand"
},
Input3 = InstanceInput {
SourceOp = "Transform",
Source = "Pivot"
}
},
ViewInfo = GroupInfo {
Offset = { 0, 0 },
Direction = "Horizontal",
Flags = {
RemoveRouters = true,
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true
},
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Scale = 1,
PipeStyle = "Direct",
Pos = { 9735, 577.5 }
},
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform",
Source = "Output"
}
},
NameSet = true
},
Loader13 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\!右腕\\-手を挙げる.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 2035, -775.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader40 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装1_\\!右腕\\-手を挙げる.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 5885, -775.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader62 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-ぐるぐる.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 7205, -1897.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader41 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装1_\\!右腕\\-腰.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 5995, -775.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader98 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\記号など\\涙.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 9075, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader99 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\記号など\\アヒルちゃん.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 9185, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader39 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装1_\\!右腕\\-口元.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 5775, -775.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader15 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\!右腕\\-基本.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 2255, -775.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader31 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装1_\\!左腕\\-口元.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 4675, -775.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader11 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\!右腕\\-苦しむ.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 1815, -775.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader14 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\!右腕\\-腰.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 2145, -775.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader36 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装1_\\!右腕\\-マイク.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 5445, -775.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader24 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\!左腕\\-基本.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 3465, -775.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader23 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\!左腕\\-腰.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 3355, -775.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["荒ぶる"] = GroupOperator {
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } },
Tools = ordered() {
Transform1_2_1 = Transform {
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
UserControls = 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" } },
Inputs = {
x = Input { Value = 0.03 },
y = Input { Value = 0.03 },
Center = Input {
Expression = "Point(0.5, 0.5) + shake * in_out",
Value = { 0.502997744173508, 0.497908177638071 }
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
},
shake = Input {
SourceOp = "Shake1_1",
Source = "Position"
},
in_out = Input {
SourceOp = "KeyframeStretcher1_1",
Source = "Result"
}
},
CtrlWShown = false,
CtrlWZoom = false
},
KeyframeStretcher1_1 = KeyStretcherMod {
CtrlWZoom = false,
Inputs = {
StretchStart = Input { Value = 10 },
StretchEnd = Input { Value = 110 },
Keyframes = Input {
SourceOp = "KeyStretcheronTransform1_2_1Keyframes",
Source = "Value"
}
}
},
KeyStretcheronTransform1_2_1Keyframes = BezierSpline {
KeyFrames = {
[0] = { 0, Flags = { Linear = true }, RH = { 3.33333333333333, 0 } },
[10] = { 1, RH = { 43.3333333333333, 1 }, LH = { 6.66666666666667, 1 } },
[110] = { 1, RH = { 113.333333333333, 1 }, LH = { 76.6666666666667, 1 } },
[120] = { 0, LH = { 116.666666666667, 0 } }
},
CtrlWZoom = false,
SplineColor = { Green = 106, Blue = 231, Red = 193 }
},
Shake1_1 = Shake {
Faster = true,
CtrlWZoom = false,
Inputs = {
XMaximum = Input {
Expression = "Transform1_2_1.x",
Value = 0.1
},
Smoothness = Input { Value = 1.5 },
YMinimum = Input {
Expression = "-Transform1_2_1.y",
Value = -0.1
},
YMaximum = Input {
Expression = "Transform1_2_1.y",
Value = 0.1
},
LockXY = Input { Value = 0 },
XMinimum = Input {
Expression = "-Transform1_2_1.x",
Value = -0.1
}
}
}
},
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform1_2_1",
Source = "Input"
},
Input3 = InstanceInput {
Width = 1,
Source = "RandomSeed",
SourceOp = "Shake1_1",
Default = 0
},
Input4 = InstanceInput {
SourceOp = "Shake1_1",
Width = 0.385,
Source = "Randomize"
},
Input5 = InstanceInput {
SourceOp = "Shake1_1",
Default = 10,
Source = "Smoothness"
},
Input1 = InstanceInput {
Default = 0.1,
Name = "X",
SourceOp = "Transform1_2_1",
Source = "x"
},
Input2 = InstanceInput {
Default = 0.1,
Name = "Y",
SourceOp = "Transform1_2_1",
Source = "y"
}
},
ViewInfo = GroupInfo {
Offset = { 0, 0 },
Direction = "Horizontal",
Flags = {
RemoveRouters = true,
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true
},
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Scale = 1,
PipeStyle = "Direct",
Pos = { 10560, 577.5 }
},
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform1_2_1",
Source = "Output"
}
},
NameSet = true
},
Background2 = Background {
ViewInfo = OperatorInfo { Pos = { 605, -379.5 } },
Inputs = {
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 }
}
},
Loader3 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\-素体.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 715, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["服装2_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 1045, -379.5 } },
Inputs = {
Background = Input {
SourceOp = "Background2",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader3",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
}
},
Background3 = Background {
ViewInfo = OperatorInfo { Pos = { 1265, -643.5 } },
Inputs = {
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 }
}
},
Loader7 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\!右腕\\-(非表示).png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 1375, -775.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["右腕_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 2255, -643.5 } },
Inputs = {
Background = Input {
SourceOp = "Background3",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader7",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
}
},
["右腕"] = Transform {
ViewInfo = OperatorInfo { Pos = { 2255, -511.5 } },
Inputs = {
Input = Input {
SourceOp = "右腕_MG",
Source = "Output"
}
}
},
["右腕_MG1"] = Merge {
ViewInfo = OperatorInfo { Pos = { 2255, -379.5 } },
Inputs = {
Background = Input {
SourceOp = "服装2_MG",
Source = "Output"
},
Foreground = Input {
SourceOp = "右腕",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
}
},
Background4 = Background {
ViewInfo = OperatorInfo { Pos = { 2475, -643.5 } },
Inputs = {
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 }
}
},
Loader16 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\!左腕\\-(非表示).png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 2585, -775.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["左腕_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 3465, -643.5 } },
Inputs = {
Background = Input {
SourceOp = "Background4",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader16",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
}
},
["左腕"] = Transform {
ViewInfo = OperatorInfo { Pos = { 3465, -511.5 } },
Inputs = {
Input = Input {
SourceOp = "左腕_MG",
Source = "Output"
}
}
},
["左腕_MG1"] = Merge {
ViewInfo = OperatorInfo { Pos = { 3465, -379.5 } },
Inputs = {
Background = Input {
SourceOp = "右腕_MG1",
Source = "Output"
},
Foreground = Input {
SourceOp = "左腕",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
}
},
["服装2"] = Transform {
ViewInfo = OperatorInfo { Pos = { 3465, -247.5 } },
Inputs = {
Input = Input {
SourceOp = "左腕_MG1",
Source = "Output"
}
}
},
Loader38 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装1_\\!右腕\\-苦しむ.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 5665, -775.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["跳ねる"] = GroupOperator {
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } },
Tools = ordered() {
Transform1_1 = Transform {
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
UserControls = 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" } },
Inputs = {
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\n",
Value = 0.951056516295154
},
Center = Input {
Expression = "Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))",
Value = { 0.5, 0.595105651629515 }
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
},
amplitude = Input { Value = 0.08 },
speed = Input { Value = 2 }
},
CtrlWShown = false,
CtrlWZoom = false
}
},
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform1_1",
Source = "Input"
},
Input1 = InstanceInput {
MinScale = 0.0010000000475,
Source = "speed",
SourceOp = "Transform1_1",
Default = 2
},
Input2 = InstanceInput {
SourceOp = "Transform1_1",
Default = 0.1,
Source = "amplitude"
}
},
ViewInfo = GroupInfo {
Offset = { 0, 0 },
Direction = "Horizontal",
Flags = {
RemoveRouters = true,
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true
},
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Scale = 1,
PipeStyle = "Direct",
Pos = { 10065, 577.5 }
},
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform1_1",
Source = "Output"
}
},
NameSet = true
},
Loader89 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!眉\\-上がり眉.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 7645, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader52 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!口\\-おほお.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 9570, -1468.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader58 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!顔色\\-青ざめ.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 6655, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader59 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!顔色\\-ほっぺ赤め.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 6765, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader96 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\記号など\\汗2_.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 8855, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader55 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!口\\-むー.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 9900, -1468.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader56 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!顔色\\かげり.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 6435, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader35 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装1_\\!右腕\\-(非表示).png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 5335, -775.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader76 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-目セット\\-ジト白目.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 8965, -2161.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader12 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\!右腕\\-口元.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 1925, -775.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader71 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-細め目ハート.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 8195, -1897.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader80 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-目セット\\!黒目\\-目逸らし.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 9625, -2425.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader88 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!眉\\-困り眉1_.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 7535, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
ST_Background = Background {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
Width = Input { Value = 1920 },
TopLeftAlpha = Input { Value = 0 },
UseFrameFormatSettings = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1080 },
Depth = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 9955, 973.5 } },
NameSet = true
},
ST_SetDomain = SetDomain {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
Input = Input {
SourceOp = "ST_Background",
Source = "Output"
},
Mode = Input { Value = FuID { "Set" } },
Right = Input { Value = 0 },
Top = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 10120, 973.5 } },
NameSet = true
},
["モーションSelector"] = Transform {
ViewInfo = OperatorInfo { Pos = { 10285, 775.5 } },
UserControls = ordered() {
["N000_モーションなし"] = {
LINKS_Name = "モーションなし",
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"モーションなし\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["N001_ぽよ"] = {
LINKS_Name = "ぽよ",
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"ぽよ\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["N002_ぴょん"] = {
LINKS_Name = "ぴょん",
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"ぴょん\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["N003_跳ねる"] = {
LINKS_Name = "跳ねる",
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"跳ねる\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["N004_跳ねる_小"] = {
LINKS_Name = "跳ねる_小",
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"跳ねる_小\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["N005_不安"] = {
LINKS_Name = "不安",
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"不安\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["N006_荒ぶる"] = {
LINKS_Name = "荒ぶる",
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"荒ぶる\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["N007_震え"] = {
LINKS_Name = "震え",
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"震え\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
}
},
Inputs = {
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
Colors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
}
},
ST_MergeB = Merge {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
Background = Input {
SourceOp = "ST_SetDomain",
Source = "Output"
},
Foreground = Input {
SourceOp = "モーションSelector",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 },
Center = Input { Value = { 0.85, 0.15 } }
},
Colors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },
ViewInfo = OperatorInfo { Pos = { 10285, 973.5 } },
NameSet = true
},
Loader69 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-ジト目.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 7975, -1897.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader81 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-目セット\\!黒目\\-カメラ目線3_.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 9735, -2425.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader78 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-目セット\\!黒目\\-目逸らし3_.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 9405, -2425.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader60 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!顔色\\-ほっぺ2_.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 6875, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader49 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!口\\-んへー.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 9240, -1468.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader83 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-目セット\\!黒目\\-カメラ目線.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 9955, -2425.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader85 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-目セット\\!黒目\\-普通目2_.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 10175, -2425.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader37 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装1_\\!右腕\\-指差し.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 5555, -775.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader25 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装1_\\-制服.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 3795, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader70 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-細め目.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 8085, -1897.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader67 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-にっこり.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 7755, -1897.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader29 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装1_\\!左腕\\-考える.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 4455, -775.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader64 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-__.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 7425, -1897.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader22 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\!左腕\\-手を挙げる.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 3245, -775.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader6 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\-バスタオル.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 1045, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader75 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-目セット\\-見開き白目.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 8855, -2161.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader94 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!枝豆\\-パーカー(裏地とセットで使用).png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 8415, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader97 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\記号など\\汗1_.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 8965, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader84 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-目セット\\!黒目\\-普通目3_.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 10065, -2425.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader66 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-にっこり2_.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 7645, -1897.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader87 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!眉\\-困り眉2_.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 7425, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader8 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\!右腕\\-胸元.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 1485, -775.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader32 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装1_\\!左腕\\-手を挙げる.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 4785, -775.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader92 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!枝豆\\-枝豆萎え.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 8195, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader74 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-上向き.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 8525, -1897.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["ぴょん"] = GroupOperator {
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } },
Tools = ordered() {
Transform1 = Transform {
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
UserControls = 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" } },
Inputs = {
Center = Input {
SourceOp = "XYPath1",
Source = "Value"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
CtrlWShown = false,
CtrlWZoom = false
},
XYPath1 = XYPath {
ShowKeyPoints = false,
DrawMode = "ModifyOnly",
Inputs = {
X = Input { Value = 0.5 },
Y = Input {
SourceOp = "Calculation1_1",
Source = "Result"
}
},
CtrlWZoom = false
},
Calculation1_1 = Calculation {
CtrlWZoom = false,
Inputs = {
FirstOperand = Input {
SourceOp = "Calculation2_1",
Source = "Result"
},
FirstOperandTimeOffset = Input { Expression = "-comp.GlobalStart - Transform1.offset" },
SecondOperand = Input { Value = 0.5 }
}
},
Calculation2_1 = Calculation {
CtrlWZoom = false,
Inputs = {
FirstOperand = Input {
SourceOp = "CalculationonCalculationonTransform1CenterXYPath1YFirstOperand",
Source = "Value"
},
FirstOperandTimeScale = Input {
Expression = "Transform1.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate",
Value = 0.25
},
SecondOperand = Input { Value = 0.5 },
Operator = Input { Value = 2 }
}
},
CalculationonCalculationonTransform1CenterXYPath1YFirstOperand = BezierSpline {
KeyFrames = {
[0] = { 0, Flags = { Linear = true }, RH = { 4.65, 0.225 } },
[17] = { 0, RH = { 19.6825406677053, 0.0439451976698349 }, LH = { 12.4, 0.214 } },
[25] = { 0.000999999999999557, RH = { 27.6, 0.025 }, LH = { 23.6, 0.0269999999999996 } },
[30] = { 0, LH = { 28.4282452630596, 0 } }
},
CtrlWZoom = false,
SplineColor = { Green = 255, Blue = 0, Red = 0 }
}
},
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform1",
Source = "Input"
},
Input1 = InstanceInput {
Default = 1,
Name = "スピード",
SourceOp = "Transform1",
Source = "speed"
},
Input3 = InstanceInput {
Default = 1,
Name = "強さ",
SourceOp = "Calculation2_1",
Source = "SecondOperand"
},
Input2 = InstanceInput {
Default = 0,
Name = "時間オフセット(フレーム)",
SourceOp = "Transform1",
Source = "offset"
}
},
ViewInfo = GroupInfo {
Offset = { 0, 0 },
Direction = "Horizontal",
Flags = {
RemoveRouters = true,
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true
},
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Scale = 1,
PipeStyle = "Direct",
Pos = { 9900, 577.5 }
},
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform1",
Source = "Output"
}
},
NameSet = true
},
Loader2 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\パーカー裏地.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 385, -247.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader30 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装1_\\!左腕\\-苦しむ.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 4565, -775.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader91 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!眉\\-普通眉.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 7865, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["震え"] = GroupOperator {
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } },
Tools = ordered() {
Transform1_3 = Transform {
ViewInfo = OperatorInfo { Pos = { 0, 29.7576007843018 } },
UserControls = 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" } },
Inputs = {
v = Input {
Expression = "0.5 + amplitude * iif(time > out, 0,bound)",
Value = 0.504755282581476
},
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)",
Value = 0.951056516295153
},
Center = Input {
Expression = "iif(Y == 0, Point(v, 0.5),Point(0.5,v))",
Value = { 0.504755282581476, 0.5 }
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
},
amplitude = Input { Value = 0.005 },
speed = Input { Value = 12 }
},
CtrlWShown = false
}
},
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform1_3",
Source = "Input"
},
Input1 = InstanceInput {
SourceOp = "Transform1_3",
Default = 2,
Source = "speed"
},
Input2 = InstanceInput {
SourceOp = "Transform1_3",
Default = 0.1,
Source = "amplitude"
},
Input3 = InstanceInput {
SourceOp = "Transform1_3",
Default = 0,
Source = "Y"
}
},
ViewInfo = GroupInfo {
Offset = { 0, 0 },
Direction = "Horizontal",
Flags = {
RemoveRouters = true,
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true
},
Size = { 126, 109.359001159668, 63, 24.2423992156982 },
Scale = 1,
PipeStyle = "Direct",
Pos = { 10725, 577.5 }
},
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform1_3",
Source = "Output"
}
},
NameSet = true
},
Loader9 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\!右腕\\-マイク.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 1595, -775.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader47 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!口\\-△.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 9020, -1468.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader73 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-上向き2_.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 8415, -1897.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader57 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!顔色\\-(非表示).png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 6545, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader54 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!口\\-ゆ.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 9790, -1468.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader19 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\!左腕\\-考える.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 2915, -775.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader79 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-目セット\\!黒目\\-目逸らし2_.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 9515, -2425.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader17 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\!左腕\\-ひそひそ.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 2695, -775.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["跳ねる_小"] = GroupOperator {
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } },
Tools = ordered() {
Transform1_1_1 = Transform {
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
UserControls = 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" } },
Inputs = {
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\n",
Value = 0.951056516295154
},
Center = Input {
Expression = "Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))",
Value = { 0.5, 0.595105651629515 }
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
},
amplitude = Input { Value = 0.02 },
speed = Input { Value = 2 }
},
CtrlWShown = false,
CtrlWZoom = false
}
},
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform1_1_1",
Source = "Input"
},
Input1 = InstanceInput {
MinScale = 0.0010000000475,
Source = "speed",
SourceOp = "Transform1_1_1",
Default = 2
},
Input2 = InstanceInput {
SourceOp = "Transform1_1_1",
Default = 0.1,
Source = "amplitude"
}
},
ViewInfo = GroupInfo {
Offset = { 0, 0 },
Direction = "Horizontal",
Flags = {
RemoveRouters = true,
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true
},
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Scale = 1,
PipeStyle = "Direct",
Pos = { 10230, 577.5 }
},
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform1_1_1",
Source = "Output"
}
},
NameSet = true
},
Loader18 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\!左腕\\-胸元.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 2805, -775.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader51 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!口\\-はへえ.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 9460, -1468.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Background1 = Background {
ViewInfo = OperatorInfo { Pos = { 165, -247.5 } },
Inputs = {
Width = Input { Value = 1482 },
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 2250 },
Depth = Input { Value = 1 }
}
},
SetDomain1 = SetDomain {
ViewInfo = OperatorInfo { Pos = { 165, -115.5 } },
Inputs = {
Input = Input {
SourceOp = "Background1",
Source = "Output"
},
Mode = Input { Value = FuID { "Set" } },
Right = Input { Value = 0 },
Top = Input { Value = 0 }
}
},
Loader1 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\尻尾的なアレ.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 275, -247.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["尻尾的なアレ_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 275, -115.5 } },
Inputs = {
Background = Input {
SourceOp = "SetDomain1",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader1",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
}
},
["パーカー裏地_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 385, -115.5 } },
Inputs = {
Background = Input {
SourceOp = "尻尾的なアレ_MG",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
}
},
Background5 = Background {
ViewInfo = OperatorInfo { Pos = { 3685, -379.5 } },
Inputs = {
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 }
}
},
Loader26 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装1_\\-いつもの服.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 3905, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["服装1_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 3905, -379.5 } },
Inputs = {
Background = Input {
SourceOp = "Background5",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader26",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
}
},
Background6 = Background {
ViewInfo = OperatorInfo { Pos = { 4125, -643.5 } },
Inputs = {
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 }
}
},
Loader34 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装1_\\!左腕\\-基本.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 5005, -775.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["左腕1_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 5005, -643.5 } },
Inputs = {
Background = Input {
SourceOp = "Background6",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader34",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
}
},
["左腕1"] = Transform {
ViewInfo = OperatorInfo { Pos = { 5005, -511.5 } },
Inputs = {
Input = Input {
SourceOp = "左腕1_MG",
Source = "Output"
}
}
},
["左腕_MG2"] = Merge {
ViewInfo = OperatorInfo { Pos = { 5005, -379.5 } },
Inputs = {
Background = Input {
SourceOp = "服装1_MG",
Source = "Output"
},
Foreground = Input {
SourceOp = "左腕1",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
}
},
Background7 = Background {
ViewInfo = OperatorInfo { Pos = { 5225, -643.5 } },
Inputs = {
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 }
}
},
Loader42 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装1_\\!右腕\\-基本.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 6105, -775.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["右腕1_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 6105, -643.5 } },
Inputs = {
Background = Input {
SourceOp = "Background7",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader42",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
}
},
["右腕1"] = Transform {
ViewInfo = OperatorInfo { Pos = { 6105, -511.5 } },
Inputs = {
Input = Input {
SourceOp = "右腕1_MG",
Source = "Output"
}
}
},
["右腕_MG2"] = Merge {
ViewInfo = OperatorInfo { Pos = { 6105, -379.5 } },
Inputs = {
Background = Input {
SourceOp = "左腕_MG2",
Source = "Output"
},
Foreground = Input {
SourceOp = "右腕1",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
}
},
["服装1"] = Transform {
ViewInfo = OperatorInfo { Pos = { 6105, -247.5 } },
Inputs = {
Input = Input {
SourceOp = "右腕_MG2",
Source = "Output"
}
}
},
Root_MG = Merge {
ViewInfo = OperatorInfo { Pos = { 6105, -115.5 } },
Inputs = {
Background = Input {
SourceOp = "パーカー裏地_MG",
Source = "Output"
},
Foreground = Input {
SourceOp = "服装1",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
}
},
Background9 = Background {
ViewInfo = OperatorInfo { Pos = { 6325, -379.5 } },
Inputs = {
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 }
}
},
["かげり_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 6435, -379.5 } },
Inputs = {
Background = Input {
SourceOp = "Background9",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
}
},
Loader61 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!顔色\\-ほっぺ.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 6985, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["顔色_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 6985, -379.5 } },
Inputs = {
Background = Input {
SourceOp = "かげり_MG",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader61",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
}
},
["顔色"] = Transform {
ViewInfo = OperatorInfo { Pos = { 6985, -247.5 } },
Inputs = {
Input = Input {
SourceOp = "顔色_MG",
Source = "Output"
}
}
},
["顔色_MG1"] = Merge {
ViewInfo = OperatorInfo { Pos = { 6985, -115.5 } },
Inputs = {
Background = Input {
SourceOp = "Root_MG",
Source = "Output"
},
Foreground = Input {
SourceOp = "顔色",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
}
},
Background13 = Background {
ViewInfo = OperatorInfo { Pos = { 7315, -379.5 } },
Inputs = {
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 }
}
},
Loader90 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!眉\\-怒り眉.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 7755, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["眉_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 7865, -379.5 } },
Inputs = {
Background = Input {
SourceOp = "Background13",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader90",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
}
},
["眉"] = Transform {
ViewInfo = OperatorInfo { Pos = { 7865, -247.5 } },
Inputs = {
Input = Input {
SourceOp = "眉_MG",
Source = "Output"
}
}
},
["眉_MG1"] = Merge {
ViewInfo = OperatorInfo { Pos = { 7865, -115.5 } },
Inputs = {
Background = Input {
SourceOp = "顔色_MG1",
Source = "Output"
},
Foreground = Input {
SourceOp = "眉",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
}
},
Background14 = Background {
ViewInfo = OperatorInfo { Pos = { 8085, -379.5 } },
Inputs = {
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 }
}
},
Loader93 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!枝豆\\-枝豆通常.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 8305, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["枝豆_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 8415, -379.5 } },
Inputs = {
Background = Input {
SourceOp = "Background14",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader93",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
}
},
["枝豆"] = Transform {
ViewInfo = OperatorInfo { Pos = { 8415, -247.5 } },
Inputs = {
Input = Input {
SourceOp = "枝豆_MG",
Source = "Output"
}
}
},
["枝豆_MG1"] = Merge {
ViewInfo = OperatorInfo { Pos = { 8415, -115.5 } },
Inputs = {
Background = Input {
SourceOp = "眉_MG1",
Source = "Output"
},
Foreground = Input {
SourceOp = "枝豆",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
}
},
Background15 = Background {
ViewInfo = OperatorInfo { Pos = { 8635, -379.5 } },
Inputs = {
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 }
}
},
["汗3_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 8745, -379.5 } },
Inputs = {
Background = Input {
SourceOp = "Background15",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
}
},
["汗2_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 8855, -379.5 } },
Inputs = {
Background = Input {
SourceOp = "汗3_MG",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
}
},
["汗1_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 8965, -379.5 } },
Inputs = {
Background = Input {
SourceOp = "汗2_MG",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
}
},
["涙_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 9075, -379.5 } },
Inputs = {
Background = Input {
SourceOp = "汗1_MG",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
}
},
["アヒルちゃん_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 9185, -379.5 } },
Inputs = {
Background = Input {
SourceOp = "涙_MG",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
}
},
["記号など"] = Transform {
ViewInfo = OperatorInfo { Pos = { 9185, -247.5 } },
Inputs = {
Input = Input {
SourceOp = "アヒルちゃん_MG",
Source = "Output"
}
}
},
["記号など_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 9185, -115.5 } },
Inputs = {
Background = Input {
SourceOp = "枝豆_MG1",
Source = "Output"
},
Foreground = Input {
SourceOp = "記号など",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
}
},
AutoDomain1 = AutoDomain {
ViewInfo = OperatorInfo { Pos = { 9515, -115.5 } },
Inputs = {
Input = Input {
SourceOp = "記号など_MG",
Source = "Output"
}
},
Colors = { TileColor = { G = 0.549019607843137, R = 0.913725490196078, B = 0.709803921568627 } },
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
}
},
Background8 = Background {
ViewInfo = OperatorInfo { Pos = { 8470, -1336.5 } },
Inputs = {
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 }
}
},
["口_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 9900, -1336.5 } },
Inputs = {
Background = Input {
SourceOp = "Background8",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader46",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
}
},
AutoDomain1_1 = AutoDomain {
ViewInfo = OperatorInfo { Pos = { 9900, -1204.5 } },
Inputs = {
Input = Input {
SourceOp = "口_MG",
Source = "Output"
}
},
Colors = { TileColor = { G = 0.549019607843137, R = 0.913725490196078, B = 0.709803921568627 } },
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
}
},
Loader46 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!口\\-むふ.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 8910, -1468.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
M01 = Fuse.Wireless {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
Input = Input {
SourceOp = "Loader46",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 9790, -874.5 } },
NameSet = true
},
Loader53 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!口\\-お.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 9680, -1468.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
M02 = Fuse.Wireless {
ViewInfo = OperatorInfo { Pos = { 9680, -874.5 } },
Inputs = {
Input = Input {
SourceOp = "Loader53",
Source = "Output"
}
},
NameSet = true
},
Loader45 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!口\\-ほー.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 8800, -1468.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
M03 = Fuse.Wireless {
ViewInfo = OperatorInfo { Pos = { 9570, -874.5 } },
Inputs = {
Input = Input {
SourceOp = "Loader45",
Source = "Output"
}
},
NameSet = true
},
Loader44 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!口\\-ほあ.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 8690, -1468.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
M04 = Fuse.Wireless {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
Input = Input {
SourceOp = "Loader44",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 9460, -874.5 } },
NameSet = true
},
Loader43 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!口\\-ほあー.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 8580, -1468.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
M05 = Fuse.Wireless {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
Input = Input {
SourceOp = "Loader43",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 9350, -874.5 } },
NameSet = true
},
RS_MouthOpen = Fuse.RS_MouthOpen {
ViewInfo = OperatorInfo { Pos = { 9900, -874.5 } },
Colors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },
Inputs = {
M04 = Input {
SourceOp = "M03",
Source = "Output"
},
Input = Input {
SourceOp = "AutoDomain1_1",
Source = "Output"
},
M01 = Input {
SourceOp = "M01",
Source = "Output"
},
Threshold01 = Input { Value = 0.1 },
Threshold02 = Input { Value = 0.25 },
Threshold03 = Input { Value = 0.4 },
M02 = Input {
SourceOp = "M02",
Source = "Output"
},
Threshold04 = Input { Value = 0.55 },
M05 = Input {
SourceOp = "M04",
Source = "Output"
},
M06 = Input {
SourceOp = "M05",
Source = "Output"
}
},
Version = 1,
CtrlWZoom = false,
NameSet = true
},
["口"] = Transform {
ViewInfo = OperatorInfo { Pos = { 9900, -247.5 } },
Inputs = {
Input = Input {
SourceOp = "RS_MouthOpen",
Source = "Output"
}
}
},
["口_MG1"] = Merge {
ViewInfo = OperatorInfo { Pos = { 9900, -115.5 } },
Inputs = {
Background = Input {
SourceOp = "AutoDomain1",
Source = "Output"
},
Foreground = Input {
SourceOp = "口",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
}
},
Background10 = Background {
ViewInfo = OperatorInfo { Pos = { 7095, -1765.5 } },
Inputs = {
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 }
}
},
Background11 = Background {
ViewInfo = OperatorInfo { Pos = { 8745, -2029.5 } },
Inputs = {
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 }
}
},
Loader77 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-目セット\\-普通白目.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 9075, -2161.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["目セット_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 9075, -2029.5 } },
Inputs = {
Background = Input {
SourceOp = "Background11",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader77",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
}
},
Background12 = Background {
ViewInfo = OperatorInfo { Pos = { 9295, -2293.5 } },
Inputs = {
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 }
}
},
Loader86 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-目セット\\!黒目\\-普通目.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 10285, -2425.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["黒目_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 10285, -2293.5 } },
Inputs = {
Background = Input {
SourceOp = "Background12",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader86",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
}
},
["黒目"] = Transform {
ViewInfo = OperatorInfo { Pos = { 10285, -2161.5 } },
Inputs = {
Input = Input {
SourceOp = "黒目_MG",
Source = "Output"
}
}
},
["黒目_MG1"] = Merge {
ViewInfo = OperatorInfo { Pos = { 10285, -2029.5 } },
Inputs = {
Background = Input {
SourceOp = "目セット_MG",
Source = "Output"
},
Foreground = Input {
SourceOp = "黒目",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
}
},
["目セット"] = Transform {
ViewInfo = OperatorInfo { Pos = { 10285, -1897.5 } },
Inputs = {
Input = Input {
SourceOp = "黒目_MG1",
Source = "Output"
}
}
},
["目_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 10285, -1765.5 } },
Inputs = {
Background = Input {
SourceOp = "Background10",
Source = "Output"
},
Foreground = Input {
SourceOp = "目セット",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
}
},
AutoDomain1_2 = AutoDomain {
ViewInfo = OperatorInfo { Pos = { 10285, -1204.5 } },
Inputs = {
Input = Input {
SourceOp = "目_MG",
Source = "Output"
}
},
Colors = { TileColor = { G = 0.549019607843137, R = 0.913725490196078, B = 0.709803921568627 } },
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
}
},
Loader68 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-なごみ目.png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 7865, -1897.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Closed = Fuse.Wireless {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
Input = Input {
SourceOp = "Loader68",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 10175, -874.5 } },
NameSet = true
},
EyeBlink = Dissolve {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Transitions = {
[0] = "DFTDissolve"
},
ViewInfo = OperatorInfo { Pos = { 10285, -874.5 } },
Inputs = {
Background = Input {
SourceOp = "AutoDomain1_2",
Source = "Output"
},
Mix = Input {
SourceOp = "EyeBlinkBackgroundForeground",
Source = "Value"
},
Foreground = Input {
SourceOp = "Closed",
Source = "Output"
}
},
NameSet = true
},
EyeBlinkBackgroundForeground = BezierSpline {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
KeyFrames = {
[0] = { 0, Flags = { Linear = true, PreLoop = true, Loop = true }, RH = { 41, 0 } },
[123] = { 1, Flags = { StepIn = true }, RH = { 124, 1 }, LH = { 123, 0.666666666666667 } },
[127] = { 0, Flags = { StepIn = true, PreLoop = true, Loop = true }, LH = { 127, 0.333333333333333 } }
},
SplineColor = { Green = 164, Blue = 235, Red = 16 },
CtrlWZoom = false
},
EyeCtrl = Transform {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
UserControls = ordered() {
Blink = {
LINKS_Name = "Blink",
INP_Integer = true,
INP_MaxAllowed = 1000000,
INP_MinAllowed = 0,
INP_MaxScale = 500,
INP_MinScale = 0,
ICS_ControlPage = "目パチ",
INP_External = false,
INPID_InputControl = "SliderControl",
INP_Default = 127,
LINKID_DataType = "Number"
},
Close = {
LINKS_Name = "Close",
INP_Passive = true,
INP_Integer = true,
INP_MinAllowed = 0,
INP_MaxScale = 10,
INP_MinScale = 0,
INP_Default = 4,
INP_External = false,
ICS_ControlPage = "目パチ",
INPID_InputControl = "SliderControl",
LINKID_DataType = "Number"
},
Apply = {
LINKS_Name = "Apply",
ICS_ControlPage = "目パチ",
BTNCS_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",
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
at00 = {
LINKS_Name = "ボタンを押さないと反映されません。",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "目パチ",
LBLC_DropDownButton = false,
INP_Integer = false,
INP_External = false,
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
sp00 = {
LINKS_Name = "",
ICS_ControlPage = "目パチ",
INPID_InputControl = "LabelControl",
LBLC_DropDownButton = false,
INP_Integer = false,
INP_Passive = true,
INP_External = false,
LINKID_DataType = "Number"
},
BlinkOn = {
LINKS_Name = "BlinkOn",
ICS_ControlPage = "目パチ",
BTNCS_Execute = "EyeBlink:SetAttrs({TOOLB_PassThrough = false})\nEyeCtrl.EyeStatus = \"On\"\n",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.4,
LINKID_DataType = "Number"
},
BlinkOff = {
LINKS_Name = "BlinkOff",
ICS_ControlPage = "目パチ",
BTNCS_Execute = "EyeBlink:SetAttrs({TOOLB_PassThrough = true})\nEyeCtrl.EyeStatus = \"Off\"\n",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.4,
LINKID_DataType = "Number"
},
EyeStatus = {
LINKS_Name = "",
TEC_Lines = 1,
INPID_InputControl = "TextEditControl",
TEC_ReadOnly = true,
TEC_Wrap = false,
ICS_ControlPage = "目パチ",
INP_External = false,
ICD_Width = 0.2,
LINKID_DataType = "Text"
}
},
Inputs = {
EyeStatus = Input { Value = "On" },
Input = Input {
SourceOp = "EyeBlink",
Source = "Output"
}
},
Colors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },
ViewInfo = OperatorInfo { Pos = { 10285, -742.5 } },
NameSet = true
},
["目"] = Transform {
ViewInfo = OperatorInfo { Pos = { 10285, -247.5 } },
Inputs = {
Input = Input {
SourceOp = "EyeCtrl",
Source = "Output"
}
}
},
["目_MG1"] = Merge {
ViewInfo = OperatorInfo { Pos = { 10285, -115.5 } },
Inputs = {
Background = Input {
SourceOp = "口_MG1",
Source = "Output"
},
Foreground = Input {
SourceOp = "目",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
}
},
Root = Transform {
Colors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },
UserControls = ordered() {
CopyPose = {
LINKS_Name = "Copy Pose",
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.copy(comp)]])",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
PastePose = {
LINKS_Name = "Paste Pose",
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.paste(comp)]])",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
SavePose = {
LINKS_Name = "Save Pose",
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.save(comp, fu)]])",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
LoadPose = {
LINKS_Name = "Load Pose",
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.load(comp, fu)]])",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
Grp_Root = {
LINKS_Name = "Root",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 8,
LINKID_DataType = "Number"
},
N009_kigounado_show_128 = {
LINKS_Name = "記号など show",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"記号など_MG\")\nlocal node = comp:FindTool(\"記号など\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N009_kigounado_hide_128 = {
LINKS_Name = "記号など hide",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"記号など_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N003_fukusou155 = {
LINKS_Name = "*服装1",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N002_fukusou231 = {
LINKS_Name = "*服装2",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_paakaauraji_show_3 = {
LINKS_Name = "パーカー裏地 show",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"パーカー裏地_MG\")\nlocal node = comp:FindTool(\"Loader2\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N001_paakaauraji_hide_3 = {
LINKS_Name = "パーカー裏地 hide",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"パーカー裏地_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N000_shippotekinaare_show_2 = {
LINKS_Name = "尻尾的なアレ show",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"尻尾的なアレ_MG\")\nlocal node = comp:FindTool(\"Loader1\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N000_shippotekinaare_hide_2 = {
LINKS_Name = "尻尾的なアレ hide",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"尻尾的なアレ_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
["Grp_記号など"] = {
LINKS_Name = "記号など",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 10,
LINKID_DataType = "Number"
},
N004_ahiruchan_show_128 = {
LINKS_Name = "アヒルちゃん show",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"アヒルちゃん_MG\")\nlocal node = comp:FindTool(\"Loader99\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N004_ahiruchan_hide_128 = {
LINKS_Name = "アヒルちゃん hide",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"アヒルちゃん_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N003_namida_show_127 = {
LINKS_Name = "涙 show",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"涙_MG\")\nlocal node = comp:FindTool(\"Loader98\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N003_namida_hide_127 = {
LINKS_Name = "涙 hide",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"涙_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N002_ase1_show_126 = {
LINKS_Name = "汗1 show",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N002_ase1_hide_126 = {
LINKS_Name = "汗1 hide",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"汗1_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N001_ase2_show_125 = {
LINKS_Name = "汗2 show",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N001_ase2_hide_125 = {
LINKS_Name = "汗2 hide",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"汗2_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N000_ase3_show_124 = {
LINKS_Name = "汗3 show",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N000_ase3_hide_124 = {
LINKS_Name = "汗3 hide",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"汗3_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
["Grp_枝豆"] = {
LINKS_Name = "枝豆",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 3,
LINKID_DataType = "Number"
},
N002_paakaaurajitosettodeshiyou121 = {
LINKS_Name = "*パーカー(裏地とセットで使用)",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"枝豆_MG\")\nlocal node = comp:FindTool(\"Loader94\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_edamametsuujou120 = {
LINKS_Name = "*枝豆通常",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"枝豆_MG\")\nlocal node = comp:FindTool(\"Loader93\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_edamamenae119 = {
LINKS_Name = "*枝豆萎え",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"枝豆_MG\")\nlocal node = comp:FindTool(\"Loader92\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["Grp_眉"] = {
LINKS_Name = "眉",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 5,
LINKID_DataType = "Number"
},
N004_futsuumayu116 = {
LINKS_Name = "*普通眉",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader91\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N003_ikarimayu115 = {
LINKS_Name = "*怒り眉",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader90\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N002_agarimayu114 = {
LINKS_Name = "*上がり眉",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader89\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_komarimayu1113 = {
LINKS_Name = "*困り眉1",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader88\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_komarimayu2112 = {
LINKS_Name = "*困り眉2",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader87\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["Grp_目"] = {
LINKS_Name = "目",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 14,
LINKID_DataType = "Number"
},
N013_mesetto109 = {
LINKS_Name = "*目セット",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"目セット\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N012_uwamuki93 = {
LINKS_Name = "*上向き",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader74\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N011_uwamuki292 = {
LINKS_Name = "*上向き2",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader73\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N010_uwamuki391 = {
LINKS_Name = "*上向き3",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader72\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N009_hosomemehaato90 = {
LINKS_Name = "*細め目ハート",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader71\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N008_hosomeme89 = {
LINKS_Name = "*細め目",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader70\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N007_jitome88 = {
LINKS_Name = "*ジト目",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader69\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N006_nagomime87 = {
LINKS_Name = "*なごみ目",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader68\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N005_nikkori86 = {
LINKS_Name = "*にっこり",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader67\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N004_nikkori285 = {
LINKS_Name = "*にっこり2",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader66\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N003_UU84 = {
LINKS_Name = "*UU",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader65\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N002_none83 = {
LINKS_Name = "*><",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader64\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["N001_〇〇82"] = {
LINKS_Name = "*〇〇",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader63\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_guruguru81 = {
LINKS_Name = "*ぐるぐる",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader62\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["Grp_目セット"] = {
LINKS_Name = "目セット",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 3,
LINKID_DataType = "Number"
},
N002_futsuushirome98 = {
LINKS_Name = "*普通白目",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目セット_MG\")\nlocal node = comp:FindTool(\"Loader77\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_jitoshirome97 = {
LINKS_Name = "*ジト白目",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目セット_MG\")\nlocal node = comp:FindTool(\"Loader76\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_mihirakishirome96 = {
LINKS_Name = "*見開き白目",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目セット_MG\")\nlocal node = comp:FindTool(\"Loader75\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["Grp_黒目"] = {
LINKS_Name = "黒目",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 9,
LINKID_DataType = "Number"
},
N008_futsuume109 = {
LINKS_Name = "*普通目",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader86\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N007_futsuume2108 = {
LINKS_Name = "*普通目2",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader85\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N006_futsuume3107 = {
LINKS_Name = "*普通目3",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader84\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N005_kameramesen106 = {
LINKS_Name = "*カメラ目線",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader83\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N004_kameramesen2105 = {
LINKS_Name = "*カメラ目線2",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader82\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N003_kameramesen3104 = {
LINKS_Name = "*カメラ目線3",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader81\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N002_mesorashi103 = {
LINKS_Name = "*目逸らし",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader80\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_mesorashi2102 = {
LINKS_Name = "*目逸らし2",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader79\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_mesorashi3101 = {
LINKS_Name = "*目逸らし3",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader78\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["Grp_顔色"] = {
LINKS_Name = "顔色",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 7,
LINKID_DataType = "Number"
},
N005_hoppe78 = {
LINKS_Name = "*ほっぺ",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader61\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N004_hoppe277 = {
LINKS_Name = "*ほっぺ2",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader60\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N003_hoppeakame76 = {
LINKS_Name = "*ほっぺ赤め",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader59\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N002_aozame75 = {
LINKS_Name = "*青ざめ",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader58\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_hihyouji74 = {
LINKS_Name = "*(非表示)",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader57\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_kageri_show_73 = {
LINKS_Name = "かげり show",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"かげり_MG\")\nlocal node = comp:FindTool(\"Loader56\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N000_kageri_hide_73 = {
LINKS_Name = "かげり hide",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"かげり_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
["Grp_口"] = {
LINKS_Name = "口",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 13,
LINKID_DataType = "Number"
},
N012_muu70 = {
LINKS_Name = "*むー",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader55\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N011_yu69 = {
LINKS_Name = "*ゆ",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader54\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N010_o68 = {
LINKS_Name = "*お",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader53\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N009_ohoo67 = {
LINKS_Name = "*おほお",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader52\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N008_hahee66 = {
LINKS_Name = "*はへえ",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader51\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N007_nn65 = {
LINKS_Name = "*んー",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader50\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N006_nhee64 = {
LINKS_Name = "*んへー",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader49\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N005_naa63 = {
LINKS_Name = "*んあー",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader48\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["N004_△62"] = {
LINKS_Name = "*△",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader47\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N003_mufu61 = {
LINKS_Name = "*むふ",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader46\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N002_hoo60 = {
LINKS_Name = "*ほー",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader45\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_hoa59 = {
LINKS_Name = "*ほあ",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader44\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_hoaa58 = {
LINKS_Name = "*ほあー",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader43\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["Grp_服装1"] = {
LINKS_Name = "服装1",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 2,
LINKID_DataType = "Number"
},
N001_itsumonofuku35 = {
LINKS_Name = "*いつもの服",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_seifuku34 = {
LINKS_Name = "*制服",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["Grp_右腕1"] = {
LINKS_Name = "右腕",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 8,
LINKID_DataType = "Number"
},
N007_kihon55 = {
LINKS_Name = "*基本",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N006_koshi54 = {
LINKS_Name = "*腰",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N005_tewoageru53 = {
LINKS_Name = "*手を挙げる",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N004_kuchimoto52 = {
LINKS_Name = "*口元",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N003_kurushimu51 = {
LINKS_Name = "*苦しむ",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N002_yubisashishi50 = {
LINKS_Name = "*指差し",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_maiku49 = {
LINKS_Name = "*マイク",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_hihyouji48 = {
LINKS_Name = "*(非表示)",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["Grp_左腕1"] = {
LINKS_Name = "左腕",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 8,
LINKID_DataType = "Number"
},
N007_kihon45 = {
LINKS_Name = "*基本",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N006_koshi44 = {
LINKS_Name = "*腰",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N005_tewoageru43 = {
LINKS_Name = "*手を挙げる",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N004_kuchimoto42 = {
LINKS_Name = "*口元",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N003_kurushimu41 = {
LINKS_Name = "*苦しむ",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N002_kangaeru40 = {
LINKS_Name = "*考える",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_hisohiso39 = {
LINKS_Name = "*ひそひそ",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_hihyouji38 = {
LINKS_Name = "*(非表示)",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["Grp_服装2"] = {
LINKS_Name = "服装2",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 4,
LINKID_DataType = "Number"
},
N003_basutaoru9 = {
LINKS_Name = "*バスタオル",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N002_sukumizu8 = {
LINKS_Name = "*スク水",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_pantsu7 = {
LINKS_Name = "*ぱんつ",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_motokarada6 = {
LINKS_Name = "*素体",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["Grp_左腕"] = {
LINKS_Name = "左腕",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 9,
LINKID_DataType = "Number"
},
N008_kihon31 = {
LINKS_Name = "*基本",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader24\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N007_koshi30 = {
LINKS_Name = "*腰",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader23\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N006_tewoageru29 = {
LINKS_Name = "*手を挙げる",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader22\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N005_kuchimoto28 = {
LINKS_Name = "*口元",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader21\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N004_kurushimu27 = {
LINKS_Name = "*苦しむ",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader20\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N003_kangaeru26 = {
LINKS_Name = "*考える",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader19\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N002_munamoto25 = {
LINKS_Name = "*胸元",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader18\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_hisohiso24 = {
LINKS_Name = "*ひそひそ",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader17\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_hihyouji23 = {
LINKS_Name = "*(非表示)",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader16\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["Grp_右腕"] = {
LINKS_Name = "右腕",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 9,
LINKID_DataType = "Number"
},
N008_kihon20 = {
LINKS_Name = "*基本",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader15\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N007_koshi19 = {
LINKS_Name = "*腰",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader14\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N006_tewoageru18 = {
LINKS_Name = "*手を挙げる",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader13\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N005_kuchimoto17 = {
LINKS_Name = "*口元",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader12\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N004_kurushimu16 = {
LINKS_Name = "*苦しむ",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader11\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N003_yubisashishi15 = {
LINKS_Name = "*指差し",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader10\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N002_maiku14 = {
LINKS_Name = "*マイク",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader9\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_munamoto13 = {
LINKS_Name = "*胸元",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader8\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_hihyouji12 = {
LINKS_Name = "*(非表示)",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader7\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
Grp_Root2 = {
LINKS_Name = "Root",
INP_Passive = true,
INPID_InputControl = "LabelControl",
INP_MaxAllowed = 1000000,
INP_MinAllowed = -1000000,
INP_MaxScale = 1,
INP_MinScale = 0,
INP_Default = 1,
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_External = false,
INP_Integer = false,
LBLC_NumInputs = 4,
LINKID_DataType = "Number"
}
},
Inputs = {
["Grp_記号など"] = Input { Value = 0 },
["Grp_枝豆"] = Input { Value = 0 },
["Grp_目セット"] = Input { Value = 0 },
["Grp_黒目"] = Input { Value = 0 },
["Grp_服装1"] = Input { Value = 0 },
["Grp_服装2"] = Input { Value = 0 },
Comments = 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" },
["Grp_右腕"] = Input { Value = 0 },
Grp_Root = Input { Value = 0 },
Grp_Root2 = Input { Value = 0 },
["Grp_左腕"] = Input { Value = 0 },
Input = Input {
SourceOp = "目_MG1",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 10285, 49.5 } }
},
["モーションなし"] = Transform {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
Input = Input {
SourceOp = "Root",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 10285, 247.5 } },
NameSet = true
},
["不安"] = GroupOperator {
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } },
Tools = ordered() {
Transform1_2 = Transform {
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
UserControls = 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" } },
Inputs = {
x = Input { Value = 0.01 },
y = Input { Value = 0.01 },
Center = Input {
Expression = "Point(0.5, 0.5) + shake * in_out",
Value = { 0.502997744173508, 0.497908177638071 }
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
},
shake = Input {
SourceOp = "Shake1",
Source = "Position"
},
in_out = Input {
SourceOp = "KeyframeStretcher1",
Source = "Result"
}
},
CtrlWShown = false,
CtrlWZoom = false
},
KeyframeStretcher1 = KeyStretcherMod {
CtrlWZoom = false,
Inputs = {
StretchStart = Input { Value = 10 },
StretchEnd = Input { Value = 110 },
Keyframes = Input {
SourceOp = "KeyStretcheronTransform1_2Keyframes",
Source = "Value"
}
}
},
KeyStretcheronTransform1_2Keyframes = BezierSpline {
KeyFrames = {
[0] = { 0, Flags = { Linear = true }, RH = { 3.33333333333333, 0 } },
[10] = { 1, RH = { 43.3333333333333, 1 }, LH = { 6.66666666666667, 1 } },
[110] = { 1, RH = { 113.333333333333, 1 }, LH = { 76.6666666666667, 1 } },
[120] = { 0, LH = { 116.666666666667, 0 } }
},
CtrlWZoom = false,
SplineColor = { Green = 106, Blue = 231, Red = 193 }
},
Shake1 = Shake {
Faster = true,
CtrlWZoom = false,
Inputs = {
XMaximum = Input {
Expression = "Transform1_2.x",
Value = 0.1
},
Smoothness = Input { Value = 2 },
YMinimum = Input {
Expression = "-Transform1_2.y",
Value = -0.1
},
YMaximum = Input {
Expression = "Transform1_2.y",
Value = 0.1
},
LockXY = Input { Value = 0 },
XMinimum = Input {
Expression = "-Transform1_2.x",
Value = -0.1
}
}
}
},
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform1_2",
Source = "Input"
},
Input3 = InstanceInput {
Width = 1,
Source = "RandomSeed",
SourceOp = "Shake1",
Default = 0
},
Input4 = InstanceInput {
SourceOp = "Shake1",
Width = 0.385,
Source = "Randomize"
},
Input5 = InstanceInput {
SourceOp = "Shake1",
Default = 10,
Source = "Smoothness"
},
Input1 = InstanceInput {
Default = 0.1,
Name = "X",
SourceOp = "Transform1_2",
Source = "x"
},
Input2 = InstanceInput {
Default = 0.1,
Name = "Y",
SourceOp = "Transform1_2",
Source = "y"
}
},
ViewInfo = GroupInfo {
Offset = { 0, 0 },
Direction = "Horizontal",
Flags = {
RemoveRouters = true,
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true
},
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Scale = 1,
PipeStyle = "Direct",
Pos = { 10395, 577.5 }
},
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform1_2",
Source = "Output"
}
},
NameSet = true
},
Loader27 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装1_\\!左腕\\-(非表示).png",
GlobalStart = -1000,
TimeCode = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 4235, -775.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
}
},
CtrlWZoom = false
}
}
}
================================================
FILE: Templates/Edit/Generators/old/ずんだもん.setting
================================================
{
Tools = ordered() {
Zundamon = GroupOperator {
Outputs = ordered() {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "ST_MergeB"
}
},
Inputs = ordered() {
Input1 = InstanceInput {
Default = 0,
Name = "Copy Pose",
Source = "CopyPose",
SourceOp = "Root"
},
Input2 = InstanceInput {
Default = 0,
Name = "Paste Pose",
Source = "PastePose",
SourceOp = "Root"
},
Input3 = InstanceInput {
Default = 0,
Name = "Save Pose",
Source = "SavePose",
SourceOp = "Root"
},
Input4 = InstanceInput {
Default = 0,
Name = "Load Pose",
Source = "LoadPose",
SourceOp = "Root"
},
Input5 = InstanceInput {
Source = "Center",
SourceOp = "ST_MergeB"
},
Input6 = InstanceInput {
Source = "Size",
SourceOp = "ST_MergeB",
Default = 1
},
Input7 = InstanceInput {
Source = "Angle",
SourceOp = "ST_MergeB",
Default = 0
},
Input8 = InstanceInput {
Default = 0,
Source = "FlipHoriz",
SourceOp = "ST_MergeB",
ControlGroup = 1,
Name = "Flip Horizontal"
},
Input9 = InstanceInput {
Default = 0,
Source = "FlipVert",
SourceOp = "ST_MergeB",
ControlGroup = 1,
Name = "Flip Vertical"
},
Input10 = InstanceInput {
Default = 0,
Name = "モーションなし",
Source = "N000_モーションなし",
SourceOp = "モーションSelector"
},
Input11 = InstanceInput {
Default = 0,
Name = "ぽよ",
Source = "N001_ぽよ",
SourceOp = "モーションSelector"
},
Input12 = InstanceInput {
Default = 0,
Name = "ぴょん",
Source = "N002_ぴょん",
SourceOp = "モーションSelector"
},
Input13 = InstanceInput {
Default = 0,
Name = "跳ねる",
Source = "N003_跳ねる",
SourceOp = "モーションSelector"
},
Input14 = InstanceInput {
Default = 0,
Name = "跳ねる_小",
Source = "N004_跳ねる_小",
SourceOp = "モーションSelector"
},
Input15 = InstanceInput {
Default = 0,
Name = "不安",
Source = "N005_不安",
SourceOp = "モーションSelector"
},
Input16 = InstanceInput {
Default = 0,
Name = "荒ぶる",
Source = "N006_荒ぶる",
SourceOp = "モーションSelector"
},
Input17 = InstanceInput {
Default = 0,
Name = "震え",
Source = "N007_震え",
SourceOp = "モーションSelector"
},
Input18 = InstanceInput {
Default = 0,
Name = "記号など",
Source = "Grp_記号など",
SourceOp = "Root"
},
Input19 = InstanceInput {
Default = 0,
Name = "アヒルちゃん show",
Source = "N004_ahiruchan_show_128",
SourceOp = "Root"
},
Input20 = InstanceInput {
Default = 0,
Name = "アヒルちゃん hide",
Source = "N004_ahiruchan_hide_128",
SourceOp = "Root"
},
Input21 = InstanceInput {
Default = 0,
Name = "涙 show",
Source = "N003_namida_show_127",
SourceOp = "Root"
},
Input22 = InstanceInput {
Default = 0,
Name = "涙 hide",
Source = "N003_namida_hide_127",
SourceOp = "Root"
},
Input23 = InstanceInput {
Default = 0,
Name = "汗1 show",
Source = "N002_ase1_show_126",
SourceOp = "Root"
},
Input24 = InstanceInput {
Default = 0,
Name = "汗1 hide",
Source = "N002_ase1_hide_126",
SourceOp = "Root"
},
Input25 = InstanceInput {
Default = 0,
Name = "汗2 show",
Source = "N001_ase2_show_125",
SourceOp = "Root"
},
Input26 = InstanceInput {
Default = 0,
Name = "汗2 hide",
Source = "N001_ase2_hide_125",
SourceOp = "Root"
},
Input27 = InstanceInput {
Default = 0,
Name = "汗3 show",
Source = "N000_ase3_show_124",
SourceOp = "Root"
},
Input28 = InstanceInput {
Default = 0,
Name = "汗3 hide",
Source = "N000_ase3_hide_124",
SourceOp = "Root"
},
Input29 = InstanceInput {
Default = 0,
Name = "枝豆",
Source = "Grp_枝豆",
SourceOp = "Root"
},
Input30 = InstanceInput {
Default = 0,
Source = "N002_paakaaurajitosettodeshiyou121",
Width = 0.5,
Name = "*パーカー(裏地とセットで使用)",
SourceOp = "Root"
},
Input31 = InstanceInput {
Default = 0,
Source = "N001_edamametsuujou120",
Width = 0.25,
Name = "*枝豆通常",
SourceOp = "Root"
},
Input32 = InstanceInput {
Default = 0,
Source = "N000_edamamenae119",
Width = 0.25,
Name = "*枝豆萎え",
SourceOp = "Root"
},
Input33 = InstanceInput {
Default = 1,
Name = "眉",
Source = "Grp_眉",
SourceOp = "Root"
},
Input34 = InstanceInput {
Default = 0,
Source = "N004_futsuumayu116",
Width = 0.25,
Name = "*普通眉",
SourceOp = "Root"
},
Input35 = InstanceInput {
Default = 0,
Source = "N003_ikarimayu115",
Width = 0.25,
Name = "*怒り眉",
SourceOp = "Root"
},
Input36 = InstanceInput {
Default = 0,
Source = "N002_agarimayu114",
Width = 0.25,
Name = "*上がり眉",
SourceOp = "Root"
},
Input37 = InstanceInput {
Default = 0,
Source = "N001_komarimayu1113",
Width = 0.25,
Name = "*困り眉1",
SourceOp = "Root"
},
Input38 = InstanceInput {
Default = 0,
Source = "N000_komarimayu2112",
Width = 0.25,
Name = "*困り眉2",
SourceOp = "Root"
},
Input39 = InstanceInput {
Default = 1,
Name = "目",
Source = "Grp_目",
SourceOp = "Root"
},
Input40 = InstanceInput {
Default = 0,
Source = "N013_mesetto109",
Width = 0.25,
Name = "*目セット",
SourceOp = "Root"
},
Input41 = InstanceInput {
Default = 0,
Source = "N012_uwamuki93",
Width = 0.25,
Name = "*上向き",
SourceOp = "Root"
},
Input42 = InstanceInput {
Default = 0,
Source = "N011_uwamuki292",
Width = 0.25,
Name = "*上向き2",
SourceOp = "Root"
},
Input43 = InstanceInput {
Default = 0,
Source = "N010_uwamuki391",
Width = 0.25,
Name = "*上向き3",
SourceOp = "Root"
},
Input44 = InstanceInput {
Default = 0,
Source = "N009_hosomemehaato90",
Width = 0.25,
Name = "*細め目ハート",
SourceOp = "Root"
},
Input45 = InstanceInput {
Default = 0,
Source = "N008_hosomeme89",
Width = 0.25,
Name = "*細め目",
SourceOp = "Root"
},
Input46 = InstanceInput {
Default = 0,
Source = "N007_jitome88",
Width = 0.25,
Name = "*ジト目",
SourceOp = "Root"
},
Input47 = InstanceInput {
Default = 0,
Source = "N006_nagomime87",
Width = 0.25,
Name = "*なごみ目",
SourceOp = "Root"
},
Input48 = InstanceInput {
Default = 0,
Source = "N005_nikkori86",
Width = 0.25,
Name = "*にっこり",
SourceOp = "Root"
},
Input49 = InstanceInput {
Default = 0,
Source = "N004_nikkori285",
Width = 0.25,
Name = "*にっこり2",
SourceOp = "Root"
},
Input50 = InstanceInput {
Default = 0,
Source = "N003_UU84",
Width = 0.25,
Name = "*UU",
SourceOp = "Root"
},
Input51 = InstanceInput {
Default = 0,
Source = "N002_none83",
Width = 0.25,
Name = "*><",
SourceOp = "Root"
},
Input52 = InstanceInput {
Default = 0,
Source = "N001_〇〇82",
Width = 0.25,
Name = "*〇〇",
SourceOp = "Root"
},
Input53 = InstanceInput {
Default = 0,
Source = "N000_guruguru81",
Width = 0.25,
Name = "*ぐるぐる",
SourceOp = "Root"
},
Input54 = InstanceInput {
Default = 0,
Name = "目セット",
Source = "Grp_目セット",
SourceOp = "Root"
},
Input55 = InstanceInput {
Default = 0,
Source = "N002_futsuushirome98",
Width = 0.25,
Name = "*普通白目",
SourceOp = "Root"
},
Input56 = InstanceInput {
Default = 0,
Source = "N001_jitoshirome97",
Width = 0.25,
Name = "*ジト白目",
SourceOp = "Root"
},
Input57 = InstanceInput {
Default = 0,
Source = "N000_mihirakishirome96",
Width = 0.25,
Name = "*見開き白目",
SourceOp = "Root"
},
Input58 = InstanceInput {
Default = 0,
Name = "黒目",
Source = "Grp_黒目",
SourceOp = "Root"
},
Input59 = InstanceInput {
Default = 0,
Source = "N008_futsuume109",
Width = 0.25,
Name = "*普通目",
SourceOp = "Root"
},
Input60 = InstanceInput {
Default = 0,
Source = "N007_futsuume2108",
Width = 0.25,
Name = "*普通目2",
SourceOp = "Root"
},
Input61 = InstanceInput {
Default = 0,
Source = "N006_futsuume3107",
Width = 0.25,
Name = "*普通目3",
SourceOp = "Root"
},
Input62 = InstanceInput {
Default = 0,
Source = "N005_kameramesen106",
Width = 0.25,
Name = "*カメラ目線",
SourceOp = "Root"
},
Input63 = InstanceInput {
Default = 0,
Source = "N004_kameramesen2105",
Width = 0.25,
Name = "*カメラ目線2",
SourceOp = "Root"
},
Input64 = InstanceInput {
Default = 0,
Source = "N003_kameramesen3104",
Width = 0.25,
Name = "*カメラ目線3",
SourceOp = "Root"
},
Input65 = InstanceInput {
Default = 0,
Source = "N002_mesorashi103",
Width = 0.25,
Name = "*目逸らし",
SourceOp = "Root"
},
Input66 = InstanceInput {
Default = 0,
Source = "N001_mesorashi2102",
Width = 0.25,
Name = "*目逸らし2",
SourceOp = "Root"
},
Input67 = InstanceInput {
Default = 0,
Source = "N000_mesorashi3101",
Width = 0.25,
Name = "*目逸らし3",
SourceOp = "Root"
},
Input68 = InstanceInput {
Default = 1,
Name = "顔色",
Source = "Grp_顔色",
SourceOp = "Root"
},
Input69 = InstanceInput {
Default = 0,
Name = "かげり show",
Source = "N000_kageri_show_73",
SourceOp = "Root"
},
Input70 = InstanceInput {
Default = 0,
Name = "かげり hide",
Source = "N000_kageri_hide_73",
SourceOp = "Root"
},
Input71 = InstanceInput {
Default = 0,
Source = "N005_hoppe78",
Width = 0.25,
Name = "*ほっぺ",
SourceOp = "Root"
},
Input72 = InstanceInput {
Default = 0,
Source = "N004_hoppe277",
Width = 0.25,
Name = "*ほっぺ2",
SourceOp = "Root"
},
Input73 = InstanceInput {
Default = 0,
Source = "N003_hoppeakame76",
Width = 0.25,
Name = "*ほっぺ赤め",
SourceOp = "Root"
},
Input74 = InstanceInput {
Default = 0,
Source = "N002_aozame75",
Width = 0.25,
Name = "*青ざめ",
SourceOp = "Root"
},
Input75 = InstanceInput {
Default = 0,
Source = "N001_hihyouji74",
Width = 0.25,
Name = "*(非表示)",
SourceOp = "Root"
},
Input76 = InstanceInput {
Default = 1,
Name = "口",
Source = "Grp_口",
SourceOp = "Root"
},
Input77 = InstanceInput {
Default = 0,
Source = "N012_muu70",
Width = 0.25,
Name = "*むー",
SourceOp = "Root"
},
Input78 = InstanceInput {
Default = 0,
Source = "N011_yu69",
Width = 0.25,
Name = "*ゆ",
SourceOp = "Root"
},
Input79 = InstanceInput {
Default = 0,
Source = "N010_o68",
Width = 0.25,
Name = "*お",
SourceOp = "Root"
},
Input80 = InstanceInput {
Default = 0,
Source = "N009_ohoo67",
Width = 0.25,
Name = "*おほお",
SourceOp = "Root"
},
Input81 = InstanceInput {
Default = 0,
Source = "N008_hahee66",
Width = 0.25,
Name = "*はへえ",
SourceOp = "Root"
},
Input82 = InstanceInput {
Default = 0,
Source = "N007_nn65",
Width = 0.25,
Name = "*んー",
SourceOp = "Root"
},
Input83 = InstanceInput {
Default = 0,
Source = "N006_nhee64",
Width = 0.25,
Name = "*んへー",
SourceOp = "Root"
},
Input84 = InstanceInput {
Default = 0,
Source = "N005_naa63",
Width = 0.25,
Name = "*んあー",
SourceOp = "Root"
},
Input85 = InstanceInput {
Default = 0,
Source = "N004_△62",
Width = 0.25,
Name = "*△",
SourceOp = "Root"
},
Input86 = InstanceInput {
Default = 0,
Source = "N003_mufu61",
Width = 0.25,
Name = "*むふ",
SourceOp = "Root"
},
Input87 = InstanceInput {
Default = 0,
Source = "N002_hoo60",
Width = 0.25,
Name = "*ほー",
SourceOp = "Root"
},
Input88 = InstanceInput {
Default = 0,
Source = "N001_hoa59",
Width = 0.25,
Name = "*ほあ",
SourceOp = "Root"
},
Input89 = InstanceInput {
Default = 0,
Source = "N000_hoaa58",
Width = 0.25,
Name = "*ほあー",
SourceOp = "Root"
},
Input90 = InstanceInput {
Default = 1,
Name = "右腕",
Source = "Grp_右腕1",
SourceOp = "Root"
},
Input91 = InstanceInput {
Default = 0,
Source = "N007_kihon55",
Width = 0.25,
Name = "*基本",
SourceOp = "Root"
},
Input92 = InstanceInput {
Default = 0,
Source = "N006_koshi54",
Width = 0.25,
Name = "*腰",
SourceOp = "Root"
},
Input93 = InstanceInput {
Default = 0,
Source = "N005_tewoageru53",
Width = 0.25,
Name = "*手を挙げる",
SourceOp = "Root"
},
Input94 = InstanceInput {
Default = 0,
Source = "N004_kuchimoto52",
Width = 0.25,
Name = "*口元",
SourceOp = "Root"
},
Input95 = InstanceInput {
Default = 0,
Source = "N003_kurushimu51",
Width = 0.25,
Name = "*苦しむ",
SourceOp = "Root"
},
Input96 = InstanceInput {
Default = 0,
Source = "N002_yubisashishi50",
Width = 0.25,
Name = "*指差し",
SourceOp = "Root"
},
Input97 = InstanceInput {
Default = 0,
Source = "N001_maiku49",
Width = 0.25,
Name = "*マイク",
SourceOp = "Root"
},
Input98 = InstanceInput {
Default = 0,
Source = "N000_hihyouji48",
Width = 0.25,
Name = "*(非表示)",
SourceOp = "Root"
},
Input99 = InstanceInput {
Default = 1,
Name = "左腕",
Source = "Grp_左腕1",
SourceOp = "Root"
},
Input100 = InstanceInput {
Default = 0,
Source = "N007_kihon45",
Width = 0.25,
Name = "*基本",
SourceOp = "Root"
},
Input101 = InstanceInput {
Default = 0,
Source = "N006_koshi44",
Width = 0.25,
Name = "*腰",
SourceOp = "Root"
},
Input102 = InstanceInput {
Default = 0,
Source = "N005_tewoageru43",
Width = 0.25,
Name = "*手を挙げる",
SourceOp = "Root"
},
Input103 = InstanceInput {
Default = 0,
Source = "N004_kuchimoto42",
Width = 0.25,
Name = "*口元",
SourceOp = "Root"
},
Input104 = InstanceInput {
Default = 0,
Source = "N003_kurushimu41",
Width = 0.25,
Name = "*苦しむ",
SourceOp = "Root"
},
Input105 = InstanceInput {
Default = 0,
Source = "N002_kangaeru40",
Width = 0.25,
Name = "*考える",
SourceOp = "Root"
},
Input106 = InstanceInput {
Default = 0,
Source = "N001_hisohiso39",
Width = 0.25,
Name = "*ひそひそ",
SourceOp = "Root"
},
Input107 = InstanceInput {
Default = 0,
Source = "N000_hihyouji38",
Width = 0.25,
Name = "*(非表示)",
SourceOp = "Root"
},
Input108 = InstanceInput {
Default = 0,
Name = "Root",
Source = "Grp_Root2",
SourceOp = "Root"
},
Input109 = InstanceInput {
Default = 0,
Name = "パーカー裏地 show",
Source = "N001_paakaauraji_show_3",
SourceOp = "Root"
},
Input110 = InstanceInput {
Default = 0,
Name = "パーカー裏地 hide",
Source = "N001_paakaauraji_hide_3",
SourceOp = "Root"
},
Input111 = InstanceInput {
Default = 0,
Name = "尻尾的なアレ show",
Source = "N000_shippotekinaare_show_2",
SourceOp = "Root"
},
Input112 = InstanceInput {
Default = 0,
Name = "尻尾的なアレ hide",
Source = "N000_shippotekinaare_hide_2",
SourceOp = "Root"
},
Input113 = InstanceInput {
Default = 0,
Name = "服装1",
Source = "Grp_服装1",
SourceOp = "Root"
},
Input114 = InstanceInput {
Default = 0,
Source = "N001_itsumonofuku35",
Width = 0.25,
Name = "*いつもの服",
SourceOp = "Root"
},
Input115 = InstanceInput {
Default = 0,
Source = "N000_seifuku34",
Width = 0.25,
Name = "*制服",
SourceOp = "Root"
},
Input116 = InstanceInput {
Source = "Anim",
SourceOp = "MouthCtrl",
Default = 0
},
Input117 = InstanceInput {
Source = "AnimOn",
SourceOp = "MouthCtrl",
Default = 0
},
Input118 = InstanceInput {
Source = "AnimOff",
SourceOp = "MouthCtrl",
Default = 0
},
Input119 = InstanceInput {
Name = "",
Source = "AnimStatus",
SourceOp = "MouthCtrl"
},
Input120 = InstanceInput {
Source = "Open",
SourceOp = "MouthCtrlB",
Default = -1
},
Input121 = InstanceInput {
Source = "Blink",
SourceOp = "EyeCtrl",
Default = 127
},
Input122 = InstanceInput {
Source = "Close",
SourceOp = "EyeCtrl",
Default = 4
},
Input123 = InstanceInput {
Source = "Apply",
SourceOp = "EyeCtrl",
Default = 0
},
Input124 = InstanceInput {
Default = 0,
Name = "ボタンを押さないと反映されません。",
Source = "at00",
SourceOp = "EyeCtrl"
},
Input125 = InstanceInput {
Default = 0,
Name = "",
Source = "sp00",
SourceOp = "EyeCtrl"
},
Input126 = InstanceInput {
Source = "BlinkOn",
SourceOp = "EyeCtrl",
Default = 0
},
Input127 = InstanceInput {
Source = "BlinkOff",
SourceOp = "EyeCtrl",
Default = 0
},
Input128 = InstanceInput {
Name = "",
Source = "EyeStatus",
SourceOp = "EyeCtrl"
}
},
Tools = ordered() {
Loader88 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!眉\\-困り眉1_.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 7535, -511.5 } }
},
Loader21 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\!左腕\\-口元.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 3135, -775.5 } }
},
Loader35 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装1_\\!右腕\\-(非表示).png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 5335, -775.5 } }
},
Loader65 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-UU.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 7535, -1897.5 } }
},
Loader33 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装1_\\!左腕\\-腰.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4895, -775.5 } }
},
Loader4 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\-ぱんつ.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 825, -511.5 } }
},
Loader95 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\記号など\\汗3_.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 8745, -511.5 } }
},
Loader20 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\!左腕\\-苦しむ.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 3025, -775.5 } }
},
Loader80 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-目セット\\!黒目\\-目逸らし.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 9625, -2425.5 } }
},
Loader28 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装1_\\!左腕\\-ひそひそ.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4345, -775.5 } }
},
Loader78 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-目セット\\!黒目\\-目逸らし3_.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 9405, -2425.5 } }
},
Loader63 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-〇〇.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 7315, -1897.5 } }
},
Loader82 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-目セット\\!黒目\\-カメラ目線2_.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 9845, -2425.5 } }
},
Loader12 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\!右腕\\-口元.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 1925, -775.5 } }
},
["ぽよ"] = GroupOperator {
Outputs = {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "Transform"
}
},
Inputs = ordered() {
MainInput1 = InstanceInput {
Source = "Input",
SourceOp = "Transform"
},
Input1 = InstanceInput {
Page = "Controls",
Source = "speed",
Default = 1,
SourceOp = "Transform",
Name = "スピード"
},
Input2 = InstanceInput {
Default = 1,
Source = "SecondOperand",
SourceOp = "Calculation2",
Name = "強さ"
},
Input3 = InstanceInput {
Source = "Pivot",
SourceOp = "Transform"
}
},
ViewInfo = GroupInfo {
Offset = { 0, 0 },
Pos = { 9735, 577.5 },
Scale = 1,
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
PipeStyle = "Direct",
Direction = "Horizontal",
Flags = {
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true,
AllowPan = false,
ForceAll = true,
GridSnap = true
}
},
Tools = ordered() {
Transform = Transform {
UserControls = 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" } },
Inputs = {
Aspect = Input {
Source = "Result",
SourceOp = "Calculation1"
},
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
},
Pivot = Input { Value = { 0.5, 0 } }
},
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
CtrlWZoom = false,
NameSet = true,
CtrlWShown = false
},
Calculation1 = Calculation {
CtrlWZoom = false,
Inputs = {
SecondOperand = Input { Value = 1 },
FirstOperand = Input {
Source = "Result",
SourceOp = "Calculation2"
},
FirstOperandTimeOffset = Input { Expression = "-comp.GlobalStart" }
}
},
Calculation2 = Calculation {
CtrlWZoom = false,
Inputs = {
SecondOperand = Input { Value = 0.8 },
FirstOperandTimeScale = Input { Expression = "Transform.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate" },
FirstOperand = Input {
Source = "Value",
SourceOp = "CalculationonCalculationonTransformAspectFirstOperand"
},
Operator = Input { Value = 2 }
}
},
CalculationonCalculationonTransformAspectFirstOperand = BezierSpline {
CtrlWZoom = false,
SplineColor = { Green = 105, Blue = 30, Red = 210 },
KeyFrames = {
[0] = { 0, RH = { 1, 0 }, Flags = { Linear = true } },
[3] = { 0.0800000000000001, RH = { 4.66666666666667, 0.0800000000000001 }, LH = { 2, 0.0800000000000001 } },
[8] = { -0.0489999999999999, RH = { 9.33333333333333, -0.0489999999999999 }, LH = { 6.33333333333333, -0.0489999999999999 } },
[12] = { 0.03, RH = { 13.3333333333333, 0.03 }, LH = { 10.6666666666667, 0.03 } },
[16] = { -0.00700000000000001, RH = { 16.6666666666667, -0.00700000000000001 }, LH = { 14.6666666666667, -0.00700000000000001 } },
[18] = { 0.004, RH = { 18.6666666666667, 0.004 }, LH = { 17.3333333333333, 0.004 } },
[20] = { 0, LH = { 19.3333333333333, 0 } }
}
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } }
},
Loader36 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装1_\\!右腕\\-マイク.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 5445, -775.5 } }
},
Loader38 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装1_\\!右腕\\-苦しむ.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 5665, -775.5 } }
},
Loader13 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\!右腕\\-手を挙げる.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 2035, -775.5 } }
},
Loader40 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装1_\\!右腕\\-手を挙げる.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 5885, -775.5 } }
},
Loader5 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\-スク水.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 935, -511.5 } }
},
Loader10 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\!右腕\\-指差し.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 1705, -775.5 } }
},
["荒ぶる"] = GroupOperator {
Outputs = {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "Transform1_2_1"
}
},
Inputs = ordered() {
MainInput1 = InstanceInput {
Source = "Input",
SourceOp = "Transform1_2_1"
},
Input3 = InstanceInput {
Width = 1,
Source = "RandomSeed",
Default = 0,
SourceOp = "Shake1_1"
},
Input4 = InstanceInput {
Source = "Randomize",
Width = 0.385,
SourceOp = "Shake1_1"
},
Input5 = InstanceInput {
Source = "Smoothness",
Default = 10,
SourceOp = "Shake1_1"
},
Input1 = InstanceInput {
Default = 0.1,
Source = "x",
SourceOp = "Transform1_2_1",
Name = "X"
},
Input2 = InstanceInput {
Default = 0.1,
Source = "y",
SourceOp = "Transform1_2_1",
Name = "Y"
}
},
ViewInfo = GroupInfo {
Offset = { 0, 0 },
Pos = { 10560, 577.5 },
Scale = 1,
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
PipeStyle = "Direct",
Direction = "Horizontal",
Flags = {
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true,
AllowPan = false,
ForceAll = true,
GridSnap = true
}
},
Tools = ordered() {
Transform1_2_1 = Transform {
Inputs = {
in_out = Input {
Source = "Result",
SourceOp = "KeyframeStretcher1_1"
},
y = Input { Value = 0.03 },
Center = Input {
Expression = "Point(0.5, 0.5) + shake * in_out",
Value = { 0.502997744173508, 0.497908177638071 }
},
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
},
x = Input { Value = 0.03 },
shake = Input {
Source = "Position",
SourceOp = "Shake1_1"
}
},
UserControls = 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" } },
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
CtrlWZoom = false,
CtrlWShown = false
},
KeyframeStretcher1_1 = KeyStretcherMod {
CtrlWZoom = false,
Inputs = {
Keyframes = Input {
Source = "Value",
SourceOp = "KeyStretcheronTransform1_2_1Keyframes"
},
StretchStart = Input { Value = 10 },
StretchEnd = Input { Value = 110 }
}
},
KeyStretcheronTransform1_2_1Keyframes = BezierSpline {
CtrlWZoom = false,
SplineColor = { Green = 106, Blue = 231, Red = 193 },
KeyFrames = {
[0] = { 0, RH = { 3.33333333333333, 0 }, Flags = { Linear = true } },
[10] = { 1, RH = { 43.3333333333333, 1 }, LH = { 6.66666666666667, 1 } },
[110] = { 1, RH = { 113.333333333333, 1 }, LH = { 76.6666666666667, 1 } },
[120] = { 0, LH = { 116.666666666667, 0 } }
}
},
Shake1_1 = Shake {
Faster = true,
CtrlWZoom = false,
Inputs = {
YMaximum = Input {
Expression = "Transform1_2_1.y",
Value = 0.1
},
LockXY = Input { Value = 0 },
XMinimum = Input {
Expression = "-Transform1_2_1.x",
Value = -0.1
},
XMaximum = Input {
Expression = "Transform1_2_1.x",
Value = 0.1
},
Smoothness = Input { Value = 1.5 },
YMinimum = Input {
Expression = "-Transform1_2_1.y",
Value = -0.1
}
}
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } }
},
Loader98 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\記号など\\涙.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 9075, -511.5 } }
},
Loader99 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\記号など\\アヒルちゃん.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 9185, -511.5 } }
},
Loader39 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装1_\\!右腕\\-口元.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 5775, -775.5 } }
},
Loader15 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\!右腕\\-基本.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 2255, -775.5 } }
},
Loader31 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装1_\\!左腕\\-口元.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4675, -775.5 } }
},
Loader11 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\!右腕\\-苦しむ.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 1815, -775.5 } }
},
Loader14 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\!右腕\\-腰.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 2145, -775.5 } }
},
Loader24 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\!左腕\\-基本.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 3465, -775.5 } }
},
Loader23 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\!左腕\\-腰.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 3355, -775.5 } }
},
Loader71 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-細め目ハート.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 8195, -1897.5 } }
},
Loader48 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!口\\-んあー.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 9130, -1468.5 } }
},
Loader50 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!口\\-んー.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 9350, -1468.5 } }
},
Background2 = Background {
Inputs = {
Width = Input { Value = 1082 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 605, -379.5 } }
},
Loader3 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\-素体.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 715, -511.5 } }
},
["服装2_MG"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "Background2"
},
Foreground = Input {
Source = "Output",
SourceOp = "Loader3"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 1045, -379.5 } }
},
Background3 = Background {
Inputs = {
Width = Input { Value = 1082 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 1265, -643.5 } }
},
Loader7 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\!右腕\\-(非表示).png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 1375, -775.5 } }
},
["右腕_MG"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "Background3"
},
Foreground = Input {
Source = "Output",
SourceOp = "Loader7"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 2255, -643.5 } }
},
["右腕"] = Transform {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "右腕_MG"
}
},
ViewInfo = OperatorInfo { Pos = { 2255, -511.5 } }
},
["右腕_MG1"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "服装2_MG"
},
Foreground = Input {
Source = "Output",
SourceOp = "右腕"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 2255, -379.5 } }
},
Background4 = Background {
Inputs = {
Width = Input { Value = 1082 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 2475, -643.5 } }
},
Loader16 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\!左腕\\-(非表示).png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 2585, -775.5 } }
},
["左腕_MG"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "Background4"
},
Foreground = Input {
Source = "Output",
SourceOp = "Loader16"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 3465, -643.5 } }
},
["左腕"] = Transform {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "左腕_MG"
}
},
ViewInfo = OperatorInfo { Pos = { 3465, -511.5 } }
},
["左腕_MG1"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "右腕_MG1"
},
Foreground = Input {
Source = "Output",
SourceOp = "左腕"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 3465, -379.5 } }
},
["服装2"] = Transform {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "左腕_MG1"
}
},
ViewInfo = OperatorInfo { Pos = { 3465, -247.5 } }
},
Loader69 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-ジト目.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 7975, -1897.5 } }
},
["跳ねる"] = GroupOperator {
Outputs = {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "Transform1_1"
}
},
Inputs = ordered() {
MainInput1 = InstanceInput {
Source = "Input",
SourceOp = "Transform1_1"
},
Input1 = InstanceInput {
MinScale = 0.0010000000475,
Source = "speed",
Default = 2,
SourceOp = "Transform1_1"
},
Input2 = InstanceInput {
Source = "amplitude",
Default = 0.1,
SourceOp = "Transform1_1"
}
},
ViewInfo = GroupInfo {
Offset = { 0, 0 },
Pos = { 10065, 577.5 },
Scale = 1,
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
PipeStyle = "Direct",
Direction = "Horizontal",
Flags = {
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true,
AllowPan = false,
ForceAll = true,
GridSnap = true
}
},
Tools = ordered() {
Transform1_1 = Transform {
Inputs = {
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\n",
Value = 0.951056516295154
},
Center = Input {
Expression = "Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))",
Value = { 0.5, 0.595105651629515 }
},
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
},
speed = Input { Value = 2 },
amplitude = Input { Value = 0.08 }
},
UserControls = 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" } },
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
CtrlWZoom = false,
CtrlWShown = false
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } }
},
Loader89 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!眉\\-上がり眉.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 7645, -511.5 } }
},
Loader72 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-上向き3_.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 8305, -1897.5 } }
},
Loader52 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!口\\-おほお.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 9570, -1468.5 } }
},
Loader41 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装1_\\!右腕\\-腰.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 5995, -775.5 } }
},
Loader58 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!顔色\\-青ざめ.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 6655, -511.5 } }
},
Loader59 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!顔色\\-ほっぺ赤め.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 6765, -511.5 } }
},
Loader96 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\記号など\\汗2_.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 8855, -511.5 } }
},
Loader55 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!口\\-むー.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 9900, -1468.5 } }
},
Loader56 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!顔色\\かげり.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 6435, -511.5 } }
},
Loader62 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-ぐるぐる.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 7205, -1897.5 } }
},
Loader76 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-目セット\\-ジト白目.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 8965, -2161.5 } }
},
ST_Background = Background {
Inputs = {
Width = Input { Value = 1920 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1080 },
TopLeftAlpha = Input { Value = 0 },
UseFrameFormatSettings = Input { Value = 1 },
Depth = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 9955, 973.5 } },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
}
},
ST_SetDomain = SetDomain {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "ST_Background"
},
Mode = Input { Value = FuID { "Set" } },
Right = Input { Value = 0 },
Top = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 10120, 973.5 } },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
}
},
["モーションSelector"] = Transform {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
}
},
UserControls = ordered() {
["N000_モーションなし"] = {
LINKS_Name = "モーションなし",
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"モーションなし\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["N001_ぽよ"] = {
LINKS_Name = "ぽよ",
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"ぽよ\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["N002_ぴょん"] = {
LINKS_Name = "ぴょん",
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"ぴょん\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["N003_跳ねる"] = {
LINKS_Name = "跳ねる",
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"跳ねる\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["N004_跳ねる_小"] = {
LINKS_Name = "跳ねる_小",
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"跳ねる_小\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["N005_不安"] = {
LINKS_Name = "不安",
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"不安\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["N006_荒ぶる"] = {
LINKS_Name = "荒ぶる",
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"荒ぶる\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["N007_震え"] = {
LINKS_Name = "震え",
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"震え\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
}
},
Colors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 10285, 775.5 } }
},
ST_MergeB = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "ST_SetDomain"
},
Foreground = Input {
Source = "Output",
SourceOp = "モーションSelector"
},
PerformDepthMerge = Input { Value = 0 },
Center = Input { Value = { 0.85, 0.15 } }
},
Colors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },
ViewInfo = OperatorInfo { Pos = { 10285, 973.5 } },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
}
},
Loader81 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-目セット\\!黒目\\-カメラ目線3_.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 9735, -2425.5 } }
},
Loader60 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!顔色\\-ほっぺ2_.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 6875, -511.5 } }
},
Loader83 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-目セット\\!黒目\\-カメラ目線.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 9955, -2425.5 } }
},
Loader85 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-目セット\\!黒目\\-普通目2_.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 10175, -2425.5 } }
},
Loader37 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装1_\\!右腕\\-指差し.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 5555, -775.5 } }
},
Loader25 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装1_\\-制服.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 3795, -511.5 } }
},
Loader70 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-細め目.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 8085, -1897.5 } }
},
Loader67 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-にっこり.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 7755, -1897.5 } }
},
Loader29 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装1_\\!左腕\\-考える.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4455, -775.5 } }
},
Loader64 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-__.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 7425, -1897.5 } }
},
Loader22 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\!左腕\\-手を挙げる.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 3245, -775.5 } }
},
Loader6 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\-バスタオル.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 1045, -511.5 } }
},
Loader75 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-目セット\\-見開き白目.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 8855, -2161.5 } }
},
Loader94 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!枝豆\\-パーカー(裏地とセットで使用).png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 8415, -511.5 } }
},
Loader97 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\記号など\\汗1_.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 8965, -511.5 } }
},
Loader84 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-目セット\\!黒目\\-普通目3_.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 10065, -2425.5 } }
},
Loader66 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-にっこり2_.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 7645, -1897.5 } }
},
Loader87 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!眉\\-困り眉2_.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 7425, -511.5 } }
},
Loader8 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\!右腕\\-胸元.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 1485, -775.5 } }
},
Loader32 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装1_\\!左腕\\-手を挙げる.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4785, -775.5 } }
},
Loader92 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!枝豆\\-枝豆萎え.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 8195, -511.5 } }
},
Loader74 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-上向き.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 8525, -1897.5 } }
},
["ぴょん"] = GroupOperator {
Outputs = {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "Transform1"
}
},
Inputs = ordered() {
MainInput1 = InstanceInput {
Source = "Input",
SourceOp = "Transform1"
},
Input1 = InstanceInput {
Default = 1,
Source = "speed",
SourceOp = "Transform1",
Name = "スピード"
},
Input3 = InstanceInput {
Default = 1,
Source = "SecondOperand",
SourceOp = "Calculation2_1",
Name = "強さ"
},
Input2 = InstanceInput {
Default = 0,
Source = "offset",
SourceOp = "Transform1",
Name = "時間オフセット(フレーム)"
}
},
ViewInfo = GroupInfo {
Offset = { 0, 0 },
Pos = { 9900, 577.5 },
Scale = 1,
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
PipeStyle = "Direct",
Direction = "Horizontal",
Flags = {
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true,
AllowPan = false,
ForceAll = true,
GridSnap = true
}
},
Tools = ordered() {
Transform1 = Transform {
Inputs = {
Center = Input {
Source = "Value",
SourceOp = "XYPath1"
},
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
}
},
UserControls = 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" } },
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
CtrlWZoom = false,
CtrlWShown = false
},
XYPath1 = XYPath {
DrawMode = "ModifyOnly",
Inputs = {
X = Input { Value = 0.5 },
Y = Input {
Source = "Result",
SourceOp = "Calculation1_1"
}
},
CtrlWZoom = false,
ShowKeyPoints = false
},
Calculation1_1 = Calculation {
CtrlWZoom = false,
Inputs = {
SecondOperand = Input { Value = 0.5 },
FirstOperand = Input {
Source = "Result",
SourceOp = "Calculation2_1"
},
FirstOperandTimeOffset = Input { Expression = "-comp.GlobalStart - Transform1.offset" }
}
},
Calculation2_1 = Calculation {
CtrlWZoom = false,
Inputs = {
SecondOperand = Input { Value = 0.5 },
FirstOperandTimeScale = Input { Expression = "Transform1.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate" },
FirstOperand = Input {
Source = "Value",
SourceOp = "CalculationonCalculationonTransform1CenterXYPath1YFirstOperand"
},
Operator = Input { Value = 2 }
}
},
CalculationonCalculationonTransform1CenterXYPath1YFirstOperand = BezierSpline {
CtrlWZoom = false,
SplineColor = { Green = 255, Blue = 0, Red = 0 },
KeyFrames = {
[0] = { 0, RH = { 4.65, 0.225 }, Flags = { Linear = true } },
[17] = { 0, RH = { 19.6825406677053, 0.0439451976698349 }, LH = { 12.4, 0.214 } },
[25] = { 0.000999999999999557, RH = { 27.6, 0.025 }, LH = { 23.6, 0.0269999999999996 } },
[30] = { 0, LH = { 28.4282452630596, 0 } }
}
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } }
},
Loader2 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\パーカー裏地.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 385, -247.5 } }
},
Loader30 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装1_\\!左腕\\-苦しむ.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4565, -775.5 } }
},
Loader91 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!眉\\-普通眉.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 7865, -511.5 } }
},
["震え"] = GroupOperator {
Outputs = {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "Transform1_3"
}
},
Inputs = ordered() {
MainInput1 = InstanceInput {
Source = "Input",
SourceOp = "Transform1_3"
},
Input1 = InstanceInput {
Source = "speed",
Default = 2,
SourceOp = "Transform1_3"
},
Input2 = InstanceInput {
Source = "amplitude",
Default = 0.1,
SourceOp = "Transform1_3"
},
Input3 = InstanceInput {
Source = "Y",
Default = 0,
SourceOp = "Transform1_3"
}
},
ViewInfo = GroupInfo {
Offset = { 0, 0 },
Pos = { 10725, 577.5 },
Scale = 1,
Size = { 126, 109.359001159668, 63, 24.2423992156982 },
PipeStyle = "Direct",
Direction = "Horizontal",
Flags = {
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true,
AllowPan = false,
ForceAll = true,
GridSnap = true
}
},
Tools = ordered() {
Transform1_3 = Transform {
Inputs = {
v = Input {
Expression = "0.5 + amplitude * iif(time > out, 0,bound)",
Value = 0.504755282581476
},
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)",
Value = 0.951056516295153
},
Center = Input {
Expression = "iif(Y == 0, Point(v, 0.5),Point(0.5,v))",
Value = { 0.504755282581476, 0.5 }
},
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
},
speed = Input { Value = 12 },
amplitude = Input { Value = 0.005 }
},
UserControls = 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" } },
CtrlWShown = false,
ViewInfo = OperatorInfo { Pos = { 0, 29.7576007843018 } }
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } }
},
Loader9 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\!右腕\\-マイク.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 1595, -775.5 } }
},
Loader47 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!口\\-△.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 9020, -1468.5 } }
},
Loader73 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-上向き2_.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 8415, -1897.5 } }
},
Loader57 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!顔色\\-(非表示).png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 6545, -511.5 } }
},
Loader19 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\!左腕\\-考える.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 2915, -775.5 } }
},
Loader79 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-目セット\\!黒目\\-目逸らし2_.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 9515, -2425.5 } }
},
Loader17 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\!左腕\\-ひそひそ.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 2695, -775.5 } }
},
["跳ねる_小"] = GroupOperator {
Outputs = {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "Transform1_1_1"
}
},
Inputs = ordered() {
MainInput1 = InstanceInput {
Source = "Input",
SourceOp = "Transform1_1_1"
},
Input1 = InstanceInput {
MinScale = 0.0010000000475,
Source = "speed",
Default = 2,
SourceOp = "Transform1_1_1"
},
Input2 = InstanceInput {
Source = "amplitude",
Default = 0.1,
SourceOp = "Transform1_1_1"
}
},
ViewInfo = GroupInfo {
Offset = { 0, 0 },
Pos = { 10230, 577.5 },
Scale = 1,
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
PipeStyle = "Direct",
Direction = "Horizontal",
Flags = {
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true,
AllowPan = false,
ForceAll = true,
GridSnap = true
}
},
Tools = ordered() {
Transform1_1_1 = Transform {
Inputs = {
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\n",
Value = 0.951056516295154
},
Center = Input {
Expression = "Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))",
Value = { 0.5, 0.595105651629515 }
},
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
},
speed = Input { Value = 2 },
amplitude = Input { Value = 0.02 }
},
UserControls = 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" } },
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
CtrlWZoom = false,
CtrlWShown = false
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } }
},
Loader18 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\!左腕\\-胸元.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 2805, -775.5 } }
},
Loader51 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!口\\-はへえ.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 9460, -1468.5 } }
},
Background1 = Background {
Inputs = {
Width = Input { Value = 1482 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 2250 },
Depth = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 165, -247.5 } }
},
SetDomain1 = SetDomain {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Background1"
},
Mode = Input { Value = FuID { "Set" } },
Right = Input { Value = 0 },
Top = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 165, -115.5 } }
},
Loader1 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\尻尾的なアレ.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 275, -247.5 } }
},
["尻尾的なアレ_MG"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "SetDomain1"
},
Foreground = Input {
Source = "Output",
SourceOp = "Loader1"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 275, -115.5 } }
},
["パーカー裏地_MG"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "尻尾的なアレ_MG"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 385, -115.5 } }
},
Background5 = Background {
Inputs = {
Width = Input { Value = 1082 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 3685, -379.5 } }
},
Loader26 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装1_\\-いつもの服.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 3905, -511.5 } }
},
["服装1_MG"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "Background5"
},
Foreground = Input {
Source = "Output",
SourceOp = "Loader26"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 3905, -379.5 } }
},
Background6 = Background {
Inputs = {
Width = Input { Value = 1082 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4125, -643.5 } }
},
Loader34 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装1_\\!左腕\\-基本.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 5005, -775.5 } }
},
["左腕1_MG"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "Background6"
},
Foreground = Input {
Source = "Output",
SourceOp = "Loader34"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 5005, -643.5 } }
},
["左腕1"] = Transform {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "左腕1_MG"
}
},
ViewInfo = OperatorInfo { Pos = { 5005, -511.5 } }
},
["左腕_MG2"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "服装1_MG"
},
Foreground = Input {
Source = "Output",
SourceOp = "左腕1"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 5005, -379.5 } }
},
Background7 = Background {
Inputs = {
Width = Input { Value = 1082 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 5225, -643.5 } }
},
Loader42 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装1_\\!右腕\\-基本.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 6105, -775.5 } }
},
["右腕1_MG"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "Background7"
},
Foreground = Input {
Source = "Output",
SourceOp = "Loader42"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 6105, -643.5 } }
},
["右腕1"] = Transform {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "右腕1_MG"
}
},
ViewInfo = OperatorInfo { Pos = { 6105, -511.5 } }
},
["右腕_MG2"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "左腕_MG2"
},
Foreground = Input {
Source = "Output",
SourceOp = "右腕1"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 6105, -379.5 } }
},
["服装1"] = Transform {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "右腕_MG2"
}
},
ViewInfo = OperatorInfo { Pos = { 6105, -247.5 } }
},
Root_MG = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "パーカー裏地_MG"
},
Foreground = Input {
Source = "Output",
SourceOp = "服装1"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 6105, -115.5 } }
},
Background9 = Background {
Inputs = {
Width = Input { Value = 1082 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 6325, -379.5 } }
},
["かげり_MG"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "Background9"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 6435, -379.5 } }
},
Loader61 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!顔色\\-ほっぺ.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 6985, -511.5 } }
},
["顔色_MG"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "かげり_MG"
},
Foreground = Input {
Source = "Output",
SourceOp = "Loader61"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 6985, -379.5 } }
},
["顔色"] = Transform {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "顔色_MG"
}
},
ViewInfo = OperatorInfo { Pos = { 6985, -247.5 } }
},
["顔色_MG1"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "Root_MG"
},
Foreground = Input {
Source = "Output",
SourceOp = "顔色"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 6985, -115.5 } }
},
Background13 = Background {
Inputs = {
Width = Input { Value = 1082 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 7315, -379.5 } }
},
Loader90 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!眉\\-怒り眉.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 7755, -511.5 } }
},
["眉_MG"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "Background13"
},
Foreground = Input {
Source = "Output",
SourceOp = "Loader90"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 7865, -379.5 } }
},
["眉"] = Transform {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "眉_MG"
}
},
ViewInfo = OperatorInfo { Pos = { 7865, -247.5 } }
},
["眉_MG1"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "顔色_MG1"
},
Foreground = Input {
Source = "Output",
SourceOp = "眉"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 7865, -115.5 } }
},
Background14 = Background {
Inputs = {
Width = Input { Value = 1082 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 8085, -379.5 } }
},
Loader93 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!枝豆\\-枝豆通常.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 8305, -511.5 } }
},
["枝豆_MG"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "Background14"
},
Foreground = Input {
Source = "Output",
SourceOp = "Loader93"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 8415, -379.5 } }
},
["枝豆"] = Transform {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "枝豆_MG"
}
},
ViewInfo = OperatorInfo { Pos = { 8415, -247.5 } }
},
["枝豆_MG1"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "眉_MG1"
},
Foreground = Input {
Source = "Output",
SourceOp = "枝豆"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 8415, -115.5 } }
},
Background15 = Background {
Inputs = {
Width = Input { Value = 1082 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 8635, -379.5 } }
},
["汗3_MG"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "Background15"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 8745, -379.5 } }
},
["汗2_MG"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "汗3_MG"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 8855, -379.5 } }
},
["汗1_MG"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "汗2_MG"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 8965, -379.5 } }
},
["涙_MG"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "汗1_MG"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 9075, -379.5 } }
},
["アヒルちゃん_MG"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "涙_MG"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 9185, -379.5 } }
},
["記号など"] = Transform {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "アヒルちゃん_MG"
}
},
ViewInfo = OperatorInfo { Pos = { 9185, -247.5 } }
},
["記号など_MG"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "枝豆_MG1"
},
Foreground = Input {
Source = "Output",
SourceOp = "記号など"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 9185, -115.5 } }
},
AutoDomain1 = AutoDomain {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "記号など_MG"
}
},
Colors = { TileColor = { G = 0.549019607843137, R = 0.913725490196078, B = 0.709803921568627 } },
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 9515, -115.5 } }
},
Background8 = Background {
Inputs = {
Width = Input { Value = 1082 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 8470, -1336.5 } }
},
["口_MG"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "Background8"
},
Foreground = Input {
Source = "Output",
SourceOp = "Loader46"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 9900, -1336.5 } }
},
AutoDomain1_1 = AutoDomain {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "口_MG"
}
},
Colors = { TileColor = { G = 0.549019607843137, R = 0.913725490196078, B = 0.709803921568627 } },
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 9900, -1204.5 } }
},
N = Fuse.Wireless {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Loader46"
}
},
ViewInfo = OperatorInfo { Pos = { 9790, -1039.5 } },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
}
},
A = Fuse.Wireless {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Loader43"
}
},
ViewInfo = OperatorInfo { Pos = { 9680, -1039.5 } },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
}
},
Loader49 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!口\\-んへー.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 9240, -1468.5 } }
},
I = Fuse.Wireless {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Loader49"
}
},
ViewInfo = OperatorInfo { Pos = { 9570, -1039.5 } },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
}
},
Loader54 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!口\\-ゆ.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 9790, -1468.5 } }
},
U = Fuse.Wireless {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Loader54"
}
},
ViewInfo = OperatorInfo { Pos = { 9460, -1039.5 } },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
}
},
E = Fuse.Wireless {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Loader45"
}
},
ViewInfo = OperatorInfo { Pos = { 9350, -1039.5 } },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
}
},
O = Fuse.Wireless {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Loader53"
}
},
ViewInfo = OperatorInfo { Pos = { 9240, -940.5 } },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
}
},
DissolveE = Dissolve {
Transitions = {
[0] = "DFTLumaRamp"
},
ViewInfo = OperatorInfo { Pos = { 9350, -940.5 } },
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "O"
},
Operation = Input { Value = FuID { "DFTLumaRamp" } },
Mix = Input {
Expression = "iif(MouthCtrl.Anim < 6, 0, 1)",
Value = 0
},
Background = Input {
Source = "Output",
SourceOp = "E"
},
["DFTLumaRamp.Softness"] = Input { Value = 0 }
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
}
},
DissolveU = Dissolve {
Transitions = {
[0] = "DFTLumaRamp"
},
ViewInfo = OperatorInfo { Pos = { 9460, -940.5 } },
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "DissolveE"
},
Operation = Input { Value = FuID { "DFTLumaRamp" } },
Mix = Input {
Expression = "iif(MouthCtrl.Anim < 5, 0, 1)",
Value = 0
},
Background = Input {
Source = "Output",
SourceOp = "U"
},
["DFTLumaRamp.Softness"] = Input { Value = 0 }
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
}
},
DissolveI = Dissolve {
Transitions = {
[0] = "DFTLumaRamp"
},
ViewInfo = OperatorInfo { Pos = { 9570, -940.5 } },
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "DissolveU"
},
Operation = Input { Value = FuID { "DFTLumaRamp" } },
Mix = Input {
Expression = "iif(MouthCtrl.Anim < 4, 0, 1)",
Value = 0
},
Background = Input {
Source = "Output",
SourceOp = "I"
},
["DFTLumaRamp.Softness"] = Input { Value = 0 }
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
}
},
DissolveA = Dissolve {
Transitions = {
[0] = "DFTLumaRamp"
},
ViewInfo = OperatorInfo { Pos = { 9680, -940.5 } },
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "DissolveI"
},
Operation = Input { Value = FuID { "DFTLumaRamp" } },
Mix = Input { Expression = "iif(MouthCtrl.Anim < 3, 0, 1)" },
Background = Input {
Source = "Output",
SourceOp = "A"
},
["DFTLumaRamp.Softness"] = Input { Value = 0 }
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
}
},
DissolveN = Dissolve {
Transitions = {
[0] = "DFTLumaRamp"
},
ViewInfo = OperatorInfo { Pos = { 9790, -940.5 } },
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "DissolveA"
},
Operation = Input { Value = FuID { "DFTLumaRamp" } },
Mix = Input {
Expression = "iif(MouthCtrl.Anim < 2, 0, 1)",
Value = 0
},
Background = Input {
Source = "Output",
SourceOp = "N"
},
["DFTLumaRamp.Softness"] = Input { Value = 0 }
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
}
},
MouthAnim = Dissolve {
Transitions = {
[0] = "DFTLumaRamp"
},
ViewInfo = OperatorInfo { Pos = { 9900, -940.5 } },
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "DissolveN"
},
Operation = Input { Value = FuID { "DFTLumaRamp" } },
Mix = Input {
Expression = "iif(MouthCtrl.Anim < 1, 0, 1)",
Value = 0
},
Background = Input {
Source = "Output",
SourceOp = "AutoDomain1_1"
},
["DFTLumaRamp.Softness"] = Input { Value = 0 }
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
}
},
MouthCtrl = Transform {
UserControls = ordered() {
Anim = {
LINKS_Name = "Anim",
ICS_ControlPage = "口パク",
INP_Default = 0,
INP_MaxScale = 6,
INPID_InputControl = "SliderControl",
INP_MinScale = 0,
INP_Integer = true,
LINKID_DataType = "Number"
},
AnimOn = {
LINKS_Name = "AnimOn",
ICS_ControlPage = "口パク",
BTNCS_Execute = "MouthAnim:SetAttrs({TOOLB_PassThrough = false})\nMouthCtrl.AnimStatus = \"On\"\n",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.4,
LINKID_DataType = "Number"
},
AnimOff = {
LINKS_Name = "AnimOff",
ICS_ControlPage = "口パク",
BTNCS_Execute = "MouthAnim:SetAttrs({TOOLB_PassThrough = true})\nMouthCtrl.AnimStatus = \"Off\"\n",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.4,
LINKID_DataType = "Number"
},
AnimStatus = {
LINKS_Name = "",
TEC_Lines = 1,
INPID_InputControl = "TextEditControl",
TEC_ReadOnly = true,
TEC_Wrap = false,
ICS_ControlPage = "口パク",
INP_External = false,
ICD_Width = 0.2,
LINKID_DataType = "Text"
}
},
Inputs = {
AnimStatus = Input { Value = "On" },
Input = Input {
Source = "Output",
SourceOp = "MouthAnim"
}
},
Colors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },
ViewInfo = OperatorInfo { Pos = { 9900, -808.5 } },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
}
},
Loader46 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!口\\-むふ.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 8910, -1468.5 } }
},
M01 = Fuse.Wireless {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Loader46"
}
},
ViewInfo = OperatorInfo { Pos = { 9790, -742.5 } },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
}
},
Loader53 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!口\\-お.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 9680, -1468.5 } }
},
M02 = Fuse.Wireless {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Loader53"
}
},
NameSet = true,
ViewInfo = OperatorInfo { Pos = { 9680, -742.5 } }
},
Loader45 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!口\\-ほー.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 8800, -1468.5 } }
},
M03 = Fuse.Wireless {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Loader45"
}
},
NameSet = true,
ViewInfo = OperatorInfo { Pos = { 9570, -742.5 } }
},
Loader44 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!口\\-ほあ.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 8690, -1468.5 } }
},
M04 = Fuse.Wireless {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Loader44"
}
},
ViewInfo = OperatorInfo { Pos = { 9460, -742.5 } },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
}
},
Loader43 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!口\\-ほあー.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 8580, -1468.5 } }
},
M05 = Fuse.Wireless {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Loader43"
}
},
ViewInfo = OperatorInfo { Pos = { 9350, -742.5 } },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
}
},
Dissolve1 = Dissolve {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "M04"
},
Mix = Input {
Expression = "iif(MouthCtrlB.Open >= MouthCtrlB.Threshold_005, 1, 0)",
Value = 0
},
Foreground = Input {
Source = "Output",
SourceOp = "M05"
}
},
Transitions = {
[0] = "DFTDissolve"
},
ViewInfo = OperatorInfo { Pos = { 9460, -643.5 } }
},
Dissolve2 = Dissolve {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "M03"
},
Mix = Input {
Expression = "iif(MouthCtrlB.Open >= MouthCtrlB.Threshold_004, 1, 0)",
Value = 0
},
Foreground = Input {
Source = "Output",
SourceOp = "Dissolve1"
}
},
Transitions = {
[0] = "DFTDissolve"
},
ViewInfo = OperatorInfo { Pos = { 9570, -643.5 } }
},
Dissolve3 = Dissolve {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "M02"
},
Mix = Input {
Expression = "iif(MouthCtrlB.Open >= MouthCtrlB.Threshold_003, 1, 0)",
Value = 0
},
Foreground = Input {
Source = "Output",
SourceOp = "Dissolve2"
}
},
Transitions = {
[0] = "DFTDissolve"
},
ViewInfo = OperatorInfo { Pos = { 9680, -643.5 } }
},
Dissolve4 = Dissolve {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "M01"
},
Mix = Input { Expression = "iif(MouthCtrlB.Open >= MouthCtrlB.Threshold_002, 1, 0)" },
Foreground = Input {
Source = "Output",
SourceOp = "Dissolve3"
}
},
Transitions = {
[0] = "DFTDissolve"
},
ViewInfo = OperatorInfo { Pos = { 9790, -643.5 } }
},
Dissolve5 = Dissolve {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "MouthCtrl"
},
Mix = Input {
Expression = "iif(MouthCtrlB.Open >= MouthCtrlB.Threshold_001, 1, 0)",
Value = 0
},
Foreground = Input {
Source = "Output",
SourceOp = "Dissolve4"
}
},
Transitions = {
[0] = "DFTDissolve"
},
ViewInfo = OperatorInfo { Pos = { 9900, -643.5 } }
},
MouthCtrlB = Transform {
Inputs = {
Threshold_005 = Input { Value = 0.55 },
Threshold_004 = Input { Value = 0.4 },
Threshold_003 = Input { Value = 0.25 },
Threshold_002 = Input { Value = 0.1 },
Input = Input {
Source = "Output",
SourceOp = "Dissolve5"
},
Threshold_001 = Input { Value = 0 },
Open = Input { Value = -1 }
},
UserControls = ordered() {
Open = {
LINKS_Name = "Open",
ICS_ControlPage = "口パク",
INP_Integer = false,
INP_Default = 0,
INPID_InputControl = "SliderControl",
LINKID_DataType = "Number"
},
Threshold_005 = {
LINKS_Name = "Threshold_005",
ICS_ControlPage = "口パク",
INP_Integer = false,
INP_Default = 0.833333333333333,
INPID_InputControl = "SliderControl",
LINKID_DataType = "Number"
},
Threshold_004 = {
LINKS_Name = "Threshold_004",
ICS_ControlPage = "口パク",
INP_Integer = false,
INP_Default = 0.666666666666667,
INPID_InputControl = "SliderControl",
LINKID_DataType = "Number"
},
Threshold_003 = {
LINKS_Name = "Threshold_003",
ICS_ControlPage = "口パク",
INP_Integer = false,
INP_Default = 0.5,
INPID_InputControl = "SliderControl",
LINKID_DataType = "Number"
},
Threshold_002 = {
LINKS_Name = "Threshold_002",
ICS_ControlPage = "口パク",
INP_Integer = false,
INP_Default = 0.333333333333333,
INPID_InputControl = "SliderControl",
LINKID_DataType = "Number"
},
Threshold_001 = {
LINKS_Name = "Threshold_001",
ICS_ControlPage = "口パク",
INP_Integer = false,
INP_Default = 0.166666666666667,
INPID_InputControl = "SliderControl",
LINKID_DataType = "Number"
}
},
Colors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },
NameSet = true,
ViewInfo = OperatorInfo { Pos = { 9900, -379.5 } }
},
["口"] = Transform {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "MouthCtrlB"
}
},
ViewInfo = OperatorInfo { Pos = { 9900, -247.5 } }
},
["口_MG1"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "AutoDomain1"
},
Foreground = Input {
Source = "Output",
SourceOp = "口"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 9900, -115.5 } }
},
Background10 = Background {
Inputs = {
Width = Input { Value = 1082 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 7095, -1765.5 } }
},
Background11 = Background {
Inputs = {
Width = Input { Value = 1082 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 8745, -2029.5 } }
},
Loader77 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-目セット\\-普通白目.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 9075, -2161.5 } }
},
["目セット_MG"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "Background11"
},
Foreground = Input {
Source = "Output",
SourceOp = "Loader77"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 9075, -2029.5 } }
},
Background12 = Background {
Inputs = {
Width = Input { Value = 1082 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 9295, -2293.5 } }
},
Loader86 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-目セット\\!黒目\\-普通目.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 10285, -2425.5 } }
},
["黒目_MG"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "Background12"
},
Foreground = Input {
Source = "Output",
SourceOp = "Loader86"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 10285, -2293.5 } }
},
["黒目"] = Transform {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "黒目_MG"
}
},
ViewInfo = OperatorInfo { Pos = { 10285, -2161.5 } }
},
["黒目_MG1"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "目セット_MG"
},
Foreground = Input {
Source = "Output",
SourceOp = "黒目"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 10285, -2029.5 } }
},
["目セット"] = Transform {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "黒目_MG1"
}
},
ViewInfo = OperatorInfo { Pos = { 10285, -1897.5 } }
},
["目_MG"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "Background10"
},
Foreground = Input {
Source = "Output",
SourceOp = "目セット"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 10285, -1765.5 } }
},
AutoDomain1_2 = AutoDomain {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "目_MG"
}
},
Colors = { TileColor = { G = 0.549019607843137, R = 0.913725490196078, B = 0.709803921568627 } },
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 10285, -1204.5 } }
},
Loader68 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-なごみ目.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 7865, -1897.5 } }
},
Closed = Fuse.Wireless {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Loader68"
}
},
ViewInfo = OperatorInfo { Pos = { 10175, -940.5 } },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
}
},
EyeBlink = Dissolve {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "AutoDomain1_2"
},
Mix = Input {
Source = "Value",
SourceOp = "EyeBlinkMix1"
},
Foreground = Input {
Source = "Output",
SourceOp = "Closed"
}
},
Transitions = {
[0] = "DFTDissolve"
},
NameSet = true,
ViewInfo = OperatorInfo { Pos = { 10285, -940.5 } }
},
EyeBlinkMix1 = BezierSpline {
SplineColor = { Green = 164, Blue = 235, Red = 16 },
CtrlWZoom = false,
NameSet = true,
KeyFrames = {
[0] = { 0, RH = { 41, 0 }, Flags = { Linear = true, PreLoop = true, Loop = true } },
[123] = { 1, RH = { 124, 1 }, LH = { 123, 0.666666666666667 }, Flags = { StepIn = true } },
[127] = { 0, Flags = { PreLoop = true, StepIn = true, Loop = true }, LH = { 127, 0.333333333333333 } }
}
},
EyeCtrl = Transform {
UserControls = ordered() {
Blink = {
LINKS_Name = "Blink",
INP_Integer = true,
INP_MaxAllowed = 1000000,
INP_MinAllowed = 0,
INP_MaxScale = 500,
INP_MinScale = 0,
ICS_ControlPage = "目パチ",
INP_External = false,
INPID_InputControl = "SliderControl",
INP_Default = 127,
LINKID_DataType = "Number"
},
Close = {
LINKS_Name = "Close",
INP_Passive = true,
INP_Integer = true,
INP_MinAllowed = 0,
INP_MaxScale = 10,
INP_MinScale = 0,
INP_Default = 4,
INP_External = false,
ICS_ControlPage = "目パチ",
INPID_InputControl = "SliderControl",
LINKID_DataType = "Number"
},
Apply = {
LINKS_Name = "Apply",
ICS_ControlPage = "目パチ",
BTNCS_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",
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
at00 = {
LINKS_Name = "ボタンを押さないと反映されません。",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "目パチ",
LBLC_DropDownButton = false,
INP_Integer = false,
INP_External = false,
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
sp00 = {
LINKS_Name = "",
ICS_ControlPage = "目パチ",
INPID_InputControl = "LabelControl",
LBLC_DropDownButton = false,
INP_Integer = false,
INP_Passive = true,
INP_External = false,
LINKID_DataType = "Number"
},
BlinkOn = {
LINKS_Name = "BlinkOn",
ICS_ControlPage = "目パチ",
BTNCS_Execute = "EyeBlink:SetAttrs({TOOLB_PassThrough = false})\nEyeCtrl.EyeStatus = \"On\"\n",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.4,
LINKID_DataType = "Number"
},
BlinkOff = {
LINKS_Name = "BlinkOff",
ICS_ControlPage = "目パチ",
BTNCS_Execute = "EyeBlink:SetAttrs({TOOLB_PassThrough = true})\nEyeCtrl.EyeStatus = \"Off\"\n",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.4,
LINKID_DataType = "Number"
},
EyeStatus = {
LINKS_Name = "",
TEC_Lines = 1,
INPID_InputControl = "TextEditControl",
TEC_ReadOnly = true,
TEC_Wrap = false,
ICS_ControlPage = "目パチ",
INP_External = false,
ICD_Width = 0.2,
LINKID_DataType = "Text"
}
},
Inputs = {
EyeStatus = Input { Value = "On" },
Input = Input {
Source = "Output",
SourceOp = "EyeBlink"
}
},
Colors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },
ViewInfo = OperatorInfo { Pos = { 10285, -808.5 } },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
}
},
["目"] = Transform {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "EyeCtrl"
}
},
ViewInfo = OperatorInfo { Pos = { 10285, -247.5 } }
},
["目_MG1"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "口_MG1"
},
Foreground = Input {
Source = "Output",
SourceOp = "目"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 10285, -115.5 } }
},
Root = Transform {
Inputs = {
Grp_Root = Input { Value = 0 },
["Grp_記号など"] = Input { Value = 0 },
["Grp_枝豆"] = Input { Value = 0 },
["Grp_目セット"] = Input { Value = 0 },
["Grp_黒目"] = Input { Value = 0 },
Input = Input {
Source = "Output",
SourceOp = "目_MG1"
},
["Grp_服装2"] = Input { Value = 0 },
["Grp_左腕"] = Input { Value = 0 },
["Grp_右腕"] = Input { Value = 0 },
Grp_Root2 = Input { Value = 0 },
Comments = 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" },
["Grp_服装1"] = Input { Value = 0 }
},
UserControls = ordered() {
CopyPose = {
LINKS_Name = "Copy Pose",
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.copy(comp)]])",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
PastePose = {
LINKS_Name = "Paste Pose",
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.paste(comp)]])",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
SavePose = {
LINKS_Name = "Save Pose",
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.save(comp, fu)]])",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
LoadPose = {
LINKS_Name = "Load Pose",
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.load(comp, fu)]])",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
Grp_Root = {
LINKS_Name = "Root",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 8,
LINKID_DataType = "Number"
},
N009_kigounado_show_128 = {
LINKS_Name = "記号など show",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"記号など_MG\")\nlocal node = comp:FindTool(\"記号など\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N009_kigounado_hide_128 = {
LINKS_Name = "記号など hide",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"記号など_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N003_fukusou155 = {
LINKS_Name = "*服装1",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N002_fukusou231 = {
LINKS_Name = "*服装2",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_paakaauraji_show_3 = {
LINKS_Name = "パーカー裏地 show",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"パーカー裏地_MG\")\nlocal node = comp:FindTool(\"Loader2\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N001_paakaauraji_hide_3 = {
LINKS_Name = "パーカー裏地 hide",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"パーカー裏地_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N000_shippotekinaare_show_2 = {
LINKS_Name = "尻尾的なアレ show",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"尻尾的なアレ_MG\")\nlocal node = comp:FindTool(\"Loader1\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N000_shippotekinaare_hide_2 = {
LINKS_Name = "尻尾的なアレ hide",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"尻尾的なアレ_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
["Grp_記号など"] = {
LINKS_Name = "記号など",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 10,
LINKID_DataType = "Number"
},
N004_ahiruchan_show_128 = {
LINKS_Name = "アヒルちゃん show",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"アヒルちゃん_MG\")\nlocal node = comp:FindTool(\"Loader99\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N004_ahiruchan_hide_128 = {
LINKS_Name = "アヒルちゃん hide",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"アヒルちゃん_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N003_namida_show_127 = {
LINKS_Name = "涙 show",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"涙_MG\")\nlocal node = comp:FindTool(\"Loader98\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N003_namida_hide_127 = {
LINKS_Name = "涙 hide",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"涙_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N002_ase1_show_126 = {
LINKS_Name = "汗1 show",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N002_ase1_hide_126 = {
LINKS_Name = "汗1 hide",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"汗1_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N001_ase2_show_125 = {
LINKS_Name = "汗2 show",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N001_ase2_hide_125 = {
LINKS_Name = "汗2 hide",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"汗2_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N000_ase3_show_124 = {
LINKS_Name = "汗3 show",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N000_ase3_hide_124 = {
LINKS_Name = "汗3 hide",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"汗3_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
["Grp_枝豆"] = {
LINKS_Name = "枝豆",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 3,
LINKID_DataType = "Number"
},
N002_paakaaurajitosettodeshiyou121 = {
LINKS_Name = "*パーカー(裏地とセットで使用)",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"枝豆_MG\")\nlocal node = comp:FindTool(\"Loader94\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_edamametsuujou120 = {
LINKS_Name = "*枝豆通常",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"枝豆_MG\")\nlocal node = comp:FindTool(\"Loader93\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_edamamenae119 = {
LINKS_Name = "*枝豆萎え",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"枝豆_MG\")\nlocal node = comp:FindTool(\"Loader92\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["Grp_眉"] = {
LINKS_Name = "眉",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 5,
LINKID_DataType = "Number"
},
N004_futsuumayu116 = {
LINKS_Name = "*普通眉",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader91\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N003_ikarimayu115 = {
LINKS_Name = "*怒り眉",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader90\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N002_agarimayu114 = {
LINKS_Name = "*上がり眉",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader89\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_komarimayu1113 = {
LINKS_Name = "*困り眉1",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader88\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_komarimayu2112 = {
LINKS_Name = "*困り眉2",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader87\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["Grp_目"] = {
LINKS_Name = "目",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 14,
LINKID_DataType = "Number"
},
N013_mesetto109 = {
LINKS_Name = "*目セット",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"目セット\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N012_uwamuki93 = {
LINKS_Name = "*上向き",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader74\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N011_uwamuki292 = {
LINKS_Name = "*上向き2",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader73\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N010_uwamuki391 = {
LINKS_Name = "*上向き3",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader72\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N009_hosomemehaato90 = {
LINKS_Name = "*細め目ハート",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader71\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N008_hosomeme89 = {
LINKS_Name = "*細め目",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader70\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N007_jitome88 = {
LINKS_Name = "*ジト目",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader69\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N006_nagomime87 = {
LINKS_Name = "*なごみ目",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader68\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N005_nikkori86 = {
LINKS_Name = "*にっこり",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader67\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N004_nikkori285 = {
LINKS_Name = "*にっこり2",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader66\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N003_UU84 = {
LINKS_Name = "*UU",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader65\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N002_none83 = {
LINKS_Name = "*><",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader64\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["N001_〇〇82"] = {
LINKS_Name = "*〇〇",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader63\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_guruguru81 = {
LINKS_Name = "*ぐるぐる",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader62\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["Grp_目セット"] = {
LINKS_Name = "目セット",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 3,
LINKID_DataType = "Number"
},
N002_futsuushirome98 = {
LINKS_Name = "*普通白目",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目セット_MG\")\nlocal node = comp:FindTool(\"Loader77\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_jitoshirome97 = {
LINKS_Name = "*ジト白目",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目セット_MG\")\nlocal node = comp:FindTool(\"Loader76\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_mihirakishirome96 = {
LINKS_Name = "*見開き白目",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目セット_MG\")\nlocal node = comp:FindTool(\"Loader75\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["Grp_黒目"] = {
LINKS_Name = "黒目",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 9,
LINKID_DataType = "Number"
},
N008_futsuume109 = {
LINKS_Name = "*普通目",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader86\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N007_futsuume2108 = {
LINKS_Name = "*普通目2",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader85\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N006_futsuume3107 = {
LINKS_Name = "*普通目3",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader84\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N005_kameramesen106 = {
LINKS_Name = "*カメラ目線",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader83\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N004_kameramesen2105 = {
LINKS_Name = "*カメラ目線2",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader82\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N003_kameramesen3104 = {
LINKS_Name = "*カメラ目線3",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader81\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N002_mesorashi103 = {
LINKS_Name = "*目逸らし",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader80\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_mesorashi2102 = {
LINKS_Name = "*目逸らし2",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader79\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_mesorashi3101 = {
LINKS_Name = "*目逸らし3",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader78\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["Grp_顔色"] = {
LINKS_Name = "顔色",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 7,
LINKID_DataType = "Number"
},
N005_hoppe78 = {
LINKS_Name = "*ほっぺ",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader61\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N004_hoppe277 = {
LINKS_Name = "*ほっぺ2",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader60\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N003_hoppeakame76 = {
LINKS_Name = "*ほっぺ赤め",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader59\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N002_aozame75 = {
LINKS_Name = "*青ざめ",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader58\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_hihyouji74 = {
LINKS_Name = "*(非表示)",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader57\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_kageri_show_73 = {
LINKS_Name = "かげり show",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"かげり_MG\")\nlocal node = comp:FindTool(\"Loader56\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N000_kageri_hide_73 = {
LINKS_Name = "かげり hide",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"かげり_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
["Grp_口"] = {
LINKS_Name = "口",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 13,
LINKID_DataType = "Number"
},
N012_muu70 = {
LINKS_Name = "*むー",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader55\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N011_yu69 = {
LINKS_Name = "*ゆ",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader54\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N010_o68 = {
LINKS_Name = "*お",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader53\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N009_ohoo67 = {
LINKS_Name = "*おほお",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader52\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N008_hahee66 = {
LINKS_Name = "*はへえ",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader51\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N007_nn65 = {
LINKS_Name = "*んー",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader50\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N006_nhee64 = {
LINKS_Name = "*んへー",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader49\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N005_naa63 = {
LINKS_Name = "*んあー",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader48\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["N004_△62"] = {
LINKS_Name = "*△",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader47\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N003_mufu61 = {
LINKS_Name = "*むふ",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader46\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N002_hoo60 = {
LINKS_Name = "*ほー",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader45\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_hoa59 = {
LINKS_Name = "*ほあ",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader44\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_hoaa58 = {
LINKS_Name = "*ほあー",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader43\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["Grp_服装1"] = {
LINKS_Name = "服装1",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 2,
LINKID_DataType = "Number"
},
N001_itsumonofuku35 = {
LINKS_Name = "*いつもの服",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_seifuku34 = {
LINKS_Name = "*制服",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["Grp_右腕1"] = {
LINKS_Name = "右腕",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 8,
LINKID_DataType = "Number"
},
N007_kihon55 = {
LINKS_Name = "*基本",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N006_koshi54 = {
LINKS_Name = "*腰",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N005_tewoageru53 = {
LINKS_Name = "*手を挙げる",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N004_kuchimoto52 = {
LINKS_Name = "*口元",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N003_kurushimu51 = {
LINKS_Name = "*苦しむ",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N002_yubisashishi50 = {
LINKS_Name = "*指差し",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_maiku49 = {
LINKS_Name = "*マイク",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_hihyouji48 = {
LINKS_Name = "*(非表示)",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["Grp_左腕1"] = {
LINKS_Name = "左腕",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 8,
LINKID_DataType = "Number"
},
N007_kihon45 = {
LINKS_Name = "*基本",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N006_koshi44 = {
LINKS_Name = "*腰",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N005_tewoageru43 = {
LINKS_Name = "*手を挙げる",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N004_kuchimoto42 = {
LINKS_Name = "*口元",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N003_kurushimu41 = {
LINKS_Name = "*苦しむ",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N002_kangaeru40 = {
LINKS_Name = "*考える",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_hisohiso39 = {
LINKS_Name = "*ひそひそ",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_hihyouji38 = {
LINKS_Name = "*(非表示)",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["Grp_服装2"] = {
LINKS_Name = "服装2",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 4,
LINKID_DataType = "Number"
},
N003_basutaoru9 = {
LINKS_Name = "*バスタオル",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N002_sukumizu8 = {
LINKS_Name = "*スク水",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_pantsu7 = {
LINKS_Name = "*ぱんつ",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_motokarada6 = {
LINKS_Name = "*素体",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["Grp_左腕"] = {
LINKS_Name = "左腕",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 9,
LINKID_DataType = "Number"
},
N008_kihon31 = {
LINKS_Name = "*基本",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader24\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N007_koshi30 = {
LINKS_Name = "*腰",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader23\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N006_tewoageru29 = {
LINKS_Name = "*手を挙げる",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader22\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N005_kuchimoto28 = {
LINKS_Name = "*口元",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader21\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N004_kurushimu27 = {
LINKS_Name = "*苦しむ",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader20\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N003_kangaeru26 = {
LINKS_Name = "*考える",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader19\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N002_munamoto25 = {
LINKS_Name = "*胸元",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader18\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_hisohiso24 = {
LINKS_Name = "*ひそひそ",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader17\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_hihyouji23 = {
LINKS_Name = "*(非表示)",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader16\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["Grp_右腕"] = {
LINKS_Name = "右腕",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 9,
LINKID_DataType = "Number"
},
N008_kihon20 = {
LINKS_Name = "*基本",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader15\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N007_koshi19 = {
LINKS_Name = "*腰",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader14\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N006_tewoageru18 = {
LINKS_Name = "*手を挙げる",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader13\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N005_kuchimoto17 = {
LINKS_Name = "*口元",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader12\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N004_kurushimu16 = {
LINKS_Name = "*苦しむ",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader11\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N003_yubisashishi15 = {
LINKS_Name = "*指差し",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader10\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N002_maiku14 = {
LINKS_Name = "*マイク",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader9\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_munamoto13 = {
LINKS_Name = "*胸元",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader8\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_hihyouji12 = {
LINKS_Name = "*(非表示)",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader7\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
Grp_Root2 = {
LINKS_Name = "Root",
INP_Passive = true,
INPID_InputControl = "LabelControl",
INP_MaxAllowed = 1000000,
INP_MinAllowed = -1000000,
INP_MaxScale = 1,
INP_MinScale = 0,
INP_Default = 1,
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_External = false,
INP_Integer = false,
LBLC_NumInputs = 4,
LINKID_DataType = "Number"
}
},
Colors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },
CtrlWZoom = false,
ViewInfo = OperatorInfo { Pos = { 10285, 49.5 } }
},
["モーションなし"] = Transform {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Root"
}
},
ViewInfo = OperatorInfo { Pos = { 10285, 247.5 } },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
}
},
["不安"] = GroupOperator {
Outputs = {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "Transform1_2"
}
},
Inputs = ordered() {
MainInput1 = InstanceInput {
Source = "Input",
SourceOp = "Transform1_2"
},
Input3 = InstanceInput {
Width = 1,
Source = "RandomSeed",
Default = 0,
SourceOp = "Shake1"
},
Input4 = InstanceInput {
Source = "Randomize",
Width = 0.385,
SourceOp = "Shake1"
},
Input5 = InstanceInput {
Source = "Smoothness",
Default = 10,
SourceOp = "Shake1"
},
Input1 = InstanceInput {
Default = 0.1,
Source = "x",
SourceOp = "Transform1_2",
Name = "X"
},
Input2 = InstanceInput {
Default = 0.1,
Source = "y",
SourceOp = "Transform1_2",
Name = "Y"
}
},
ViewInfo = GroupInfo {
Offset = { 0, 0 },
Pos = { 10395, 577.5 },
Scale = 1,
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
PipeStyle = "Direct",
Direction = "Horizontal",
Flags = {
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true,
AllowPan = false,
ForceAll = true,
GridSnap = true
}
},
Tools = ordered() {
Transform1_2 = Transform {
Inputs = {
in_out = Input {
Source = "Result",
SourceOp = "KeyframeStretcher1"
},
y = Input { Value = 0.01 },
Center = Input {
Expression = "Point(0.5, 0.5) + shake * in_out",
Value = { 0.502997744173508, 0.497908177638071 }
},
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
},
x = Input { Value = 0.01 },
shake = Input {
Source = "Position",
SourceOp = "Shake1"
}
},
UserControls = 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" } },
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
CtrlWZoom = false,
CtrlWShown = false
},
KeyframeStretcher1 = KeyStretcherMod {
CtrlWZoom = false,
Inputs = {
Keyframes = Input {
Source = "Value",
SourceOp = "KeyStretcheronTransform1_2Keyframes"
},
StretchStart = Input { Value = 10 },
StretchEnd = Input { Value = 110 }
}
},
KeyStretcheronTransform1_2Keyframes = BezierSpline {
CtrlWZoom = false,
SplineColor = { Green = 106, Blue = 231, Red = 193 },
KeyFrames = {
[0] = { 0, RH = { 3.33333333333333, 0 }, Flags = { Linear = true } },
[10] = { 1, RH = { 43.3333333333333, 1 }, LH = { 6.66666666666667, 1 } },
[110] = { 1, RH = { 113.333333333333, 1 }, LH = { 76.6666666666667, 1 } },
[120] = { 0, LH = { 116.666666666667, 0 } }
}
},
Shake1 = Shake {
Faster = true,
CtrlWZoom = false,
Inputs = {
YMaximum = Input {
Expression = "Transform1_2.y",
Value = 0.1
},
LockXY = Input { Value = 0 },
XMinimum = Input {
Expression = "-Transform1_2.x",
Value = -0.1
},
XMaximum = Input {
Expression = "Transform1_2.x",
Value = 0.1
},
Smoothness = Input { Value = 2 },
YMinimum = Input {
Expression = "-Transform1_2.y",
Value = -0.1
}
}
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } }
},
Loader27 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装1_\\!左腕\\-(非表示).png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4235, -775.5 } }
}
},
CtrlWZoom = false,
ViewInfo = GroupInfo {
Scale = 1,
Direction = "Horizontal",
Offset = { 0, 0 },
Flags = {
AllowPan = false,
AutoSnap = true,
ForceAll = true,
GridSnap = true
},
PipeStyle = "Direct"
}
}
}
}
================================================
FILE: Templates/Edit/Generators/old/ちびめたん(FUSE).setting
================================================
{
Tools = ordered() {
Metan = GroupOperator {
CtrlWZoom = false,
Outputs = ordered() {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "ST_MergeB"
}
},
ViewInfo = GroupInfo {
Scale = 1,
Offset = { 0, 0 },
Flags = {
AutoSnap = true,
ForceAll = true,
GridSnap = true,
AllowPan = false
},
Direction = "Horizontal",
PipeStyle = "Direct"
},
Tools = ordered() {
Loader4 = Loader {
Clips = {
Clip {
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!左腕\\-考える.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 825, -511.5 } },
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader21 = Loader {
Clips = {
Clip {
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!顔色\\-ほっぺ3_.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 3135, -511.5 } },
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader48 = Loader {
Clips = {
Clip {
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!目\\-にっこり.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 4785, -2128.5 } },
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader65 = Loader {
Clips = {
Clip {
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\記号など\\汗2_.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 4950, -511.5 } },
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader62 = Loader {
Clips = {
Clip {
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!眉\\-怒り太眉.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 4400, -511.5 } },
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader50 = Loader {
Clips = {
Clip {
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!目\\-ジト目.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 5005, -2128.5 } },
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader32 = Loader {
Clips = {
Clip {
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!口\\-んあー.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 4510, -1699.5 } },
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
["荒ぶる"] = GroupOperator {
ViewInfo = GroupInfo {
Offset = { 0, 0 },
Scale = 1,
PipeStyle = "Direct",
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Pos = { 6270, 478.5 },
Direction = "Horizontal",
Flags = {
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } },
Outputs = {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "Transform1_2_1"
}
},
Tools = ordered() {
Transform1_2_1 = Transform {
CtrlWZoom = false,
CtrlWShown = false,
UserControls = 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" } },
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
Inputs = {
in_out = Input {
Source = "Result",
SourceOp = "KeyframeStretcher1_1"
},
y = Input { Value = 0.03 },
Center = Input {
Expression = "Point(0.5, 0.5) + shake * in_out",
Value = { 0.502997744173508, 0.497908177638071 }
},
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
},
shake = Input {
Source = "Position",
SourceOp = "Shake1_1"
},
x = Input { Value = 0.03 }
}
},
KeyframeStretcher1_1 = KeyStretcherMod {
CtrlWZoom = false,
Inputs = {
Keyframes = Input {
Source = "Value",
SourceOp = "KeyStretcheronTransform1_2_1Keyframes"
},
StretchStart = Input { Value = 10 },
StretchEnd = Input { Value = 110 }
}
},
KeyStretcheronTransform1_2_1Keyframes = BezierSpline {
SplineColor = { Green = 106, Blue = 231, Red = 193 },
KeyFrames = {
[0] = { 0, Flags = { Linear = true }, RH = { 3.33333333333333, 0 } },
[10] = { 1, LH = { 6.66666666666667, 1 }, RH = { 43.3333333333333, 1 } },
[110] = { 1, LH = { 76.6666666666667, 1 }, RH = { 113.333333333333, 1 } },
[120] = { 0, LH = { 116.666666666667, 0 } }
},
CtrlWZoom = false
},
Shake1_1 = Shake {
CtrlWZoom = false,
Faster = true,
Inputs = {
Smoothness = Input { Value = 1.5 },
XMaximum = Input {
Expression = "Transform1_2_1.x",
Value = 0.1
},
YMinimum = Input {
Expression = "-Transform1_2_1.y",
Value = -0.1
},
XMinimum = Input {
Expression = "-Transform1_2_1.x",
Value = -0.1
},
YMaximum = Input {
Expression = "Transform1_2_1.y",
Value = 0.1
},
LockXY = Input { Value = 0 }
}
}
},
Inputs = ordered() {
MainInput1 = InstanceInput {
Source = "Input",
SourceOp = "Transform1_2_1"
},
Input3 = InstanceInput {
Width = 1,
Source = "RandomSeed",
Default = 0,
SourceOp = "Shake1_1"
},
Input4 = InstanceInput {
Source = "Randomize",
Width = 0.385,
SourceOp = "Shake1_1"
},
Input5 = InstanceInput {
Source = "Smoothness",
Default = 10,
SourceOp = "Shake1_1"
},
Input1 = InstanceInput {
SourceOp = "Transform1_2_1",
Source = "x",
Default = 0.1,
Name = "X"
},
Input2 = InstanceInput {
SourceOp = "Transform1_2_1",
Source = "y",
Default = 0.1,
Name = "Y"
}
}
},
Loader20 = Loader {
Clips = {
Clip {
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!顔色\\-ほっぺ4_.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 3025, -511.5 } },
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader28 = Loader {
Clips = {
Clip {
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!口\\-ほあ.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 4070, -1699.5 } },
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader18 = Loader {
Clips = {
Clip {
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!顔色\\-(非表示).png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 2805, -511.5 } },
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader43 = Loader {
Clips = {
Clip {
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!目\\-ぐるぐる.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 4235, -2128.5 } },
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
["ぽよ"] = GroupOperator {
ViewInfo = GroupInfo {
Offset = { 0, 0 },
Scale = 1,
PipeStyle = "Direct",
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Pos = { 5445, 478.5 },
Direction = "Horizontal",
Flags = {
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } },
Outputs = {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "Transform"
}
},
Tools = ordered() {
Transform = Transform {
CtrlWZoom = false,
CtrlWShown = false,
UserControls = 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" } },
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
Inputs = {
Pivot = Input { Value = { 0.5, 0 } },
Aspect = Input {
Source = "Result",
SourceOp = "Calculation1"
},
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
}
},
NameSet = true
},
Calculation1 = Calculation {
CtrlWZoom = false,
Inputs = {
FirstOperand = Input {
Source = "Result",
SourceOp = "Calculation2"
},
FirstOperandTimeOffset = Input { Expression = "-comp.GlobalStart" },
SecondOperand = Input { Value = 1 }
}
},
Calculation2 = Calculation {
CtrlWZoom = false,
Inputs = {
FirstOperand = Input {
Source = "Value",
SourceOp = "CalculationonCalculationonTransformAspectFirstOperand"
},
FirstOperandTimeScale = Input { Expression = "Transform.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate" },
SecondOperand = Input { Value = 0.8 },
Operator = Input { Value = 2 }
}
},
CalculationonCalculationonTransformAspectFirstOperand = BezierSpline {
SplineColor = { Green = 105, Blue = 30, Red = 210 },
KeyFrames = {
[0] = { 0, Flags = { Linear = true }, RH = { 1, 0 } },
[3] = { 0.0800000000000001, LH = { 2, 0.0800000000000001 }, RH = { 4.66666666666667, 0.0800000000000001 } },
[8] = { -0.0489999999999999, LH = { 6.33333333333333, -0.0489999999999999 }, RH = { 9.33333333333333, -0.0489999999999999 } },
[12] = { 0.03, LH = { 10.6666666666667, 0.03 }, RH = { 13.3333333333333, 0.03 } },
[16] = { -0.00700000000000001, LH = { 14.6666666666667, -0.00700000000000001 }, RH = { 16.6666666666667, -0.00700000000000001 } },
[18] = { 0.004, LH = { 17.3333333333333, 0.004 }, RH = { 18.6666666666667, 0.004 } },
[20] = { 0, LH = { 19.3333333333333, 0 } }
},
CtrlWZoom = false
}
},
Inputs = ordered() {
MainInput1 = InstanceInput {
Source = "Input",
SourceOp = "Transform"
},
Input1 = InstanceInput {
SourceOp = "Transform",
Source = "speed",
Page = "Controls",
Default = 1,
Name = "スピード"
},
Input2 = InstanceInput {
SourceOp = "Calculation2",
Source = "SecondOperand",
Default = 1,
Name = "強さ"
},
Input3 = InstanceInput {
Source = "Pivot",
SourceOp = "Transform"
}
}
},
Loader13 = Loader {
Clips = {
Clip {
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!右腕\\-口元.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 2035, -511.5 } },
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader40 = Loader {
Clips = {
Clip {
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!口\\-おほお.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 5390, -1699.5 } },
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader33 = Loader {
Clips = {
Clip {
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!口\\-んへー.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 4620, -1699.5 } },
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader39 = Loader {
Clips = {
Clip {
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!口\\-はへえ.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 5280, -1699.5 } },
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader15 = Loader {
Clips = {
Clip {
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!右腕\\-腰.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 2255, -511.5 } },
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader31 = Loader {
Clips = {
Clip {
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!口\\-△.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 4400, -1699.5 } },
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader11 = Loader {
Clips = {
Clip {
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!右腕\\-指差し.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 1815, -511.5 } },
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader14 = Loader {
Clips = {
Clip {
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!右腕\\-手を挙げる.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 2145, -511.5 } },
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader7 = Loader {
Clips = {
Clip {
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!左腕\\-手を挙げる.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 1155, -511.5 } },
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader38 = Loader {
Clips = {
Clip {
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!口\\-むー.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 5170, -1699.5 } },
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
["跳ねる"] = GroupOperator {
ViewInfo = GroupInfo {
Offset = { 0, 0 },
Scale = 1,
PipeStyle = "Direct",
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Pos = { 5775, 478.5 },
Direction = "Horizontal",
Flags = {
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } },
Outputs = {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "Transform1_1"
}
},
Tools = ordered() {
Transform1_1 = Transform {
CtrlWZoom = false,
CtrlWShown = false,
UserControls = 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" } },
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
Inputs = {
speed = Input { Value = 2 },
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\n",
Value = 0.951056516295154
},
Center = Input {
Expression = "Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))",
Value = { 0.5, 0.595105651629515 }
},
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
},
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
amplitude = Input { Value = 0.08 }
}
}
},
Inputs = ordered() {
MainInput1 = InstanceInput {
Source = "Input",
SourceOp = "Transform1_1"
},
Input1 = InstanceInput {
MinScale = 0.0010000000475,
Source = "speed",
Default = 2,
SourceOp = "Transform1_1"
},
Input2 = InstanceInput {
Source = "amplitude",
Default = 0.1,
SourceOp = "Transform1_1"
}
}
},
Loader52 = Loader {
Clips = {
Clip {
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!目\\-目セット\\-普通白目.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 5445, -2392.5 } },
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader58 = Loader {
Clips = {
Clip {
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!眉\\-上がり眉.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 3960, -511.5 } },
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader59 = Loader {
Clips = {
Clip {
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!眉\\-怒り眉.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 4070, -511.5 } },
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader55 = Loader {
Clips = {
Clip {
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!目\\-目セット\\!黒目\\-普通目.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 5995, -2656.5 } },
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader56 = Loader {
Clips = {
Clip {
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!眉\\-困り眉2_.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 3740, -511.5 } },
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader35 = Loader {
Clips = {
Clip {
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!口\\-ん.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 4840, -1699.5 } },
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader61 = Loader {
Clips = {
Clip {
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!眉\\-困り太眉.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 4290, -511.5 } },
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
ST_Background = Background {
ViewInfo = OperatorInfo { Pos = { 5610, 874.5 } },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
Width = Input { Value = 1920 },
TopLeftAlpha = Input { Value = 0 },
UseFrameFormatSettings = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1080 },
Depth = Input { Value = 1 }
}
},
ST_SetDomain = SetDomain {
ViewInfo = OperatorInfo { Pos = { 5775, 874.5 } },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
Top = Input { Value = 0 },
Input = Input {
Source = "Output",
SourceOp = "ST_Background"
},
Right = Input { Value = 0 },
Mode = Input { Value = FuID { "Set" } }
}
},
["モーションSelector"] = Transform {
ViewInfo = OperatorInfo { Pos = { 5995, 676.5 } },
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
UserControls = ordered() {
["N000_モーションなし"] = {
LINKS_Name = "モーションなし",
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"モーションなし\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["N001_ぽよ"] = {
LINKS_Name = "ぽよ",
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"ぽよ\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["N002_ぴょん"] = {
LINKS_Name = "ぴょん",
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"ぴょん\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["N003_跳ねる"] = {
LINKS_Name = "跳ねる",
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"跳ねる\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["N004_跳ねる_小"] = {
LINKS_Name = "跳ねる_小",
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"跳ねる_小\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["N005_不安"] = {
LINKS_Name = "不安",
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"不安\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["N006_荒ぶる"] = {
LINKS_Name = "荒ぶる",
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"荒ぶる\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["N007_震え"] = {
LINKS_Name = "震え",
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"震え\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
}
},
Colors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
}
}
},
ST_MergeB = Merge {
ViewInfo = OperatorInfo { Pos = { 5995, 874.5 } },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Colors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },
Inputs = {
Center = Input { Value = { 0.85, 0.15 } },
Foreground = Input {
Source = "Output",
SourceOp = "モーションSelector"
},
Background = Input {
Source = "Output",
SourceOp = "ST_SetDomain"
},
PerformDepthMerge = Input { Value = 0 }
}
},
Loader60 = Loader {
Clips = {
Clip {
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!眉\\-普通眉.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 4180, -511.5 } },
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader44 = Loader {
Clips = {
Clip {
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!目\\-〇〇.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 4345, -2128.5 } },
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader67 = Loader {
Clips = {
Clip {
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\記号など\\涙.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 5170, -511.5 } },
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader29 = Loader {
Clips = {
Clip {
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!口\\-ほー.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 4180, -1699.5 } },
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader64 = Loader {
Clips = {
Clip {
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\記号など\\汗3_.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 4840, -511.5 } },
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader22 = Loader {
Clips = {
Clip {
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!顔色\\-ほっぺ2_.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 3245, -511.5 } },
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader6 = Loader {
Clips = {
Clip {
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!左腕\\-口元.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 1045, -511.5 } },
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader12 = Loader {
Clips = {
Clip {
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!右腕\\-苦しむ.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 1925, -511.5 } },
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader66 = Loader {
Clips = {
Clip {
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\記号など\\汗1_.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 5060, -511.5 } },
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader8 = Loader {
Clips = {
Clip {
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!左腕\\-腰.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 1265, -511.5 } },
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader10 = Loader {
Clips = {
Clip {
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!右腕\\-マイク.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 1705, -511.5 } },
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader46 = Loader {
Clips = {
Clip {
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!目\\-UU.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 4565, -2128.5 } },
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
["ぴょん"] = GroupOperator {
ViewInfo = GroupInfo {
Offset = { 0, 0 },
Scale = 1,
PipeStyle = "Direct",
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Pos = { 5610, 478.5 },
Direction = "Horizontal",
Flags = {
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } },
Outputs = {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "Transform1"
}
},
Tools = ordered() {
Transform1 = Transform {
CtrlWZoom = false,
CtrlWShown = false,
UserControls = 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" } },
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
Inputs = {
Center = Input {
Source = "Value",
SourceOp = "XYPath1"
},
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
}
}
},
XYPath1 = XYPath {
CtrlWZoom = false,
ShowKeyPoints = false,
DrawMode = "ModifyOnly",
Inputs = {
X = Input { Value = 0.5 },
Y = Input {
Source = "Result",
SourceOp = "Calculation1_1"
}
}
},
Calculation1_1 = Calculation {
CtrlWZoom = false,
Inputs = {
FirstOperand = Input {
Source = "Result",
SourceOp = "Calculation2_1"
},
FirstOperandTimeOffset = Input { Expression = "-comp.GlobalStart - Transform1.offset" },
SecondOperand = Input { Value = 0.5 }
}
},
Calculation2_1 = Calculation {
CtrlWZoom = false,
Inputs = {
FirstOperand = Input {
Source = "Value",
SourceOp = "CalculationonCalculationonTransform1CenterXYPath1YFirstOperand"
},
FirstOperandTimeScale = Input { Expression = "Transform1.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate" },
SecondOperand = Input { Value = 0.5 },
Operator = Input { Value = 2 }
}
},
CalculationonCalculationonTransform1CenterXYPath1YFirstOperand = BezierSpline {
SplineColor = { Green = 255, Blue = 0, Red = 0 },
KeyFrames = {
[0] = { 0, Flags = { Linear = true }, RH = { 4.65, 0.225 } },
[17] = { 0, LH = { 12.4, 0.214 }, RH = { 19.6825406677053, 0.0439451976698349 } },
[25] = { 0.000999999999999557, LH = { 23.6, 0.0269999999999996 }, RH = { 27.6, 0.025 } },
[30] = { 0, LH = { 28.4282452630596, 0 } }
},
CtrlWZoom = false
}
},
Inputs = ordered() {
MainInput1 = InstanceInput {
Source = "Input",
SourceOp = "Transform1"
},
Input1 = InstanceInput {
SourceOp = "Transform1",
Source = "speed",
Default = 1,
Name = "スピード"
},
Input3 = InstanceInput {
SourceOp = "Calculation2_1",
Source = "SecondOperand",
Default = 1,
Name = "強さ"
},
Input2 = InstanceInput {
SourceOp = "Transform1",
Source = "offset",
Default = 0,
Name = "時間オフセット(フレーム)"
}
}
},
Loader34 = Loader {
Clips = {
Clip {
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!口\\-んー.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 4730, -1699.5 } },
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader30 = Loader {
Clips = {
Clip {
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!口\\-むふ.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 4290, -1699.5 } },
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader41 = Loader {
Clips = {
Clip {
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!口\\-へっ.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 5500, -1699.5 } },
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader3 = Loader {
Clips = {
Clip {
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!左腕\\-ひそひそ.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 715, -511.5 } },
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
["震え"] = GroupOperator {
ViewInfo = GroupInfo {
Offset = { 0, 0 },
Scale = 1,
PipeStyle = "Direct",
Size = { 126, 109.359001159668, 63, 24.2423992156982 },
Pos = { 6435, 478.5 },
Direction = "Horizontal",
Flags = {
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } },
Outputs = {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "Transform1_3"
}
},
Tools = ordered() {
Transform1_3 = Transform {
ViewInfo = OperatorInfo { Pos = { 0, 29.7576007843018 } },
CtrlWShown = false,
UserControls = 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" } },
Inputs = {
v = Input {
Expression = "0.5 + amplitude * iif(time > out, 0,bound)",
Value = 0.504755282581476
},
speed = Input { Value = 12 },
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)",
Value = 0.951056516295153
},
Center = Input {
Expression = "iif(Y == 0, Point(v, 0.5),Point(0.5,v))",
Value = { 0.504755282581476, 0.5 }
},
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
},
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
amplitude = Input { Value = 0.005 }
}
}
},
Inputs = ordered() {
MainInput1 = InstanceInput {
Source = "Input",
SourceOp = "Transform1_3"
},
Input1 = InstanceInput {
Source = "speed",
Default = 2,
SourceOp = "Transform1_3"
},
Input2 = InstanceInput {
Source = "amplitude",
Default = 0.1,
SourceOp = "Transform1_3"
},
Input3 = InstanceInput {
Source = "Y",
Default = 0,
SourceOp = "Transform1_3"
}
}
},
Loader45 = Loader {
Clips = {
Clip {
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!目\\-__.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 4455, -2128.5 } },
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader47 = Loader {
Clips = {
Clip {
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!目\\-にっこり2_.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 4675, -2128.5 } },
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader57 = Loader {
Clips = {
Clip {
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!眉\\-困り眉1_.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 3850, -511.5 } },
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader53 = Loader {
Clips = {
Clip {
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!目\\-目セット\\!黒目\\-目逸らし.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 5775, -2656.5 } },
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader19 = Loader {
Clips = {
Clip {
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!顔色\\-青ざめ.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 2915, -511.5 } },
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader17 = Loader {
Clips = {
Clip {
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!顔色\\かげり.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 2695, -511.5 } },
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
["跳ねる_小"] = GroupOperator {
ViewInfo = GroupInfo {
Offset = { 0, 0 },
Scale = 1,
PipeStyle = "Direct",
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Pos = { 5940, 478.5 },
Direction = "Horizontal",
Flags = {
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } },
Outputs = {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "Transform1_1_1"
}
},
Tools = ordered() {
Transform1_1_1 = Transform {
CtrlWZoom = false,
CtrlWShown = false,
UserControls = 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" } },
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
Inputs = {
speed = Input { Value = 2 },
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\n",
Value = 0.951056516295154
},
Center = Input {
Expression = "Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))",
Value = { 0.5, 0.595105651629515 }
},
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
},
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
amplitude = Input { Value = 0.02 }
}
}
},
Inputs = ordered() {
MainInput1 = InstanceInput {
Source = "Input",
SourceOp = "Transform1_1_1"
},
Input1 = InstanceInput {
MinScale = 0.0010000000475,
Source = "speed",
Default = 2,
SourceOp = "Transform1_1_1"
},
Input2 = InstanceInput {
Source = "amplitude",
Default = 0.1,
SourceOp = "Transform1_1_1"
}
}
},
Loader5 = Loader {
Clips = {
Clip {
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!左腕\\-苦しむ.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 935, -511.5 } },
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Background1 = Background {
ViewInfo = OperatorInfo { Pos = { 165, -247.5 } },
Inputs = {
Width = Input { Value = 1482 },
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 2250 },
Depth = Input { Value = 1 }
}
},
SetDomain1 = SetDomain {
ViewInfo = OperatorInfo { Pos = { 165, -115.5 } },
Inputs = {
Top = Input { Value = 0 },
Input = Input {
Source = "Output",
SourceOp = "Background1"
},
Right = Input { Value = 0 },
Mode = Input { Value = FuID { "Set" } }
}
},
Loader1 = Loader {
Clips = {
Clip {
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!身体.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 275, -247.5 } },
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
["身体_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 275, -115.5 } },
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "Loader1"
},
Background = Input {
Source = "Output",
SourceOp = "SetDomain1"
},
PerformDepthMerge = Input { Value = 0 }
}
},
Loader2 = Loader {
Clips = {
Clip {
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!ヘアバンド.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 385, -247.5 } },
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
["ヘアバンド_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 385, -115.5 } },
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "Loader2"
},
Background = Input {
Source = "Output",
SourceOp = "身体_MG"
},
PerformDepthMerge = Input { Value = 0 }
}
},
Background2 = Background {
ViewInfo = OperatorInfo { Pos = { 605, -379.5 } },
Inputs = {
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 }
}
},
Loader9 = Loader {
Clips = {
Clip {
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!左腕\\-基本.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 1375, -511.5 } },
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
["左腕_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 1375, -379.5 } },
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "Loader9"
},
Background = Input {
Source = "Output",
SourceOp = "Background2"
},
PerformDepthMerge = Input { Value = 0 }
}
},
["左腕"] = Transform {
ViewInfo = OperatorInfo { Pos = { 1375, -247.5 } },
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "左腕_MG"
}
}
},
["左腕_MG1"] = Merge {
ViewInfo = OperatorInfo { Pos = { 1375, -115.5 } },
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "左腕"
},
Background = Input {
Source = "Output",
SourceOp = "ヘアバンド_MG"
},
PerformDepthMerge = Input { Value = 0 }
}
},
Background3 = Background {
ViewInfo = OperatorInfo { Pos = { 1595, -379.5 } },
Inputs = {
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 }
}
},
Loader16 = Loader {
Clips = {
Clip {
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!右腕\\-基本.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 2365, -511.5 } },
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
["右腕_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 2365, -379.5 } },
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "Loader16"
},
Background = Input {
Source = "Output",
SourceOp = "Background3"
},
PerformDepthMerge = Input { Value = 0 }
}
},
["右腕"] = Transform {
ViewInfo = OperatorInfo { Pos = { 2365, -247.5 } },
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "右腕_MG"
}
}
},
["右腕_MG1"] = Merge {
ViewInfo = OperatorInfo { Pos = { 2365, -115.5 } },
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "右腕"
},
Background = Input {
Source = "Output",
SourceOp = "左腕_MG1"
},
PerformDepthMerge = Input { Value = 0 }
}
},
Background4 = Background {
ViewInfo = OperatorInfo { Pos = { 2585, -379.5 } },
Inputs = {
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 }
}
},
["かげり_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 2695, -379.5 } },
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "Background4"
},
PerformDepthMerge = Input { Value = 0 }
}
},
Loader23 = Loader {
Clips = {
Clip {
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!顔色\\-ほっぺ.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 3355, -511.5 } },
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
["顔色_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 3355, -379.5 } },
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "Loader23"
},
Background = Input {
Source = "Output",
SourceOp = "かげり_MG"
},
PerformDepthMerge = Input { Value = 0 }
}
},
["顔色"] = Transform {
ViewInfo = OperatorInfo { Pos = { 3355, -247.5 } },
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "顔色_MG"
}
}
},
["顔色_MG1"] = Merge {
ViewInfo = OperatorInfo { Pos = { 3355, -115.5 } },
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "顔色"
},
Background = Input {
Source = "Output",
SourceOp = "右腕_MG1"
},
PerformDepthMerge = Input { Value = 0 }
}
},
Background9 = Background {
ViewInfo = OperatorInfo { Pos = { 3630, -379.5 } },
Inputs = {
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 }
}
},
Loader63 = Loader {
Clips = {
Clip {
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!眉\\-普通太眉.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 4510, -511.5 } },
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
["眉_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 4510, -379.5 } },
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "Loader63"
},
Background = Input {
Source = "Output",
SourceOp = "Background9"
},
PerformDepthMerge = Input { Value = 0 }
}
},
["眉"] = Transform {
ViewInfo = OperatorInfo { Pos = { 4510, -247.5 } },
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "眉_MG"
}
}
},
["眉_MG1"] = Merge {
ViewInfo = OperatorInfo { Pos = { 4510, -115.5 } },
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "眉"
},
Background = Input {
Source = "Output",
SourceOp = "顔色_MG1"
},
PerformDepthMerge = Input { Value = 0 }
}
},
Background10 = Background {
ViewInfo = OperatorInfo { Pos = { 4730, -379.5 } },
Inputs = {
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 }
}
},
["汗3_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 4840, -379.5 } },
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "Background10"
},
PerformDepthMerge = Input { Value = 0 }
}
},
["汗2_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 4950, -379.5 } },
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "汗3_MG"
},
PerformDepthMerge = Input { Value = 0 }
}
},
["汗1_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 5060, -379.5 } },
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "汗2_MG"
},
PerformDepthMerge = Input { Value = 0 }
}
},
["涙_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 5170, -379.5 } },
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "汗1_MG"
},
PerformDepthMerge = Input { Value = 0 }
}
},
["記号など"] = Transform {
ViewInfo = OperatorInfo { Pos = { 5170, -247.5 } },
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "涙_MG"
}
}
},
["記号など_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 5170, -115.5 } },
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "記号など"
},
Background = Input {
Source = "Output",
SourceOp = "眉_MG1"
},
PerformDepthMerge = Input { Value = 0 }
}
},
AutoDomain1 = AutoDomain {
ViewInfo = OperatorInfo { Pos = { 5390, -115.5 } },
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Colors = { TileColor = { G = 0.549019607843137, R = 0.913725490196078, B = 0.709803921568627 } },
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "記号など_MG"
}
}
},
Background5 = Background {
ViewInfo = OperatorInfo { Pos = { 3520, -1567.5 } },
Inputs = {
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 }
}
},
["口_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 5610, -1567.5 } },
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "Loader26"
},
Background = Input {
Source = "Output",
SourceOp = "Background5"
},
PerformDepthMerge = Input { Value = 0 }
}
},
AutoDomain1_1 = AutoDomain {
ViewInfo = OperatorInfo { Pos = { 5610, -1336.5 } },
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Colors = { TileColor = { G = 0.549019607843137, R = 0.913725490196078, B = 0.709803921568627 } },
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "口_MG"
}
}
},
Loader26 = Loader {
Clips = {
Clip {
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!口\\-ほほえみ.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 3850, -1699.5 } },
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
N = Fuse.Wireless {
ViewInfo = OperatorInfo { Pos = { 5445, -1039.5 } },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Loader26"
}
}
},
Loader24 = Loader {
Clips = {
Clip {
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!口\\-あは.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 3630, -1699.5 } },
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
A = Fuse.Wireless {
ViewInfo = OperatorInfo { Pos = { 5335, -1039.5 } },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Loader24"
}
}
},
Loader42 = Loader {
Clips = {
Clip {
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!口\\-にし.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 5610, -1699.5 } },
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
I = Fuse.Wireless {
ViewInfo = OperatorInfo { Pos = { 5225, -1039.5 } },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Loader42"
}
}
},
Loader37 = Loader {
Clips = {
Clip {
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!口\\-ゆ.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 5060, -1699.5 } },
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
U = Fuse.Wireless {
ViewInfo = OperatorInfo { Pos = { 5115, -1039.5 } },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Loader37"
}
}
},
Loader25 = Loader {
Clips = {
Clip {
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!口\\-あは_.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 3740, -1699.5 } },
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
E = Fuse.Wireless {
ViewInfo = OperatorInfo { Pos = { 5005, -1039.5 } },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Loader25"
}
}
},
Loader36 = Loader {
Clips = {
Clip {
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!口\\-お.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 4950, -1699.5 } },
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
O = Fuse.Wireless {
ViewInfo = OperatorInfo { Pos = { 4840, -1039.5 } },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Loader36"
}
}
},
RS_MouthAIUEO = Fuse.RS_MouthAIUEO {
ViewInfo = OperatorInfo { Pos = { 5610, -1039.5 } },
NameSet = true,
Version = 1,
Colors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },
Inputs = {
N = Input {
Source = "Output",
SourceOp = "N"
},
O = Input {
Source = "Output",
SourceOp = "O"
},
U = Input {
Source = "Output",
SourceOp = "U"
},
E = Input {
Source = "Output",
SourceOp = "E"
},
Input = Input {
Source = "Output",
SourceOp = "AutoDomain1_1"
},
A = Input {
Source = "Output",
SourceOp = "A"
},
I = Input {
Source = "Output",
SourceOp = "I"
}
}
},
["口"] = Transform {
ViewInfo = OperatorInfo { Pos = { 5610, -247.5 } },
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "RS_MouthAIUEO"
}
}
},
["口_MG1"] = Merge {
ViewInfo = OperatorInfo { Pos = { 5610, -115.5 } },
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "口"
},
Background = Input {
Source = "Output",
SourceOp = "AutoDomain1"
},
PerformDepthMerge = Input { Value = 0 }
}
},
Background6 = Background {
ViewInfo = OperatorInfo { Pos = { 4125, -1996.5 } },
Inputs = {
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 }
}
},
Background7 = Background {
ViewInfo = OperatorInfo { Pos = { 5225, -2260.5 } },
Inputs = {
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 }
}
},
Loader51 = Loader {
Clips = {
Clip {
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!目\\-目セット\\-ジト白目.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 5335, -2392.5 } },
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
["目セット_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 5445, -2260.5 } },
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "Loader51"
},
Background = Input {
Source = "Output",
SourceOp = "Background7"
},
PerformDepthMerge = Input { Value = 0 }
}
},
Background8 = Background {
ViewInfo = OperatorInfo { Pos = { 5665, -2524.5 } },
Inputs = {
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 }
}
},
Loader54 = Loader {
Clips = {
Clip {
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!目\\-目セット\\!黒目\\-カメラ目線.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 5885, -2656.5 } },
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
["黒目_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 5995, -2524.5 } },
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "Loader54"
},
Background = Input {
Source = "Output",
SourceOp = "Background8"
},
PerformDepthMerge = Input { Value = 0 }
}
},
["黒目"] = Transform {
ViewInfo = OperatorInfo { Pos = { 5995, -2392.5 } },
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "黒目_MG"
}
}
},
["黒目_MG1"] = Merge {
ViewInfo = OperatorInfo { Pos = { 5995, -2260.5 } },
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "黒目"
},
Background = Input {
Source = "Output",
SourceOp = "目セット_MG"
},
PerformDepthMerge = Input { Value = 0 }
}
},
["目セット"] = Transform {
ViewInfo = OperatorInfo { Pos = { 5995, -2128.5 } },
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "黒目_MG1"
}
}
},
["目_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 5995, -1996.5 } },
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "目セット"
},
Background = Input {
Source = "Output",
SourceOp = "Background6"
},
PerformDepthMerge = Input { Value = 0 }
}
},
AutoDomain1_2 = AutoDomain {
ViewInfo = OperatorInfo { Pos = { 5995, -1336.5 } },
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Colors = { TileColor = { G = 0.549019607843137, R = 0.913725490196078, B = 0.709803921568627 } },
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "目_MG"
}
}
},
Loader49 = Loader {
Clips = {
Clip {
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!目\\-なごみ目.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 4895, -2128.5 } },
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Closed = Fuse.Wireless {
ViewInfo = OperatorInfo { Pos = { 5885, -1039.5 } },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Loader49"
}
}
},
EyeBlink = Dissolve {
Transitions = {
[0] = "DFTDissolve"
},
ViewInfo = OperatorInfo { Pos = { 5995, -1039.5 } },
NameSet = true,
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "Closed"
},
Mix = Input {
Source = "Value",
SourceOp = "EyeBlinkBackgroundForeground"
},
Background = Input {
Source = "Output",
SourceOp = "AutoDomain1_2"
}
}
},
EyeBlinkBackgroundForeground = BezierSpline {
SplineColor = { Green = 164, Blue = 235, Red = 16 },
NameSet = true,
KeyFrames = {
[0] = { 0, Flags = { Linear = true, Loop = true, PreLoop = true }, RH = { 45, 0 } },
[135] = { 1, LH = { 135, 0.666666666666667 }, Flags = { StepIn = true }, RH = { 136, 1 } },
[139] = { 0, LH = { 139, 0.333333333333333 }, Flags = { PreLoop = true, StepIn = true, Loop = true } }
},
CtrlWZoom = false
},
EyeCtrl = Transform {
ViewInfo = OperatorInfo { Pos = { 5995, -841.5 } },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
UserControls = ordered() {
Blink = {
LINKS_Name = "Blink",
INP_Integer = true,
INP_MaxAllowed = 1000000,
INP_MinAllowed = 0,
INP_MaxScale = 500,
INP_MinScale = 0,
ICS_ControlPage = "目パチ",
INP_External = false,
INPID_InputControl = "SliderControl",
INP_Default = 127,
LINKID_DataType = "Number"
},
Close = {
LINKS_Name = "Close",
INP_Passive = true,
INP_Integer = true,
INP_MinAllowed = 0,
INP_MaxScale = 10,
INP_MinScale = 0,
INP_Default = 4,
INP_External = false,
ICS_ControlPage = "目パチ",
INPID_InputControl = "SliderControl",
LINKID_DataType = "Number"
},
Apply = {
LINKS_Name = "Apply",
ICS_ControlPage = "目パチ",
BTNCS_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",
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
at00 = {
LINKS_Name = "ボタンを押さないと反映されません。",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "目パチ",
LBLC_DropDownButton = false,
INP_Integer = false,
INP_External = false,
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
sp00 = {
LINKS_Name = "",
ICS_ControlPage = "目パチ",
INP_External = false,
LBLC_DropDownButton = false,
INP_Integer = false,
INP_Passive = true,
INPID_InputControl = "LabelControl",
LINKID_DataType = "Number"
},
BlinkOn = {
LINKS_Name = "BlinkOn",
ICS_ControlPage = "目パチ",
BTNCS_Execute = "EyeBlink:SetAttrs({TOOLB_PassThrough = false})\nEyeCtrl.EyeStatus = \"On\"\n",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.4,
LINKID_DataType = "Number"
},
BlinkOff = {
LINKS_Name = "BlinkOff",
ICS_ControlPage = "目パチ",
BTNCS_Execute = "EyeBlink:SetAttrs({TOOLB_PassThrough = true})\nEyeCtrl.EyeStatus = \"Off\"\n",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.4,
LINKID_DataType = "Number"
},
EyeStatus = {
LINKS_Name = "",
TEC_Lines = 1,
INPID_InputControl = "TextEditControl",
TEC_ReadOnly = true,
TEC_Wrap = false,
ICS_ControlPage = "目パチ",
INP_External = false,
ICD_Width = 0.2,
LINKID_DataType = "Text"
}
},
Colors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },
Inputs = {
EyeStatus = Input { Value = "On" },
Input = Input {
Source = "Output",
SourceOp = "EyeBlink"
},
Blink = Input { Value = 139 }
}
},
["目"] = Transform {
ViewInfo = OperatorInfo { Pos = { 5995, -247.5 } },
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "EyeCtrl"
}
}
},
["目_MG1"] = Merge {
ViewInfo = OperatorInfo { Pos = { 5995, -115.5 } },
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "目"
},
Background = Input {
Source = "Output",
SourceOp = "口_MG1"
},
PerformDepthMerge = Input { Value = 0 }
}
},
Root = Transform {
CtrlWZoom = false,
UserControls = ordered() {
CopyPose = {
LINKS_Name = "Copy Pose",
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.copy(comp)]])",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
PastePose = {
LINKS_Name = "Paste Pose",
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.paste(comp)]])",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
SavePose = {
LINKS_Name = "Save Pose",
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.save(comp, fu)]])",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
LoadPose = {
LINKS_Name = "Load Pose",
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.load(comp, fu)]])",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
Grp_Root = {
LINKS_Name = "Root",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 2,
LINKID_DataType = "Number"
},
N008_kigounado_show_86 = {
LINKS_Name = "記号など show",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"記号など_MG\")\nlocal node = comp:FindTool(\"記号など\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N008_kigounado_hide_86 = {
LINKS_Name = "記号など hide",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"記号など_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
["Grp_記号など"] = {
LINKS_Name = "記号など",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 8,
LINKID_DataType = "Number"
},
N003_namida_show_86 = {
LINKS_Name = "涙 show",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"涙_MG\")\nlocal node = comp:FindTool(\"Loader67\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N003_namida_hide_86 = {
LINKS_Name = "涙 hide",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"涙_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N002_ase1_show_85 = {
LINKS_Name = "汗1 show",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N002_ase1_hide_85 = {
LINKS_Name = "汗1 hide",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"汗1_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N001_ase2_show_84 = {
LINKS_Name = "汗2 show",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N001_ase2_hide_84 = {
LINKS_Name = "汗2 hide",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"汗2_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N000_ase3_show_83 = {
LINKS_Name = "汗3 show",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N000_ase3_hide_83 = {
LINKS_Name = "汗3 hide",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"汗3_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
["Grp_眉"] = {
LINKS_Name = "眉",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 8,
LINKID_DataType = "Number"
},
N007_futsuufutomayu80 = {
LINKS_Name = "*普通太眉",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader63\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N006_ikarifutomayu79 = {
LINKS_Name = "*怒り太眉",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader62\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N005_komarifutomayu78 = {
LINKS_Name = "*困り太眉",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader61\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N004_futsuumayu77 = {
LINKS_Name = "*普通眉",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader60\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N003_ikarimayu76 = {
LINKS_Name = "*怒り眉",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader59\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N002_agarimayu75 = {
LINKS_Name = "*上がり眉",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader58\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_komarimayu174 = {
LINKS_Name = "*困り眉1",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader57\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_komarimayu273 = {
LINKS_Name = "*困り眉2",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader56\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["Grp_目"] = {
LINKS_Name = "目",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 9,
LINKID_DataType = "Number"
},
N008_mesetto70 = {
LINKS_Name = "*目セット",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"目セット\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N007_jitome61 = {
LINKS_Name = "*ジト目",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader50\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N006_nagomime60 = {
LINKS_Name = "*なごみ目",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader49\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N005_nikkori59 = {
LINKS_Name = "*にっこり",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader48\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N004_nikkori258 = {
LINKS_Name = "*にっこり2",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader47\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N003_UU57 = {
LINKS_Name = "*UU",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader46\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N002_none56 = {
LINKS_Name = "*><",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader45\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["N001_〇〇55"] = {
LINKS_Name = "*〇〇",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader44\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_guruguru54 = {
LINKS_Name = "*ぐるぐる",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader43\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["Grp_目セット"] = {
LINKS_Name = "目セット",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 2,
LINKID_DataType = "Number"
},
N001_futsuushirome65 = {
LINKS_Name = "*普通白目",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目セット_MG\")\nlocal node = comp:FindTool(\"Loader52\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_jitoshirome64 = {
LINKS_Name = "*ジト白目",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目セット_MG\")\nlocal node = comp:FindTool(\"Loader51\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["Grp_黒目"] = {
LINKS_Name = "黒目",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 3,
LINKID_DataType = "Number"
},
N002_futsuume70 = {
LINKS_Name = "*普通目",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader55\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_kameramesen69 = {
LINKS_Name = "*カメラ目線",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader54\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_mesorashi68 = {
LINKS_Name = "*目逸らし",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader53\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["Grp_口"] = {
LINKS_Name = "口",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 19,
LINKID_DataType = "Number"
},
N018_nishi51 = {
LINKS_Name = "*にし",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader42\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N017_hetsu50 = {
LINKS_Name = "*へっ",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader41\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N016_ohoo49 = {
LINKS_Name = "*おほお",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader40\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N015_hahee48 = {
LINKS_Name = "*はへえ",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader39\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N014_muu47 = {
LINKS_Name = "*むー",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader38\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N013_yu46 = {
LINKS_Name = "*ゆ",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader37\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N012_o45 = {
LINKS_Name = "*お",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader36\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N011_n44 = {
LINKS_Name = "*ん",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader35\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N010_nn43 = {
LINKS_Name = "*んー",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader34\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N009_nhee42 = {
LINKS_Name = "*んへー",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader33\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N008_naa41 = {
LINKS_Name = "*んあー",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader32\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["N007_△40"] = {
LINKS_Name = "*△",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader31\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N006_mufu39 = {
LINKS_Name = "*むふ",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader30\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N005_hoo38 = {
LINKS_Name = "*ほー",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader29\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N004_hoa37 = {
LINKS_Name = "*ほあ",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader28\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N003_hoaa36 = {
LINKS_Name = "*ほあー",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader27\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N002_hohoemi35 = {
LINKS_Name = "*ほほえみ",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader26\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_aha34 = {
LINKS_Name = "*あは",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader25\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_aha33 = {
LINKS_Name = "*あは",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader24\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["Grp_顔色"] = {
LINKS_Name = "顔色",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 8,
LINKID_DataType = "Number"
},
N006_hoppe30 = {
LINKS_Name = "*ほっぺ",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader23\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N005_hoppe229 = {
LINKS_Name = "*ほっぺ2",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader22\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N004_hoppe328 = {
LINKS_Name = "*ほっぺ3",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader21\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N003_hoppe427 = {
LINKS_Name = "*ほっぺ4",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader20\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N002_aozame26 = {
LINKS_Name = "*青ざめ",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader19\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_hihyouji25 = {
LINKS_Name = "*(非表示)",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader18\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_kageri_show_24 = {
LINKS_Name = "かげり show",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"かげり_MG\")\nlocal node = comp:FindTool(\"Loader17\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N000_kageri_hide_24 = {
LINKS_Name = "かげり hide",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"かげり_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
["Grp_右腕"] = {
LINKS_Name = "右腕",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 7,
LINKID_DataType = "Number"
},
N006_kihon21 = {
LINKS_Name = "*基本",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader16\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N005_koshi20 = {
LINKS_Name = "*腰",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader15\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N004_tewoageru19 = {
LINKS_Name = "*手を挙げる",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader14\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N003_kuchimoto18 = {
LINKS_Name = "*口元",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader13\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N002_kurushimu17 = {
LINKS_Name = "*苦しむ",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader12\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_yubisashishi16 = {
LINKS_Name = "*指差し",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader11\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_maiku15 = {
LINKS_Name = "*マイク",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader10\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["Grp_左腕"] = {
LINKS_Name = "左腕",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 7,
LINKID_DataType = "Number"
},
N006_kihon12 = {
LINKS_Name = "*基本",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader9\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N005_koshi11 = {
LINKS_Name = "*腰",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader8\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N004_tewoageru10 = {
LINKS_Name = "*手を挙げる",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader7\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N003_kuchimoto9 = {
LINKS_Name = "*口元",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader6\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N002_kurushimu8 = {
LINKS_Name = "*苦しむ",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader5\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_kangaeru7 = {
LINKS_Name = "*考える",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader4\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_hisohiso6 = {
LINKS_Name = "*ひそひそ",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader3\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
}
},
Inputs = {
Grp_Root = Input { Value = 0 },
["Grp_記号など"] = Input { Value = 0 },
["Grp_目セット"] = Input { Value = 0 },
["Grp_黒目"] = Input { Value = 0 },
Input = Input {
Source = "Output",
SourceOp = "目_MG1"
},
Comments = 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" }
},
Colors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },
ViewInfo = OperatorInfo { Pos = { 5995, 16.5 } }
},
["モーションなし"] = Transform {
ViewInfo = OperatorInfo { Pos = { 5995, 148.5 } },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Root"
}
}
},
["不安"] = GroupOperator {
ViewInfo = GroupInfo {
Offset = { 0, 0 },
Scale = 1,
PipeStyle = "Direct",
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Pos = { 6105, 478.5 },
Direction = "Horizontal",
Flags = {
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } },
Outputs = {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "Transform1_2"
}
},
Tools = ordered() {
Transform1_2 = Transform {
CtrlWZoom = false,
CtrlWShown = false,
UserControls = 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" } },
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
Inputs = {
in_out = Input {
Source = "Result",
SourceOp = "KeyframeStretcher1"
},
y = Input { Value = 0.01 },
Center = Input {
Expression = "Point(0.5, 0.5) + shake * in_out",
Value = { 0.502997744173508, 0.497908177638071 }
},
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
},
shake = Input {
Source = "Position",
SourceOp = "Shake1"
},
x = Input { Value = 0.01 }
}
},
KeyframeStretcher1 = KeyStretcherMod {
CtrlWZoom = false,
Inputs = {
Keyframes = Input {
Source = "Value",
SourceOp = "KeyStretcheronTransform1_2Keyframes"
},
StretchStart = Input { Value = 10 },
StretchEnd = Input { Value = 110 }
}
},
KeyStretcheronTransform1_2Keyframes = BezierSpline {
SplineColor = { Green = 106, Blue = 231, Red = 193 },
KeyFrames = {
[0] = { 0, Flags = { Linear = true }, RH = { 3.33333333333333, 0 } },
[10] = { 1, LH = { 6.66666666666667, 1 }, RH = { 43.3333333333333, 1 } },
[110] = { 1, LH = { 76.6666666666667, 1 }, RH = { 113.333333333333, 1 } },
[120] = { 0, LH = { 116.666666666667, 0 } }
},
CtrlWZoom = false
},
Shake1 = Shake {
CtrlWZoom = false,
Faster = true,
Inputs = {
Smoothness = Input { Value = 2 },
XMaximum = Input {
Expression = "Transform1_2.x",
Value = 0.1
},
YMinimum = Input {
Expression = "-Transform1_2.y",
Value = -0.1
},
XMinimum = Input {
Expression = "-Transform1_2.x",
Value = -0.1
},
YMaximum = Input {
Expression = "Transform1_2.y",
Value = 0.1
},
LockXY = Input { Value = 0 }
}
}
},
Inputs = ordered() {
MainInput1 = InstanceInput {
Source = "Input",
SourceOp = "Transform1_2"
},
Input3 = InstanceInput {
Width = 1,
Source = "RandomSeed",
Default = 0,
SourceOp = "Shake1"
},
Input4 = InstanceInput {
Source = "Randomize",
Width = 0.385,
SourceOp = "Shake1"
},
Input5 = InstanceInput {
Source = "Smoothness",
Default = 10,
SourceOp = "Shake1"
},
Input1 = InstanceInput {
SourceOp = "Transform1_2",
Source = "x",
Default = 0.1,
Name = "X"
},
Input2 = InstanceInput {
SourceOp = "Transform1_2",
Source = "y",
Default = 0.1,
Name = "Y"
}
}
},
Loader27 = Loader {
Clips = {
Clip {
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!口\\-ほあー.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Depth = 0
}
},
ViewInfo = OperatorInfo { Pos = { 3960, -1699.5 } },
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
}
},
Inputs = ordered() {
Input1 = InstanceInput {
SourceOp = "Root",
Name = "Copy Pose",
Default = 0,
Source = "CopyPose"
},
Input2 = InstanceInput {
SourceOp = "Root",
Name = "Paste Pose",
Default = 0,
Source = "PastePose"
},
Input3 = InstanceInput {
SourceOp = "Root",
Name = "Save Pose",
Default = 0,
Source = "SavePose"
},
Input4 = InstanceInput {
SourceOp = "Root",
Name = "Load Pose",
Default = 0,
Source = "LoadPose"
},
Input5 = InstanceInput {
Source = "Center",
SourceOp = "ST_MergeB"
},
Input6 = InstanceInput {
Source = "Size",
SourceOp = "ST_MergeB",
Default = 1
},
Input7 = InstanceInput {
Source = "Angle",
SourceOp = "ST_MergeB",
Default = 0
},
Input8 = InstanceInput {
SourceOp = "ST_MergeB",
ControlGroup = 1,
Default = 0,
Source = "FlipHoriz",
Name = "Flip Horizontal"
},
Input9 = InstanceInput {
SourceOp = "ST_MergeB",
ControlGroup = 1,
Default = 0,
Source = "FlipVert",
Name = "Flip Vertical"
},
Input10 = InstanceInput {
SourceOp = "モーションSelector",
Name = "モーションなし",
Default = 0,
Source = "N000_モーションなし"
},
Input11 = InstanceInput {
SourceOp = "モーションSelector",
Name = "ぽよ",
Default = 0,
Source = "N001_ぽよ"
},
Input12 = InstanceInput {
SourceOp = "モーションSelector",
Name = "ぴょん",
Default = 0,
Source = "N002_ぴょん"
},
Input13 = InstanceInput {
SourceOp = "モーションSelector",
Name = "跳ねる",
Default = 0,
Source = "N003_跳ねる"
},
Input14 = InstanceInput {
SourceOp = "モーションSelector",
Name = "跳ねる_小",
Default = 0,
Source = "N004_跳ねる_小"
},
Input15 = InstanceInput {
SourceOp = "モーションSelector",
Name = "不安",
Default = 0,
Source = "N005_不安"
},
Input16 = InstanceInput {
SourceOp = "モーションSelector",
Name = "荒ぶる",
Default = 0,
Source = "N006_荒ぶる"
},
Input17 = InstanceInput {
SourceOp = "モーションSelector",
Name = "震え",
Default = 0,
Source = "N007_震え"
},
Input18 = InstanceInput {
SourceOp = "Root",
Name = "記号など",
Default = 0,
Source = "Grp_記号など"
},
Input19 = InstanceInput {
SourceOp = "Root",
Name = "涙 show",
Default = 0,
Source = "N003_namida_show_86"
},
Input20 = InstanceInput {
SourceOp = "Root",
Name = "涙 hide",
Default = 0,
Source = "N003_namida_hide_86"
},
Input21 = InstanceInput {
SourceOp = "Root",
Name = "汗1 show",
Default = 0,
Source = "N002_ase1_show_85"
},
Input22 = InstanceInput {
SourceOp = "Root",
Name = "汗1 hide",
Default = 0,
Source = "N002_ase1_hide_85"
},
Input23 = InstanceInput {
SourceOp = "Root",
Name = "汗2 show",
Default = 0,
Source = "N001_ase2_show_84"
},
Input24 = InstanceInput {
SourceOp = "Root",
Name = "汗2 hide",
Default = 0,
Source = "N001_ase2_hide_84"
},
Input25 = InstanceInput {
SourceOp = "Root",
Name = "汗3 show",
Default = 0,
Source = "N000_ase3_show_83"
},
Input26 = InstanceInput {
SourceOp = "Root",
Name = "汗3 hide",
Default = 0,
Source = "N000_ase3_hide_83"
},
Input27 = InstanceInput {
SourceOp = "Root",
Name = "眉",
Default = 1,
Source = "Grp_眉"
},
Input28 = InstanceInput {
SourceOp = "Root",
Source = "N007_futsuufutomayu80",
Width = 0.25,
Default = 0,
Name = "*普通太眉"
},
Input29 = InstanceInput {
SourceOp = "Root",
Source = "N006_ikarifutomayu79",
Width = 0.25,
Default = 0,
Name = "*怒り太眉"
},
Input30 = InstanceInput {
SourceOp = "Root",
Source = "N005_komarifutomayu78",
Width = 0.25,
Default = 0,
Name = "*困り太眉"
},
Input31 = InstanceInput {
SourceOp = "Root",
Source = "N004_futsuumayu77",
Width = 0.25,
Default = 0,
Name = "*普通眉"
},
Input32 = InstanceInput {
SourceOp = "Root",
Source = "N003_ikarimayu76",
Width = 0.25,
Default = 0,
Name = "*怒り眉"
},
Input33 = InstanceInput {
SourceOp = "Root",
Source = "N002_agarimayu75",
Width = 0.25,
Default = 0,
Name = "*上がり眉"
},
Input34 = InstanceInput {
SourceOp = "Root",
Source = "N001_komarimayu174",
Width = 0.25,
Default = 0,
Name = "*困り眉1"
},
Input35 = InstanceInput {
SourceOp = "Root",
Source = "N000_komarimayu273",
Width = 0.25,
Default = 0,
Name = "*困り眉2"
},
Input36 = InstanceInput {
SourceOp = "Root",
Name = "目",
Default = 1,
Source = "Grp_目"
},
Input37 = InstanceInput {
SourceOp = "Root",
Source = "N008_mesetto70",
Width = 0.25,
Default = 0,
Name = "*目セット"
},
Input38 = InstanceInput {
SourceOp = "Root",
Source = "N007_jitome61",
Width = 0.25,
Default = 0,
Name = "*ジト目"
},
Input39 = InstanceInput {
SourceOp = "Root",
Source = "N006_nagomime60",
Width = 0.25,
Default = 0,
Name = "*なごみ目"
},
Input40 = InstanceInput {
SourceOp = "Root",
Source = "N005_nikkori59",
Width = 0.25,
Default = 0,
Name = "*にっこり"
},
Input41 = InstanceInput {
SourceOp = "Root",
Source = "N004_nikkori258",
Width = 0.25,
Default = 0,
Name = "*にっこり2"
},
Input42 = InstanceInput {
SourceOp = "Root",
Source = "N003_UU57",
Width = 0.25,
Default = 0,
Name = "*UU"
},
Input43 = InstanceInput {
SourceOp = "Root",
Source = "N002_none56",
Width = 0.25,
Default = 0,
Name = "*><"
},
Input44 = InstanceInput {
SourceOp = "Root",
Source = "N001_〇〇55",
Width = 0.25,
Default = 0,
Name = "*〇〇"
},
Input45 = InstanceInput {
SourceOp = "Root",
Source = "N000_guruguru54",
Width = 0.25,
Default = 0,
Name = "*ぐるぐる"
},
Input46 = InstanceInput {
SourceOp = "Root",
Name = "目セット",
Default = 0,
Source = "Grp_目セット"
},
Input47 = InstanceInput {
SourceOp = "Root",
Source = "N001_futsuushirome65",
Width = 0.25,
Default = 0,
Name = "*普通白目"
},
Input48 = InstanceInput {
SourceOp = "Root",
Source = "N000_jitoshirome64",
Width = 0.25,
Default = 0,
Name = "*ジト白目"
},
Input49 = InstanceInput {
SourceOp = "Root",
Name = "黒目",
Default = 0,
Source = "Grp_黒目"
},
Input50 = InstanceInput {
SourceOp = "Root",
Source = "N002_futsuume70",
Width = 0.25,
Default = 0,
Name = "*普通目"
},
Input51 = InstanceInput {
SourceOp = "Root",
Source = "N001_kameramesen69",
Width = 0.25,
Default = 0,
Name = "*カメラ目線"
},
Input52 = InstanceInput {
SourceOp = "Root",
Source = "N000_mesorashi68",
Width = 0.25,
Default = 0,
Name = "*目逸らし"
},
Input53 = InstanceInput {
SourceOp = "Root",
Name = "口",
Default = 1,
Source = "Grp_口"
},
Input54 = InstanceInput {
SourceOp = "Root",
Source = "N018_nishi51",
Width = 0.25,
Default = 0,
Name = "*にし"
},
Input55 = InstanceInput {
SourceOp = "Root",
Source = "N017_hetsu50",
Width = 0.25,
Default = 0,
Name = "*へっ"
},
Input56 = InstanceInput {
SourceOp = "Root",
Source = "N016_ohoo49",
Width = 0.25,
Default = 0,
Name = "*おほお"
},
Input57 = InstanceInput {
SourceOp = "Root",
Source = "N015_hahee48",
Width = 0.25,
Default = 0,
Name = "*はへえ"
},
Input58 = InstanceInput {
SourceOp = "Root",
Source = "N014_muu47",
Width = 0.25,
Default = 0,
Name = "*むー"
},
Input59 = InstanceInput {
SourceOp = "Root",
Source = "N013_yu46",
Width = 0.25,
Default = 0,
Name = "*ゆ"
},
Input60 = InstanceInput {
SourceOp = "Root",
Source = "N012_o45",
Width = 0.25,
Default = 0,
Name = "*お"
},
Input61 = InstanceInput {
SourceOp = "Root",
Source = "N011_n44",
Width = 0.25,
Default = 0,
Name = "*ん"
},
Input62 = InstanceInput {
SourceOp = "Root",
Source = "N010_nn43",
Width = 0.25,
Default = 0,
Name = "*んー"
},
Input63 = InstanceInput {
SourceOp = "Root",
Source = "N009_nhee42",
Width = 0.25,
Default = 0,
Name = "*んへー"
},
Input64 = InstanceInput {
SourceOp = "Root",
Source = "N008_naa41",
Width = 0.25,
Default = 0,
Name = "*んあー"
},
Input65 = InstanceInput {
SourceOp = "Root",
Source = "N007_△40",
Width = 0.25,
Default = 0,
Name = "*△"
},
Input66 = InstanceInput {
SourceOp = "Root",
Source = "N006_mufu39",
Width = 0.25,
Default = 0,
Name = "*むふ"
},
Input67 = InstanceInput {
SourceOp = "Root",
Source = "N005_hoo38",
Width = 0.25,
Default = 0,
Name = "*ほー"
},
Input68 = InstanceInput {
SourceOp = "Root",
Source = "N004_hoa37",
Width = 0.25,
Default = 0,
Name = "*ほあ"
},
Input69 = InstanceInput {
SourceOp = "Root",
Source = "N003_hoaa36",
Width = 0.25,
Default = 0,
Name = "*ほあー"
},
Input70 = InstanceInput {
SourceOp = "Root",
Source = "N002_hohoemi35",
Width = 0.25,
Default = 0,
Name = "*ほほえみ"
},
Input71 = InstanceInput {
SourceOp = "Root",
Source = "N001_aha34",
Width = 0.25,
Default = 0,
Name = "*あは"
},
Input72 = InstanceInput {
SourceOp = "Root",
Source = "N000_aha33",
Width = 0.25,
Default = 0,
Name = "*あは"
},
Input73 = InstanceInput {
SourceOp = "Root",
Name = "顔色",
Default = 1,
Source = "Grp_顔色"
},
Input74 = InstanceInput {
SourceOp = "Root",
Name = "かげり show",
Default = 0,
Source = "N000_kageri_show_24"
},
Input75 = InstanceInput {
SourceOp = "Root",
Name = "かげり hide",
Default = 0,
Source = "N000_kageri_hide_24"
},
Input76 = InstanceInput {
SourceOp = "Root",
Source = "N006_hoppe30",
Width = 0.25,
Default = 0,
Name = "*ほっぺ"
},
Input77 = InstanceInput {
SourceOp = "Root",
Source = "N005_hoppe229",
Width = 0.25,
Default = 0,
Name = "*ほっぺ2"
},
Input78 = InstanceInput {
SourceOp = "Root",
Source = "N004_hoppe328",
Width = 0.25,
Default = 0,
Name = "*ほっぺ3"
},
Input79 = InstanceInput {
SourceOp = "Root",
Source = "N003_hoppe427",
Width = 0.25,
Default = 0,
Name = "*ほっぺ4"
},
Input80 = InstanceInput {
SourceOp = "Root",
Source = "N002_aozame26",
Width = 0.25,
Default = 0,
Name = "*青ざめ"
},
Input81 = InstanceInput {
SourceOp = "Root",
Source = "N001_hihyouji25",
Width = 0.25,
Default = 0,
Name = "*(非表示)"
},
Input82 = InstanceInput {
SourceOp = "Root",
Name = "右腕",
Default = 1,
Source = "Grp_右腕"
},
Input83 = InstanceInput {
SourceOp = "Root",
Source = "N006_kihon21",
Width = 0.25,
Default = 0,
Name = "*基本"
},
Input84 = InstanceInput {
SourceOp = "Root",
Source = "N005_koshi20",
Width = 0.25,
Default = 0,
Name = "*腰"
},
Input85 = InstanceInput {
SourceOp = "Root",
Source = "N004_tewoageru19",
Width = 0.25,
Default = 0,
Name = "*手を挙げる"
},
Input86 = InstanceInput {
SourceOp = "Root",
Source = "N003_kuchimoto18",
Width = 0.25,
Default = 0,
Name = "*口元"
},
Input87 = InstanceInput {
SourceOp = "Root",
Source = "N002_kurushimu17",
Width = 0.25,
Default = 0,
Name = "*苦しむ"
},
Input88 = InstanceInput {
SourceOp = "Root",
Source = "N001_yubisashishi16",
Width = 0.25,
Default = 0,
Name = "*指差し"
},
Input89 = InstanceInput {
SourceOp = "Root",
Source = "N000_maiku15",
Width = 0.25,
Default = 0,
Name = "*マイク"
},
Input90 = InstanceInput {
SourceOp = "Root",
Name = "左腕",
Default = 1,
Source = "Grp_左腕"
},
Input91 = InstanceInput {
SourceOp = "Root",
Source = "N006_kihon12",
Width = 0.25,
Default = 0,
Name = "*基本"
},
Input92 = InstanceInput {
SourceOp = "Root",
Source = "N005_koshi11",
Width = 0.25,
Default = 0,
Name = "*腰"
},
Input93 = InstanceInput {
SourceOp = "Root",
Source = "N004_tewoageru10",
Width = 0.25,
Default = 0,
Name = "*手を挙げる"
},
Input94 = InstanceInput {
SourceOp = "Root",
Source = "N003_kuchimoto9",
Width = 0.25,
Default = 0,
Name = "*口元"
},
Input95 = InstanceInput {
SourceOp = "Root",
Source = "N002_kurushimu8",
Width = 0.25,
Default = 0,
Name = "*苦しむ"
},
Input96 = InstanceInput {
SourceOp = "Root",
Source = "N001_kangaeru7",
Width = 0.25,
Default = 0,
Name = "*考える"
},
Input97 = InstanceInput {
SourceOp = "Root",
Source = "N000_hisohiso6",
Width = 0.25,
Default = 0,
Name = "*ひそひそ"
},
Input98 = InstanceInput {
Source = "Anim",
SourceOp = "RS_MouthAIUEO",
Default = 0
},
Input99 = InstanceInput {
Source = "Blink",
SourceOp = "EyeCtrl",
Default = 139
},
Input100 = InstanceInput {
Source = "Close",
SourceOp = "EyeCtrl",
Default = 4
},
Input101 = InstanceInput {
Source = "Apply",
SourceOp = "EyeCtrl",
Default = 0
},
Input102 = InstanceInput {
SourceOp = "EyeCtrl",
Name = "ボタンを押さないと反映されません。",
Default = 0,
Source = "at00"
},
Input103 = InstanceInput {
SourceOp = "EyeCtrl",
Name = "",
Default = 0,
Source = "sp00"
},
Input104 = InstanceInput {
Source = "BlinkOn",
SourceOp = "EyeCtrl",
Default = 0
},
Input105 = InstanceInput {
Source = "BlinkOff",
SourceOp = "EyeCtrl",
Default = 0
},
Input106 = InstanceInput {
Name = "",
Source = "EyeStatus",
SourceOp = "EyeCtrl"
}
}
}
}
}
================================================
FILE: Templates/Edit/Generators/old/ちびめたん(FUSE_Open).setting
================================================
{
Tools = ordered() {
Metan = GroupOperator {
CtrlWZoom = false,
Outputs = ordered() {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "ST_MergeB"
}
},
ViewInfo = GroupInfo {
Scale = 1,
Offset = { 0, 0 },
Flags = {
AutoSnap = true,
ForceAll = true,
GridSnap = true,
AllowPan = false
},
Direction = "Horizontal",
PipeStyle = "Direct"
},
Inputs = ordered() {
Input1 = InstanceInput {
SourceOp = "Root",
Name = "Copy Pose",
Default = 0,
Source = "CopyPose"
},
Input2 = InstanceInput {
SourceOp = "Root",
Name = "Paste Pose",
Default = 0,
Source = "PastePose"
},
Input3 = InstanceInput {
SourceOp = "Root",
Name = "Save Pose",
Default = 0,
Source = "SavePose"
},
Input4 = InstanceInput {
SourceOp = "Root",
Name = "Load Pose",
Default = 0,
Source = "LoadPose"
},
Input5 = InstanceInput {
Source = "Center",
SourceOp = "ST_MergeB"
},
Input6 = InstanceInput {
Source = "Size",
SourceOp = "ST_MergeB",
Default = 1
},
Input7 = InstanceInput {
Source = "Angle",
SourceOp = "ST_MergeB",
Default = 0
},
Input8 = InstanceInput {
SourceOp = "ST_MergeB",
Name = "Flip Horizontal",
ControlGroup = 1,
Default = 0,
Source = "FlipHoriz"
},
Input9 = InstanceInput {
SourceOp = "ST_MergeB",
Name = "Flip Vertical",
ControlGroup = 1,
Default = 0,
Source = "FlipVert"
},
Input10 = InstanceInput {
SourceOp = "モーションSelector",
Name = "モーションなし",
Default = 0,
Source = "N000_モーションなし"
},
Input11 = InstanceInput {
SourceOp = "モーションSelector",
Name = "ぽよ",
Default = 0,
Source = "N001_ぽよ"
},
Input12 = InstanceInput {
SourceOp = "モーションSelector",
Name = "ぴょん",
Default = 0,
Source = "N002_ぴょん"
},
Input13 = InstanceInput {
SourceOp = "モーションSelector",
Name = "跳ねる",
Default = 0,
Source = "N003_跳ねる"
},
Input14 = InstanceInput {
SourceOp = "モーションSelector",
Name = "跳ねる_小",
Default = 0,
Source = "N004_跳ねる_小"
},
Input15 = InstanceInput {
SourceOp = "モーションSelector",
Name = "不安",
Default = 0,
Source = "N005_不安"
},
Input16 = InstanceInput {
SourceOp = "モーションSelector",
Name = "荒ぶる",
Default = 0,
Source = "N006_荒ぶる"
},
Input17 = InstanceInput {
SourceOp = "モーションSelector",
Name = "震え",
Default = 0,
Source = "N007_震え"
},
Input18 = InstanceInput {
SourceOp = "Root",
Name = "記号など",
Default = 0,
Source = "Grp_記号など"
},
Input19 = InstanceInput {
SourceOp = "Root",
Name = "涙 show",
Default = 0,
Source = "N003_namida_show_86"
},
Input20 = InstanceInput {
SourceOp = "Root",
Name = "涙 hide",
Default = 0,
Source = "N003_namida_hide_86"
},
Input21 = InstanceInput {
SourceOp = "Root",
Name = "汗1 show",
Default = 0,
Source = "N002_ase1_show_85"
},
Input22 = InstanceInput {
SourceOp = "Root",
Name = "汗1 hide",
Default = 0,
Source = "N002_ase1_hide_85"
},
Input23 = InstanceInput {
SourceOp = "Root",
Name = "汗2 show",
Default = 0,
Source = "N001_ase2_show_84"
},
Input24 = InstanceInput {
SourceOp = "Root",
Name = "汗2 hide",
Default = 0,
Source = "N001_ase2_hide_84"
},
Input25 = InstanceInput {
SourceOp = "Root",
Name = "汗3 show",
Default = 0,
Source = "N000_ase3_show_83"
},
Input26 = InstanceInput {
SourceOp = "Root",
Name = "汗3 hide",
Default = 0,
Source = "N000_ase3_hide_83"
},
Input27 = InstanceInput {
SourceOp = "Root",
Name = "眉",
Default = 1,
Source = "Grp_眉"
},
Input28 = InstanceInput {
SourceOp = "Root",
Source = "N007_futsuufutomayu80",
Width = 0.25,
Default = 0,
Name = "*普通太眉"
},
Input29 = InstanceInput {
SourceOp = "Root",
Source = "N006_ikarifutomayu79",
Width = 0.25,
Default = 0,
Name = "*怒り太眉"
},
Input30 = InstanceInput {
SourceOp = "Root",
Source = "N005_komarifutomayu78",
Width = 0.25,
Default = 0,
Name = "*困り太眉"
},
Input31 = InstanceInput {
SourceOp = "Root",
Source = "N004_futsuumayu77",
Width = 0.25,
Default = 0,
Name = "*普通眉"
},
Input32 = InstanceInput {
SourceOp = "Root",
Source = "N003_ikarimayu76",
Width = 0.25,
Default = 0,
Name = "*怒り眉"
},
Input33 = InstanceInput {
SourceOp = "Root",
Source = "N002_agarimayu75",
Width = 0.25,
Default = 0,
Name = "*上がり眉"
},
Input34 = InstanceInput {
SourceOp = "Root",
Source = "N001_komarimayu174",
Width = 0.25,
Default = 0,
Name = "*困り眉1"
},
Input35 = InstanceInput {
SourceOp = "Root",
Source = "N000_komarimayu273",
Width = 0.25,
Default = 0,
Name = "*困り眉2"
},
Input36 = InstanceInput {
SourceOp = "Root",
Name = "目",
Default = 1,
Source = "Grp_目"
},
Input37 = InstanceInput {
SourceOp = "Root",
Source = "N008_mesetto70",
Width = 0.25,
Default = 0,
Name = "*目セット"
},
Input38 = InstanceInput {
SourceOp = "Root",
Source = "N007_jitome61",
Width = 0.25,
Default = 0,
Name = "*ジト目"
},
Input39 = InstanceInput {
SourceOp = "Root",
Source = "N006_nagomime60",
Width = 0.25,
Default = 0,
Name = "*なごみ目"
},
Input40 = InstanceInput {
SourceOp = "Root",
Source = "N005_nikkori59",
Width = 0.25,
Default = 0,
Name = "*にっこり"
},
Input41 = InstanceInput {
SourceOp = "Root",
Source = "N004_nikkori258",
Width = 0.25,
Default = 0,
Name = "*にっこり2"
},
Input42 = InstanceInput {
SourceOp = "Root",
Source = "N003_UU57",
Width = 0.25,
Default = 0,
Name = "*UU"
},
Input43 = InstanceInput {
SourceOp = "Root",
Source = "N002_none56",
Width = 0.25,
Default = 0,
Name = "*><"
},
Input44 = InstanceInput {
SourceOp = "Root",
Source = "N001_〇〇55",
Width = 0.25,
Default = 0,
Name = "*〇〇"
},
Input45 = InstanceInput {
SourceOp = "Root",
Source = "N000_guruguru54",
Width = 0.25,
Default = 0,
Name = "*ぐるぐる"
},
Input46 = InstanceInput {
SourceOp = "Root",
Name = "目セット",
Default = 0,
Source = "Grp_目セット"
},
Input47 = InstanceInput {
SourceOp = "Root",
Source = "N001_futsuushirome65",
Width = 0.25,
Default = 0,
Name = "*普通白目"
},
Input48 = InstanceInput {
SourceOp = "Root",
Source = "N000_jitoshirome64",
Width = 0.25,
Default = 0,
Name = "*ジト白目"
},
Input49 = InstanceInput {
SourceOp = "Root",
Name = "黒目",
Default = 0,
Source = "Grp_黒目"
},
Input50 = InstanceInput {
SourceOp = "Root",
Source = "N002_futsuume70",
Width = 0.25,
Default = 0,
Name = "*普通目"
},
Input51 = InstanceInput {
SourceOp = "Root",
Source = "N001_kameramesen69",
Width = 0.25,
Default = 0,
Name = "*カメラ目線"
},
Input52 = InstanceInput {
SourceOp = "Root",
Source = "N000_mesorashi68",
Width = 0.25,
Default = 0,
Name = "*目逸らし"
},
Input53 = InstanceInput {
SourceOp = "Root",
Name = "口",
Default = 1,
Source = "Grp_口"
},
Input54 = InstanceInput {
SourceOp = "Root",
Source = "N018_nishi51",
Width = 0.25,
Default = 0,
Name = "*にし"
},
Input55 = InstanceInput {
SourceOp = "Root",
Source = "N017_hetsu50",
Width = 0.25,
Default = 0,
Name = "*へっ"
},
Input56 = InstanceInput {
SourceOp = "Root",
Source = "N016_ohoo49",
Width = 0.25,
Default = 0,
Name = "*おほお"
},
Input57 = InstanceInput {
SourceOp = "Root",
Source = "N015_hahee48",
Width = 0.25,
Default = 0,
Name = "*はへえ"
},
Input58 = InstanceInput {
SourceOp = "Root",
Source = "N014_muu47",
Width = 0.25,
Default = 0,
Name = "*むー"
},
Input59 = InstanceInput {
SourceOp = "Root",
Source = "N013_yu46",
Width = 0.25,
Default = 0,
Name = "*ゆ"
},
Input60 = InstanceInput {
SourceOp = "Root",
Source = "N012_o45",
Width = 0.25,
Default = 0,
Name = "*お"
},
Input61 = InstanceInput {
SourceOp = "Root",
Source = "N011_n44",
Width = 0.25,
Default = 0,
Name = "*ん"
},
Input62 = InstanceInput {
SourceOp = "Root",
Source = "N010_nn43",
Width = 0.25,
Default = 0,
Name = "*んー"
},
Input63 = InstanceInput {
SourceOp = "Root",
Source = "N009_nhee42",
Width = 0.25,
Default = 0,
Name = "*んへー"
},
Input64 = InstanceInput {
SourceOp = "Root",
Source = "N008_naa41",
Width = 0.25,
Default = 0,
Name = "*んあー"
},
Input65 = InstanceInput {
SourceOp = "Root",
Source = "N007_△40",
Width = 0.25,
Default = 0,
Name = "*△"
},
Input66 = InstanceInput {
SourceOp = "Root",
Source = "N006_mufu39",
Width = 0.25,
Default = 0,
Name = "*むふ"
},
Input67 = InstanceInput {
SourceOp = "Root",
Source = "N005_hoo38",
Width = 0.25,
Default = 0,
Name = "*ほー"
},
Input68 = InstanceInput {
SourceOp = "Root",
Source = "N004_hoa37",
Width = 0.25,
Default = 0,
Name = "*ほあ"
},
Input69 = InstanceInput {
SourceOp = "Root",
Source = "N003_hoaa36",
Width = 0.25,
Default = 0,
Name = "*ほあー"
},
Input70 = InstanceInput {
SourceOp = "Root",
Source = "N002_hohoemi35",
Width = 0.25,
Default = 0,
Name = "*ほほえみ"
},
Input71 = InstanceInput {
SourceOp = "Root",
Source = "N001_aha34",
Width = 0.25,
Default = 0,
Name = "*あは"
},
Input72 = InstanceInput {
SourceOp = "Root",
Source = "N000_aha33",
Width = 0.25,
Default = 0,
Name = "*あは"
},
Input73 = InstanceInput {
SourceOp = "Root",
Name = "顔色",
Default = 1,
Source = "Grp_顔色"
},
Input74 = InstanceInput {
SourceOp = "Root",
Name = "かげり show",
Default = 0,
Source = "N000_kageri_show_24"
},
Input75 = InstanceInput {
SourceOp = "Root",
Name = "かげり hide",
Default = 0,
Source = "N000_kageri_hide_24"
},
Input76 = InstanceInput {
SourceOp = "Root",
Source = "N006_hoppe30",
Width = 0.25,
Default = 0,
Name = "*ほっぺ"
},
Input77 = InstanceInput {
SourceOp = "Root",
Source = "N005_hoppe229",
Width = 0.25,
Default = 0,
Name = "*ほっぺ2"
},
Input78 = InstanceInput {
SourceOp = "Root",
Source = "N004_hoppe328",
Width = 0.25,
Default = 0,
Name = "*ほっぺ3"
},
Input79 = InstanceInput {
SourceOp = "Root",
Source = "N003_hoppe427",
Width = 0.25,
Default = 0,
Name = "*ほっぺ4"
},
Input80 = InstanceInput {
SourceOp = "Root",
Source = "N002_aozame26",
Width = 0.25,
Default = 0,
Name = "*青ざめ"
},
Input81 = InstanceInput {
SourceOp = "Root",
Source = "N001_hihyouji25",
Width = 0.25,
Default = 0,
Name = "*(非表示)"
},
Input82 = InstanceInput {
SourceOp = "Root",
Name = "右腕",
Default = 1,
Source = "Grp_右腕"
},
Input83 = InstanceInput {
SourceOp = "Root",
Source = "N006_kihon21",
Width = 0.25,
Default = 0,
Name = "*基本"
},
Input84 = InstanceInput {
SourceOp = "Root",
Source = "N005_koshi20",
Width = 0.25,
Default = 0,
Name = "*腰"
},
Input85 = InstanceInput {
SourceOp = "Root",
Source = "N004_tewoageru19",
Width = 0.25,
Default = 0,
Name = "*手を挙げる"
},
Input86 = InstanceInput {
SourceOp = "Root",
Source = "N003_kuchimoto18",
Width = 0.25,
Default = 0,
Name = "*口元"
},
Input87 = InstanceInput {
SourceOp = "Root",
Source = "N002_kurushimu17",
Width = 0.25,
Default = 0,
Name = "*苦しむ"
},
Input88 = InstanceInput {
SourceOp = "Root",
Source = "N001_yubisashishi16",
Width = 0.25,
Default = 0,
Name = "*指差し"
},
Input89 = InstanceInput {
SourceOp = "Root",
Source = "N000_maiku15",
Width = 0.25,
Default = 0,
Name = "*マイク"
},
Input90 = InstanceInput {
SourceOp = "Root",
Name = "左腕",
Default = 1,
Source = "Grp_左腕"
},
Input91 = InstanceInput {
SourceOp = "Root",
Source = "N006_kihon12",
Width = 0.25,
Default = 0,
Name = "*基本"
},
Input92 = InstanceInput {
SourceOp = "Root",
Source = "N005_koshi11",
Width = 0.25,
Default = 0,
Name = "*腰"
},
Input93 = InstanceInput {
SourceOp = "Root",
Source = "N004_tewoageru10",
Width = 0.25,
Default = 0,
Name = "*手を挙げる"
},
Input94 = InstanceInput {
SourceOp = "Root",
Source = "N003_kuchimoto9",
Width = 0.25,
Default = 0,
Name = "*口元"
},
Input95 = InstanceInput {
SourceOp = "Root",
Source = "N002_kurushimu8",
Width = 0.25,
Default = 0,
Name = "*苦しむ"
},
Input96 = InstanceInput {
SourceOp = "Root",
Source = "N001_kangaeru7",
Width = 0.25,
Default = 0,
Name = "*考える"
},
Input97 = InstanceInput {
SourceOp = "Root",
Source = "N000_hisohiso6",
Width = 0.25,
Default = 0,
Name = "*ひそひそ"
},
Input98 = InstanceInput {
Source = "Open",
SourceOp = "RS_MouthOpen",
Default = -1
},
Input99 = InstanceInput {
Source = "Blink",
SourceOp = "EyeCtrl",
Default = 139
},
Input100 = InstanceInput {
Source = "Close",
SourceOp = "EyeCtrl",
Default = 4
},
Input101 = InstanceInput {
Source = "Apply",
SourceOp = "EyeCtrl",
Default = 0
},
Input102 = InstanceInput {
SourceOp = "EyeCtrl",
Name = "ボタンを押さないと反映されません。",
Default = 0,
Source = "at00"
},
Input103 = InstanceInput {
SourceOp = "EyeCtrl",
Name = "",
Default = 0,
Source = "sp00"
},
Input104 = InstanceInput {
Source = "BlinkOn",
SourceOp = "EyeCtrl",
Default = 0
},
Input105 = InstanceInput {
Source = "BlinkOff",
SourceOp = "EyeCtrl",
Default = 0
},
Input106 = InstanceInput {
Name = "",
Source = "EyeStatus",
SourceOp = "EyeCtrl"
}
},
Tools = ordered() {
Loader4 = Loader {
ViewInfo = OperatorInfo { Pos = { 825, -511.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!左腕\\-考える.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader21 = Loader {
ViewInfo = OperatorInfo { Pos = { 3135, -511.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!顔色\\-ほっぺ3_.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader48 = Loader {
ViewInfo = OperatorInfo { Pos = { 4785, -2128.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!目\\-にっこり.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader65 = Loader {
ViewInfo = OperatorInfo { Pos = { 4950, -511.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\記号など\\汗2_.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader62 = Loader {
ViewInfo = OperatorInfo { Pos = { 4400, -511.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!眉\\-怒り太眉.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader50 = Loader {
ViewInfo = OperatorInfo { Pos = { 5005, -2128.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!目\\-ジト目.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader32 = Loader {
ViewInfo = OperatorInfo { Pos = { 4510, -1699.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!口\\-んあー.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
["荒ぶる"] = GroupOperator {
ViewInfo = GroupInfo {
Offset = { 0, 0 },
Scale = 1,
PipeStyle = "Direct",
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Pos = { 6270, 478.5 },
Direction = "Horizontal",
Flags = {
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } },
Inputs = ordered() {
MainInput1 = InstanceInput {
Source = "Input",
SourceOp = "Transform1_2_1"
},
Input3 = InstanceInput {
Width = 1,
Source = "RandomSeed",
Default = 0,
SourceOp = "Shake1_1"
},
Input4 = InstanceInput {
Source = "Randomize",
Width = 0.385,
SourceOp = "Shake1_1"
},
Input5 = InstanceInput {
Source = "Smoothness",
Default = 10,
SourceOp = "Shake1_1"
},
Input1 = InstanceInput {
SourceOp = "Transform1_2_1",
Source = "x",
Default = 0.1,
Name = "X"
},
Input2 = InstanceInput {
SourceOp = "Transform1_2_1",
Source = "y",
Default = 0.1,
Name = "Y"
}
},
Outputs = {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "Transform1_2_1"
}
},
Tools = ordered() {
Transform1_2_1 = Transform {
CtrlWZoom = false,
CtrlWShown = false,
UserControls = 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" } },
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
Inputs = {
in_out = Input {
Source = "Result",
SourceOp = "KeyframeStretcher1_1"
},
y = Input { Value = 0.03 },
Center = Input {
Expression = "Point(0.5, 0.5) + shake * in_out",
Value = { 0.502997744173508, 0.497908177638071 }
},
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
},
shake = Input {
Source = "Position",
SourceOp = "Shake1_1"
},
x = Input { Value = 0.03 }
}
},
KeyframeStretcher1_1 = KeyStretcherMod {
CtrlWZoom = false,
Inputs = {
StretchEnd = Input { Value = 110 },
Keyframes = Input {
Source = "Value",
SourceOp = "KeyStretcheronTransform1_2_1Keyframes"
},
StretchStart = Input { Value = 10 }
}
},
KeyStretcheronTransform1_2_1Keyframes = BezierSpline {
CtrlWZoom = false,
SplineColor = { Blue = 231, Green = 106, Red = 193 },
KeyFrames = {
[0] = { 0, RH = { 3.33333333333333, 0 }, Flags = { Linear = true } },
[10] = { 1, LH = { 6.66666666666667, 1 }, RH = { 43.3333333333333, 1 } },
[110] = { 1, LH = { 76.6666666666667, 1 }, RH = { 113.333333333333, 1 } },
[120] = { 0, LH = { 116.666666666667, 0 } }
}
},
Shake1_1 = Shake {
CtrlWZoom = false,
Inputs = {
Smoothness = Input { Value = 1.5 },
XMinimum = Input {
Expression = "-Transform1_2_1.x",
Value = -0.1
},
XMaximum = Input {
Expression = "Transform1_2_1.x",
Value = 0.1
},
YMinimum = Input {
Expression = "-Transform1_2_1.y",
Value = -0.1
},
LockXY = Input { Value = 0 },
YMaximum = Input {
Expression = "Transform1_2_1.y",
Value = 0.1
}
},
Faster = true
}
}
},
Loader20 = Loader {
ViewInfo = OperatorInfo { Pos = { 3025, -511.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!顔色\\-ほっぺ4_.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader28 = Loader {
ViewInfo = OperatorInfo { Pos = { 4070, -1699.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!口\\-ほあ.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader18 = Loader {
ViewInfo = OperatorInfo { Pos = { 2805, -511.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!顔色\\-(非表示).png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader43 = Loader {
ViewInfo = OperatorInfo { Pos = { 4235, -2128.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!目\\-ぐるぐる.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
["ぽよ"] = GroupOperator {
ViewInfo = GroupInfo {
Offset = { 0, 0 },
Scale = 1,
PipeStyle = "Direct",
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Pos = { 5445, 478.5 },
Direction = "Horizontal",
Flags = {
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } },
Inputs = ordered() {
MainInput1 = InstanceInput {
Source = "Input",
SourceOp = "Transform"
},
Input1 = InstanceInput {
SourceOp = "Transform",
Source = "speed",
Default = 1,
Page = "Controls",
Name = "スピード"
},
Input2 = InstanceInput {
SourceOp = "Calculation2",
Source = "SecondOperand",
Default = 1,
Name = "強さ"
},
Input3 = InstanceInput {
Source = "Pivot",
SourceOp = "Transform"
}
},
Outputs = {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "Transform"
}
},
Tools = ordered() {
Transform = Transform {
CtrlWZoom = false,
CtrlWShown = false,
UserControls = 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" } },
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
Inputs = {
Pivot = Input { Value = { 0.5, 0 } },
Aspect = Input {
Source = "Result",
SourceOp = "Calculation1"
},
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
}
},
NameSet = true
},
Calculation1 = Calculation {
CtrlWZoom = false,
Inputs = {
FirstOperand = Input {
Source = "Result",
SourceOp = "Calculation2"
},
FirstOperandTimeOffset = Input { Expression = "-comp.GlobalStart" },
SecondOperand = Input { Value = 1 }
}
},
Calculation2 = Calculation {
CtrlWZoom = false,
Inputs = {
FirstOperandTimeScale = Input { Expression = "Transform.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate" },
FirstOperand = Input {
Source = "Value",
SourceOp = "CalculationonCalculationonTransformAspectFirstOperand"
},
SecondOperand = Input { Value = 0.8 },
Operator = Input { Value = 2 }
}
},
CalculationonCalculationonTransformAspectFirstOperand = BezierSpline {
CtrlWZoom = false,
SplineColor = { Blue = 30, Green = 105, Red = 210 },
KeyFrames = {
[0] = { 0, RH = { 1, 0 }, Flags = { Linear = true } },
[3] = { 0.0800000000000001, LH = { 2, 0.0800000000000001 }, RH = { 4.66666666666667, 0.0800000000000001 } },
[8] = { -0.0489999999999999, LH = { 6.33333333333333, -0.0489999999999999 }, RH = { 9.33333333333333, -0.0489999999999999 } },
[12] = { 0.03, LH = { 10.6666666666667, 0.03 }, RH = { 13.3333333333333, 0.03 } },
[16] = { -0.00700000000000001, LH = { 14.6666666666667, -0.00700000000000001 }, RH = { 16.6666666666667, -0.00700000000000001 } },
[18] = { 0.004, LH = { 17.3333333333333, 0.004 }, RH = { 18.6666666666667, 0.004 } },
[20] = { 0, LH = { 19.3333333333333, 0 } }
}
}
}
},
Loader13 = Loader {
ViewInfo = OperatorInfo { Pos = { 2035, -511.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!右腕\\-口元.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader40 = Loader {
ViewInfo = OperatorInfo { Pos = { 5390, -1699.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!口\\-おほお.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader33 = Loader {
ViewInfo = OperatorInfo { Pos = { 4620, -1699.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!口\\-んへー.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader39 = Loader {
ViewInfo = OperatorInfo { Pos = { 5280, -1699.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!口\\-はへえ.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader15 = Loader {
ViewInfo = OperatorInfo { Pos = { 2255, -511.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!右腕\\-腰.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader31 = Loader {
ViewInfo = OperatorInfo { Pos = { 4400, -1699.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!口\\-△.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader11 = Loader {
ViewInfo = OperatorInfo { Pos = { 1815, -511.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!右腕\\-指差し.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader14 = Loader {
ViewInfo = OperatorInfo { Pos = { 2145, -511.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!右腕\\-手を挙げる.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader7 = Loader {
ViewInfo = OperatorInfo { Pos = { 1155, -511.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!左腕\\-手を挙げる.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader38 = Loader {
ViewInfo = OperatorInfo { Pos = { 5170, -1699.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!口\\-むー.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
["跳ねる"] = GroupOperator {
ViewInfo = GroupInfo {
Offset = { 0, 0 },
Scale = 1,
PipeStyle = "Direct",
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Pos = { 5775, 478.5 },
Direction = "Horizontal",
Flags = {
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } },
Inputs = ordered() {
MainInput1 = InstanceInput {
Source = "Input",
SourceOp = "Transform1_1"
},
Input1 = InstanceInput {
SourceOp = "Transform1_1",
Source = "speed",
Default = 2,
MinScale = 0.0010000000475
},
Input2 = InstanceInput {
Source = "amplitude",
Default = 0.1,
SourceOp = "Transform1_1"
}
},
Outputs = {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "Transform1_1"
}
},
Tools = ordered() {
Transform1_1 = Transform {
CtrlWZoom = false,
CtrlWShown = false,
UserControls = 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" } },
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
Inputs = {
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
speed = Input { Value = 2 },
ReferenceSize = Input { Value = 1 },
Center = Input {
Expression = "Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))",
Value = { 0.5, 0.595105651629515 }
},
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
},
amplitude = Input { Value = 0.08 },
bound = Input {
Expression = "math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\n",
Value = 0.951056516295154
}
}
}
}
},
Loader52 = Loader {
ViewInfo = OperatorInfo { Pos = { 5445, -2392.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!目\\-目セット\\-普通白目.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader58 = Loader {
ViewInfo = OperatorInfo { Pos = { 3960, -511.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!眉\\-上がり眉.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader59 = Loader {
ViewInfo = OperatorInfo { Pos = { 4070, -511.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!眉\\-怒り眉.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader55 = Loader {
ViewInfo = OperatorInfo { Pos = { 5995, -2656.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!目\\-目セット\\!黒目\\-普通目.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader56 = Loader {
ViewInfo = OperatorInfo { Pos = { 3740, -511.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!眉\\-困り眉2_.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader35 = Loader {
ViewInfo = OperatorInfo { Pos = { 4840, -1699.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!口\\-ん.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader61 = Loader {
ViewInfo = OperatorInfo { Pos = { 4290, -511.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!眉\\-困り太眉.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
ST_Background = Background {
ViewInfo = OperatorInfo { Pos = { 5610, 874.5 } },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
Width = Input { Value = 1920 },
TopLeftAlpha = Input { Value = 0 },
UseFrameFormatSettings = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1080 },
Depth = Input { Value = 1 }
}
},
ST_SetDomain = SetDomain {
ViewInfo = OperatorInfo { Pos = { 5775, 874.5 } },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Right = Input { Value = 0 },
Input = Input {
Source = "Output",
SourceOp = "ST_Background"
}
}
},
["モーションSelector"] = Transform {
ViewInfo = OperatorInfo { Pos = { 5995, 676.5 } },
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
UserControls = ordered() {
["N000_モーションなし"] = {
LINKS_Name = "モーションなし",
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"モーションなし\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["N001_ぽよ"] = {
LINKS_Name = "ぽよ",
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"ぽよ\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["N002_ぴょん"] = {
LINKS_Name = "ぴょん",
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"ぴょん\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["N003_跳ねる"] = {
LINKS_Name = "跳ねる",
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"跳ねる\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["N004_跳ねる_小"] = {
LINKS_Name = "跳ねる_小",
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"跳ねる_小\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["N005_不安"] = {
LINKS_Name = "不安",
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"不安\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["N006_荒ぶる"] = {
LINKS_Name = "荒ぶる",
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"荒ぶる\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["N007_震え"] = {
LINKS_Name = "震え",
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"震え\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
}
},
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
}
},
Colors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } }
},
ST_MergeB = Merge {
ViewInfo = OperatorInfo { Pos = { 5995, 874.5 } },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
Center = Input { Value = { 0.85, 0.15 } },
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "ST_SetDomain"
},
Foreground = Input {
Source = "Output",
SourceOp = "モーションSelector"
}
},
Colors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } }
},
Loader60 = Loader {
ViewInfo = OperatorInfo { Pos = { 4180, -511.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!眉\\-普通眉.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader44 = Loader {
ViewInfo = OperatorInfo { Pos = { 4345, -2128.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!目\\-〇〇.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader37 = Loader {
ViewInfo = OperatorInfo { Pos = { 5060, -1699.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!口\\-ゆ.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader42 = Loader {
ViewInfo = OperatorInfo { Pos = { 5610, -1699.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!口\\-にし.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader67 = Loader {
ViewInfo = OperatorInfo { Pos = { 5170, -511.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\記号など\\涙.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader64 = Loader {
ViewInfo = OperatorInfo { Pos = { 4840, -511.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\記号など\\汗3_.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader22 = Loader {
ViewInfo = OperatorInfo { Pos = { 3245, -511.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!顔色\\-ほっぺ2_.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader6 = Loader {
ViewInfo = OperatorInfo { Pos = { 1045, -511.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!左腕\\-口元.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader12 = Loader {
ViewInfo = OperatorInfo { Pos = { 1925, -511.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!右腕\\-苦しむ.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader66 = Loader {
ViewInfo = OperatorInfo { Pos = { 5060, -511.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\記号など\\汗1_.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader8 = Loader {
ViewInfo = OperatorInfo { Pos = { 1265, -511.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!左腕\\-腰.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader10 = Loader {
ViewInfo = OperatorInfo { Pos = { 1705, -511.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!右腕\\-マイク.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader46 = Loader {
ViewInfo = OperatorInfo { Pos = { 4565, -2128.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!目\\-UU.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
["ぴょん"] = GroupOperator {
ViewInfo = GroupInfo {
Offset = { 0, 0 },
Scale = 1,
PipeStyle = "Direct",
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Pos = { 5610, 478.5 },
Direction = "Horizontal",
Flags = {
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } },
Inputs = ordered() {
MainInput1 = InstanceInput {
Source = "Input",
SourceOp = "Transform1"
},
Input1 = InstanceInput {
SourceOp = "Transform1",
Source = "speed",
Default = 1,
Name = "スピード"
},
Input3 = InstanceInput {
SourceOp = "Calculation2_1",
Source = "SecondOperand",
Default = 1,
Name = "強さ"
},
Input2 = InstanceInput {
SourceOp = "Transform1",
Source = "offset",
Default = 0,
Name = "時間オフセット(フレーム)"
}
},
Outputs = {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "Transform1"
}
},
Tools = ordered() {
Transform1 = Transform {
CtrlWZoom = false,
CtrlWShown = false,
UserControls = 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" } },
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
Inputs = {
Center = Input {
Source = "Value",
SourceOp = "XYPath1"
},
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
}
}
},
XYPath1 = XYPath {
ShowKeyPoints = false,
DrawMode = "ModifyOnly",
Inputs = {
X = Input { Value = 0.5 },
Y = Input {
Source = "Result",
SourceOp = "Calculation1_1"
}
},
CtrlWZoom = false
},
Calculation1_1 = Calculation {
CtrlWZoom = false,
Inputs = {
FirstOperand = Input {
Source = "Result",
SourceOp = "Calculation2_1"
},
FirstOperandTimeOffset = Input { Expression = "-comp.GlobalStart - Transform1.offset" },
SecondOperand = Input { Value = 0.5 }
}
},
Calculation2_1 = Calculation {
CtrlWZoom = false,
Inputs = {
FirstOperandTimeScale = Input { Expression = "Transform1.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate" },
FirstOperand = Input {
Source = "Value",
SourceOp = "CalculationonCalculationonTransform1CenterXYPath1YFirstOperand"
},
SecondOperand = Input { Value = 0.5 },
Operator = Input { Value = 2 }
}
},
CalculationonCalculationonTransform1CenterXYPath1YFirstOperand = BezierSpline {
CtrlWZoom = false,
SplineColor = { Blue = 0, Green = 255, Red = 0 },
KeyFrames = {
[0] = { 0, RH = { 4.65, 0.225 }, Flags = { Linear = true } },
[17] = { 0, LH = { 12.4, 0.214 }, RH = { 19.6825406677053, 0.0439451976698349 } },
[25] = { 0.000999999999999557, LH = { 23.6, 0.0269999999999996 }, RH = { 27.6, 0.025 } },
[30] = { 0, LH = { 28.4282452630596, 0 } }
}
}
}
},
Loader34 = Loader {
ViewInfo = OperatorInfo { Pos = { 4730, -1699.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!口\\-んー.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader30 = Loader {
ViewInfo = OperatorInfo { Pos = { 4290, -1699.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!口\\-むふ.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader41 = Loader {
ViewInfo = OperatorInfo { Pos = { 5500, -1699.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!口\\-へっ.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader3 = Loader {
ViewInfo = OperatorInfo { Pos = { 715, -511.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!左腕\\-ひそひそ.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
["震え"] = GroupOperator {
ViewInfo = GroupInfo {
Offset = { 0, 0 },
Scale = 1,
PipeStyle = "Direct",
Size = { 126, 109.359001159668, 63, 24.2423992156982 },
Pos = { 6435, 478.5 },
Direction = "Horizontal",
Flags = {
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } },
Inputs = ordered() {
MainInput1 = InstanceInput {
Source = "Input",
SourceOp = "Transform1_3"
},
Input1 = InstanceInput {
Source = "speed",
Default = 2,
SourceOp = "Transform1_3"
},
Input2 = InstanceInput {
Source = "amplitude",
Default = 0.1,
SourceOp = "Transform1_3"
},
Input3 = InstanceInput {
Source = "Y",
Default = 0,
SourceOp = "Transform1_3"
}
},
Outputs = {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "Transform1_3"
}
},
Tools = ordered() {
Transform1_3 = Transform {
ViewInfo = OperatorInfo { Pos = { 0, 29.7576007843018 } },
CtrlWShown = false,
UserControls = 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" } },
Inputs = {
v = Input {
Expression = "0.5 + amplitude * iif(time > out, 0,bound)",
Value = 0.504755282581476
},
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
speed = Input { Value = 12 },
ReferenceSize = Input { Value = 1 },
Center = Input {
Expression = "iif(Y == 0, Point(v, 0.5),Point(0.5,v))",
Value = { 0.504755282581476, 0.5 }
},
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
},
amplitude = Input { Value = 0.005 },
bound = Input {
Expression = "sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)",
Value = 0.951056516295153
}
}
}
}
},
Loader45 = Loader {
ViewInfo = OperatorInfo { Pos = { 4455, -2128.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!目\\-__.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader47 = Loader {
ViewInfo = OperatorInfo { Pos = { 4675, -2128.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!目\\-にっこり2_.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader57 = Loader {
ViewInfo = OperatorInfo { Pos = { 3850, -511.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!眉\\-困り眉1_.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader53 = Loader {
ViewInfo = OperatorInfo { Pos = { 5775, -2656.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!目\\-目セット\\!黒目\\-目逸らし.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader19 = Loader {
ViewInfo = OperatorInfo { Pos = { 2915, -511.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!顔色\\-青ざめ.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader17 = Loader {
ViewInfo = OperatorInfo { Pos = { 2695, -511.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!顔色\\かげり.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
["跳ねる_小"] = GroupOperator {
ViewInfo = GroupInfo {
Offset = { 0, 0 },
Scale = 1,
PipeStyle = "Direct",
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Pos = { 5940, 478.5 },
Direction = "Horizontal",
Flags = {
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } },
Inputs = ordered() {
MainInput1 = InstanceInput {
Source = "Input",
SourceOp = "Transform1_1_1"
},
Input1 = InstanceInput {
SourceOp = "Transform1_1_1",
Source = "speed",
Default = 2,
MinScale = 0.0010000000475
},
Input2 = InstanceInput {
Source = "amplitude",
Default = 0.1,
SourceOp = "Transform1_1_1"
}
},
Outputs = {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "Transform1_1_1"
}
},
Tools = ordered() {
Transform1_1_1 = Transform {
CtrlWZoom = false,
CtrlWShown = false,
UserControls = 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" } },
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
Inputs = {
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
speed = Input { Value = 2 },
ReferenceSize = Input { Value = 1 },
Center = Input {
Expression = "Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))",
Value = { 0.5, 0.595105651629515 }
},
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
},
amplitude = Input { Value = 0.02 },
bound = Input {
Expression = "math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\n",
Value = 0.951056516295154
}
}
}
}
},
Loader5 = Loader {
ViewInfo = OperatorInfo { Pos = { 935, -511.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!左腕\\-苦しむ.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Background1 = Background {
ViewInfo = OperatorInfo { Pos = { 165, -247.5 } },
Inputs = {
Width = Input { Value = 1482 },
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 2250 },
Depth = Input { Value = 1 }
}
},
SetDomain1 = SetDomain {
ViewInfo = OperatorInfo { Pos = { 165, -115.5 } },
Inputs = {
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Right = Input { Value = 0 },
Input = Input {
Source = "Output",
SourceOp = "Background1"
}
}
},
Loader1 = Loader {
ViewInfo = OperatorInfo { Pos = { 275, -247.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!身体.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
["身体_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 275, -115.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "SetDomain1"
},
Foreground = Input {
Source = "Output",
SourceOp = "Loader1"
}
}
},
Loader2 = Loader {
ViewInfo = OperatorInfo { Pos = { 385, -247.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!ヘアバンド.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
["ヘアバンド_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 385, -115.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "身体_MG"
},
Foreground = Input {
Source = "Output",
SourceOp = "Loader2"
}
}
},
Background2 = Background {
ViewInfo = OperatorInfo { Pos = { 605, -379.5 } },
Inputs = {
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 }
}
},
Loader9 = Loader {
ViewInfo = OperatorInfo { Pos = { 1375, -511.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!左腕\\-基本.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
["左腕_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 1375, -379.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "Background2"
},
Foreground = Input {
Source = "Output",
SourceOp = "Loader9"
}
}
},
["左腕"] = Transform {
ViewInfo = OperatorInfo { Pos = { 1375, -247.5 } },
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "左腕_MG"
}
}
},
["左腕_MG1"] = Merge {
ViewInfo = OperatorInfo { Pos = { 1375, -115.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "ヘアバンド_MG"
},
Foreground = Input {
Source = "Output",
SourceOp = "左腕"
}
}
},
Background3 = Background {
ViewInfo = OperatorInfo { Pos = { 1595, -379.5 } },
Inputs = {
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 }
}
},
Loader16 = Loader {
ViewInfo = OperatorInfo { Pos = { 2365, -511.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!右腕\\-基本.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
["右腕_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 2365, -379.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "Background3"
},
Foreground = Input {
Source = "Output",
SourceOp = "Loader16"
}
}
},
["右腕"] = Transform {
ViewInfo = OperatorInfo { Pos = { 2365, -247.5 } },
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "右腕_MG"
}
}
},
["右腕_MG1"] = Merge {
ViewInfo = OperatorInfo { Pos = { 2365, -115.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "左腕_MG1"
},
Foreground = Input {
Source = "Output",
SourceOp = "右腕"
}
}
},
Background4 = Background {
ViewInfo = OperatorInfo { Pos = { 2585, -379.5 } },
Inputs = {
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 }
}
},
["かげり_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 2695, -379.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "Background4"
}
}
},
Loader23 = Loader {
ViewInfo = OperatorInfo { Pos = { 3355, -511.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!顔色\\-ほっぺ.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
["顔色_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 3355, -379.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "かげり_MG"
},
Foreground = Input {
Source = "Output",
SourceOp = "Loader23"
}
}
},
["顔色"] = Transform {
ViewInfo = OperatorInfo { Pos = { 3355, -247.5 } },
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "顔色_MG"
}
}
},
["顔色_MG1"] = Merge {
ViewInfo = OperatorInfo { Pos = { 3355, -115.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "右腕_MG1"
},
Foreground = Input {
Source = "Output",
SourceOp = "顔色"
}
}
},
Background9 = Background {
ViewInfo = OperatorInfo { Pos = { 3630, -379.5 } },
Inputs = {
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 }
}
},
Loader63 = Loader {
ViewInfo = OperatorInfo { Pos = { 4510, -511.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!眉\\-普通太眉.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
["眉_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 4510, -379.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "Background9"
},
Foreground = Input {
Source = "Output",
SourceOp = "Loader63"
}
}
},
["眉"] = Transform {
ViewInfo = OperatorInfo { Pos = { 4510, -247.5 } },
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "眉_MG"
}
}
},
["眉_MG1"] = Merge {
ViewInfo = OperatorInfo { Pos = { 4510, -115.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "顔色_MG1"
},
Foreground = Input {
Source = "Output",
SourceOp = "眉"
}
}
},
Background10 = Background {
ViewInfo = OperatorInfo { Pos = { 4730, -379.5 } },
Inputs = {
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 }
}
},
["汗3_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 4840, -379.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "Background10"
}
}
},
["汗2_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 4950, -379.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "汗3_MG"
}
}
},
["汗1_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 5060, -379.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "汗2_MG"
}
}
},
["涙_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 5170, -379.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "汗1_MG"
}
}
},
["記号など"] = Transform {
ViewInfo = OperatorInfo { Pos = { 5170, -247.5 } },
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "涙_MG"
}
}
},
["記号など_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 5170, -115.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "眉_MG1"
},
Foreground = Input {
Source = "Output",
SourceOp = "記号など"
}
}
},
AutoDomain1 = AutoDomain {
ViewInfo = OperatorInfo { Pos = { 5390, -115.5 } },
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "記号など_MG"
}
},
Colors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } }
},
Background5 = Background {
ViewInfo = OperatorInfo { Pos = { 3520, -1567.5 } },
Inputs = {
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 }
}
},
["口_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 5610, -1567.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "Background5"
},
Foreground = Input {
Source = "Output",
SourceOp = "Loader26"
}
}
},
AutoDomain1_1 = AutoDomain {
ViewInfo = OperatorInfo { Pos = { 5610, -1336.5 } },
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "口_MG"
}
},
Colors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } }
},
Loader26 = Loader {
ViewInfo = OperatorInfo { Pos = { 3850, -1699.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!口\\-ほほえみ.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
M01 = Fuse.Wireless {
ViewInfo = OperatorInfo { Pos = { 5445, -1072.5 } },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Loader26"
}
}
},
Loader36 = Loader {
ViewInfo = OperatorInfo { Pos = { 4950, -1699.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!口\\-お.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
M02 = Fuse.Wireless {
ViewInfo = OperatorInfo { Pos = { 5335, -1072.5 } },
NameSet = true,
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Loader36"
}
}
},
Loader29 = Loader {
ViewInfo = OperatorInfo { Pos = { 4180, -1699.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!口\\-ほー.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
M03 = Fuse.Wireless {
ViewInfo = OperatorInfo { Pos = { 5225, -1072.5 } },
NameSet = true,
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Loader29"
}
}
},
Loader25 = Loader {
ViewInfo = OperatorInfo { Pos = { 3740, -1699.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!口\\-あは_.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
M04 = Fuse.Wireless {
ViewInfo = OperatorInfo { Pos = { 5115, -1072.5 } },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Loader25"
}
}
},
Loader24 = Loader {
ViewInfo = OperatorInfo { Pos = { 3630, -1699.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!口\\-あは.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
M05 = Fuse.Wireless {
ViewInfo = OperatorInfo { Pos = { 5005, -1072.5 } },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Loader24"
}
}
},
RS_MouthOpen = Fuse.RS_MouthOpen {
ViewInfo = OperatorInfo { Pos = { 5610, -1072.5 } },
NameSet = true,
Inputs = {
M01 = Input {
Source = "Output",
SourceOp = "M01"
},
Threshold01 = Input { Value = 0.1 },
Threshold02 = Input { Value = 0.25 },
Threshold03 = Input { Value = 0.4 },
Input = Input {
Source = "Output",
SourceOp = "AutoDomain1_1"
},
M04 = Input {
Source = "Output",
SourceOp = "M03"
},
Threshold04 = Input { Value = 0.55 },
M02 = Input {
Source = "Output",
SourceOp = "M02"
},
M05 = Input {
Source = "Output",
SourceOp = "M04"
},
M06 = Input {
Source = "Output",
SourceOp = "M05"
}
},
Version = 1,
Colors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } }
},
["口"] = Transform {
ViewInfo = OperatorInfo { Pos = { 5610, -247.5 } },
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "RS_MouthOpen"
}
}
},
["口_MG1"] = Merge {
ViewInfo = OperatorInfo { Pos = { 5610, -115.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "AutoDomain1"
},
Foreground = Input {
Source = "Output",
SourceOp = "口"
}
}
},
Background6 = Background {
ViewInfo = OperatorInfo { Pos = { 4125, -1996.5 } },
Inputs = {
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 }
}
},
Background7 = Background {
ViewInfo = OperatorInfo { Pos = { 5225, -2260.5 } },
Inputs = {
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 }
}
},
Loader51 = Loader {
ViewInfo = OperatorInfo { Pos = { 5335, -2392.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!目\\-目セット\\-ジト白目.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
["目セット_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 5445, -2260.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "Background7"
},
Foreground = Input {
Source = "Output",
SourceOp = "Loader51"
}
}
},
Background8 = Background {
ViewInfo = OperatorInfo { Pos = { 5665, -2524.5 } },
Inputs = {
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 }
}
},
Loader54 = Loader {
ViewInfo = OperatorInfo { Pos = { 5885, -2656.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!目\\-目セット\\!黒目\\-カメラ目線.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
["黒目_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 5995, -2524.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "Background8"
},
Foreground = Input {
Source = "Output",
SourceOp = "Loader54"
}
}
},
["黒目"] = Transform {
ViewInfo = OperatorInfo { Pos = { 5995, -2392.5 } },
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "黒目_MG"
}
}
},
["黒目_MG1"] = Merge {
ViewInfo = OperatorInfo { Pos = { 5995, -2260.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "目セット_MG"
},
Foreground = Input {
Source = "Output",
SourceOp = "黒目"
}
}
},
["目セット"] = Transform {
ViewInfo = OperatorInfo { Pos = { 5995, -2128.5 } },
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "黒目_MG1"
}
}
},
["目_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 5995, -1996.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "Background6"
},
Foreground = Input {
Source = "Output",
SourceOp = "目セット"
}
}
},
AutoDomain1_2 = AutoDomain {
ViewInfo = OperatorInfo { Pos = { 5995, -1336.5 } },
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "目_MG"
}
},
Colors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } }
},
Loader49 = Loader {
ViewInfo = OperatorInfo { Pos = { 4895, -2128.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!目\\-なごみ目.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Closed = Fuse.Wireless {
ViewInfo = OperatorInfo { Pos = { 5885, -1072.5 } },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Loader49"
}
}
},
EyeBlink = Dissolve {
ViewInfo = OperatorInfo { Pos = { 5995, -1072.5 } },
NameSet = true,
Transitions = {
[0] = "DFTDissolve"
},
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "Closed"
},
Mix = Input {
Source = "Value",
SourceOp = "EyeBlinkBackgroundForeground"
},
Background = Input {
Source = "Output",
SourceOp = "AutoDomain1_2"
}
}
},
EyeBlinkBackgroundForeground = BezierSpline {
CtrlWZoom = false,
SplineColor = { Blue = 235, Green = 164, Red = 16 },
KeyFrames = {
[0] = { 0, RH = { 45, 0 }, Flags = { Loop = true, PreLoop = true, Linear = true } },
[135] = { 1, LH = { 135, 0.666666666666667 }, RH = { 136, 1 }, Flags = { StepIn = true } },
[139] = { 0, LH = { 139, 0.333333333333333 }, Flags = { StepIn = true, PreLoop = true, Loop = true } }
}
},
EyeCtrl = Transform {
UserControls = ordered() {
Blink = {
LINKS_Name = "Blink",
INP_Integer = true,
INP_MaxAllowed = 1000000,
INP_MinAllowed = 0,
INP_MaxScale = 500,
INP_MinScale = 0,
ICS_ControlPage = "目パチ",
INP_External = false,
INPID_InputControl = "SliderControl",
INP_Default = 127,
LINKID_DataType = "Number"
},
Close = {
LINKS_Name = "Close",
INP_Passive = true,
INP_Integer = true,
INP_MinAllowed = 0,
INP_MaxScale = 10,
INP_MinScale = 0,
INP_Default = 4,
INP_External = false,
ICS_ControlPage = "目パチ",
INPID_InputControl = "SliderControl",
LINKID_DataType = "Number"
},
Apply = {
LINKS_Name = "Apply",
ICS_ControlPage = "目パチ",
BTNCS_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",
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
at00 = {
LINKS_Name = "ボタンを押さないと反映されません。",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "目パチ",
LBLC_DropDownButton = false,
INP_Integer = false,
INP_External = false,
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
sp00 = {
LINKS_Name = "",
ICS_ControlPage = "目パチ",
INPID_InputControl = "LabelControl",
LBLC_DropDownButton = false,
INP_Integer = false,
INP_Passive = true,
INP_External = false,
LINKID_DataType = "Number"
},
BlinkOn = {
LINKS_Name = "BlinkOn",
ICS_ControlPage = "目パチ",
BTNCS_Execute = "EyeBlink:SetAttrs({TOOLB_PassThrough = false})\nEyeCtrl.EyeStatus = \"On\"\n",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.4,
LINKID_DataType = "Number"
},
BlinkOff = {
LINKS_Name = "BlinkOff",
ICS_ControlPage = "目パチ",
BTNCS_Execute = "EyeBlink:SetAttrs({TOOLB_PassThrough = true})\nEyeCtrl.EyeStatus = \"Off\"\n",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.4,
LINKID_DataType = "Number"
},
EyeStatus = {
LINKS_Name = "",
TEC_Lines = 1,
INPID_InputControl = "TextEditControl",
TEC_ReadOnly = true,
TEC_Wrap = false,
ICS_ControlPage = "目パチ",
INP_External = false,
ICD_Width = 0.2,
LINKID_DataType = "Text"
}
},
CtrlWZoom = false,
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
EyeStatus = Input { Value = "On" },
Input = Input {
Source = "Output",
SourceOp = "EyeBlink"
},
Blink = Input { Value = 139 }
},
ViewInfo = OperatorInfo { Pos = { 5995, -940.5 } },
Colors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } }
},
["目"] = Transform {
ViewInfo = OperatorInfo { Pos = { 5995, -247.5 } },
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "EyeCtrl"
}
}
},
["目_MG1"] = Merge {
ViewInfo = OperatorInfo { Pos = { 5995, -115.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "口_MG1"
},
Foreground = Input {
Source = "Output",
SourceOp = "目"
}
}
},
Root = Transform {
ViewInfo = OperatorInfo { Pos = { 5995, 16.5 } },
UserControls = ordered() {
CopyPose = {
LINKS_Name = "Copy Pose",
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.copy(comp)]])",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
PastePose = {
LINKS_Name = "Paste Pose",
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.paste(comp)]])",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
SavePose = {
LINKS_Name = "Save Pose",
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.save(comp, fu)]])",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
LoadPose = {
LINKS_Name = "Load Pose",
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.load(comp, fu)]])",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
Grp_Root = {
LINKS_Name = "Root",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 2,
LINKID_DataType = "Number"
},
N008_kigounado_show_86 = {
LINKS_Name = "記号など show",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"記号など_MG\")\nlocal node = comp:FindTool(\"記号など\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N008_kigounado_hide_86 = {
LINKS_Name = "記号など hide",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"記号など_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
["Grp_記号など"] = {
LINKS_Name = "記号など",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 8,
LINKID_DataType = "Number"
},
N003_namida_show_86 = {
LINKS_Name = "涙 show",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"涙_MG\")\nlocal node = comp:FindTool(\"Loader67\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N003_namida_hide_86 = {
LINKS_Name = "涙 hide",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"涙_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N002_ase1_show_85 = {
LINKS_Name = "汗1 show",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N002_ase1_hide_85 = {
LINKS_Name = "汗1 hide",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"汗1_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N001_ase2_show_84 = {
LINKS_Name = "汗2 show",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N001_ase2_hide_84 = {
LINKS_Name = "汗2 hide",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"汗2_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N000_ase3_show_83 = {
LINKS_Name = "汗3 show",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N000_ase3_hide_83 = {
LINKS_Name = "汗3 hide",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"汗3_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
["Grp_眉"] = {
LINKS_Name = "眉",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 8,
LINKID_DataType = "Number"
},
N007_futsuufutomayu80 = {
LINKS_Name = "*普通太眉",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader63\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N006_ikarifutomayu79 = {
LINKS_Name = "*怒り太眉",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader62\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N005_komarifutomayu78 = {
LINKS_Name = "*困り太眉",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader61\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N004_futsuumayu77 = {
LINKS_Name = "*普通眉",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader60\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N003_ikarimayu76 = {
LINKS_Name = "*怒り眉",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader59\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N002_agarimayu75 = {
LINKS_Name = "*上がり眉",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader58\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_komarimayu174 = {
LINKS_Name = "*困り眉1",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader57\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_komarimayu273 = {
LINKS_Name = "*困り眉2",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader56\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["Grp_目"] = {
LINKS_Name = "目",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 9,
LINKID_DataType = "Number"
},
N008_mesetto70 = {
LINKS_Name = "*目セット",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"目セット\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N007_jitome61 = {
LINKS_Name = "*ジト目",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader50\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N006_nagomime60 = {
LINKS_Name = "*なごみ目",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader49\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N005_nikkori59 = {
LINKS_Name = "*にっこり",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader48\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N004_nikkori258 = {
LINKS_Name = "*にっこり2",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader47\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N003_UU57 = {
LINKS_Name = "*UU",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader46\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N002_none56 = {
LINKS_Name = "*><",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader45\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["N001_〇〇55"] = {
LINKS_Name = "*〇〇",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader44\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_guruguru54 = {
LINKS_Name = "*ぐるぐる",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader43\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["Grp_目セット"] = {
LINKS_Name = "目セット",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 2,
LINKID_DataType = "Number"
},
N001_futsuushirome65 = {
LINKS_Name = "*普通白目",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目セット_MG\")\nlocal node = comp:FindTool(\"Loader52\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_jitoshirome64 = {
LINKS_Name = "*ジト白目",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目セット_MG\")\nlocal node = comp:FindTool(\"Loader51\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["Grp_黒目"] = {
LINKS_Name = "黒目",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 3,
LINKID_DataType = "Number"
},
N002_futsuume70 = {
LINKS_Name = "*普通目",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader55\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_kameramesen69 = {
LINKS_Name = "*カメラ目線",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader54\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_mesorashi68 = {
LINKS_Name = "*目逸らし",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader53\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["Grp_口"] = {
LINKS_Name = "口",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 19,
LINKID_DataType = "Number"
},
N018_nishi51 = {
LINKS_Name = "*にし",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader42\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N017_hetsu50 = {
LINKS_Name = "*へっ",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader41\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N016_ohoo49 = {
LINKS_Name = "*おほお",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader40\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N015_hahee48 = {
LINKS_Name = "*はへえ",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader39\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N014_muu47 = {
LINKS_Name = "*むー",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader38\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N013_yu46 = {
LINKS_Name = "*ゆ",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader37\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N012_o45 = {
LINKS_Name = "*お",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader36\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N011_n44 = {
LINKS_Name = "*ん",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader35\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N010_nn43 = {
LINKS_Name = "*んー",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader34\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N009_nhee42 = {
LINKS_Name = "*んへー",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader33\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N008_naa41 = {
LINKS_Name = "*んあー",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader32\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["N007_△40"] = {
LINKS_Name = "*△",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader31\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N006_mufu39 = {
LINKS_Name = "*むふ",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader30\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N005_hoo38 = {
LINKS_Name = "*ほー",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader29\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N004_hoa37 = {
LINKS_Name = "*ほあ",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader28\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N003_hoaa36 = {
LINKS_Name = "*ほあー",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader27\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N002_hohoemi35 = {
LINKS_Name = "*ほほえみ",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader26\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_aha34 = {
LINKS_Name = "*あは",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader25\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_aha33 = {
LINKS_Name = "*あは",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader24\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["Grp_顔色"] = {
LINKS_Name = "顔色",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 8,
LINKID_DataType = "Number"
},
N006_hoppe30 = {
LINKS_Name = "*ほっぺ",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader23\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N005_hoppe229 = {
LINKS_Name = "*ほっぺ2",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader22\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N004_hoppe328 = {
LINKS_Name = "*ほっぺ3",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader21\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N003_hoppe427 = {
LINKS_Name = "*ほっぺ4",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader20\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N002_aozame26 = {
LINKS_Name = "*青ざめ",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader19\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_hihyouji25 = {
LINKS_Name = "*(非表示)",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader18\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_kageri_show_24 = {
LINKS_Name = "かげり show",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"かげり_MG\")\nlocal node = comp:FindTool(\"Loader17\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N000_kageri_hide_24 = {
LINKS_Name = "かげり hide",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"かげり_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
["Grp_右腕"] = {
LINKS_Name = "右腕",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 7,
LINKID_DataType = "Number"
},
N006_kihon21 = {
LINKS_Name = "*基本",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader16\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N005_koshi20 = {
LINKS_Name = "*腰",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader15\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N004_tewoageru19 = {
LINKS_Name = "*手を挙げる",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader14\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N003_kuchimoto18 = {
LINKS_Name = "*口元",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader13\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N002_kurushimu17 = {
LINKS_Name = "*苦しむ",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader12\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_yubisashishi16 = {
LINKS_Name = "*指差し",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader11\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_maiku15 = {
LINKS_Name = "*マイク",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader10\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["Grp_左腕"] = {
LINKS_Name = "左腕",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 7,
LINKID_DataType = "Number"
},
N006_kihon12 = {
LINKS_Name = "*基本",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader9\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N005_koshi11 = {
LINKS_Name = "*腰",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader8\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N004_tewoageru10 = {
LINKS_Name = "*手を挙げる",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader7\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N003_kuchimoto9 = {
LINKS_Name = "*口元",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader6\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N002_kurushimu8 = {
LINKS_Name = "*苦しむ",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader5\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_kangaeru7 = {
LINKS_Name = "*考える",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader4\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_hisohiso6 = {
LINKS_Name = "*ひそひそ",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader3\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
}
},
Inputs = {
Comments = 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" },
["Grp_記号など"] = Input { Value = 0 },
Grp_Root = Input { Value = 0 },
Input = Input {
Source = "Output",
SourceOp = "目_MG1"
},
["Grp_目セット"] = Input { Value = 0 },
["Grp_黒目"] = Input { Value = 0 }
},
Colors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } }
},
["モーションなし"] = Transform {
ViewInfo = OperatorInfo { Pos = { 5995, 148.5 } },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Root"
}
}
},
["不安"] = GroupOperator {
ViewInfo = GroupInfo {
Offset = { 0, 0 },
Scale = 1,
PipeStyle = "Direct",
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Pos = { 6105, 478.5 },
Direction = "Horizontal",
Flags = {
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } },
Inputs = ordered() {
MainInput1 = InstanceInput {
Source = "Input",
SourceOp = "Transform1_2"
},
Input3 = InstanceInput {
Width = 1,
Source = "RandomSeed",
Default = 0,
SourceOp = "Shake1"
},
Input4 = InstanceInput {
Source = "Randomize",
Width = 0.385,
SourceOp = "Shake1"
},
Input5 = InstanceInput {
Source = "Smoothness",
Default = 10,
SourceOp = "Shake1"
},
Input1 = InstanceInput {
SourceOp = "Transform1_2",
Source = "x",
Default = 0.1,
Name = "X"
},
Input2 = InstanceInput {
SourceOp = "Transform1_2",
Source = "y",
Default = 0.1,
Name = "Y"
}
},
Outputs = {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "Transform1_2"
}
},
Tools = ordered() {
Transform1_2 = Transform {
CtrlWZoom = false,
CtrlWShown = false,
UserControls = 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" } },
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
Inputs = {
in_out = Input {
Source = "Result",
SourceOp = "KeyframeStretcher1"
},
y = Input { Value = 0.01 },
Center = Input {
Expression = "Point(0.5, 0.5) + shake * in_out",
Value = { 0.502997744173508, 0.497908177638071 }
},
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
},
shake = Input {
Source = "Position",
SourceOp = "Shake1"
},
x = Input { Value = 0.01 }
}
},
KeyframeStretcher1 = KeyStretcherMod {
CtrlWZoom = false,
Inputs = {
StretchEnd = Input { Value = 110 },
Keyframes = Input {
Source = "Value",
SourceOp = "KeyStretcheronTransform1_2Keyframes"
},
StretchStart = Input { Value = 10 }
}
},
KeyStretcheronTransform1_2Keyframes = BezierSpline {
CtrlWZoom = false,
SplineColor = { Blue = 231, Green = 106, Red = 193 },
KeyFrames = {
[0] = { 0, RH = { 3.33333333333333, 0 }, Flags = { Linear = true } },
[10] = { 1, LH = { 6.66666666666667, 1 }, RH = { 43.3333333333333, 1 } },
[110] = { 1, LH = { 76.6666666666667, 1 }, RH = { 113.333333333333, 1 } },
[120] = { 0, LH = { 116.666666666667, 0 } }
}
},
Shake1 = Shake {
CtrlWZoom = false,
Inputs = {
Smoothness = Input { Value = 2 },
XMinimum = Input {
Expression = "-Transform1_2.x",
Value = -0.1
},
XMaximum = Input {
Expression = "Transform1_2.x",
Value = 0.1
},
YMinimum = Input {
Expression = "-Transform1_2.y",
Value = -0.1
},
LockXY = Input { Value = 0 },
YMaximum = Input {
Expression = "Transform1_2.y",
Value = 0.1
}
},
Faster = true
}
}
},
Loader27 = Loader {
ViewInfo = OperatorInfo { Pos = { 3960, -1699.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!口\\-ほあー.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
}
}
}
}
}
================================================
FILE: Templates/Edit/Generators/old/ちびめたん.setting
================================================
{
Tools = ordered() {
Metan = GroupOperator {
ViewInfo = GroupInfo {
Direction = "Horizontal",
Flags = {
GridSnap = true,
AllowPan = false,
AutoSnap = true,
ForceAll = true
},
Offset = { 0, 0 },
Scale = 1,
PipeStyle = "Direct"
},
CtrlWZoom = false,
Outputs = ordered() {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "ST_MergeB"
}
},
Tools = ordered() {
Loader50 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
GlobalStart = -1000,
AspectMode = 0,
ExtendLast = 0,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!目\\-ジト目.png",
TimeCode = 0,
Loop = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 5005, -2128.5 } }
},
Loader21 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
GlobalStart = -1000,
AspectMode = 0,
ExtendLast = 0,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!顔色\\-ほっぺ3_.png",
TimeCode = 0,
Loop = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 3135, -511.5 } }
},
Loader14 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
GlobalStart = -1000,
AspectMode = 0,
ExtendLast = 0,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!右腕\\-手を挙げる.png",
TimeCode = 0,
Loop = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 2145, -511.5 } }
},
Loader65 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
GlobalStart = -1000,
AspectMode = 0,
ExtendLast = 0,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\記号など\\汗2_.png",
TimeCode = 0,
Loop = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4950, -511.5 } }
},
Loader35 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
GlobalStart = -1000,
AspectMode = 0,
ExtendLast = 0,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!口\\-ん.png",
TimeCode = 0,
Loop = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4840, -1699.5 } }
},
Loader4 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
GlobalStart = -1000,
AspectMode = 0,
ExtendLast = 0,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!左腕\\-考える.png",
TimeCode = 0,
Loop = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 825, -511.5 } }
},
Loader10 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
GlobalStart = -1000,
AspectMode = 0,
ExtendLast = 0,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!右腕\\-マイク.png",
TimeCode = 0,
Loop = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 1705, -511.5 } }
},
["荒ぶる"] = GroupOperator {
Tools = ordered() {
Transform1_2_1 = Transform {
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
CtrlWZoom = false,
UserControls = 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" } },
Inputs = {
shake = Input {
Source = "Position",
SourceOp = "Shake1_1"
},
in_out = Input {
Source = "Result",
SourceOp = "KeyframeStretcher1_1"
},
y = Input { Value = 0.03 },
Center = Input {
Expression = "Point(0.5, 0.5) + shake * in_out",
Value = { 0.502997744173508, 0.497908177638071 }
},
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
},
x = Input { Value = 0.03 }
},
CtrlWShown = false
},
KeyframeStretcher1_1 = KeyStretcherMod {
Inputs = {
StretchStart = Input { Value = 10 },
StretchEnd = Input { Value = 110 },
Keyframes = Input {
Source = "Value",
SourceOp = "KeyStretcheronTransform1_2_1Keyframes"
}
},
CtrlWZoom = false
},
KeyStretcheronTransform1_2_1Keyframes = BezierSpline {
KeyFrames = {
[0] = { 0, Flags = { Linear = true }, RH = { 3.33333333333333, 0 } },
[10] = { 1, RH = { 43.3333333333333, 1 }, LH = { 6.66666666666667, 1 } },
[110] = { 1, RH = { 113.333333333333, 1 }, LH = { 76.6666666666667, 1 } },
[120] = { 0, LH = { 116.666666666667, 0 } }
},
SplineColor = { Green = 106, Blue = 231, Red = 193 },
CtrlWZoom = false
},
Shake1_1 = Shake {
Faster = true,
Inputs = {
YMaximum = Input {
Expression = "Transform1_2_1.y",
Value = 0.1
},
LockXY = Input { Value = 0 },
XMinimum = Input {
Expression = "-Transform1_2_1.x",
Value = -0.1
},
XMaximum = Input {
Expression = "Transform1_2_1.x",
Value = 0.1
},
Smoothness = Input { Value = 1.5 },
YMinimum = Input {
Expression = "-Transform1_2_1.y",
Value = -0.1
}
},
CtrlWZoom = false
}
},
Outputs = {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "Transform1_2_1"
}
},
ViewInfo = GroupInfo {
Direction = "Horizontal",
Flags = {
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true
},
Offset = { 0, 0 },
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Pos = { 6270, 478.5 },
Scale = 1,
PipeStyle = "Direct"
},
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } },
Inputs = ordered() {
MainInput1 = InstanceInput {
Source = "Input",
SourceOp = "Transform1_2_1"
},
Input3 = InstanceInput {
Width = 1,
Source = "RandomSeed",
SourceOp = "Shake1_1",
Default = 0
},
Input4 = InstanceInput {
Source = "Randomize",
SourceOp = "Shake1_1",
Width = 0.385
},
Input5 = InstanceInput {
Source = "Smoothness",
SourceOp = "Shake1_1",
Default = 10
},
Input1 = InstanceInput {
Default = 0.1,
Source = "x",
SourceOp = "Transform1_2_1",
Name = "X"
},
Input2 = InstanceInput {
Default = 0.1,
Source = "y",
SourceOp = "Transform1_2_1",
Name = "Y"
}
},
NameSet = true
},
Loader20 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
GlobalStart = -1000,
AspectMode = 0,
ExtendLast = 0,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!顔色\\-ほっぺ4_.png",
TimeCode = 0,
Loop = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 3025, -511.5 } }
},
Loader28 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
GlobalStart = -1000,
AspectMode = 0,
ExtendLast = 0,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!口\\-ほあ.png",
TimeCode = 0,
Loop = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4070, -1699.5 } }
},
Loader5 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
GlobalStart = -1000,
AspectMode = 0,
ExtendLast = 0,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!左腕\\-苦しむ.png",
TimeCode = 0,
Loop = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 935, -511.5 } }
},
Loader43 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
GlobalStart = -1000,
AspectMode = 0,
ExtendLast = 0,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!目\\-ぐるぐる.png",
TimeCode = 0,
Loop = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4235, -2128.5 } }
},
["ぽよ"] = GroupOperator {
Tools = ordered() {
Transform = Transform {
CtrlWShown = false,
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
CtrlWZoom = false,
UserControls = 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" } },
Inputs = {
Aspect = Input {
Source = "Result",
SourceOp = "Calculation1"
},
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
},
Pivot = Input { Value = { 0.5, 0 } }
},
NameSet = true
},
Calculation1 = Calculation {
Inputs = {
FirstOperandTimeOffset = Input { Expression = "-comp.GlobalStart" },
SecondOperand = Input { Value = 1 },
FirstOperand = Input {
Source = "Result",
SourceOp = "Calculation2"
}
},
CtrlWZoom = false
},
Calculation2 = Calculation {
Inputs = {
FirstOperandTimeScale = Input { Expression = "Transform.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate" },
SecondOperand = Input { Value = 0.8 },
FirstOperand = Input {
Source = "Value",
SourceOp = "CalculationonCalculationonTransformAspectFirstOperand"
},
Operator = Input { Value = 2 }
},
CtrlWZoom = false
},
CalculationonCalculationonTransformAspectFirstOperand = BezierSpline {
KeyFrames = {
[0] = { 0, Flags = { Linear = true }, RH = { 1, 0 } },
[3] = { 0.0800000000000001, RH = { 4.66666666666667, 0.0800000000000001 }, LH = { 2, 0.0800000000000001 } },
[8] = { -0.0489999999999999, RH = { 9.33333333333333, -0.0489999999999999 }, LH = { 6.33333333333333, -0.0489999999999999 } },
[12] = { 0.03, RH = { 13.3333333333333, 0.03 }, LH = { 10.6666666666667, 0.03 } },
[16] = { -0.00700000000000001, RH = { 16.6666666666667, -0.00700000000000001 }, LH = { 14.6666666666667, -0.00700000000000001 } },
[18] = { 0.004, RH = { 18.6666666666667, 0.004 }, LH = { 17.3333333333333, 0.004 } },
[20] = { 0, LH = { 19.3333333333333, 0 } }
},
SplineColor = { Green = 105, Blue = 30, Red = 210 },
CtrlWZoom = false
}
},
Outputs = {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "Transform"
}
},
ViewInfo = GroupInfo {
Direction = "Horizontal",
Flags = {
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true
},
Offset = { 0, 0 },
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Pos = { 5445, 478.5 },
Scale = 1,
PipeStyle = "Direct"
},
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } },
Inputs = ordered() {
MainInput1 = InstanceInput {
Source = "Input",
SourceOp = "Transform"
},
Input1 = InstanceInput {
Default = 1,
Source = "speed",
SourceOp = "Transform",
Page = "Controls",
Name = "スピード"
},
Input2 = InstanceInput {
Default = 1,
Source = "SecondOperand",
SourceOp = "Calculation2",
Name = "強さ"
},
Input3 = InstanceInput {
Source = "Pivot",
SourceOp = "Transform"
}
},
NameSet = true
},
Loader13 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
GlobalStart = -1000,
AspectMode = 0,
ExtendLast = 0,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!右腕\\-口元.png",
TimeCode = 0,
Loop = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 2035, -511.5 } }
},
Loader40 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
GlobalStart = -1000,
AspectMode = 0,
ExtendLast = 0,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!口\\-おほお.png",
TimeCode = 0,
Loop = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 5390, -1699.5 } }
},
Loader22 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
GlobalStart = -1000,
AspectMode = 0,
ExtendLast = 0,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!顔色\\-ほっぺ2_.png",
TimeCode = 0,
Loop = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 3245, -511.5 } }
},
Loader27 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
GlobalStart = -1000,
AspectMode = 0,
ExtendLast = 0,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!口\\-ほあー.png",
TimeCode = 0,
Loop = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 3960, -1699.5 } }
},
Loader39 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
GlobalStart = -1000,
AspectMode = 0,
ExtendLast = 0,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!口\\-はへえ.png",
TimeCode = 0,
Loop = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 5280, -1699.5 } }
},
Loader15 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
GlobalStart = -1000,
AspectMode = 0,
ExtendLast = 0,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!右腕\\-腰.png",
TimeCode = 0,
Loop = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 2255, -511.5 } }
},
Loader31 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
GlobalStart = -1000,
AspectMode = 0,
ExtendLast = 0,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!口\\-△.png",
TimeCode = 0,
Loop = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4400, -1699.5 } }
},
Loader11 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
GlobalStart = -1000,
AspectMode = 0,
ExtendLast = 0,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!右腕\\-指差し.png",
TimeCode = 0,
Loop = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 1815, -511.5 } }
},
Loader48 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
GlobalStart = -1000,
AspectMode = 0,
ExtendLast = 0,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!目\\-にっこり.png",
TimeCode = 0,
Loop = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4785, -2128.5 } }
},
Loader7 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
GlobalStart = -1000,
AspectMode = 0,
ExtendLast = 0,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!左腕\\-手を挙げる.png",
TimeCode = 0,
Loop = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 1155, -511.5 } }
},
Loader38 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
GlobalStart = -1000,
AspectMode = 0,
ExtendLast = 0,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!口\\-むー.png",
TimeCode = 0,
Loop = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 5170, -1699.5 } }
},
["跳ねる"] = GroupOperator {
Tools = ordered() {
Transform1_1 = Transform {
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
CtrlWZoom = false,
UserControls = 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" } },
Inputs = {
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
amplitude = Input { Value = 0.08 },
speed = Input { Value = 2 },
Center = Input {
Expression = "Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))",
Value = { 0.5, 0.595105651629515 }
},
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
},
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\n",
Value = 0.951056516295154
}
},
CtrlWShown = false
}
},
Outputs = {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "Transform1_1"
}
},
ViewInfo = GroupInfo {
Direction = "Horizontal",
Flags = {
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true
},
Offset = { 0, 0 },
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Pos = { 5775, 478.5 },
Scale = 1,
PipeStyle = "Direct"
},
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } },
Inputs = ordered() {
MainInput1 = InstanceInput {
Source = "Input",
SourceOp = "Transform1_1"
},
Input1 = InstanceInput {
Default = 2,
Source = "speed",
SourceOp = "Transform1_1",
MinScale = 0.0010000000475
},
Input2 = InstanceInput {
Source = "amplitude",
SourceOp = "Transform1_1",
Default = 0.1
}
},
NameSet = true
},
Loader52 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
GlobalStart = -1000,
AspectMode = 0,
ExtendLast = 0,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!目\\-目セット\\-普通白目.png",
TimeCode = 0,
Loop = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 5445, -2392.5 } }
},
Loader58 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
GlobalStart = -1000,
AspectMode = 0,
ExtendLast = 0,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!眉\\-上がり眉.png",
TimeCode = 0,
Loop = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 3960, -511.5 } }
},
Loader59 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
GlobalStart = -1000,
AspectMode = 0,
ExtendLast = 0,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!眉\\-怒り眉.png",
TimeCode = 0,
Loop = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4070, -511.5 } }
},
Loader55 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
GlobalStart = -1000,
AspectMode = 0,
ExtendLast = 0,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!目\\-目セット\\!黒目\\-普通目.png",
TimeCode = 0,
Loop = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 5995, -2656.5 } }
},
Loader56 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
GlobalStart = -1000,
AspectMode = 0,
ExtendLast = 0,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!眉\\-困り眉2_.png",
TimeCode = 0,
Loop = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 3740, -511.5 } }
},
Loader62 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
GlobalStart = -1000,
AspectMode = 0,
ExtendLast = 0,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!眉\\-怒り太眉.png",
TimeCode = 0,
Loop = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4400, -511.5 } }
},
Loader61 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
GlobalStart = -1000,
AspectMode = 0,
ExtendLast = 0,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!眉\\-困り太眉.png",
TimeCode = 0,
Loop = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4290, -511.5 } }
},
ST_Background = Background {
ViewInfo = OperatorInfo { Pos = { 5610, 874.5 } },
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
Width = Input { Value = 1920 },
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1080 },
UseFrameFormatSettings = Input { Value = 1 },
Depth = Input { Value = 1 }
},
NameSet = true
},
ST_SetDomain = SetDomain {
ViewInfo = OperatorInfo { Pos = { 5775, 874.5 } },
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
Right = Input { Value = 0 },
Input = Input {
Source = "Output",
SourceOp = "ST_Background"
},
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 }
},
NameSet = true
},
["モーションSelector"] = Transform {
UserControls = ordered() {
["N000_モーションなし"] = {
LINKS_Name = "モーションなし",
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"モーションなし\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["N001_ぽよ"] = {
LINKS_Name = "ぽよ",
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"ぽよ\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["N002_ぴょん"] = {
LINKS_Name = "ぴょん",
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"ぴょん\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["N003_跳ねる"] = {
LINKS_Name = "跳ねる",
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"跳ねる\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["N004_跳ねる_小"] = {
LINKS_Name = "跳ねる_小",
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"跳ねる_小\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["N005_不安"] = {
LINKS_Name = "不安",
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"不安\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["N006_荒ぶる"] = {
LINKS_Name = "荒ぶる",
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"荒ぶる\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["N007_震え"] = {
LINKS_Name = "震え",
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"震え\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
}
},
ViewInfo = OperatorInfo { Pos = { 5995, 676.5 } },
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
}
},
Colors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } }
},
ST_MergeB = Merge {
Colors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },
ViewInfo = OperatorInfo { Pos = { 5995, 874.5 } },
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
Center = Input { Value = { 0.85, 0.15 } },
Foreground = Input {
Source = "Output",
SourceOp = "モーションSelector"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "ST_SetDomain"
}
},
NameSet = true
},
Loader60 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
GlobalStart = -1000,
AspectMode = 0,
ExtendLast = 0,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!眉\\-普通眉.png",
TimeCode = 0,
Loop = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4180, -511.5 } }
},
Loader44 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
GlobalStart = -1000,
AspectMode = 0,
ExtendLast = 0,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!目\\-〇〇.png",
TimeCode = 0,
Loop = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4345, -2128.5 } }
},
Loader67 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
GlobalStart = -1000,
AspectMode = 0,
ExtendLast = 0,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\記号など\\涙.png",
TimeCode = 0,
Loop = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 5170, -511.5 } }
},
Loader64 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
GlobalStart = -1000,
AspectMode = 0,
ExtendLast = 0,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\記号など\\汗3_.png",
TimeCode = 0,
Loop = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4840, -511.5 } }
},
Loader33 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
GlobalStart = -1000,
AspectMode = 0,
ExtendLast = 0,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!口\\-んへー.png",
TimeCode = 0,
Loop = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4620, -1699.5 } }
},
Loader6 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
GlobalStart = -1000,
AspectMode = 0,
ExtendLast = 0,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!左腕\\-口元.png",
TimeCode = 0,
Loop = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 1045, -511.5 } }
},
Loader12 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
GlobalStart = -1000,
AspectMode = 0,
ExtendLast = 0,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!右腕\\-苦しむ.png",
TimeCode = 0,
Loop = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 1925, -511.5 } }
},
Loader66 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
GlobalStart = -1000,
AspectMode = 0,
ExtendLast = 0,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\記号など\\汗1_.png",
TimeCode = 0,
Loop = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 5060, -511.5 } }
},
Loader8 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
GlobalStart = -1000,
AspectMode = 0,
ExtendLast = 0,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!左腕\\-腰.png",
TimeCode = 0,
Loop = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 1265, -511.5 } }
},
Loader32 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
GlobalStart = -1000,
AspectMode = 0,
ExtendLast = 0,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!口\\-んあー.png",
TimeCode = 0,
Loop = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4510, -1699.5 } }
},
Loader46 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
GlobalStart = -1000,
AspectMode = 0,
ExtendLast = 0,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!目\\-UU.png",
TimeCode = 0,
Loop = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4565, -2128.5 } }
},
["ぴょん"] = GroupOperator {
Tools = ordered() {
Transform1 = Transform {
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
CtrlWZoom = false,
UserControls = 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" } },
Inputs = {
Center = Input {
Source = "Value",
SourceOp = "XYPath1"
},
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
}
},
CtrlWShown = false
},
XYPath1 = XYPath {
ShowKeyPoints = false,
DrawMode = "ModifyOnly",
CtrlWZoom = false,
Inputs = {
X = Input { Value = 0.5 },
Y = Input {
Source = "Result",
SourceOp = "Calculation1_1"
}
}
},
Calculation1_1 = Calculation {
Inputs = {
FirstOperandTimeOffset = Input { Expression = "-comp.GlobalStart - Transform1.offset" },
SecondOperand = Input { Value = 0.5 },
FirstOperand = Input {
Source = "Result",
SourceOp = "Calculation2_1"
}
},
CtrlWZoom = false
},
Calculation2_1 = Calculation {
Inputs = {
FirstOperandTimeScale = Input { Expression = "Transform1.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate" },
SecondOperand = Input { Value = 0.5 },
FirstOperand = Input {
Source = "Value",
SourceOp = "CalculationonCalculationonTransform1CenterXYPath1YFirstOperand"
},
Operator = Input { Value = 2 }
},
CtrlWZoom = false
},
CalculationonCalculationonTransform1CenterXYPath1YFirstOperand = BezierSpline {
KeyFrames = {
[0] = { 0, Flags = { Linear = true }, RH = { 4.65, 0.225 } },
[17] = { 0, RH = { 19.6825406677053, 0.0439451976698349 }, LH = { 12.4, 0.214 } },
[25] = { 0.000999999999999557, RH = { 27.6, 0.025 }, LH = { 23.6, 0.0269999999999996 } },
[30] = { 0, LH = { 28.4282452630596, 0 } }
},
SplineColor = { Green = 255, Blue = 0, Red = 0 },
CtrlWZoom = false
}
},
Outputs = {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "Transform1"
}
},
ViewInfo = GroupInfo {
Direction = "Horizontal",
Flags = {
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true
},
Offset = { 0, 0 },
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Pos = { 5610, 478.5 },
Scale = 1,
PipeStyle = "Direct"
},
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } },
Inputs = ordered() {
MainInput1 = InstanceInput {
Source = "Input",
SourceOp = "Transform1"
},
Input1 = InstanceInput {
Default = 1,
Source = "speed",
SourceOp = "Transform1",
Name = "スピード"
},
Input3 = InstanceInput {
Default = 1,
Source = "SecondOperand",
SourceOp = "Calculation2_1",
Name = "強さ"
},
Input2 = InstanceInput {
Default = 0,
Source = "offset",
SourceOp = "Transform1",
Name = "時間オフセット(フレーム)"
}
},
NameSet = true
},
Loader34 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
GlobalStart = -1000,
AspectMode = 0,
ExtendLast = 0,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!口\\-んー.png",
TimeCode = 0,
Loop = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4730, -1699.5 } }
},
Loader30 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
GlobalStart = -1000,
AspectMode = 0,
ExtendLast = 0,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!口\\-むふ.png",
TimeCode = 0,
Loop = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4290, -1699.5 } }
},
Loader41 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
GlobalStart = -1000,
AspectMode = 0,
ExtendLast = 0,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!口\\-へっ.png",
TimeCode = 0,
Loop = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 5500, -1699.5 } }
},
Loader3 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
GlobalStart = -1000,
AspectMode = 0,
ExtendLast = 0,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!左腕\\-ひそひそ.png",
TimeCode = 0,
Loop = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 715, -511.5 } }
},
["震え"] = GroupOperator {
Tools = ordered() {
Transform1_3 = Transform {
ViewInfo = OperatorInfo { Pos = { 0, 29.7576007843018 } },
UserControls = 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" } },
Inputs = {
v = Input {
Expression = "0.5 + amplitude * iif(time > out, 0,bound)",
Value = 0.504755282581476
},
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
amplitude = Input { Value = 0.005 },
speed = Input { Value = 12 },
Center = Input {
Expression = "iif(Y == 0, Point(v, 0.5),Point(0.5,v))",
Value = { 0.504755282581476, 0.5 }
},
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
},
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)",
Value = 0.951056516295153
}
},
CtrlWShown = false
}
},
Outputs = {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "Transform1_3"
}
},
ViewInfo = GroupInfo {
Direction = "Horizontal",
Flags = {
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true
},
Offset = { 0, 0 },
Size = { 126, 109.359001159668, 63, 24.2423992156982 },
Pos = { 6435, 478.5 },
Scale = 1,
PipeStyle = "Direct"
},
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } },
Inputs = ordered() {
MainInput1 = InstanceInput {
Source = "Input",
SourceOp = "Transform1_3"
},
Input1 = InstanceInput {
Source = "speed",
SourceOp = "Transform1_3",
Default = 2
},
Input2 = InstanceInput {
Source = "amplitude",
SourceOp = "Transform1_3",
Default = 0.1
},
Input3 = InstanceInput {
Source = "Y",
SourceOp = "Transform1_3",
Default = 0
}
},
NameSet = true
},
Loader45 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
GlobalStart = -1000,
AspectMode = 0,
ExtendLast = 0,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!目\\-__.png",
TimeCode = 0,
Loop = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4455, -2128.5 } }
},
Loader47 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
GlobalStart = -1000,
AspectMode = 0,
ExtendLast = 0,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!目\\-にっこり2_.png",
TimeCode = 0,
Loop = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4675, -2128.5 } }
},
Loader57 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
GlobalStart = -1000,
AspectMode = 0,
ExtendLast = 0,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!眉\\-困り眉1_.png",
TimeCode = 0,
Loop = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 3850, -511.5 } }
},
Loader53 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
GlobalStart = -1000,
AspectMode = 0,
ExtendLast = 0,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!目\\-目セット\\!黒目\\-目逸らし.png",
TimeCode = 0,
Loop = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 5775, -2656.5 } }
},
Loader19 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
GlobalStart = -1000,
AspectMode = 0,
ExtendLast = 0,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!顔色\\-青ざめ.png",
TimeCode = 0,
Loop = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 2915, -511.5 } }
},
Loader17 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
GlobalStart = -1000,
AspectMode = 0,
ExtendLast = 0,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!顔色\\かげり.png",
TimeCode = 0,
Loop = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 2695, -511.5 } }
},
["跳ねる_小"] = GroupOperator {
Tools = ordered() {
Transform1_1_1 = Transform {
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
CtrlWZoom = false,
UserControls = 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" } },
Inputs = {
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
amplitude = Input { Value = 0.02 },
speed = Input { Value = 2 },
Center = Input {
Expression = "Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))",
Value = { 0.5, 0.595105651629515 }
},
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
},
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\n",
Value = 0.951056516295154
}
},
CtrlWShown = false
}
},
Outputs = {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "Transform1_1_1"
}
},
ViewInfo = GroupInfo {
Direction = "Horizontal",
Flags = {
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true
},
Offset = { 0, 0 },
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Pos = { 5940, 478.5 },
Scale = 1,
PipeStyle = "Direct"
},
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } },
Inputs = ordered() {
MainInput1 = InstanceInput {
Source = "Input",
SourceOp = "Transform1_1_1"
},
Input1 = InstanceInput {
Default = 2,
Source = "speed",
SourceOp = "Transform1_1_1",
MinScale = 0.0010000000475
},
Input2 = InstanceInput {
Source = "amplitude",
SourceOp = "Transform1_1_1",
Default = 0.1
}
},
NameSet = true
},
Loader18 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
GlobalStart = -1000,
AspectMode = 0,
ExtendLast = 0,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!顔色\\-(非表示).png",
TimeCode = 0,
Loop = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 2805, -511.5 } }
},
Background1 = Background {
Inputs = {
Width = Input { Value = 1482 },
TopLeftAlpha = Input { Value = 0 },
Depth = Input { Value = 1 },
Height = Input { Value = 2250 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 165, -247.5 } }
},
SetDomain1 = SetDomain {
Inputs = {
Right = Input { Value = 0 },
Input = Input {
Source = "Output",
SourceOp = "Background1"
},
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 165, -115.5 } }
},
Loader1 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
GlobalStart = -1000,
AspectMode = 0,
ExtendLast = 0,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!身体.png",
TimeCode = 0,
Loop = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 275, -247.5 } }
},
["身体_MG"] = Merge {
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "Loader1"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "SetDomain1"
}
},
ViewInfo = OperatorInfo { Pos = { 275, -115.5 } }
},
Loader2 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
GlobalStart = -1000,
AspectMode = 0,
ExtendLast = 0,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!ヘアバンド.png",
TimeCode = 0,
Loop = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 385, -247.5 } }
},
["ヘアバンド_MG"] = Merge {
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "Loader2"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "身体_MG"
}
},
ViewInfo = OperatorInfo { Pos = { 385, -115.5 } }
},
Background2 = Background {
Inputs = {
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 },
Depth = Input { Value = 1 },
Height = Input { Value = 1650 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 605, -379.5 } }
},
Loader9 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
GlobalStart = -1000,
AspectMode = 0,
ExtendLast = 0,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!左腕\\-基本.png",
TimeCode = 0,
Loop = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 1375, -511.5 } }
},
["左腕_MG"] = Merge {
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "Loader9"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "Background2"
}
},
ViewInfo = OperatorInfo { Pos = { 1375, -379.5 } }
},
["左腕"] = Transform {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "左腕_MG"
}
},
ViewInfo = OperatorInfo { Pos = { 1375, -247.5 } }
},
["左腕_MG1"] = Merge {
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "左腕"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "ヘアバンド_MG"
}
},
ViewInfo = OperatorInfo { Pos = { 1375, -115.5 } }
},
Background3 = Background {
Inputs = {
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 },
Depth = Input { Value = 1 },
Height = Input { Value = 1650 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 1595, -379.5 } }
},
Loader16 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
GlobalStart = -1000,
AspectMode = 0,
ExtendLast = 0,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!右腕\\-基本.png",
TimeCode = 0,
Loop = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 2365, -511.5 } }
},
["右腕_MG"] = Merge {
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "Loader16"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "Background3"
}
},
ViewInfo = OperatorInfo { Pos = { 2365, -379.5 } }
},
["右腕"] = Transform {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "右腕_MG"
}
},
ViewInfo = OperatorInfo { Pos = { 2365, -247.5 } }
},
["右腕_MG1"] = Merge {
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "右腕"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "左腕_MG1"
}
},
ViewInfo = OperatorInfo { Pos = { 2365, -115.5 } }
},
Background4 = Background {
Inputs = {
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 },
Depth = Input { Value = 1 },
Height = Input { Value = 1650 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 2585, -379.5 } }
},
["かげり_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "Background4"
}
},
ViewInfo = OperatorInfo { Pos = { 2695, -379.5 } }
},
Loader23 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
GlobalStart = -1000,
AspectMode = 0,
ExtendLast = 0,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!顔色\\-ほっぺ.png",
TimeCode = 0,
Loop = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 3355, -511.5 } }
},
["顔色_MG"] = Merge {
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "Loader23"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "かげり_MG"
}
},
ViewInfo = OperatorInfo { Pos = { 3355, -379.5 } }
},
["顔色"] = Transform {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "顔色_MG"
}
},
ViewInfo = OperatorInfo { Pos = { 3355, -247.5 } }
},
["顔色_MG1"] = Merge {
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "顔色"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "右腕_MG1"
}
},
ViewInfo = OperatorInfo { Pos = { 3355, -115.5 } }
},
Background9 = Background {
Inputs = {
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 },
Depth = Input { Value = 1 },
Height = Input { Value = 1650 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 3630, -379.5 } }
},
Loader63 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
GlobalStart = -1000,
AspectMode = 0,
ExtendLast = 0,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!眉\\-普通太眉.png",
TimeCode = 0,
Loop = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4510, -511.5 } }
},
["眉_MG"] = Merge {
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "Loader63"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "Background9"
}
},
ViewInfo = OperatorInfo { Pos = { 4510, -379.5 } }
},
["眉"] = Transform {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "眉_MG"
}
},
ViewInfo = OperatorInfo { Pos = { 4510, -247.5 } }
},
["眉_MG1"] = Merge {
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "眉"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "顔色_MG1"
}
},
ViewInfo = OperatorInfo { Pos = { 4510, -115.5 } }
},
Background10 = Background {
Inputs = {
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 },
Depth = Input { Value = 1 },
Height = Input { Value = 1650 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4730, -379.5 } }
},
["汗3_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "Background10"
}
},
ViewInfo = OperatorInfo { Pos = { 4840, -379.5 } }
},
["汗2_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "汗3_MG"
}
},
ViewInfo = OperatorInfo { Pos = { 4950, -379.5 } }
},
["汗1_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "汗2_MG"
}
},
ViewInfo = OperatorInfo { Pos = { 5060, -379.5 } }
},
["涙_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "汗1_MG"
}
},
ViewInfo = OperatorInfo { Pos = { 5170, -379.5 } }
},
["記号など"] = Transform {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "涙_MG"
}
},
ViewInfo = OperatorInfo { Pos = { 5170, -247.5 } }
},
["記号など_MG"] = Merge {
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "記号など"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "眉_MG1"
}
},
ViewInfo = OperatorInfo { Pos = { 5170, -115.5 } }
},
AutoDomain1 = AutoDomain {
ViewInfo = OperatorInfo { Pos = { 5390, -115.5 } },
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "記号など_MG"
}
},
Colors = { TileColor = { G = 0.549019607843137, R = 0.913725490196078, B = 0.709803921568627 } }
},
Background5 = Background {
Inputs = {
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 },
Depth = Input { Value = 1 },
Height = Input { Value = 1650 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 3520, -1567.5 } }
},
["口_MG"] = Merge {
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "Loader26"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "Background5"
}
},
ViewInfo = OperatorInfo { Pos = { 5610, -1567.5 } }
},
AutoDomain1_1 = AutoDomain {
ViewInfo = OperatorInfo { Pos = { 5610, -1336.5 } },
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "口_MG"
}
},
Colors = { TileColor = { G = 0.549019607843137, R = 0.913725490196078, B = 0.709803921568627 } }
},
N = Fuse.Wireless {
ViewInfo = OperatorInfo { Pos = { 5500, -1138.5 } },
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Loader26"
}
},
NameSet = true
},
A = Fuse.Wireless {
ViewInfo = OperatorInfo { Pos = { 5390, -1138.5 } },
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Loader24"
}
},
NameSet = true
},
Loader42 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
GlobalStart = -1000,
AspectMode = 0,
ExtendLast = 0,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!口\\-にし.png",
TimeCode = 0,
Loop = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 5610, -1699.5 } }
},
I = Fuse.Wireless {
ViewInfo = OperatorInfo { Pos = { 5280, -1138.5 } },
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Loader42"
}
},
NameSet = true
},
Loader37 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
GlobalStart = -1000,
AspectMode = 0,
ExtendLast = 0,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!口\\-ゆ.png",
TimeCode = 0,
Loop = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 5060, -1699.5 } }
},
U = Fuse.Wireless {
ViewInfo = OperatorInfo { Pos = { 5170, -1138.5 } },
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Loader37"
}
},
NameSet = true
},
E = Fuse.Wireless {
ViewInfo = OperatorInfo { Pos = { 5060, -1138.5 } },
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Loader25"
}
},
NameSet = true
},
O = Fuse.Wireless {
ViewInfo = OperatorInfo { Pos = { 4950, -1039.5 } },
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Loader36"
}
},
NameSet = true
},
DissolveE = Dissolve {
Inputs = {
Operation = Input { Value = FuID { "DFTLumaRamp" } },
Mix = Input {
Expression = "iif(MouthCtrl.Anim < 6, 0, 1)",
Value = 0
},
["DFTLumaRamp.Softness"] = Input { Value = 0 },
Foreground = Input {
Source = "Output",
SourceOp = "O"
},
Background = Input {
Source = "Output",
SourceOp = "E"
}
},
ViewInfo = OperatorInfo { Pos = { 5060, -1039.5 } },
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Transitions = {
[0] = "DFTLumaRamp"
},
NameSet = true
},
DissolveU = Dissolve {
Inputs = {
Operation = Input { Value = FuID { "DFTLumaRamp" } },
Mix = Input { Expression = "iif(MouthCtrl.Anim < 5, 0, 1)" },
["DFTLumaRamp.Softness"] = Input { Value = 0 },
Foreground = Input {
Source = "Output",
SourceOp = "DissolveE"
},
Background = Input {
Source = "Output",
SourceOp = "U"
}
},
ViewInfo = OperatorInfo { Pos = { 5170, -1039.5 } },
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Transitions = {
[0] = "DFTLumaRamp"
},
NameSet = true
},
DissolveI = Dissolve {
Inputs = {
Operation = Input { Value = FuID { "DFTLumaRamp" } },
Mix = Input {
Expression = "iif(MouthCtrl.Anim < 4, 0, 1)",
Value = 0
},
["DFTLumaRamp.Softness"] = Input { Value = 0 },
Foreground = Input {
Source = "Output",
SourceOp = "DissolveU"
},
Background = Input {
Source = "Output",
SourceOp = "I"
}
},
ViewInfo = OperatorInfo { Pos = { 5280, -1039.5 } },
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Transitions = {
[0] = "DFTLumaRamp"
},
NameSet = true
},
DissolveA = Dissolve {
Inputs = {
Operation = Input { Value = FuID { "DFTLumaRamp" } },
Mix = Input {
Expression = "iif(MouthCtrl.Anim < 3, 0, 1)",
Value = 0
},
["DFTLumaRamp.Softness"] = Input { Value = 0 },
Foreground = Input {
Source = "Output",
SourceOp = "DissolveI"
},
Background = Input {
Source = "Output",
SourceOp = "A"
}
},
ViewInfo = OperatorInfo { Pos = { 5390, -1039.5 } },
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Transitions = {
[0] = "DFTLumaRamp"
},
NameSet = true
},
DissolveN = Dissolve {
Inputs = {
Operation = Input { Value = FuID { "DFTLumaRamp" } },
Mix = Input {
Expression = "iif(MouthCtrl.Anim < 2, 0, 1)",
Value = 0
},
["DFTLumaRamp.Softness"] = Input { Value = 0 },
Foreground = Input {
Source = "Output",
SourceOp = "DissolveA"
},
Background = Input {
Source = "Output",
SourceOp = "N"
}
},
ViewInfo = OperatorInfo { Pos = { 5500, -1039.5 } },
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Transitions = {
[0] = "DFTLumaRamp"
},
NameSet = true
},
MouthAnim = Dissolve {
Inputs = {
Operation = Input { Value = FuID { "DFTLumaRamp" } },
Mix = Input {
Expression = "iif(MouthCtrl.Anim < 1, 0, 1)",
Value = 0
},
["DFTLumaRamp.Softness"] = Input { Value = 0 },
Foreground = Input {
Source = "Output",
SourceOp = "DissolveN"
},
Background = Input {
Source = "Output",
SourceOp = "AutoDomain1_1"
}
},
ViewInfo = OperatorInfo { Pos = { 5610, -1039.5 } },
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Transitions = {
[0] = "DFTLumaRamp"
},
NameSet = true
},
MouthCtrl = Transform {
UserControls = ordered() {
Anim = {
LINKS_Name = "Anim",
ICS_ControlPage = "口パク",
INP_Default = 0,
INP_MaxScale = 6,
INPID_InputControl = "SliderControl",
INP_Integer = true,
INP_MinScale = 0,
LINKID_DataType = "Number"
},
AnimOn = {
LINKS_Name = "AnimOn",
ICS_ControlPage = "口パク",
BTNCS_Execute = "MouthAnim:SetAttrs({TOOLB_PassThrough = false})\nMouthCtrl.AnimStatus = \"On\"\n",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.4,
LINKID_DataType = "Number"
},
AnimOff = {
LINKS_Name = "AnimOff",
ICS_ControlPage = "口パク",
BTNCS_Execute = "MouthAnim:SetAttrs({TOOLB_PassThrough = true})\nMouthCtrl.AnimStatus = \"Off\"\n",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.4,
LINKID_DataType = "Number"
},
AnimStatus = {
LINKS_Name = "",
TEC_Lines = 1,
INPID_InputControl = "TextEditControl",
TEC_ReadOnly = true,
TEC_Wrap = false,
ICS_ControlPage = "口パク",
INP_External = false,
ICD_Width = 0.2,
LINKID_DataType = "Text"
}
},
Colors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },
ViewInfo = OperatorInfo { Pos = { 5610, -841.5 } },
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
AnimStatus = Input { Value = "On" },
Input = Input {
Source = "Output",
SourceOp = "MouthAnim"
}
},
NameSet = true
},
Loader26 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
GlobalStart = -1000,
AspectMode = 0,
ExtendLast = 0,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!口\\-ほほえみ.png",
TimeCode = 0,
Loop = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 3850, -1699.5 } }
},
M01 = Fuse.Wireless {
ViewInfo = OperatorInfo { Pos = { 5500, -742.5 } },
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Loader26"
}
},
NameSet = true
},
Loader36 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
GlobalStart = -1000,
AspectMode = 0,
ExtendLast = 0,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!口\\-お.png",
TimeCode = 0,
Loop = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4950, -1699.5 } }
},
M02 = Fuse.Wireless {
NameSet = true,
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Loader36"
}
},
ViewInfo = OperatorInfo { Pos = { 5390, -742.5 } }
},
Loader29 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
GlobalStart = -1000,
AspectMode = 0,
ExtendLast = 0,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!口\\-ほー.png",
TimeCode = 0,
Loop = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4180, -1699.5 } }
},
M03 = Fuse.Wireless {
NameSet = true,
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Loader29"
}
},
ViewInfo = OperatorInfo { Pos = { 5280, -742.5 } }
},
Loader25 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
GlobalStart = -1000,
AspectMode = 0,
ExtendLast = 0,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!口\\-あは_.png",
TimeCode = 0,
Loop = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 3740, -1699.5 } }
},
M04 = Fuse.Wireless {
ViewInfo = OperatorInfo { Pos = { 5170, -742.5 } },
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Loader25"
}
},
NameSet = true
},
Loader24 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
GlobalStart = -1000,
AspectMode = 0,
ExtendLast = 0,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!口\\-あは.png",
TimeCode = 0,
Loop = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 3630, -1699.5 } }
},
M05 = Fuse.Wireless {
ViewInfo = OperatorInfo { Pos = { 5060, -742.5 } },
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Loader24"
}
},
NameSet = true
},
Dissolve1 = Dissolve {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "M04"
},
Foreground = Input {
Source = "Output",
SourceOp = "M05"
},
Mix = Input {
Expression = "iif(MouthCtrlB.Open >= MouthCtrlB.Threshold_005, 1, 0)",
Value = 0
}
},
Transitions = {
[0] = "DFTDissolve"
},
ViewInfo = OperatorInfo { Pos = { 5170, -643.5 } }
},
Dissolve2 = Dissolve {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "M03"
},
Foreground = Input {
Source = "Output",
SourceOp = "Dissolve1"
},
Mix = Input {
Expression = "iif(MouthCtrlB.Open >= MouthCtrlB.Threshold_004, 1, 0)",
Value = 0
}
},
Transitions = {
[0] = "DFTDissolve"
},
ViewInfo = OperatorInfo { Pos = { 5280, -643.5 } }
},
Dissolve3 = Dissolve {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "M02"
},
Foreground = Input {
Source = "Output",
SourceOp = "Dissolve2"
},
Mix = Input {
Expression = "iif(MouthCtrlB.Open >= MouthCtrlB.Threshold_003, 1, 0)",
Value = 0
}
},
Transitions = {
[0] = "DFTDissolve"
},
ViewInfo = OperatorInfo { Pos = { 5390, -643.5 } }
},
Dissolve4 = Dissolve {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "M01"
},
Foreground = Input {
Source = "Output",
SourceOp = "Dissolve3"
},
Mix = Input { Expression = "iif(MouthCtrlB.Open >= MouthCtrlB.Threshold_002, 1, 0)" }
},
Transitions = {
[0] = "DFTDissolve"
},
ViewInfo = OperatorInfo { Pos = { 5500, -643.5 } }
},
Dissolve5 = Dissolve {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "MouthCtrl"
},
Foreground = Input {
Source = "Output",
SourceOp = "Dissolve4"
},
Mix = Input {
Expression = "iif(MouthCtrlB.Open >= MouthCtrlB.Threshold_001, 1, 0)",
Value = 0
}
},
Transitions = {
[0] = "DFTDissolve"
},
ViewInfo = OperatorInfo { Pos = { 5610, -643.5 } }
},
MouthCtrlB = Transform {
UserControls = ordered() {
Open = {
LINKS_Name = "Open",
ICS_ControlPage = "口パク",
INP_Integer = false,
INP_Default = 0,
INPID_InputControl = "SliderControl",
LINKID_DataType = "Number"
},
Threshold_005 = {
LINKS_Name = "Threshold_005",
ICS_ControlPage = "口パク",
INP_Integer = false,
INP_Default = 0.833333333333333,
INPID_InputControl = "SliderControl",
LINKID_DataType = "Number"
},
Threshold_004 = {
LINKS_Name = "Threshold_004",
ICS_ControlPage = "口パク",
INP_Integer = false,
INP_Default = 0.666666666666667,
INPID_InputControl = "SliderControl",
LINKID_DataType = "Number"
},
Threshold_003 = {
LINKS_Name = "Threshold_003",
ICS_ControlPage = "口パク",
INP_Integer = false,
INP_Default = 0.5,
INPID_InputControl = "SliderControl",
LINKID_DataType = "Number"
},
Threshold_002 = {
LINKS_Name = "Threshold_002",
ICS_ControlPage = "口パク",
INP_Integer = false,
INP_Default = 0.333333333333333,
INPID_InputControl = "SliderControl",
LINKID_DataType = "Number"
},
Threshold_001 = {
LINKS_Name = "Threshold_001",
ICS_ControlPage = "口パク",
INP_Integer = false,
INP_Default = 0.166666666666667,
INPID_InputControl = "SliderControl",
LINKID_DataType = "Number"
}
},
ViewInfo = OperatorInfo { Pos = { 5610, -379.5 } },
Colors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },
Inputs = {
Threshold_004 = Input { Value = 0.4 },
Threshold_003 = Input { Value = 0.25 },
Threshold_002 = Input { Value = 0.1 },
Threshold_001 = Input { Value = 0 },
Input = Input {
Source = "Output",
SourceOp = "Dissolve5"
},
Open = Input { Value = -1 },
Threshold_005 = Input { Value = 0.55 }
},
NameSet = true
},
["口"] = Transform {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "MouthCtrlB"
}
},
ViewInfo = OperatorInfo { Pos = { 5610, -247.5 } }
},
["口_MG1"] = Merge {
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "口"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "AutoDomain1"
}
},
ViewInfo = OperatorInfo { Pos = { 5610, -115.5 } }
},
Background6 = Background {
Inputs = {
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 },
Depth = Input { Value = 1 },
Height = Input { Value = 1650 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4125, -1996.5 } }
},
Background7 = Background {
Inputs = {
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 },
Depth = Input { Value = 1 },
Height = Input { Value = 1650 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 5225, -2260.5 } }
},
Loader51 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
GlobalStart = -1000,
AspectMode = 0,
ExtendLast = 0,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!目\\-目セット\\-ジト白目.png",
TimeCode = 0,
Loop = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 5335, -2392.5 } }
},
["目セット_MG"] = Merge {
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "Loader51"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "Background7"
}
},
ViewInfo = OperatorInfo { Pos = { 5445, -2260.5 } }
},
Background8 = Background {
Inputs = {
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 },
Depth = Input { Value = 1 },
Height = Input { Value = 1650 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 5665, -2524.5 } }
},
Loader54 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
GlobalStart = -1000,
AspectMode = 0,
ExtendLast = 0,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!目\\-目セット\\!黒目\\-カメラ目線.png",
TimeCode = 0,
Loop = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 5885, -2656.5 } }
},
["黒目_MG"] = Merge {
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "Loader54"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "Background8"
}
},
ViewInfo = OperatorInfo { Pos = { 5995, -2524.5 } }
},
["黒目"] = Transform {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "黒目_MG"
}
},
ViewInfo = OperatorInfo { Pos = { 5995, -2392.5 } }
},
["黒目_MG1"] = Merge {
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "黒目"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "目セット_MG"
}
},
ViewInfo = OperatorInfo { Pos = { 5995, -2260.5 } }
},
["目セット"] = Transform {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "黒目_MG1"
}
},
ViewInfo = OperatorInfo { Pos = { 5995, -2128.5 } }
},
["目_MG"] = Merge {
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "目セット"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "Background6"
}
},
ViewInfo = OperatorInfo { Pos = { 5995, -1996.5 } }
},
AutoDomain1_2 = AutoDomain {
ViewInfo = OperatorInfo { Pos = { 5995, -1336.5 } },
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "目_MG"
}
},
Colors = { TileColor = { G = 0.549019607843137, R = 0.913725490196078, B = 0.709803921568627 } }
},
Loader49 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
GlobalStart = -1000,
AspectMode = 0,
ExtendLast = 0,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
Filename = "CHARA:\\ちびめたん立ち絵素材\\!目\\-なごみ目.png",
TimeCode = 0,
Loop = 0,
Depth = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4895, -2128.5 } }
},
Closed = Fuse.Wireless {
ViewInfo = OperatorInfo { Pos = { 5885, -1039.5 } },
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Loader49"
}
},
NameSet = true
},
EyeBlink = Dissolve {
ViewInfo = OperatorInfo { Pos = { 5995, -1039.5 } },
NameSet = true,
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "AutoDomain1_2"
},
Foreground = Input {
Source = "Output",
SourceOp = "Closed"
},
Mix = Input {
Source = "Value",
SourceOp = "EyeBlinkMix"
}
},
Transitions = {
[0] = "DFTDissolve"
}
},
EyeBlinkMix = BezierSpline {
CtrlWZoom = false,
KeyFrames = {
[0] = { 0, Flags = { Linear = true, Loop = true, PreLoop = true }, RH = { 45, 0 } },
[135] = { 1, Flags = { StepIn = true }, RH = { 136, 1 }, LH = { 135, 0.666666666666667 } },
[139] = { 0, Flags = { Loop = true, PreLoop = true, StepIn = true }, LH = { 139, 0.333333333333333 } }
},
SplineColor = { Green = 164, Blue = 235, Red = 16 },
NameSet = true
},
EyeCtrl = Transform {
UserControls = ordered() {
Blink = {
LINKS_Name = "Blink",
INP_Integer = true,
INP_MaxAllowed = 1000000,
INP_MinAllowed = 0,
INP_MaxScale = 500,
INP_MinScale = 0,
ICS_ControlPage = "目パチ",
INP_External = false,
INPID_InputControl = "SliderControl",
INP_Default = 127,
LINKID_DataType = "Number"
},
Close = {
LINKS_Name = "Close",
INP_Passive = true,
INP_Integer = true,
INP_MinAllowed = 0,
INP_MaxScale = 10,
INP_MinScale = 0,
INP_Default = 4,
INP_External = false,
ICS_ControlPage = "目パチ",
INPID_InputControl = "SliderControl",
LINKID_DataType = "Number"
},
Apply = {
LINKS_Name = "Apply",
ICS_ControlPage = "目パチ",
BTNCS_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",
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
at00 = {
LINKS_Name = "ボタンを押さないと反映されません。",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "目パチ",
LBLC_DropDownButton = false,
INP_Integer = false,
INP_External = false,
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
sp00 = {
LINKS_Name = "",
ICS_ControlPage = "目パチ",
INPID_InputControl = "LabelControl",
LBLC_DropDownButton = false,
INP_Integer = false,
INP_Passive = true,
INP_External = false,
LINKID_DataType = "Number"
},
BlinkOn = {
LINKS_Name = "BlinkOn",
ICS_ControlPage = "目パチ",
BTNCS_Execute = "EyeBlink:SetAttrs({TOOLB_PassThrough = false})\nEyeCtrl.EyeStatus = \"On\"\n",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.4,
LINKID_DataType = "Number"
},
BlinkOff = {
LINKS_Name = "BlinkOff",
ICS_ControlPage = "目パチ",
BTNCS_Execute = "EyeBlink:SetAttrs({TOOLB_PassThrough = true})\nEyeCtrl.EyeStatus = \"Off\"\n",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.4,
LINKID_DataType = "Number"
},
EyeStatus = {
LINKS_Name = "",
TEC_Lines = 1,
INPID_InputControl = "TextEditControl",
TEC_ReadOnly = true,
TEC_Wrap = false,
ICS_ControlPage = "目パチ",
INP_External = false,
ICD_Width = 0.2,
LINKID_DataType = "Text"
}
},
Colors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },
ViewInfo = OperatorInfo { Pos = { 5995, -841.5 } },
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
Blink = Input { Value = 139 },
EyeStatus = Input { Value = "On" },
Input = Input {
Source = "Output",
SourceOp = "EyeBlink"
}
},
NameSet = true
},
["目"] = Transform {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "EyeCtrl"
}
},
ViewInfo = OperatorInfo { Pos = { 5995, -247.5 } }
},
["目_MG1"] = Merge {
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "目"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "口_MG1"
}
},
ViewInfo = OperatorInfo { Pos = { 5995, -115.5 } }
},
Root = Transform {
UserControls = ordered() {
CopyPose = {
LINKS_Name = "Copy Pose",
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.copy(comp)]])",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
PastePose = {
LINKS_Name = "Paste Pose",
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.paste(comp)]])",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
SavePose = {
LINKS_Name = "Save Pose",
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.save(comp, fu)]])",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
LoadPose = {
LINKS_Name = "Load Pose",
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.load(comp, fu)]])",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
Grp_Root = {
LINKS_Name = "Root",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 2,
LINKID_DataType = "Number"
},
N008_kigounado_show_86 = {
LINKS_Name = "記号など show",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"記号など_MG\")\nlocal node = comp:FindTool(\"記号など\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N008_kigounado_hide_86 = {
LINKS_Name = "記号など hide",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"記号など_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
["Grp_記号など"] = {
LINKS_Name = "記号など",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 8,
LINKID_DataType = "Number"
},
N003_namida_show_86 = {
LINKS_Name = "涙 show",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"涙_MG\")\nlocal node = comp:FindTool(\"Loader67\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N003_namida_hide_86 = {
LINKS_Name = "涙 hide",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"涙_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N002_ase1_show_85 = {
LINKS_Name = "汗1 show",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N002_ase1_hide_85 = {
LINKS_Name = "汗1 hide",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"汗1_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N001_ase2_show_84 = {
LINKS_Name = "汗2 show",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N001_ase2_hide_84 = {
LINKS_Name = "汗2 hide",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"汗2_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N000_ase3_show_83 = {
LINKS_Name = "汗3 show",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N000_ase3_hide_83 = {
LINKS_Name = "汗3 hide",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"汗3_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
["Grp_眉"] = {
LINKS_Name = "眉",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 8,
LINKID_DataType = "Number"
},
N007_futsuufutomayu80 = {
LINKS_Name = "*普通太眉",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader63\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N006_ikarifutomayu79 = {
LINKS_Name = "*怒り太眉",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader62\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N005_komarifutomayu78 = {
LINKS_Name = "*困り太眉",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader61\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N004_futsuumayu77 = {
LINKS_Name = "*普通眉",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader60\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N003_ikarimayu76 = {
LINKS_Name = "*怒り眉",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader59\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N002_agarimayu75 = {
LINKS_Name = "*上がり眉",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader58\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_komarimayu174 = {
LINKS_Name = "*困り眉1",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader57\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_komarimayu273 = {
LINKS_Name = "*困り眉2",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader56\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["Grp_目"] = {
LINKS_Name = "目",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 9,
LINKID_DataType = "Number"
},
N008_mesetto70 = {
LINKS_Name = "*目セット",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"目セット\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N007_jitome61 = {
LINKS_Name = "*ジト目",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader50\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N006_nagomime60 = {
LINKS_Name = "*なごみ目",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader49\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N005_nikkori59 = {
LINKS_Name = "*にっこり",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader48\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N004_nikkori258 = {
LINKS_Name = "*にっこり2",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader47\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N003_UU57 = {
LINKS_Name = "*UU",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader46\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N002_none56 = {
LINKS_Name = "*><",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader45\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["N001_〇〇55"] = {
LINKS_Name = "*〇〇",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader44\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_guruguru54 = {
LINKS_Name = "*ぐるぐる",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader43\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["Grp_目セット"] = {
LINKS_Name = "目セット",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 2,
LINKID_DataType = "Number"
},
N001_futsuushirome65 = {
LINKS_Name = "*普通白目",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目セット_MG\")\nlocal node = comp:FindTool(\"Loader52\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_jitoshirome64 = {
LINKS_Name = "*ジト白目",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目セット_MG\")\nlocal node = comp:FindTool(\"Loader51\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["Grp_黒目"] = {
LINKS_Name = "黒目",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 3,
LINKID_DataType = "Number"
},
N002_futsuume70 = {
LINKS_Name = "*普通目",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader55\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_kameramesen69 = {
LINKS_Name = "*カメラ目線",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader54\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_mesorashi68 = {
LINKS_Name = "*目逸らし",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader53\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["Grp_口"] = {
LINKS_Name = "口",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 19,
LINKID_DataType = "Number"
},
N018_nishi51 = {
LINKS_Name = "*にし",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader42\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N017_hetsu50 = {
LINKS_Name = "*へっ",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader41\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N016_ohoo49 = {
LINKS_Name = "*おほお",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader40\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N015_hahee48 = {
LINKS_Name = "*はへえ",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader39\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N014_muu47 = {
LINKS_Name = "*むー",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader38\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N013_yu46 = {
LINKS_Name = "*ゆ",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader37\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N012_o45 = {
LINKS_Name = "*お",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader36\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N011_n44 = {
LINKS_Name = "*ん",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader35\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N010_nn43 = {
LINKS_Name = "*んー",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader34\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N009_nhee42 = {
LINKS_Name = "*んへー",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader33\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N008_naa41 = {
LINKS_Name = "*んあー",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader32\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["N007_△40"] = {
LINKS_Name = "*△",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader31\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N006_mufu39 = {
LINKS_Name = "*むふ",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader30\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N005_hoo38 = {
LINKS_Name = "*ほー",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader29\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N004_hoa37 = {
LINKS_Name = "*ほあ",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader28\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N003_hoaa36 = {
LINKS_Name = "*ほあー",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader27\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N002_hohoemi35 = {
LINKS_Name = "*ほほえみ",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader26\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_aha34 = {
LINKS_Name = "*あは",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader25\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_aha33 = {
LINKS_Name = "*あは",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader24\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["Grp_顔色"] = {
LINKS_Name = "顔色",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 8,
LINKID_DataType = "Number"
},
N006_hoppe30 = {
LINKS_Name = "*ほっぺ",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader23\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N005_hoppe229 = {
LINKS_Name = "*ほっぺ2",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader22\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N004_hoppe328 = {
LINKS_Name = "*ほっぺ3",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader21\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N003_hoppe427 = {
LINKS_Name = "*ほっぺ4",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader20\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N002_aozame26 = {
LINKS_Name = "*青ざめ",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader19\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_hihyouji25 = {
LINKS_Name = "*(非表示)",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader18\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_kageri_show_24 = {
LINKS_Name = "かげり show",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"かげり_MG\")\nlocal node = comp:FindTool(\"Loader17\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N000_kageri_hide_24 = {
LINKS_Name = "かげり hide",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"かげり_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
["Grp_右腕"] = {
LINKS_Name = "右腕",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 7,
LINKID_DataType = "Number"
},
N006_kihon21 = {
LINKS_Name = "*基本",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader16\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N005_koshi20 = {
LINKS_Name = "*腰",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader15\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N004_tewoageru19 = {
LINKS_Name = "*手を挙げる",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader14\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N003_kuchimoto18 = {
LINKS_Name = "*口元",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader13\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N002_kurushimu17 = {
LINKS_Name = "*苦しむ",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader12\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_yubisashishi16 = {
LINKS_Name = "*指差し",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader11\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_maiku15 = {
LINKS_Name = "*マイク",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader10\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["Grp_左腕"] = {
LINKS_Name = "左腕",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 7,
LINKID_DataType = "Number"
},
N006_kihon12 = {
LINKS_Name = "*基本",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader9\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N005_koshi11 = {
LINKS_Name = "*腰",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader8\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N004_tewoageru10 = {
LINKS_Name = "*手を挙げる",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader7\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N003_kuchimoto9 = {
LINKS_Name = "*口元",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader6\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N002_kurushimu8 = {
LINKS_Name = "*苦しむ",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader5\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_kangaeru7 = {
LINKS_Name = "*考える",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader4\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_hisohiso6 = {
LINKS_Name = "*ひそひそ",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader3\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
}
},
ViewInfo = OperatorInfo { Pos = { 5995, 16.5 } },
Colors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },
Inputs = {
Comments = 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" },
Grp_Root = Input { Value = 0 },
["Grp_記号など"] = Input { Value = 0 },
Input = Input {
Source = "Output",
SourceOp = "目_MG1"
},
["Grp_黒目"] = Input { Value = 0 },
["Grp_目セット"] = Input { Value = 0 }
},
CtrlWZoom = false
},
["モーションなし"] = Transform {
ViewInfo = OperatorInfo { Pos = { 5995, 148.5 } },
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Root"
}
},
NameSet = true
},
["不安"] = GroupOperator {
Tools = ordered() {
Transform1_2 = Transform {
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
CtrlWZoom = false,
UserControls = 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" } },
Inputs = {
shake = Input {
Source = "Position",
SourceOp = "Shake1"
},
in_out = Input {
Source = "Result",
SourceOp = "KeyframeStretcher1"
},
y = Input { Value = 0.01 },
Center = Input {
Expression = "Point(0.5, 0.5) + shake * in_out",
Value = { 0.502997744173508, 0.497908177638071 }
},
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
},
x = Input { Value = 0.01 }
},
CtrlWShown = false
},
KeyframeStretcher1 = KeyStretcherMod {
Inputs = {
StretchStart = Input { Value = 10 },
StretchEnd = Input { Value = 110 },
Keyframes = Input {
Source = "Value",
SourceOp = "KeyStretcheronTransform1_2Keyframes"
}
},
CtrlWZoom = false
},
KeyStretcheronTransform1_2Keyframes = BezierSpline {
KeyFrames = {
[0] = { 0, Flags = { Linear = true }, RH = { 3.33333333333333, 0 } },
[10] = { 1, RH = { 43.3333333333333, 1 }, LH = { 6.66666666666667, 1 } },
[110] = { 1, RH = { 113.333333333333, 1 }, LH = { 76.6666666666667, 1 } },
[120] = { 0, LH = { 116.666666666667, 0 } }
},
SplineColor = { Green = 106, Blue = 231, Red = 193 },
CtrlWZoom = false
},
Shake1 = Shake {
Faster = true,
Inputs = {
YMaximum = Input {
Expression = "Transform1_2.y",
Value = 0.1
},
LockXY = Input { Value = 0 },
XMinimum = Input {
Expression = "-Transform1_2.x",
Value = -0.1
},
XMaximum = Input {
Expression = "Transform1_2.x",
Value = 0.1
},
Smoothness = Input { Value = 2 },
YMinimum = Input {
Expression = "-Transform1_2.y",
Value = -0.1
}
},
CtrlWZoom = false
}
},
Outputs = {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "Transform1_2"
}
},
ViewInfo = GroupInfo {
Direction = "Horizontal",
Flags = {
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true
},
Offset = { 0, 0 },
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Pos = { 6105, 478.5 },
Scale = 1,
PipeStyle = "Direct"
},
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } },
Inputs = ordered() {
MainInput1 = InstanceInput {
Source = "Input",
SourceOp = "Transform1_2"
},
Input3 = InstanceInput {
Width = 1,
Source = "RandomSeed",
SourceOp = "Shake1",
Default = 0
},
Input4 = InstanceInput {
Source = "Randomize",
SourceOp = "Shake1",
Width = 0.385
},
Input5 = InstanceInput {
Source = "Smoothness",
SourceOp = "Shake1",
Default = 10
},
Input1 = InstanceInput {
Default = 0.1,
Source = "x",
SourceOp = "Transform1_2",
Name = "X"
},
Input2 = InstanceInput {
Default = 0.1,
Source = "y",
SourceOp = "Transform1_2",
Name = "Y"
}
},
NameSet = true
}
},
Inputs = ordered() {
Input1 = InstanceInput {
Default = 0,
Name = "Copy Pose",
SourceOp = "Root",
Source = "CopyPose"
},
Input2 = InstanceInput {
Default = 0,
Name = "Paste Pose",
SourceOp = "Root",
Source = "PastePose"
},
Input3 = InstanceInput {
Default = 0,
Name = "Save Pose",
SourceOp = "Root",
Source = "SavePose"
},
Input4 = InstanceInput {
Default = 0,
Name = "Load Pose",
SourceOp = "Root",
Source = "LoadPose"
},
Input5 = InstanceInput {
Source = "Center",
SourceOp = "ST_MergeB"
},
Input6 = InstanceInput {
Source = "Size",
SourceOp = "ST_MergeB",
Default = 1
},
Input7 = InstanceInput {
Source = "Angle",
SourceOp = "ST_MergeB",
Default = 0
},
Input8 = InstanceInput {
Default = 0,
Source = "FlipHoriz",
SourceOp = "ST_MergeB",
ControlGroup = 1,
Name = "Flip Horizontal"
},
Input9 = InstanceInput {
Default = 0,
Source = "FlipVert",
SourceOp = "ST_MergeB",
ControlGroup = 1,
Name = "Flip Vertical"
},
Input10 = InstanceInput {
Default = 0,
Name = "モーションなし",
SourceOp = "モーションSelector",
Source = "N000_モーションなし"
},
Input11 = InstanceInput {
Default = 0,
Name = "ぽよ",
SourceOp = "モーションSelector",
Source = "N001_ぽよ"
},
Input12 = InstanceInput {
Default = 0,
Name = "ぴょん",
SourceOp = "モーションSelector",
Source = "N002_ぴょん"
},
Input13 = InstanceInput {
Default = 0,
Name = "跳ねる",
SourceOp = "モーションSelector",
Source = "N003_跳ねる"
},
Input14 = InstanceInput {
Default = 0,
Name = "跳ねる_小",
SourceOp = "モーションSelector",
Source = "N004_跳ねる_小"
},
Input15 = InstanceInput {
Default = 0,
Name = "不安",
SourceOp = "モーションSelector",
Source = "N005_不安"
},
Input16 = InstanceInput {
Default = 0,
Name = "荒ぶる",
SourceOp = "モーションSelector",
Source = "N006_荒ぶる"
},
Input17 = InstanceInput {
Default = 0,
Name = "震え",
SourceOp = "モーションSelector",
Source = "N007_震え"
},
Input18 = InstanceInput {
Default = 0,
Name = "記号など",
SourceOp = "Root",
Source = "Grp_記号など"
},
Input19 = InstanceInput {
Default = 0,
Name = "涙 show",
SourceOp = "Root",
Source = "N003_namida_show_86"
},
Input20 = InstanceInput {
Default = 0,
Name = "涙 hide",
SourceOp = "Root",
Source = "N003_namida_hide_86"
},
Input21 = InstanceInput {
Default = 0,
Name = "汗1 show",
SourceOp = "Root",
Source = "N002_ase1_show_85"
},
Input22 = InstanceInput {
Default = 0,
Name = "汗1 hide",
SourceOp = "Root",
Source = "N002_ase1_hide_85"
},
Input23 = InstanceInput {
Default = 0,
Name = "汗2 show",
SourceOp = "Root",
Source = "N001_ase2_show_84"
},
Input24 = InstanceInput {
Default = 0,
Name = "汗2 hide",
SourceOp = "Root",
Source = "N001_ase2_hide_84"
},
Input25 = InstanceInput {
Default = 0,
Name = "汗3 show",
SourceOp = "Root",
Source = "N000_ase3_show_83"
},
Input26 = InstanceInput {
Default = 0,
Name = "汗3 hide",
SourceOp = "Root",
Source = "N000_ase3_hide_83"
},
Input27 = InstanceInput {
Default = 1,
Name = "眉",
SourceOp = "Root",
Source = "Grp_眉"
},
Input28 = InstanceInput {
Default = 0,
Source = "N007_futsuufutomayu80",
SourceOp = "Root",
Width = 0.25,
Name = "*普通太眉"
},
Input29 = InstanceInput {
Default = 0,
Source = "N006_ikarifutomayu79",
SourceOp = "Root",
Width = 0.25,
Name = "*怒り太眉"
},
Input30 = InstanceInput {
Default = 0,
Source = "N005_komarifutomayu78",
SourceOp = "Root",
Width = 0.25,
Name = "*困り太眉"
},
Input31 = InstanceInput {
Default = 0,
Source = "N004_futsuumayu77",
SourceOp = "Root",
Width = 0.25,
Name = "*普通眉"
},
Input32 = InstanceInput {
Default = 0,
Source = "N003_ikarimayu76",
SourceOp = "Root",
Width = 0.25,
Name = "*怒り眉"
},
Input33 = InstanceInput {
Default = 0,
Source = "N002_agarimayu75",
SourceOp = "Root",
Width = 0.25,
Name = "*上がり眉"
},
Input34 = InstanceInput {
Default = 0,
Source = "N001_komarimayu174",
SourceOp = "Root",
Width = 0.25,
Name = "*困り眉1"
},
Input35 = InstanceInput {
Default = 0,
Source = "N000_komarimayu273",
SourceOp = "Root",
Width = 0.25,
Name = "*困り眉2"
},
Input36 = InstanceInput {
Default = 1,
Name = "目",
SourceOp = "Root",
Source = "Grp_目"
},
Input37 = InstanceInput {
Default = 0,
Source = "N008_mesetto70",
SourceOp = "Root",
Width = 0.25,
Name = "*目セット"
},
Input38 = InstanceInput {
Default = 0,
Source = "N007_jitome61",
SourceOp = "Root",
Width = 0.25,
Name = "*ジト目"
},
Input39 = InstanceInput {
Default = 0,
Source = "N006_nagomime60",
SourceOp = "Root",
Width = 0.25,
Name = "*なごみ目"
},
Input40 = InstanceInput {
Default = 0,
Source = "N005_nikkori59",
SourceOp = "Root",
Width = 0.25,
Name = "*にっこり"
},
Input41 = InstanceInput {
Default = 0,
Source = "N004_nikkori258",
SourceOp = "Root",
Width = 0.25,
Name = "*にっこり2"
},
Input42 = InstanceInput {
Default = 0,
Source = "N003_UU57",
SourceOp = "Root",
Width = 0.25,
Name = "*UU"
},
Input43 = InstanceInput {
Default = 0,
Source = "N002_none56",
SourceOp = "Root",
Width = 0.25,
Name = "*><"
},
Input44 = InstanceInput {
Default = 0,
Source = "N001_〇〇55",
SourceOp = "Root",
Width = 0.25,
Name = "*〇〇"
},
Input45 = InstanceInput {
Default = 0,
Source = "N000_guruguru54",
SourceOp = "Root",
Width = 0.25,
Name = "*ぐるぐる"
},
Input46 = InstanceInput {
Default = 0,
Name = "目セット",
SourceOp = "Root",
Source = "Grp_目セット"
},
Input47 = InstanceInput {
Default = 0,
Source = "N001_futsuushirome65",
SourceOp = "Root",
Width = 0.25,
Name = "*普通白目"
},
Input48 = InstanceInput {
Default = 0,
Source = "N000_jitoshirome64",
SourceOp = "Root",
Width = 0.25,
Name = "*ジト白目"
},
Input49 = InstanceInput {
Default = 0,
Name = "黒目",
SourceOp = "Root",
Source = "Grp_黒目"
},
Input50 = InstanceInput {
Default = 0,
Source = "N002_futsuume70",
SourceOp = "Root",
Width = 0.25,
Name = "*普通目"
},
Input51 = InstanceInput {
Default = 0,
Source = "N001_kameramesen69",
SourceOp = "Root",
Width = 0.25,
Name = "*カメラ目線"
},
Input52 = InstanceInput {
Default = 0,
Source = "N000_mesorashi68",
SourceOp = "Root",
Width = 0.25,
Name = "*目逸らし"
},
Input53 = InstanceInput {
Default = 1,
Name = "口",
SourceOp = "Root",
Source = "Grp_口"
},
Input54 = InstanceInput {
Default = 0,
Source = "N018_nishi51",
SourceOp = "Root",
Width = 0.25,
Name = "*にし"
},
Input55 = InstanceInput {
Default = 0,
Source = "N017_hetsu50",
SourceOp = "Root",
Width = 0.25,
Name = "*へっ"
},
Input56 = InstanceInput {
Default = 0,
Source = "N016_ohoo49",
SourceOp = "Root",
Width = 0.25,
Name = "*おほお"
},
Input57 = InstanceInput {
Default = 0,
Source = "N015_hahee48",
SourceOp = "Root",
Width = 0.25,
Name = "*はへえ"
},
Input58 = InstanceInput {
Default = 0,
Source = "N014_muu47",
SourceOp = "Root",
Width = 0.25,
Name = "*むー"
},
Input59 = InstanceInput {
Default = 0,
Source = "N013_yu46",
SourceOp = "Root",
Width = 0.25,
Name = "*ゆ"
},
Input60 = InstanceInput {
Default = 0,
Source = "N012_o45",
SourceOp = "Root",
Width = 0.25,
Name = "*お"
},
Input61 = InstanceInput {
Default = 0,
Source = "N011_n44",
SourceOp = "Root",
Width = 0.25,
Name = "*ん"
},
Input62 = InstanceInput {
Default = 0,
Source = "N010_nn43",
SourceOp = "Root",
Width = 0.25,
Name = "*んー"
},
Input63 = InstanceInput {
Default = 0,
Source = "N009_nhee42",
SourceOp = "Root",
Width = 0.25,
Name = "*んへー"
},
Input64 = InstanceInput {
Default = 0,
Source = "N008_naa41",
SourceOp = "Root",
Width = 0.25,
Name = "*んあー"
},
Input65 = InstanceInput {
Default = 0,
Source = "N007_△40",
SourceOp = "Root",
Width = 0.25,
Name = "*△"
},
Input66 = InstanceInput {
Default = 0,
Source = "N006_mufu39",
SourceOp = "Root",
Width = 0.25,
Name = "*むふ"
},
Input67 = InstanceInput {
Default = 0,
Source = "N005_hoo38",
SourceOp = "Root",
Width = 0.25,
Name = "*ほー"
},
Input68 = InstanceInput {
Default = 0,
Source = "N004_hoa37",
SourceOp = "Root",
Width = 0.25,
Name = "*ほあ"
},
Input69 = InstanceInput {
Default = 0,
Source = "N003_hoaa36",
SourceOp = "Root",
Width = 0.25,
Name = "*ほあー"
},
Input70 = InstanceInput {
Default = 0,
Source = "N002_hohoemi35",
SourceOp = "Root",
Width = 0.25,
Name = "*ほほえみ"
},
Input71 = InstanceInput {
Default = 0,
Source = "N001_aha34",
SourceOp = "Root",
Width = 0.25,
Name = "*あは"
},
Input72 = InstanceInput {
Default = 0,
Source = "N000_aha33",
SourceOp = "Root",
Width = 0.25,
Name = "*あは"
},
Input73 = InstanceInput {
Default = 1,
Name = "顔色",
SourceOp = "Root",
Source = "Grp_顔色"
},
Input74 = InstanceInput {
Default = 0,
Name = "かげり show",
SourceOp = "Root",
Source = "N000_kageri_show_24"
},
Input75 = InstanceInput {
Default = 0,
Name = "かげり hide",
SourceOp = "Root",
Source = "N000_kageri_hide_24"
},
Input76 = InstanceInput {
Default = 0,
Source = "N006_hoppe30",
SourceOp = "Root",
Width = 0.25,
Name = "*ほっぺ"
},
Input77 = InstanceInput {
Default = 0,
Source = "N005_hoppe229",
SourceOp = "Root",
Width = 0.25,
Name = "*ほっぺ2"
},
Input78 = InstanceInput {
Default = 0,
Source = "N004_hoppe328",
SourceOp = "Root",
Width = 0.25,
Name = "*ほっぺ3"
},
Input79 = InstanceInput {
Default = 0,
Source = "N003_hoppe427",
SourceOp = "Root",
Width = 0.25,
Name = "*ほっぺ4"
},
Input80 = InstanceInput {
Default = 0,
Source = "N002_aozame26",
SourceOp = "Root",
Width = 0.25,
Name = "*青ざめ"
},
Input81 = InstanceInput {
Default = 0,
Source = "N001_hihyouji25",
SourceOp = "Root",
Width = 0.25,
Name = "*(非表示)"
},
Input82 = InstanceInput {
Default = 1,
Name = "右腕",
SourceOp = "Root",
Source = "Grp_右腕"
},
Input83 = InstanceInput {
Default = 0,
Source = "N006_kihon21",
SourceOp = "Root",
Width = 0.25,
Name = "*基本"
},
Input84 = InstanceInput {
Default = 0,
Source = "N005_koshi20",
SourceOp = "Root",
Width = 0.25,
Name = "*腰"
},
Input85 = InstanceInput {
Default = 0,
Source = "N004_tewoageru19",
SourceOp = "Root",
Width = 0.25,
Name = "*手を挙げる"
},
Input86 = InstanceInput {
Default = 0,
Source = "N003_kuchimoto18",
SourceOp = "Root",
Width = 0.25,
Name = "*口元"
},
Input87 = InstanceInput {
Default = 0,
Source = "N002_kurushimu17",
SourceOp = "Root",
Width = 0.25,
Name = "*苦しむ"
},
Input88 = InstanceInput {
Default = 0,
Source = "N001_yubisashishi16",
SourceOp = "Root",
Width = 0.25,
Name = "*指差し"
},
Input89 = InstanceInput {
Default = 0,
Source = "N000_maiku15",
SourceOp = "Root",
Width = 0.25,
Name = "*マイク"
},
Input90 = InstanceInput {
Default = 1,
Name = "左腕",
SourceOp = "Root",
Source = "Grp_左腕"
},
Input91 = InstanceInput {
Default = 0,
Source = "N006_kihon12",
SourceOp = "Root",
Width = 0.25,
Name = "*基本"
},
Input92 = InstanceInput {
Default = 0,
Source = "N005_koshi11",
SourceOp = "Root",
Width = 0.25,
Name = "*腰"
},
Input93 = InstanceInput {
Default = 0,
Source = "N004_tewoageru10",
SourceOp = "Root",
Width = 0.25,
Name = "*手を挙げる"
},
Input94 = InstanceInput {
Default = 0,
Source = "N003_kuchimoto9",
SourceOp = "Root",
Width = 0.25,
Name = "*口元"
},
Input95 = InstanceInput {
Default = 0,
Source = "N002_kurushimu8",
SourceOp = "Root",
Width = 0.25,
Name = "*苦しむ"
},
Input96 = InstanceInput {
Default = 0,
Source = "N001_kangaeru7",
SourceOp = "Root",
Width = 0.25,
Name = "*考える"
},
Input97 = InstanceInput {
Default = 0,
Source = "N000_hisohiso6",
SourceOp = "Root",
Width = 0.25,
Name = "*ひそひそ"
},
Input98 = InstanceInput {
Source = "Anim",
SourceOp = "MouthCtrl",
Default = 0
},
Input99 = InstanceInput {
Source = "AnimOn",
SourceOp = "MouthCtrl",
Default = 0
},
Input100 = InstanceInput {
Source = "AnimOff",
SourceOp = "MouthCtrl",
Default = 0
},
Input101 = InstanceInput {
Name = "",
SourceOp = "MouthCtrl",
Source = "AnimStatus"
},
Input102 = InstanceInput {
Source = "Open",
SourceOp = "MouthCtrlB",
Default = -1
},
Input103 = InstanceInput {
Source = "Blink",
SourceOp = "EyeCtrl",
Default = 139
},
Input104 = InstanceInput {
Source = "Close",
SourceOp = "EyeCtrl",
Default = 4
},
Input105 = InstanceInput {
Source = "Apply",
SourceOp = "EyeCtrl",
Default = 0
},
Input106 = InstanceInput {
Default = 0,
Name = "ボタンを押さないと反映されません。",
SourceOp = "EyeCtrl",
Source = "at00"
},
Input107 = InstanceInput {
Default = 0,
Name = "",
SourceOp = "EyeCtrl",
Source = "sp00"
},
Input108 = InstanceInput {
Source = "BlinkOn",
SourceOp = "EyeCtrl",
Default = 0
},
Input109 = InstanceInput {
Source = "BlinkOff",
SourceOp = "EyeCtrl",
Default = 0
},
Input110 = InstanceInput {
Name = "",
SourceOp = "EyeCtrl",
Source = "EyeStatus"
}
}
}
}
}
================================================
FILE: Templates/Edit/Generators/old/東北ずん子(FUSE_Open).setting
================================================
{
Tools = ordered() {
Zunko = GroupOperator {
Outputs = ordered() {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "ST_MergeB"
}
},
Tools = ordered() {
Loader29 = Loader {
ViewInfo = OperatorInfo { Pos = { 2860, -1402.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!目\\-・・.png",
ExtendFirst = 0,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
ID = "Clip1",
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
TrimIn = 0
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader37 = Loader {
ViewInfo = OperatorInfo { Pos = { 3740, -1402.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!目\\-目そらし.png",
ExtendFirst = 0,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
ID = "Clip1",
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
TrimIn = 0
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader18 = Loader {
ViewInfo = OperatorInfo { Pos = { 2750, -1072.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!口\\-えあー.png",
ExtendFirst = 0,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
ID = "Clip1",
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
TrimIn = 0
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader4 = Loader {
ViewInfo = OperatorInfo { Pos = { 385, -511.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!右腕\\-頭こつん.png",
ExtendFirst = 0,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
ID = "Clip1",
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
TrimIn = 0
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["荒ぶる"] = GroupOperator {
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } },
Tools = ordered() {
Transform1_2_1 = Transform {
UserControls = 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" } },
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
CtrlWShown = false,
CtrlWZoom = false,
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
},
Center = Input {
Expression = "Point(0.5, 0.5) + shake * in_out",
Value = { 0.502997744173508, 0.497908177638071 }
},
y = Input { Value = 0.03 },
x = Input { Value = 0.03 },
in_out = Input {
Source = "Result",
SourceOp = "KeyframeStretcher1_1"
},
shake = Input {
Source = "Position",
SourceOp = "Shake1_1"
}
}
},
KeyframeStretcher1_1 = KeyStretcherMod {
CtrlWZoom = false,
Inputs = {
StretchStart = Input { Value = 10 },
StretchEnd = Input { Value = 110 },
Keyframes = Input {
Source = "Value",
SourceOp = "KeyStretcheronTransform1_2_1Keyframes"
}
}
},
KeyStretcheronTransform1_2_1Keyframes = BezierSpline {
KeyFrames = {
[0] = { 0, Flags = { Linear = true }, RH = { 3.33333333333333, 0 } },
[10] = { 1, RH = { 43.3333333333333, 1 }, LH = { 6.66666666666667, 1 } },
[110] = { 1, RH = { 113.333333333333, 1 }, LH = { 76.6666666666667, 1 } },
[120] = { 0, LH = { 116.666666666667, 0 } }
},
CtrlWZoom = false,
SplineColor = { Blue = 231, Red = 193, Green = 106 }
},
Shake1_1 = Shake {
Faster = true,
CtrlWZoom = false,
Inputs = {
XMaximum = Input {
Expression = "Transform1_2_1.x",
Value = 0.1
},
YMinimum = Input {
Expression = "-Transform1_2_1.y",
Value = -0.1
},
YMaximum = Input {
Expression = "Transform1_2_1.y",
Value = 0.1
},
LockXY = Input { Value = 0 },
XMinimum = Input {
Expression = "-Transform1_2_1.x",
Value = -0.1
},
Smoothness = Input { Value = 1.5 }
}
}
},
ViewInfo = GroupInfo {
Scale = 1,
Offset = { 0, 0 },
Direction = "Horizontal",
Flags = {
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true,
AllowPan = false,
ForceAll = true,
GridSnap = true
},
PipeStyle = "Direct",
Pos = { 4345, 544.5 },
Size = { 126, 107.432998657227, 63, 24.2423992156982 }
},
Outputs = {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "Transform1_2_1"
}
},
NameSet = true,
Inputs = ordered() {
MainInput1 = InstanceInput {
Source = "Input",
SourceOp = "Transform1_2_1"
},
Input3 = InstanceInput {
Source = "RandomSeed",
SourceOp = "Shake1_1",
Default = 0,
Width = 1
},
Input4 = InstanceInput {
Source = "Randomize",
SourceOp = "Shake1_1",
Width = 0.385
},
Input5 = InstanceInput {
Source = "Smoothness",
SourceOp = "Shake1_1",
Default = 10
},
Input1 = InstanceInput {
Name = "X",
Source = "x",
SourceOp = "Transform1_2_1",
Default = 0.1
},
Input2 = InstanceInput {
Name = "Y",
Source = "y",
SourceOp = "Transform1_2_1",
Default = 0.1
}
}
},
Loader20 = Loader {
ViewInfo = OperatorInfo { Pos = { 2970, -1072.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!口\\-んむ.png",
ExtendFirst = 0,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
ID = "Clip1",
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
TrimIn = 0
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader42 = Loader {
ViewInfo = OperatorInfo { Pos = { 2365, -511.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!眉\\-怒り眉.png",
ExtendFirst = 0,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
ID = "Clip1",
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
TrimIn = 0
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader28 = Loader {
ViewInfo = OperatorInfo { Pos = { 2750, -1402.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!目\\-(ず・ ・だ).png",
ExtendFirst = 0,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
ID = "Clip1",
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
TrimIn = 0
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader10 = Loader {
ViewInfo = OperatorInfo { Pos = { 1265, -511.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!左腕\\-手を挙げる.png",
ExtendFirst = 0,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
ID = "Clip1",
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
TrimIn = 0
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader33 = Loader {
ViewInfo = OperatorInfo { Pos = { 3300, -1402.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!目\\-ウインク.png",
ExtendFirst = 0,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
ID = "Clip1",
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
TrimIn = 0
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader6 = Loader {
ViewInfo = OperatorInfo { Pos = { 605, -511.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!右腕\\-手を挙げる.png",
ExtendFirst = 0,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
ID = "Clip1",
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
TrimIn = 0
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader43 = Loader {
ViewInfo = OperatorInfo { Pos = { 2475, -511.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!眉\\-上がり眉.png",
ExtendFirst = 0,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
ID = "Clip1",
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
TrimIn = 0
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader12 = Loader {
ViewInfo = OperatorInfo { Pos = { 1705, -511.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!ほっぺ\\-赤面.png",
ExtendFirst = 0,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
ID = "Clip1",
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
TrimIn = 0
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["跳ねる"] = GroupOperator {
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } },
Tools = ordered() {
Transform1_1 = Transform {
UserControls = 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" } },
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
CtrlWShown = false,
CtrlWZoom = false,
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
},
amplitude = Input { Value = 0.08 },
Center = Input {
Expression = "Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))",
Value = { 0.5, 0.595105651629515 }
},
bound = Input {
Expression = "math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\n",
Value = 0.951056516295154
},
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
speed = Input { Value = 2 },
ReferenceSize = Input { Value = 1 }
}
}
},
ViewInfo = GroupInfo {
Scale = 1,
Offset = { 0, 0 },
Direction = "Horizontal",
Flags = {
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true,
AllowPan = false,
ForceAll = true,
GridSnap = true
},
PipeStyle = "Direct",
Pos = { 3850, 544.5 },
Size = { 126, 107.432998657227, 63, 24.2423992156982 }
},
Outputs = {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "Transform1_1"
}
},
NameSet = true,
Inputs = ordered() {
MainInput1 = InstanceInput {
Source = "Input",
SourceOp = "Transform1_1"
},
Input1 = InstanceInput {
MinScale = 0.0010000000475,
Source = "speed",
SourceOp = "Transform1_1",
Default = 2
},
Input2 = InstanceInput {
Source = "amplitude",
SourceOp = "Transform1_1",
Default = 0.1
}
}
},
["ぽよ"] = GroupOperator {
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } },
Tools = ordered() {
Transform = Transform {
UserControls = 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" } },
Inputs = {
Aspect = Input {
Source = "Result",
SourceOp = "Calculation1"
},
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
},
Pivot = Input { Value = { 0.5, 0 } }
},
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
CtrlWShown = false,
CtrlWZoom = false,
NameSet = true
},
Calculation1 = Calculation {
CtrlWZoom = false,
Inputs = {
FirstOperandTimeOffset = Input { Expression = "-comp.GlobalStart" },
SecondOperand = Input { Value = 1 },
FirstOperand = Input {
Source = "Result",
SourceOp = "Calculation2"
}
}
},
Calculation2 = Calculation {
CtrlWZoom = false,
Inputs = {
Operator = Input { Value = 2 },
SecondOperand = Input { Value = 0.8 },
FirstOperandTimeScale = Input { Expression = "Transform.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate" },
FirstOperand = Input {
Source = "Value",
SourceOp = "CalculationonCalculationonTransformAspectFirstOperand"
}
}
},
CalculationonCalculationonTransformAspectFirstOperand = BezierSpline {
KeyFrames = {
[0] = { 0, Flags = { Linear = true }, RH = { 1, 0 } },
[3] = { 0.0800000000000001, RH = { 4.66666666666667, 0.0800000000000001 }, LH = { 2, 0.0800000000000001 } },
[8] = { -0.0489999999999999, RH = { 9.33333333333333, -0.0489999999999999 }, LH = { 6.33333333333333, -0.0489999999999999 } },
[12] = { 0.03, RH = { 13.3333333333333, 0.03 }, LH = { 10.6666666666667, 0.03 } },
[16] = { -0.00700000000000001, RH = { 16.6666666666667, -0.00700000000000001 }, LH = { 14.6666666666667, -0.00700000000000001 } },
[18] = { 0.004, RH = { 18.6666666666667, 0.004 }, LH = { 17.3333333333333, 0.004 } },
[20] = { 0, LH = { 19.3333333333333, 0 } }
},
CtrlWZoom = false,
SplineColor = { Blue = 30, Red = 210, Green = 105 }
}
},
ViewInfo = GroupInfo {
Scale = 1,
Offset = { 0, 0 },
Direction = "Horizontal",
Flags = {
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true,
AllowPan = false,
ForceAll = true,
GridSnap = true
},
PipeStyle = "Direct",
Pos = { 3520, 544.5 },
Size = { 126, 107.432998657227, 63, 24.2423992156982 }
},
Outputs = {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "Transform"
}
},
NameSet = true,
Inputs = ordered() {
MainInput1 = InstanceInput {
Source = "Input",
SourceOp = "Transform"
},
Input1 = InstanceInput {
Name = "スピード",
Source = "speed",
SourceOp = "Transform",
Default = 1,
Page = "Controls"
},
Input2 = InstanceInput {
Name = "強さ",
Source = "SecondOperand",
SourceOp = "Calculation2",
Default = 1
},
Input3 = InstanceInput {
Source = "Pivot",
SourceOp = "Transform"
}
}
},
["ぴょん"] = GroupOperator {
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } },
Tools = ordered() {
Transform1 = Transform {
UserControls = 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" } },
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
CtrlWShown = false,
CtrlWZoom = false,
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
},
Center = Input {
Source = "Value",
SourceOp = "XYPath1"
}
}
},
XYPath1 = XYPath {
DrawMode = "ModifyOnly",
Inputs = {
Y = Input {
Source = "Result",
SourceOp = "Calculation1_1"
},
X = Input { Value = 0.5 }
},
CtrlWZoom = false,
ShowKeyPoints = false
},
Calculation1_1 = Calculation {
CtrlWZoom = false,
Inputs = {
FirstOperandTimeOffset = Input { Expression = "-comp.GlobalStart - Transform1.offset" },
SecondOperand = Input { Value = 0.5 },
FirstOperand = Input {
Source = "Result",
SourceOp = "Calculation2_1"
}
}
},
Calculation2_1 = Calculation {
CtrlWZoom = false,
Inputs = {
Operator = Input { Value = 2 },
SecondOperand = Input { Value = 0.5 },
FirstOperandTimeScale = Input { Expression = "Transform1.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate" },
FirstOperand = Input {
Source = "Value",
SourceOp = "CalculationonCalculationonTransform1CenterXYPath1YFirstOperand"
}
}
},
CalculationonCalculationonTransform1CenterXYPath1YFirstOperand = BezierSpline {
KeyFrames = {
[0] = { 0, Flags = { Linear = true }, RH = { 4.65, 0.225 } },
[17] = { 0, RH = { 19.6825406677053, 0.0439451976698349 }, LH = { 12.4, 0.214 } },
[25] = { 0.000999999999999557, RH = { 27.6, 0.025 }, LH = { 23.6, 0.0269999999999996 } },
[30] = { 0, LH = { 28.4282452630596, 0 } }
},
CtrlWZoom = false,
SplineColor = { Blue = 0, Red = 0, Green = 255 }
}
},
ViewInfo = GroupInfo {
Scale = 1,
Offset = { 0, 0 },
Direction = "Horizontal",
Flags = {
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true,
AllowPan = false,
ForceAll = true,
GridSnap = true
},
PipeStyle = "Direct",
Pos = { 3685, 544.5 },
Size = { 126, 107.432998657227, 63, 24.2423992156982 }
},
Outputs = {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "Transform1"
}
},
NameSet = true,
Inputs = ordered() {
MainInput1 = InstanceInput {
Source = "Input",
SourceOp = "Transform1"
},
Input1 = InstanceInput {
Name = "スピード",
Source = "speed",
SourceOp = "Transform1",
Default = 1
},
Input3 = InstanceInput {
Name = "強さ",
Source = "SecondOperand",
SourceOp = "Calculation2_1",
Default = 1
},
Input2 = InstanceInput {
Name = "時間オフセット(フレーム)",
Source = "offset",
SourceOp = "Transform1",
Default = 0
}
}
},
Loader27 = Loader {
ViewInfo = OperatorInfo { Pos = { 2640, -1402.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!目\\-(ず・ ・だ)_flipx.png",
ExtendFirst = 0,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
ID = "Clip1",
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
TrimIn = 0
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader13 = Loader {
ViewInfo = OperatorInfo { Pos = { 1815, -511.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!ほっぺ\\-ほっぺ赤め.png",
ExtendFirst = 0,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
ID = "Clip1",
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
TrimIn = 0
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader39 = Loader {
ViewInfo = OperatorInfo { Pos = { 3960, -1402.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!目\\-基本2_.png",
ExtendFirst = 0,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
ID = "Clip1",
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
TrimIn = 0
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader15 = Loader {
ViewInfo = OperatorInfo { Pos = { 2420, -1072.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!口\\-ω.png",
ExtendFirst = 0,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
ID = "Clip1",
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
TrimIn = 0
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader31 = Loader {
ViewInfo = OperatorInfo { Pos = { 3080, -1402.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!目\\-〇〇.png",
ExtendFirst = 0,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
ID = "Clip1",
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
TrimIn = 0
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader8 = Loader {
ViewInfo = OperatorInfo { Pos = { 1045, -511.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!左腕\\-口元に指.png",
ExtendFirst = 0,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
ID = "Clip1",
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
TrimIn = 0
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader32 = Loader {
ViewInfo = OperatorInfo { Pos = { 3190, -1402.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!目\\-にっこり.png",
ExtendFirst = 0,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
ID = "Clip1",
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
TrimIn = 0
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader36 = Loader {
ViewInfo = OperatorInfo { Pos = { 3630, -1402.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!目\\-上むき.png",
ExtendFirst = 0,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
ID = "Clip1",
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
TrimIn = 0
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader23 = Loader {
ViewInfo = OperatorInfo { Pos = { 3300, -1072.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!口\\-ん.png",
ExtendFirst = 0,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
ID = "Clip1",
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
TrimIn = 0
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader46 = Loader {
ViewInfo = OperatorInfo { Pos = { 3025, -247.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\涙.png",
ExtendFirst = 0,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
ID = "Clip1",
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
TrimIn = 0
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader38 = Loader {
ViewInfo = OperatorInfo { Pos = { 3850, -1402.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!目\\-カメラ目線.png",
ExtendFirst = 0,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
ID = "Clip1",
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
TrimIn = 0
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader2 = Loader {
ViewInfo = OperatorInfo { Pos = { 385, -247.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\-サイド髪跳ね.png",
ExtendFirst = 0,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
ID = "Clip1",
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
TrimIn = 0
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
ST_Background = Background {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 3740, 940.5 } },
NameSet = true,
Inputs = {
UseFrameFormatSettings = Input { Value = 1 },
TopLeftAlpha = Input { Value = 0 },
Depth = Input { Value = 1 },
Height = Input { Value = 1080 },
Width = Input { Value = 1920 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
ST_SetDomain = SetDomain {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 3905, 940.5 } },
NameSet = true,
Inputs = {
Mode = Input { Value = FuID { "Set" } },
Right = Input { Value = 0 },
Input = Input {
Source = "Output",
SourceOp = "ST_Background"
},
Top = Input { Value = 0 }
}
},
["モーションSelector"] = Transform {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 4070, 742.5 } },
UserControls = ordered() {
["N000_モーションなし"] = {
LINKS_Name = "モーションなし",
INPID_InputControl = "ButtonControl",
LINKID_DataType = "Number",
ICD_Width = 1,
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"モーションなし\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false
},
["N001_ぽよ"] = {
LINKS_Name = "ぽよ",
INPID_InputControl = "ButtonControl",
LINKID_DataType = "Number",
ICD_Width = 1,
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"ぽよ\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false
},
["N002_ぴょん"] = {
LINKS_Name = "ぴょん",
INPID_InputControl = "ButtonControl",
LINKID_DataType = "Number",
ICD_Width = 1,
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"ぴょん\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false
},
["N003_跳ねる"] = {
LINKS_Name = "跳ねる",
INPID_InputControl = "ButtonControl",
LINKID_DataType = "Number",
ICD_Width = 1,
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"跳ねる\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false
},
["N004_跳ねる_小"] = {
LINKS_Name = "跳ねる_小",
INPID_InputControl = "ButtonControl",
LINKID_DataType = "Number",
ICD_Width = 1,
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"跳ねる_小\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false
},
["N005_不安"] = {
LINKS_Name = "不安",
INPID_InputControl = "ButtonControl",
LINKID_DataType = "Number",
ICD_Width = 1,
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"不安\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false
},
["N006_荒ぶる"] = {
LINKS_Name = "荒ぶる",
INPID_InputControl = "ButtonControl",
LINKID_DataType = "Number",
ICD_Width = 1,
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"荒ぶる\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false
},
["N007_震え"] = {
LINKS_Name = "震え",
INPID_InputControl = "ButtonControl",
LINKID_DataType = "Number",
ICD_Width = 1,
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"震え\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false
}
},
Colors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
}
}
},
ST_MergeB = Merge {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 4070, 940.5 } },
Colors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },
NameSet = true,
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Center = Input { Value = { 0.8, 0.1 } },
Foreground = Input {
Source = "Output",
SourceOp = "モーションSelector"
},
Background = Input {
Source = "Output",
SourceOp = "ST_SetDomain"
}
}
},
Loader30 = Loader {
ViewInfo = OperatorInfo { Pos = { 2970, -1402.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!目\\-__.png",
ExtendFirst = 0,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
ID = "Clip1",
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
TrimIn = 0
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader41 = Loader {
ViewInfo = OperatorInfo { Pos = { 2255, -511.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!眉\\-困り眉.png",
ExtendFirst = 0,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
ID = "Clip1",
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
TrimIn = 0
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["不安"] = GroupOperator {
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } },
Tools = ordered() {
Transform1_2 = Transform {
UserControls = 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" } },
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
CtrlWShown = false,
CtrlWZoom = false,
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
},
Center = Input {
Expression = "Point(0.5, 0.5) + shake * in_out",
Value = { 0.502997744173508, 0.497908177638071 }
},
y = Input { Value = 0.01 },
x = Input { Value = 0.01 },
in_out = Input {
Source = "Result",
SourceOp = "KeyframeStretcher1"
},
shake = Input {
Source = "Position",
SourceOp = "Shake1"
}
}
},
KeyframeStretcher1 = KeyStretcherMod {
CtrlWZoom = false,
Inputs = {
StretchStart = Input { Value = 10 },
StretchEnd = Input { Value = 110 },
Keyframes = Input {
Source = "Value",
SourceOp = "KeyStretcheronTransform1_2Keyframes"
}
}
},
KeyStretcheronTransform1_2Keyframes = BezierSpline {
KeyFrames = {
[0] = { 0, Flags = { Linear = true }, RH = { 3.33333333333333, 0 } },
[10] = { 1, RH = { 43.3333333333333, 1 }, LH = { 6.66666666666667, 1 } },
[110] = { 1, RH = { 113.333333333333, 1 }, LH = { 76.6666666666667, 1 } },
[120] = { 0, LH = { 116.666666666667, 0 } }
},
CtrlWZoom = false,
SplineColor = { Blue = 231, Red = 193, Green = 106 }
},
Shake1 = Shake {
Faster = true,
CtrlWZoom = false,
Inputs = {
XMaximum = Input {
Expression = "Transform1_2.x",
Value = 0.1
},
YMinimum = Input {
Expression = "-Transform1_2.y",
Value = -0.1
},
YMaximum = Input {
Expression = "Transform1_2.y",
Value = 0.1
},
LockXY = Input { Value = 0 },
XMinimum = Input {
Expression = "-Transform1_2.x",
Value = -0.1
},
Smoothness = Input { Value = 2 }
}
}
},
ViewInfo = GroupInfo {
Scale = 1,
Offset = { 0, 0 },
Direction = "Horizontal",
Flags = {
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true,
AllowPan = false,
ForceAll = true,
GridSnap = true
},
PipeStyle = "Direct",
Pos = { 4180, 544.5 },
Size = { 126, 107.432998657227, 63, 24.2423992156982 }
},
Outputs = {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "Transform1_2"
}
},
NameSet = true,
Inputs = ordered() {
MainInput1 = InstanceInput {
Source = "Input",
SourceOp = "Transform1_2"
},
Input3 = InstanceInput {
Source = "RandomSeed",
SourceOp = "Shake1",
Default = 0,
Width = 1
},
Input4 = InstanceInput {
Source = "Randomize",
SourceOp = "Shake1",
Width = 0.385
},
Input5 = InstanceInput {
Source = "Smoothness",
SourceOp = "Shake1",
Default = 10
},
Input1 = InstanceInput {
Name = "X",
Source = "x",
SourceOp = "Transform1_2",
Default = 0.1
},
Input2 = InstanceInput {
Name = "Y",
Source = "y",
SourceOp = "Transform1_2",
Default = 0.1
}
}
},
["震え"] = GroupOperator {
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } },
Tools = ordered() {
Transform1_3 = Transform {
UserControls = 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 } },
ViewInfo = OperatorInfo { Pos = { 0, 29.7576007843018 } },
CtrlWShown = false,
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
},
v = Input {
Expression = "0.5 + amplitude * iif(time > out, 0,bound)",
Value = 0.504755282581476
},
amplitude = Input { Value = 0.005 },
Center = Input {
Expression = "iif(Y == 0, Point(v, 0.5),Point(0.5,v))",
Value = { 0.504755282581476, 0.5 }
},
bound = Input {
Expression = "sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)",
Value = 0.951056516295153
},
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
speed = Input { Value = 12 },
ReferenceSize = Input { Value = 1 }
}
}
},
ViewInfo = GroupInfo {
Scale = 1,
Offset = { 0, 0 },
Direction = "Horizontal",
Flags = {
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true,
AllowPan = false,
ForceAll = true,
GridSnap = true
},
PipeStyle = "Direct",
Pos = { 4510, 544.5 },
Size = { 126, 109.359001159668, 63, 24.2423992156982 }
},
Outputs = {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "Transform1_3"
}
},
NameSet = true,
Inputs = ordered() {
MainInput1 = InstanceInput {
Source = "Input",
SourceOp = "Transform1_3"
},
Input1 = InstanceInput {
Source = "speed",
SourceOp = "Transform1_3",
Default = 2
},
Input2 = InstanceInput {
Source = "amplitude",
SourceOp = "Transform1_3",
Default = 0.1
},
Input3 = InstanceInput {
Source = "Y",
SourceOp = "Transform1_3",
Default = 0
}
}
},
Loader9 = Loader {
ViewInfo = OperatorInfo { Pos = { 1155, -511.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!左腕\\-弓.png",
ExtendFirst = 0,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
ID = "Clip1",
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
TrimIn = 0
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader45 = Loader {
ViewInfo = OperatorInfo { Pos = { 2915, -247.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\汗.png",
ExtendFirst = 0,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
ID = "Clip1",
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
TrimIn = 0
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader35 = Loader {
ViewInfo = OperatorInfo { Pos = { 3520, -1402.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!目\\-ジト目.png",
ExtendFirst = 0,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
ID = "Clip1",
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
TrimIn = 0
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader19 = Loader {
ViewInfo = OperatorInfo { Pos = { 2860, -1072.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!口\\-あえ.png",
ExtendFirst = 0,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
ID = "Clip1",
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
TrimIn = 0
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader17 = Loader {
ViewInfo = OperatorInfo { Pos = { 2640, -1072.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!口\\-じゅるり.png",
ExtendFirst = 0,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
ID = "Clip1",
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
TrimIn = 0
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Background1 = Background {
ViewInfo = OperatorInfo { Pos = { 165, -247.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
TopLeftAlpha = Input { Value = 0 },
Depth = Input { Value = 1 },
Height = Input { Value = 2473 },
Width = Input { Value = 1482 }
}
},
SetDomain1 = SetDomain {
ViewInfo = OperatorInfo { Pos = { 165, -115.5 } },
Inputs = {
Mode = Input { Value = FuID { "Set" } },
Right = Input { Value = 0 },
Input = Input {
Source = "Output",
SourceOp = "Background1"
},
Top = Input { Value = 0 }
}
},
Loader1 = Loader {
ViewInfo = OperatorInfo { Pos = { 275, -247.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!体.png",
ExtendFirst = 0,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
ID = "Clip1",
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
TrimIn = 0
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["体_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 275, -115.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Foreground = Input {
Source = "Output",
SourceOp = "Loader1"
},
Background = Input {
Source = "Output",
SourceOp = "SetDomain1"
}
}
},
Loader3 = Loader {
ViewInfo = OperatorInfo { Pos = { 495, -247.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\-サイド髪基本.png",
ExtendFirst = 0,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
ID = "Clip1",
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
TrimIn = 0
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Root_MG = Merge {
ViewInfo = OperatorInfo { Pos = { 495, -115.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Foreground = Input {
Source = "Output",
SourceOp = "Loader3"
},
Background = Input {
Source = "Output",
SourceOp = "体_MG"
}
}
},
Background2 = Background {
ViewInfo = OperatorInfo { Pos = { 275, -379.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
TopLeftAlpha = Input { Value = 0 },
Depth = Input { Value = 1 },
Height = Input { Value = 1873 },
Width = Input { Value = 1082 }
}
},
Loader7 = Loader {
ViewInfo = OperatorInfo { Pos = { 715, -511.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!右腕\\-基本.png",
ExtendFirst = 0,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
ID = "Clip1",
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
TrimIn = 0
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["右腕_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 715, -379.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Foreground = Input {
Source = "Output",
SourceOp = "Loader7"
},
Background = Input {
Source = "Output",
SourceOp = "Background2"
}
}
},
["右腕"] = Transform {
ViewInfo = OperatorInfo { Pos = { 715, -247.5 } },
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "右腕_MG"
}
}
},
["右腕_MG1"] = Merge {
ViewInfo = OperatorInfo { Pos = { 715, -115.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Foreground = Input {
Source = "Output",
SourceOp = "右腕"
},
Background = Input {
Source = "Output",
SourceOp = "Root_MG"
}
}
},
Background3 = Background {
ViewInfo = OperatorInfo { Pos = { 935, -379.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
TopLeftAlpha = Input { Value = 0 },
Depth = Input { Value = 1 },
Height = Input { Value = 1873 },
Width = Input { Value = 1082 }
}
},
Loader11 = Loader {
ViewInfo = OperatorInfo { Pos = { 1375, -511.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!左腕\\-基本.png",
ExtendFirst = 0,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
ID = "Clip1",
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
TrimIn = 0
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["左腕_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 1375, -379.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Foreground = Input {
Source = "Output",
SourceOp = "Loader11"
},
Background = Input {
Source = "Output",
SourceOp = "Background3"
}
}
},
["左腕"] = Transform {
ViewInfo = OperatorInfo { Pos = { 1375, -247.5 } },
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "左腕_MG"
}
}
},
["左腕_MG1"] = Merge {
ViewInfo = OperatorInfo { Pos = { 1375, -115.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Foreground = Input {
Source = "Output",
SourceOp = "左腕"
},
Background = Input {
Source = "Output",
SourceOp = "右腕_MG1"
}
}
},
HueCurves1 = HueCurves {
ViewInfo = OperatorInfo { Pos = { 1650, -115.5 } },
Tools = {
HueCurves1Blue = LUTBezier {
SmoothEndsTransition = true,
KeyColorSplines = {
[0] = {
[0] = { 1, RH = { 0.333, 1 } },
{ 1, RH = { 1.333, 1 }, LH = { 0.667, 1 } },
{ 1, RH = { 2.333, 1 }, LH = { 1.667, 1 } },
{ 1, RH = { 3.333, 1 }, LH = { 2.667, 1 } },
{ 1, RH = { 4.333, 1 }, LH = { 3.667, 1 } },
{ 1, RH = { 5.333, 1 }, LH = { 4.667, 1 } },
{ 1, LH = { 5.667, 1 } }
}
},
CtrlWZoom = false,
SplineColor = { Blue = 204, Red = 54, Green = 54 }
},
HueCurves1Red1 = LUTBezier {
SmoothEndsTransition = true,
KeyColorSplines = {
[0] = {
[0] = { 1, RH = { 0.333, 1 } },
{ 1, RH = { 1.333, 1 }, LH = { 0.667, 1 } },
{ 1, RH = { 2.333, 1 }, LH = { 1.667, 1 } },
{ 1, RH = { 3.333, 1 }, LH = { 2.667, 1 } },
{ 1, RH = { 4.333, 1 }, LH = { 3.667, 1 } },
{ 1, RH = { 5.333, 1 }, LH = { 4.667, 1 } },
{ 1, LH = { 5.667, 1 } }
}
},
CtrlWZoom = false,
SplineColor = { Blue = 102, Red = 204, Green = 102 }
},
HueCurves1Green1 = LUTBezier {
SmoothEndsTransition = true,
KeyColorSplines = {
[0] = {
[0] = { 1, RH = { 0.333, 1 } },
{ 1, RH = { 1.333, 1 }, LH = { 0.667, 1 } },
{ 1, RH = { 2.333, 1 }, LH = { 1.667, 1 } },
{ 1, RH = { 3.333, 1 }, LH = { 2.667, 1 } },
{ 1, RH = { 4.333, 1 }, LH = { 3.667, 1 } },
{ 1, RH = { 5.333, 1 }, LH = { 4.667, 1 } },
{ 1, LH = { 5.667, 1 } }
}
},
CtrlWZoom = false,
SplineColor = { Blue = 102, Red = 102, Green = 204 }
},
HueCurves1Blue1 = LUTBezier {
SmoothEndsTransition = true,
KeyColorSplines = {
[0] = {
[0] = { 1, RH = { 0.333, 1 } },
{ 1, RH = { 1.333, 1 }, LH = { 0.667, 1 } },
{ 1, RH = { 2.333, 1 }, LH = { 1.667, 1 } },
{ 1, RH = { 3.333, 1 }, LH = { 2.667, 1 } },
{ 1, RH = { 4.333, 1 }, LH = { 3.667, 1 } },
{ 1, RH = { 5.333, 1 }, LH = { 4.667, 1 } },
{ 1, LH = { 5.667, 1 } }
}
},
CtrlWZoom = false,
SplineColor = { Blue = 204, Red = 134, Green = 134 }
},
HueCurves1Hue = LUTBezier {
SmoothEndsTransition = true,
KeyColorSplines = {
[0] = {
[0] = { 1.19259259259259, RH = { 0.333, 1.19259259259259 } },
{ 1, RH = { 1.333, 1 }, LH = { 0.623233578312219, 1 } },
{ 1, RH = { 2.333, 1 }, LH = { 1.667, 1 } },
{ 1, RH = { 3.333, 1 }, LH = { 2.667, 1 } },
{ 1, RH = { 4.333, 1 }, LH = { 3.667, 1 } },
{ 1, RH = { 5.333, 1 }, LH = { 4.667, 1 } },
{ 1.19259259259259, LH = { 5.667, 1.19259259259259 } }
}
},
CtrlWZoom = false,
SplineColor = { Blue = 204, Red = 204, Green = 0 }
},
HueCurves1Sat = LUTBezier {
SmoothEndsTransition = true,
KeyColorSplines = {
[0] = {
[0] = { 0.807407407407407, RH = { 0.333, 0.807407407407407 } },
{ 1, RH = { 1.333, 1 }, LH = { 0.564668849552461, 1 } },
{ 1, RH = { 2.333, 1 }, LH = { 1.667, 1 } },
{ 1, RH = { 3.333, 1 }, LH = { 2.667, 1 } },
{ 1, RH = { 4.333, 1 }, LH = { 3.667, 1 } },
{ 1, RH = { 5.333, 1 }, LH = { 4.667, 1 } },
{ 0.807407407407407, LH = { 5.667, 0.807407407407407 } }
}
},
CtrlWZoom = false,
SplineColor = { Blue = 0, Red = 204, Green = 204 }
},
HueCurves1Lum = LUTBezier {
SmoothEndsTransition = true,
KeyColorSplines = {
[0] = {
[0] = { 1, RH = { 0.333, 1 } },
{ 1, RH = { 1.333, 1 }, LH = { 0.667, 1 } },
{ 1, RH = { 2.333, 1 }, LH = { 1.667, 1 } },
{ 1, RH = { 3.333, 1 }, LH = { 2.667, 1 } },
{ 1, RH = { 4.333, 1 }, LH = { 3.667, 1 } },
{ 1, RH = { 5.333, 1 }, LH = { 4.667, 1 } },
{ 1, LH = { 5.667, 1 } }
}
},
CtrlWZoom = false,
SplineColor = { Blue = 204, Red = 204, Green = 204 }
},
HueCurves1Red = LUTBezier {
SmoothEndsTransition = true,
KeyColorSplines = {
[0] = {
[0] = { 1, RH = { 0.333, 1 } },
{ 1, RH = { 1.333, 1 }, LH = { 0.667, 1 } },
{ 1, RH = { 2.333, 1 }, LH = { 1.667, 1 } },
{ 1, RH = { 3.333, 1 }, LH = { 2.667, 1 } },
{ 1, RH = { 4.333, 1 }, LH = { 3.667, 1 } },
{ 1, RH = { 5.333, 1 }, LH = { 4.667, 1 } },
{ 1, LH = { 5.667, 1 } }
}
},
CtrlWZoom = false,
SplineColor = { Blue = 42, Red = 204, Green = 42 }
},
HueCurves1Green = LUTBezier {
SmoothEndsTransition = true,
KeyColorSplines = {
[0] = {
[0] = { 1, RH = { 0.333, 1 } },
{ 1, RH = { 1.333, 1 }, LH = { 0.667, 1 } },
{ 1, RH = { 2.333, 1 }, LH = { 1.667, 1 } },
{ 1, RH = { 3.333, 1 }, LH = { 2.667, 1 } },
{ 1, RH = { 4.333, 1 }, LH = { 3.667, 1 } },
{ 1, RH = { 5.333, 1 }, LH = { 4.667, 1 } },
{ 1, LH = { 5.667, 1 } }
}
},
CtrlWZoom = false,
SplineColor = { Blue = 0, Red = 0, Green = 204 }
}
},
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "左腕_MG1"
},
Red = Input {
Source = "Value",
SourceOp = "HueCurves1Red"
},
Green = Input {
Source = "Value",
SourceOp = "HueCurves1Green"
},
Blue = Input {
Source = "Value",
SourceOp = "HueCurves1Blue"
},
BlueSuppress = Input {
Source = "Value",
SourceOp = "HueCurves1Blue1"
},
EditHue = Input { Value = 1 },
Sat = Input {
Source = "Value",
SourceOp = "HueCurves1Sat"
},
Hue = Input {
Source = "Value",
SourceOp = "HueCurves1Hue"
},
Lum = Input {
Source = "Value",
SourceOp = "HueCurves1Lum"
},
GreenSuppress = Input {
Source = "Value",
SourceOp = "HueCurves1Green1"
},
RedSuppress = Input {
Source = "Value",
SourceOp = "HueCurves1Red1"
}
}
},
Background4 = Background {
ViewInfo = OperatorInfo { Pos = { 1595, -379.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
TopLeftAlpha = Input { Value = 0 },
Depth = Input { Value = 1 },
Height = Input { Value = 1873 },
Width = Input { Value = 1082 }
}
},
Loader14 = Loader {
ViewInfo = OperatorInfo { Pos = { 1925, -511.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!ほっぺ\\-ほっぺ基本.png",
ExtendFirst = 0,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
ID = "Clip1",
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
TrimIn = 0
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["ほっぺ_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 1925, -379.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Foreground = Input {
Source = "Output",
SourceOp = "Loader14"
},
Background = Input {
Source = "Output",
SourceOp = "Background4"
}
}
},
["ほっぺ"] = Transform {
ViewInfo = OperatorInfo { Pos = { 1925, -247.5 } },
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "ほっぺ_MG"
}
}
},
["ほっぺ_MG1"] = Merge {
ViewInfo = OperatorInfo { Pos = { 1925, -115.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Foreground = Input {
Source = "Output",
SourceOp = "ほっぺ"
},
Background = Input {
Source = "Output",
SourceOp = "HueCurves1"
}
}
},
Background7 = Background {
ViewInfo = OperatorInfo { Pos = { 2145, -379.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
TopLeftAlpha = Input { Value = 0 },
Depth = Input { Value = 1 },
Height = Input { Value = 1873 },
Width = Input { Value = 1082 }
}
},
Loader44 = Loader {
ViewInfo = OperatorInfo { Pos = { 2585, -511.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!眉\\-普通眉.png",
ExtendFirst = 0,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
ID = "Clip1",
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
TrimIn = 0
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["眉_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 2585, -379.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Foreground = Input {
Source = "Output",
SourceOp = "Loader44"
},
Background = Input {
Source = "Output",
SourceOp = "Background7"
}
}
},
["眉"] = Transform {
ViewInfo = OperatorInfo { Pos = { 2585, -247.5 } },
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "眉_MG"
}
}
},
["眉_MG1"] = Merge {
ViewInfo = OperatorInfo { Pos = { 2585, -115.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Foreground = Input {
Source = "Output",
SourceOp = "眉"
},
Background = Input {
Source = "Output",
SourceOp = "ほっぺ_MG1"
}
}
},
["汗_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 2915, -115.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "眉_MG1"
}
},
NameSet = true
},
["涙_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 3025, -115.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "汗_MG"
}
}
},
AutoDomain1_1 = AutoDomain {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 3355, -115.5 } },
Colors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } },
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "涙_MG"
}
}
},
Background5 = Background {
ViewInfo = OperatorInfo { Pos = { 2310, -940.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
TopLeftAlpha = Input { Value = 0 },
Depth = Input { Value = 1 },
Height = Input { Value = 1873 },
Width = Input { Value = 1082 }
}
},
["口_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 3630, -940.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Foreground = Input {
Source = "Output",
SourceOp = "Loader26"
},
Background = Input {
Source = "Output",
SourceOp = "Background5"
}
}
},
AutoDomain1_2 = AutoDomain {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 3630, -808.5 } },
Colors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } },
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "口_MG"
}
}
},
Loader26 = Loader {
ViewInfo = OperatorInfo { Pos = { 3630, -1072.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!口\\-ほほえみ.png",
ExtendFirst = 0,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
ID = "Clip1",
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
TrimIn = 0
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
M01 = Fuse.Wireless {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 3520, -577.5 } },
NameSet = true,
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Loader26"
}
}
},
Loader22 = Loader {
ViewInfo = OperatorInfo { Pos = { 3190, -1072.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!口\\-お.png",
ExtendFirst = 0,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
ID = "Clip1",
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
TrimIn = 0
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
M02 = Fuse.Wireless {
ViewInfo = OperatorInfo { Pos = { 3410, -577.5 } },
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Loader22"
}
},
NameSet = true
},
Loader21 = Loader {
ViewInfo = OperatorInfo { Pos = { 3080, -1072.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!口\\-おおー.png",
ExtendFirst = 0,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
ID = "Clip1",
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
TrimIn = 0
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
M03 = Fuse.Wireless {
ViewInfo = OperatorInfo { Pos = { 3300, -676.5 } },
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Loader21"
}
},
NameSet = true
},
Transform2_1 = Transform {
ViewInfo = OperatorInfo { Pos = { 3300, -577.5 } },
Inputs = {
Size = Input { Value = 0.8 },
Input = Input {
Source = "Output",
SourceOp = "M03"
},
Pivot = Input { Value = { 0.479080440317471, 0.727027874181194 } }
}
},
Loader25 = Loader {
ViewInfo = OperatorInfo { Pos = { 3520, -1072.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!口\\-あは.png",
ExtendFirst = 0,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
ID = "Clip1",
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
TrimIn = 0
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
M04 = Fuse.Wireless {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 3190, -577.5 } },
NameSet = true,
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Loader25"
}
}
},
Loader24 = Loader {
ViewInfo = OperatorInfo { Pos = { 3410, -1072.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!口\\-あはー.png",
ExtendFirst = 0,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
ID = "Clip1",
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
TrimIn = 0
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
M05 = Fuse.Wireless {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 3080, -577.5 } },
NameSet = true,
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Loader24"
}
}
},
RS_MouthOpen = Fuse.RS_MouthOpen {
Version = 1,
ViewInfo = OperatorInfo { Pos = { 3630, -577.5 } },
Colors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },
NameSet = true,
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "AutoDomain1_2"
},
M04 = Input {
Source = "Output",
SourceOp = "Transform2_1"
},
M02 = Input {
Source = "Output",
SourceOp = "M02"
},
M05 = Input {
Source = "Output",
SourceOp = "M04"
},
M06 = Input {
Source = "Output",
SourceOp = "M05"
},
M01 = Input {
Source = "Output",
SourceOp = "M01"
}
}
},
["口"] = Transform {
ViewInfo = OperatorInfo { Pos = { 3630, -247.5 } },
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "RS_MouthOpen"
}
}
},
["口_MG1"] = Merge {
ViewInfo = OperatorInfo { Pos = { 3630, -115.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Foreground = Input {
Source = "Output",
SourceOp = "口"
},
Background = Input {
Source = "Output",
SourceOp = "AutoDomain1_1"
}
}
},
Background6 = Background {
ViewInfo = OperatorInfo { Pos = { 2530, -1270.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
TopLeftAlpha = Input { Value = 0 },
Depth = Input { Value = 1 },
Height = Input { Value = 1873 },
Width = Input { Value = 1082 }
}
},
Loader40 = Loader {
ViewInfo = OperatorInfo { Pos = { 4070, -1402.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!目\\-基本.png",
ExtendFirst = 0,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
ID = "Clip1",
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
TrimIn = 0
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["目_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 4070, -1270.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Foreground = Input {
Source = "Output",
SourceOp = "Loader40"
},
Background = Input {
Source = "Output",
SourceOp = "Background6"
}
}
},
AutoDomain1 = AutoDomain {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 4070, -808.5 } },
Colors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } },
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "目_MG"
}
}
},
Loader34 = Loader {
ViewInfo = OperatorInfo { Pos = { 3410, -1402.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!目\\-閉じ目.png",
ExtendFirst = 0,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
ID = "Clip1",
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
TrimIn = 0
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Closed = Fuse.Wireless {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 3960, -577.5 } },
NameSet = true,
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Loader34"
}
}
},
EyeBlink = Dissolve {
ViewInfo = OperatorInfo { Pos = { 4070, -577.5 } },
NameSet = true,
Transitions = {
[0] = "DFTDissolve"
},
Inputs = {
Mix = Input {
Source = "Value",
SourceOp = "EyeBlinkBackgroundForeground"
},
Foreground = Input {
Source = "Output",
SourceOp = "Closed"
},
Background = Input {
Source = "Output",
SourceOp = "AutoDomain1"
}
}
},
EyeBlinkBackgroundForeground = BezierSpline {
KeyFrames = {
[0] = { 0, Flags = { Loop = true, PreLoop = true, Linear = true }, RH = { 49, 0 } },
[147] = { 1, Flags = { StepIn = true }, RH = { 148, 1 }, LH = { 147, 0.666666666666667 } },
[151] = { 0, Flags = { Loop = true, PreLoop = true, StepIn = true }, LH = { 151, 0.333333333333333 } }
},
SplineColor = { Blue = 235, Red = 16, Green = 164 },
CtrlWZoom = false,
NameSet = true
},
EyeCtrl = Transform {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
UserControls = ordered() {
Blink = {
INP_MaxAllowed = 1000000,
INP_MinAllowed = 0,
INP_MaxScale = 500,
INP_MinScale = 0,
INP_Default = 127,
INP_External = false,
LINKID_DataType = "Number",
LINKS_Name = "Blink",
INPID_InputControl = "SliderControl",
ICS_ControlPage = "目パチ",
INP_Integer = true
},
Close = {
INP_MinAllowed = 0,
INP_MaxScale = 10,
INP_MinScale = 0,
INP_Default = 4,
INP_External = false,
LINKID_DataType = "Number",
LINKS_Name = "Close",
ICS_ControlPage = "目パチ",
INP_Integer = true,
INP_Passive = true,
INPID_InputControl = "SliderControl"
},
Apply = {
LINKS_Name = "Apply",
LINKID_DataType = "Number",
BTNCS_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",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
ICS_ControlPage = "目パチ",
INP_Integer = false
},
at00 = {
LBLC_DropDownButton = false,
ICS_ControlPage = "目パチ",
LINKS_Name = "ボタンを押さないと反映されません。",
LINKID_DataType = "Number",
ICD_Width = 0.5,
INPID_InputControl = "LabelControl",
INP_External = false,
INP_Passive = true,
INP_Integer = false
},
sp00 = {
INP_Passive = true,
INP_External = false,
LINKID_DataType = "Number",
LINKS_Name = "",
LBLC_DropDownButton = false,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "目パチ",
INP_Integer = false
},
BlinkOn = {
LINKS_Name = "BlinkOn",
ICS_ControlPage = "目パチ",
LINKID_DataType = "Number",
ICD_Width = 0.4,
BTNCS_Execute = "EyeBlink:SetAttrs({TOOLB_PassThrough = false})\nEyeCtrl.EyeStatus = \"On\"\n",
INP_Integer = false,
INP_External = false,
INPID_InputControl = "ButtonControl"
},
BlinkOff = {
LINKS_Name = "BlinkOff",
ICS_ControlPage = "目パチ",
LINKID_DataType = "Number",
ICD_Width = 0.4,
BTNCS_Execute = "EyeBlink:SetAttrs({TOOLB_PassThrough = true})\nEyeCtrl.EyeStatus = \"Off\"\n",
INP_Integer = false,
INP_External = false,
INPID_InputControl = "ButtonControl"
},
EyeStatus = {
TEC_ReadOnly = true,
TEC_Wrap = false,
ICS_ControlPage = "目パチ",
LINKID_DataType = "Text",
ICD_Width = 0.2,
TEC_Lines = 1,
LINKS_Name = "",
INP_External = false,
INPID_InputControl = "TextEditControl"
}
},
ViewInfo = OperatorInfo { Pos = { 4070, -478.5 } },
Colors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },
NameSet = true,
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "EyeBlink"
},
Blink = Input { Value = 151 },
EyeStatus = Input { Value = "On" }
}
},
["目"] = Transform {
ViewInfo = OperatorInfo { Pos = { 4070, -247.5 } },
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "EyeCtrl"
}
}
},
["目_MG1"] = Merge {
ViewInfo = OperatorInfo { Pos = { 4070, -115.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Foreground = Input {
Source = "Output",
SourceOp = "目"
},
Background = Input {
Source = "Output",
SourceOp = "口_MG1"
}
}
},
Root = Transform {
UserControls = ordered() {
CopyPose = {
LINKS_Name = "Copy Pose",
LINKID_DataType = "Number",
ICD_Width = 0.5,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.copy(comp)]])",
INP_External = false,
INP_Integer = false
},
PastePose = {
LINKS_Name = "Paste Pose",
LINKID_DataType = "Number",
ICD_Width = 0.5,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.paste(comp)]])",
INP_External = false,
INP_Integer = false
},
SavePose = {
LINKS_Name = "Save Pose",
LINKID_DataType = "Number",
ICD_Width = 0.5,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.save(comp, fu)]])",
INP_External = false,
INP_Integer = false
},
LoadPose = {
LINKS_Name = "Load Pose",
LINKID_DataType = "Number",
ICD_Width = 0.5,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.load(comp, fu)]])",
INP_External = false,
INP_Integer = false
},
Grp_Root = {
INP_Default = 1,
ICS_ControlPage = "ポーズ",
LBLC_NumInputs = 6,
LINKID_DataType = "Number",
LINKS_Name = "Root",
INP_External = false,
LBLC_DropDownButton = true,
INP_Passive = true,
INPID_InputControl = "LabelControl"
},
N010_namida_show_59 = {
LINKS_Name = "涙 show",
INPID_InputControl = "ButtonControl",
LINKID_DataType = "Number",
ICD_Width = 0.5,
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"涙_MG\")\nlocal node = comp:FindTool(\"Loader46\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false
},
N010_namida_hide_59 = {
LINKS_Name = "涙 hide",
INPID_InputControl = "ButtonControl",
LINKID_DataType = "Number",
ICD_Width = 0.5,
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"涙_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false
},
N009_ase_show_58 = {
LINKS_Name = "汗 show",
INPID_InputControl = "ButtonControl",
LINKID_DataType = "Number",
ICD_Width = 0.5,
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"汗_MG\")\nlocal node = comp:FindTool(\"Loader45\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false
},
N009_ase_hide_58 = {
LINKS_Name = "汗 hide",
INPID_InputControl = "ButtonControl",
LINKID_DataType = "Number",
ICD_Width = 0.5,
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"汗_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false
},
N002_saidokamikihon4 = {
LINKS_Name = "*サイド髪基本",
INPID_InputControl = "ButtonControl",
LINKID_DataType = "Number",
ICD_Width = 1,
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false
},
N001_saidokamihane3 = {
LINKS_Name = "*サイド髪跳ね",
INPID_InputControl = "ButtonControl",
LINKID_DataType = "Number",
ICD_Width = 1,
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false
},
["Grp_眉"] = {
INP_Default = 1,
ICS_ControlPage = "ポーズ",
LBLC_NumInputs = 4,
LINKID_DataType = "Number",
LINKS_Name = "眉",
INP_External = false,
LBLC_DropDownButton = true,
INP_Passive = true,
INPID_InputControl = "LabelControl"
},
N003_futsuumayu57 = {
LINKS_Name = "*普通眉",
INPID_InputControl = "ButtonControl",
LINKID_DataType = "Number",
ICD_Width = 1,
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader44\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false
},
N002_agarimayu56 = {
LINKS_Name = "*上がり眉",
INPID_InputControl = "ButtonControl",
LINKID_DataType = "Number",
ICD_Width = 1,
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader43\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false
},
N001_ikarimayu55 = {
LINKS_Name = "*怒り眉",
INPID_InputControl = "ButtonControl",
LINKID_DataType = "Number",
ICD_Width = 1,
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader42\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false
},
N000_komarimayu54 = {
LINKS_Name = "*困り眉",
INPID_InputControl = "ButtonControl",
LINKID_DataType = "Number",
ICD_Width = 1,
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader41\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false
},
["Grp_目"] = {
INP_Default = 1,
ICS_ControlPage = "ポーズ",
LBLC_NumInputs = 14,
LINKID_DataType = "Number",
LINKS_Name = "目",
INP_External = false,
LBLC_DropDownButton = true,
INP_Passive = true,
INPID_InputControl = "LabelControl"
},
N013_kihon51 = {
LINKS_Name = "*基本",
INPID_InputControl = "ButtonControl",
LINKID_DataType = "Number",
ICD_Width = 1,
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader40\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false
},
N012_kihon250 = {
LINKS_Name = "*基本2",
INPID_InputControl = "ButtonControl",
LINKID_DataType = "Number",
ICD_Width = 1,
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader39\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false
},
N011_kameramesen49 = {
LINKS_Name = "*カメラ目線",
INPID_InputControl = "ButtonControl",
LINKID_DataType = "Number",
ICD_Width = 1,
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader38\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false
},
N010_mesorashi48 = {
LINKS_Name = "*目そらし",
INPID_InputControl = "ButtonControl",
LINKID_DataType = "Number",
ICD_Width = 1,
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader37\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false
},
N009_uemuki47 = {
LINKS_Name = "*上むき",
INPID_InputControl = "ButtonControl",
LINKID_DataType = "Number",
ICD_Width = 1,
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader36\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false
},
N008_jitome46 = {
LINKS_Name = "*ジト目",
INPID_InputControl = "ButtonControl",
LINKID_DataType = "Number",
ICD_Width = 1,
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader35\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false
},
N007_tojime45 = {
LINKS_Name = "*閉じ目",
INPID_InputControl = "ButtonControl",
LINKID_DataType = "Number",
ICD_Width = 1,
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader34\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false
},
N006_uinku44 = {
LINKS_Name = "*ウインク",
INPID_InputControl = "ButtonControl",
LINKID_DataType = "Number",
ICD_Width = 1,
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader33\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false
},
N005_nikkori43 = {
LINKS_Name = "*にっこり",
INPID_InputControl = "ButtonControl",
LINKID_DataType = "Number",
ICD_Width = 1,
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader32\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false
},
["N004_〇〇42"] = {
LINKS_Name = "*〇〇",
INPID_InputControl = "ButtonControl",
LINKID_DataType = "Number",
ICD_Width = 1,
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader31\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false
},
N003_none41 = {
LINKS_Name = "*><",
INPID_InputControl = "ButtonControl",
LINKID_DataType = "Number",
ICD_Width = 1,
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader30\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false
},
["N002_・・40"] = {
LINKS_Name = "*・・",
INPID_InputControl = "ButtonControl",
LINKID_DataType = "Number",
ICD_Width = 1,
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader29\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false
},
N001_zuda39 = {
LINKS_Name = "*(ず・ ・だ)",
INPID_InputControl = "ButtonControl",
LINKID_DataType = "Number",
ICD_Width = 1,
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader28\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false
},
N000_zudaflipx38 = {
LINKS_Name = "*(ず・ ・だ):flipx",
INPID_InputControl = "ButtonControl",
LINKID_DataType = "Number",
ICD_Width = 1,
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader27\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false
},
["Grp_口"] = {
INP_Default = 1,
ICS_ControlPage = "ポーズ",
LBLC_NumInputs = 12,
LINKID_DataType = "Number",
LINKS_Name = "口",
INP_External = false,
LBLC_DropDownButton = true,
INP_Passive = true,
INPID_InputControl = "LabelControl"
},
N011_hohoemi35 = {
LINKS_Name = "*ほほえみ",
INPID_InputControl = "ButtonControl",
LINKID_DataType = "Number",
ICD_Width = 1,
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader26\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false
},
N010_aha34 = {
LINKS_Name = "*あは",
INPID_InputControl = "ButtonControl",
LINKID_DataType = "Number",
ICD_Width = 1,
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader25\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false
},
N009_ahaa33 = {
LINKS_Name = "*あはー",
INPID_InputControl = "ButtonControl",
LINKID_DataType = "Number",
ICD_Width = 1,
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader24\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false
},
N008_n32 = {
LINKS_Name = "*ん",
INPID_InputControl = "ButtonControl",
LINKID_DataType = "Number",
ICD_Width = 1,
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader23\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false
},
N007_o31 = {
LINKS_Name = "*お",
INPID_InputControl = "ButtonControl",
LINKID_DataType = "Number",
ICD_Width = 1,
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader22\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false
},
N006_ooo30 = {
LINKS_Name = "*おおー",
INPID_InputControl = "ButtonControl",
LINKID_DataType = "Number",
ICD_Width = 1,
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader21\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false
},
N005_nmu29 = {
LINKS_Name = "*んむ",
INPID_InputControl = "ButtonControl",
LINKID_DataType = "Number",
ICD_Width = 1,
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader20\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false
},
N004_ae28 = {
LINKS_Name = "*あえ",
INPID_InputControl = "ButtonControl",
LINKID_DataType = "Number",
ICD_Width = 1,
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader19\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false
},
N003_eaa27 = {
LINKS_Name = "*えあー",
INPID_InputControl = "ButtonControl",
LINKID_DataType = "Number",
ICD_Width = 1,
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader18\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false
},
N002_jururi26 = {
LINKS_Name = "*じゅるり",
INPID_InputControl = "ButtonControl",
LINKID_DataType = "Number",
ICD_Width = 1,
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader17\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false
},
N001_perori25 = {
LINKS_Name = "*ぺろり",
INPID_InputControl = "ButtonControl",
LINKID_DataType = "Number",
ICD_Width = 1,
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader16\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false
},
["N000_ω24"] = {
LINKS_Name = "*ω",
INPID_InputControl = "ButtonControl",
LINKID_DataType = "Number",
ICD_Width = 1,
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader15\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false
},
["Grp_ほっぺ"] = {
INP_Default = 1,
ICS_ControlPage = "ポーズ",
LBLC_NumInputs = 3,
LINKID_DataType = "Number",
LINKS_Name = "ほっぺ",
INP_External = false,
LBLC_DropDownButton = true,
INP_Passive = true,
INPID_InputControl = "LabelControl"
},
N002_hoppekihon21 = {
LINKS_Name = "*ほっぺ基本",
INPID_InputControl = "ButtonControl",
LINKID_DataType = "Number",
ICD_Width = 1,
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"ほっぺ_MG\")\nlocal node = comp:FindTool(\"Loader14\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false
},
N001_hoppeakame20 = {
LINKS_Name = "*ほっぺ赤め",
INPID_InputControl = "ButtonControl",
LINKID_DataType = "Number",
ICD_Width = 1,
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"ほっぺ_MG\")\nlocal node = comp:FindTool(\"Loader13\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false
},
N000_sekimen19 = {
LINKS_Name = "*赤面",
INPID_InputControl = "ButtonControl",
LINKID_DataType = "Number",
ICD_Width = 1,
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"ほっぺ_MG\")\nlocal node = comp:FindTool(\"Loader12\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false
},
["Grp_左腕"] = {
INP_Default = 1,
ICS_ControlPage = "ポーズ",
LBLC_NumInputs = 4,
LINKID_DataType = "Number",
LINKS_Name = "左腕",
INP_External = false,
LBLC_DropDownButton = true,
INP_Passive = true,
INPID_InputControl = "LabelControl"
},
N003_kihon16 = {
LINKS_Name = "*基本",
INPID_InputControl = "ButtonControl",
LINKID_DataType = "Number",
ICD_Width = 1,
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader11\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false
},
N002_tewoageru15 = {
LINKS_Name = "*手を挙げる",
INPID_InputControl = "ButtonControl",
LINKID_DataType = "Number",
ICD_Width = 1,
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader10\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false
},
N001_yumi14 = {
LINKS_Name = "*弓",
INPID_InputControl = "ButtonControl",
LINKID_DataType = "Number",
ICD_Width = 1,
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader9\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false
},
N000_kuchimotoniyubi13 = {
LINKS_Name = "*口元に指",
INPID_InputControl = "ButtonControl",
LINKID_DataType = "Number",
ICD_Width = 1,
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader8\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false
},
["Grp_右腕"] = {
INP_Default = 1,
ICS_ControlPage = "ポーズ",
LBLC_NumInputs = 4,
LINKID_DataType = "Number",
LINKS_Name = "右腕",
INP_External = false,
LBLC_DropDownButton = true,
INP_Passive = true,
INPID_InputControl = "LabelControl"
},
N003_kihon10 = {
LINKS_Name = "*基本",
INPID_InputControl = "ButtonControl",
LINKID_DataType = "Number",
ICD_Width = 1,
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader7\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false
},
N002_tewoageru9 = {
LINKS_Name = "*手を挙げる",
INPID_InputControl = "ButtonControl",
LINKID_DataType = "Number",
ICD_Width = 1,
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader6\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false
},
N001_yoko8 = {
LINKS_Name = "*横",
INPID_InputControl = "ButtonControl",
LINKID_DataType = "Number",
ICD_Width = 1,
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader5\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false
},
N000_atamakotsun7 = {
LINKS_Name = "*頭こつん",
INPID_InputControl = "ButtonControl",
LINKID_DataType = "Number",
ICD_Width = 1,
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader4\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false
}
},
ViewInfo = OperatorInfo { Pos = { 4070, 49.5 } },
Colors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },
CtrlWZoom = false,
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "目_MG1"
},
Grp_Root = Input { Value = 0 },
Comments = 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" }
}
},
["モーションなし"] = Transform {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 4070, 214.5 } },
NameSet = true,
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Root"
}
}
},
["跳ねる_小"] = GroupOperator {
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } },
Tools = ordered() {
Transform1_1_1 = Transform {
UserControls = 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" } },
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
CtrlWShown = false,
CtrlWZoom = false,
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
},
amplitude = Input { Value = 0.02 },
Center = Input {
Expression = "Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))",
Value = { 0.5, 0.595105651629515 }
},
bound = Input {
Expression = "math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\n",
Value = 0.951056516295154
},
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
speed = Input { Value = 2 },
ReferenceSize = Input { Value = 1 }
}
}
},
ViewInfo = GroupInfo {
Scale = 1,
Offset = { 0, 0 },
Direction = "Horizontal",
Flags = {
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true,
AllowPan = false,
ForceAll = true,
GridSnap = true
},
PipeStyle = "Direct",
Pos = { 4015, 544.5 },
Size = { 126, 107.432998657227, 63, 24.2423992156982 }
},
Outputs = {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "Transform1_1_1"
}
},
NameSet = true,
Inputs = ordered() {
MainInput1 = InstanceInput {
Source = "Input",
SourceOp = "Transform1_1_1"
},
Input1 = InstanceInput {
MinScale = 0.0010000000475,
Source = "speed",
SourceOp = "Transform1_1_1",
Default = 2
},
Input2 = InstanceInput {
Source = "amplitude",
SourceOp = "Transform1_1_1",
Default = 0.1
}
}
},
Loader5 = Loader {
ViewInfo = OperatorInfo { Pos = { 495, -511.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!右腕\\-横.png",
ExtendFirst = 0,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
ID = "Clip1",
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
TrimIn = 0
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader16 = Loader {
ViewInfo = OperatorInfo { Pos = { 2530, -1072.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!口\\-ぺろり.png",
ExtendFirst = 0,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
ID = "Clip1",
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
TrimIn = 0
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
}
},
ViewInfo = GroupInfo {
Offset = { 0, 0 },
Direction = "Horizontal",
Flags = {
AllowPan = false,
AutoSnap = true,
ForceAll = true,
GridSnap = true
},
Scale = 1,
PipeStyle = "Direct"
},
CtrlWZoom = false,
Inputs = ordered() {
Input1 = InstanceInput {
Name = "Copy Pose",
Source = "CopyPose",
SourceOp = "Root",
Default = 0
},
Input2 = InstanceInput {
Name = "Paste Pose",
Source = "PastePose",
SourceOp = "Root",
Default = 0
},
Input3 = InstanceInput {
Name = "Save Pose",
Source = "SavePose",
SourceOp = "Root",
Default = 0
},
Input4 = InstanceInput {
Name = "Load Pose",
Source = "LoadPose",
SourceOp = "Root",
Default = 0
},
Input5 = InstanceInput {
Source = "Center",
SourceOp = "ST_MergeB"
},
Input6 = InstanceInput {
Source = "Size",
SourceOp = "ST_MergeB",
Default = 1
},
Input7 = InstanceInput {
Source = "Angle",
SourceOp = "ST_MergeB",
Default = 0
},
Input8 = InstanceInput {
Name = "Flip Horizontal",
Source = "FlipHoriz",
ControlGroup = 1,
Default = 0,
SourceOp = "ST_MergeB"
},
Input9 = InstanceInput {
Name = "Flip Vertical",
Source = "FlipVert",
ControlGroup = 1,
Default = 0,
SourceOp = "ST_MergeB"
},
Input10 = InstanceInput {
Name = "モーションなし",
Source = "N000_モーションなし",
SourceOp = "モーションSelector",
Default = 0
},
Input11 = InstanceInput {
Name = "ぽよ",
Source = "N001_ぽよ",
SourceOp = "モーションSelector",
Default = 0
},
Input12 = InstanceInput {
Name = "ぴょん",
Source = "N002_ぴょん",
SourceOp = "モーションSelector",
Default = 0
},
Input13 = InstanceInput {
Name = "跳ねる",
Source = "N003_跳ねる",
SourceOp = "モーションSelector",
Default = 0
},
Input14 = InstanceInput {
Name = "跳ねる_小",
Source = "N004_跳ねる_小",
SourceOp = "モーションSelector",
Default = 0
},
Input15 = InstanceInput {
Name = "不安",
Source = "N005_不安",
SourceOp = "モーションSelector",
Default = 0
},
Input16 = InstanceInput {
Name = "荒ぶる",
Source = "N006_荒ぶる",
SourceOp = "モーションSelector",
Default = 0
},
Input17 = InstanceInput {
Name = "震え",
Source = "N007_震え",
SourceOp = "モーションSelector",
Default = 0
},
Input18 = InstanceInput {
Name = "眉",
Source = "Grp_眉",
SourceOp = "Root",
Default = 1
},
Input19 = InstanceInput {
Name = "*普通眉",
Source = "N003_futsuumayu57",
SourceOp = "Root",
Default = 0,
Width = 0.25
},
Input20 = InstanceInput {
Name = "*上がり眉",
Source = "N002_agarimayu56",
SourceOp = "Root",
Default = 0,
Width = 0.25
},
Input21 = InstanceInput {
Name = "*怒り眉",
Source = "N001_ikarimayu55",
SourceOp = "Root",
Default = 0,
Width = 0.25
},
Input22 = InstanceInput {
Name = "*困り眉",
Source = "N000_komarimayu54",
SourceOp = "Root",
Default = 0,
Width = 0.25
},
Input23 = InstanceInput {
Name = "目",
Source = "Grp_目",
SourceOp = "Root",
Default = 1
},
Input24 = InstanceInput {
Name = "*基本",
Source = "N013_kihon51",
SourceOp = "Root",
Default = 0,
Width = 0.25
},
Input25 = InstanceInput {
Name = "*基本2",
Source = "N012_kihon250",
SourceOp = "Root",
Default = 0,
Width = 0.25
},
Input26 = InstanceInput {
Name = "*カメラ目線",
Source = "N011_kameramesen49",
SourceOp = "Root",
Default = 0,
Width = 0.25
},
Input27 = InstanceInput {
Name = "*目そらし",
Source = "N010_mesorashi48",
SourceOp = "Root",
Default = 0,
Width = 0.25
},
Input28 = InstanceInput {
Name = "*上むき",
Source = "N009_uemuki47",
SourceOp = "Root",
Default = 0,
Width = 0.25
},
Input29 = InstanceInput {
Name = "*ジト目",
Source = "N008_jitome46",
SourceOp = "Root",
Default = 0,
Width = 0.25
},
Input30 = InstanceInput {
Name = "*閉じ目",
Source = "N007_tojime45",
SourceOp = "Root",
Default = 0,
Width = 0.25
},
Input31 = InstanceInput {
Name = "*ウインク",
Source = "N006_uinku44",
SourceOp = "Root",
Default = 0,
Width = 0.25
},
Input32 = InstanceInput {
Name = "*にっこり",
Source = "N005_nikkori43",
SourceOp = "Root",
Default = 0,
Width = 0.25
},
Input33 = InstanceInput {
Name = "*〇〇",
Source = "N004_〇〇42",
SourceOp = "Root",
Default = 0,
Width = 0.25
},
Input34 = InstanceInput {
Name = "*><",
Source = "N003_none41",
SourceOp = "Root",
Default = 0,
Width = 0.25
},
Input35 = InstanceInput {
Name = "*・・",
Source = "N002_・・40",
SourceOp = "Root",
Default = 0,
Width = 0.25
},
Input36 = InstanceInput {
Name = "*(ず・ ・だ)",
Source = "N001_zuda39",
SourceOp = "Root",
Default = 0,
Width = 0.25
},
Input37 = InstanceInput {
Name = "*(ず・ ・だ):flipx",
Source = "N000_zudaflipx38",
SourceOp = "Root",
Default = 0,
Width = 0.25
},
Input38 = InstanceInput {
Name = "口",
Source = "Grp_口",
SourceOp = "Root",
Default = 1
},
Input39 = InstanceInput {
Name = "*ほほえみ",
Source = "N011_hohoemi35",
SourceOp = "Root",
Default = 0,
Width = 0.25
},
Input40 = InstanceInput {
Name = "*あは",
Source = "N010_aha34",
SourceOp = "Root",
Default = 0,
Width = 0.25
},
Input41 = InstanceInput {
Name = "*あはー",
Source = "N009_ahaa33",
SourceOp = "Root",
Default = 0,
Width = 0.25
},
Input42 = InstanceInput {
Name = "*ん",
Source = "N008_n32",
SourceOp = "Root",
Default = 0,
Width = 0.25
},
Input43 = InstanceInput {
Name = "*お",
Source = "N007_o31",
SourceOp = "Root",
Default = 0,
Width = 0.25
},
Input44 = InstanceInput {
Name = "*おおー",
Source = "N006_ooo30",
SourceOp = "Root",
Default = 0,
Width = 0.25
},
Input45 = InstanceInput {
Name = "*んむ",
Source = "N005_nmu29",
SourceOp = "Root",
Default = 0,
Width = 0.25
},
Input46 = InstanceInput {
Name = "*あえ",
Source = "N004_ae28",
SourceOp = "Root",
Default = 0,
Width = 0.25
},
Input47 = InstanceInput {
Name = "*えあー",
Source = "N003_eaa27",
SourceOp = "Root",
Default = 0,
Width = 0.25
},
Input48 = InstanceInput {
Name = "*じゅるり",
Source = "N002_jururi26",
SourceOp = "Root",
Default = 0,
Width = 0.25
},
Input49 = InstanceInput {
Name = "*ぺろり",
Source = "N001_perori25",
SourceOp = "Root",
Default = 0,
Width = 0.25
},
Input50 = InstanceInput {
Name = "*ω",
Source = "N000_ω24",
SourceOp = "Root",
Default = 0,
Width = 0.25
},
Input51 = InstanceInput {
Name = "ほっぺ",
Source = "Grp_ほっぺ",
SourceOp = "Root",
Default = 1
},
Input52 = InstanceInput {
Name = "*ほっぺ基本",
Source = "N002_hoppekihon21",
SourceOp = "Root",
Default = 0,
Width = 0.25
},
Input53 = InstanceInput {
Name = "*ほっぺ赤め",
Source = "N001_hoppeakame20",
SourceOp = "Root",
Default = 0,
Width = 0.25
},
Input54 = InstanceInput {
Name = "*赤面",
Source = "N000_sekimen19",
SourceOp = "Root",
Default = 0,
Width = 0.25
},
Input55 = InstanceInput {
Name = "左腕",
Source = "Grp_左腕",
SourceOp = "Root",
Default = 1
},
Input56 = InstanceInput {
Name = "*基本",
Source = "N003_kihon16",
SourceOp = "Root",
Default = 0,
Width = 0.25
},
Input57 = InstanceInput {
Name = "*手を挙げる",
Source = "N002_tewoageru15",
SourceOp = "Root",
Default = 0,
Width = 0.25
},
Input58 = InstanceInput {
Name = "*弓",
Source = "N001_yumi14",
SourceOp = "Root",
Default = 0,
Width = 0.25
},
Input59 = InstanceInput {
Name = "*口元に指",
Source = "N000_kuchimotoniyubi13",
SourceOp = "Root",
Default = 0,
Width = 0.25
},
Input60 = InstanceInput {
Name = "右腕",
Source = "Grp_右腕",
SourceOp = "Root",
Default = 1
},
Input61 = InstanceInput {
Name = "*基本",
Source = "N003_kihon10",
SourceOp = "Root",
Default = 0,
Width = 0.25
},
Input62 = InstanceInput {
Name = "*手を挙げる",
Source = "N002_tewoageru9",
SourceOp = "Root",
Default = 0,
Width = 0.25
},
Input63 = InstanceInput {
Name = "*横",
Source = "N001_yoko8",
SourceOp = "Root",
Default = 0,
Width = 0.25
},
Input64 = InstanceInput {
Name = "*頭こつん",
Source = "N000_atamakotsun7",
SourceOp = "Root",
Default = 0,
Width = 0.25
},
Input65 = InstanceInput {
Name = "Root",
Source = "Grp_Root",
SourceOp = "Root",
Default = 0
},
Input66 = InstanceInput {
Name = "涙 show",
Source = "N010_namida_show_59",
SourceOp = "Root",
Default = 0
},
Input67 = InstanceInput {
Name = "涙 hide",
Source = "N010_namida_hide_59",
SourceOp = "Root",
Default = 0
},
Input68 = InstanceInput {
Name = "汗 show",
Source = "N009_ase_show_58",
SourceOp = "Root",
Default = 0
},
Input69 = InstanceInput {
Name = "汗 hide",
Source = "N009_ase_hide_58",
SourceOp = "Root",
Default = 0
},
Input70 = InstanceInput {
Name = "*サイド髪基本",
Source = "N002_saidokamikihon4",
SourceOp = "Root",
Default = 0,
Width = 0.25
},
Input71 = InstanceInput {
Name = "*サイド髪跳ね",
Source = "N001_saidokamihane3",
SourceOp = "Root",
Default = 0,
Width = 0.25
},
Input72 = InstanceInput {
Source = "Open",
SourceOp = "RS_MouthOpen",
Default = -1
},
Input73 = InstanceInput {
Source = "Blink",
SourceOp = "EyeCtrl",
Default = 151
},
Input74 = InstanceInput {
Source = "Close",
SourceOp = "EyeCtrl",
Default = 4
},
Input75 = InstanceInput {
Source = "Apply",
SourceOp = "EyeCtrl",
Default = 0
},
Input76 = InstanceInput {
Name = "ボタンを押さないと反映されません。",
Source = "at00",
SourceOp = "EyeCtrl",
Default = 0
},
Input77 = InstanceInput {
Name = "",
Source = "sp00",
SourceOp = "EyeCtrl",
Default = 0
},
Input78 = InstanceInput {
Source = "BlinkOn",
SourceOp = "EyeCtrl",
Default = 0
},
Input79 = InstanceInput {
Source = "BlinkOff",
SourceOp = "EyeCtrl",
Default = 0
},
Input80 = InstanceInput {
Name = "",
SourceOp = "EyeCtrl",
Source = "EyeStatus"
}
}
}
}
}
================================================
FILE: Templates/Edit/Generators/old/東北ずん子.setting
================================================
{
Tools = ordered() {
Zunko = GroupOperator {
Outputs = ordered() {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "ST_MergeB"
}
},
Inputs = ordered() {
Input1 = InstanceInput {
Default = 0,
Name = "Copy Pose",
SourceOp = "Root",
Source = "CopyPose"
},
Input2 = InstanceInput {
Default = 0,
Name = "Paste Pose",
SourceOp = "Root",
Source = "PastePose"
},
Input3 = InstanceInput {
Default = 0,
Name = "Save Pose",
SourceOp = "Root",
Source = "SavePose"
},
Input4 = InstanceInput {
Default = 0,
Name = "Load Pose",
SourceOp = "Root",
Source = "LoadPose"
},
Input5 = InstanceInput {
Source = "Center",
SourceOp = "ST_MergeB"
},
Input6 = InstanceInput {
Source = "Size",
SourceOp = "ST_MergeB",
Default = 1
},
Input7 = InstanceInput {
Source = "Angle",
SourceOp = "ST_MergeB",
Default = 0
},
Input8 = InstanceInput {
Default = 0,
Source = "FlipHoriz",
SourceOp = "ST_MergeB",
ControlGroup = 1,
Name = "Flip Horizontal"
},
Input9 = InstanceInput {
Default = 0,
Source = "FlipVert",
SourceOp = "ST_MergeB",
ControlGroup = 1,
Name = "Flip Vertical"
},
Input10 = InstanceInput {
Default = 0,
Name = "モーションなし",
SourceOp = "モーションSelector",
Source = "N000_モーションなし"
},
Input11 = InstanceInput {
Default = 0,
Name = "ぽよ",
SourceOp = "モーションSelector",
Source = "N001_ぽよ"
},
Input12 = InstanceInput {
Default = 0,
Name = "ぴょん",
SourceOp = "モーションSelector",
Source = "N002_ぴょん"
},
Input13 = InstanceInput {
Default = 0,
Name = "跳ねる",
SourceOp = "モーションSelector",
Source = "N003_跳ねる"
},
Input14 = InstanceInput {
Default = 0,
Name = "跳ねる_小",
SourceOp = "モーションSelector",
Source = "N004_跳ねる_小"
},
Input15 = InstanceInput {
Default = 0,
Name = "不安",
SourceOp = "モーションSelector",
Source = "N005_不安"
},
Input16 = InstanceInput {
Default = 0,
Name = "荒ぶる",
SourceOp = "モーションSelector",
Source = "N006_荒ぶる"
},
Input17 = InstanceInput {
Default = 0,
Name = "震え",
SourceOp = "モーションSelector",
Source = "N007_震え"
},
Input18 = InstanceInput {
Default = 1,
Name = "眉",
SourceOp = "Root",
Source = "Grp_眉"
},
Input19 = InstanceInput {
Default = 0,
Source = "N003_futsuumayu57",
Width = 0.25,
SourceOp = "Root",
Name = "*普通眉"
},
Input20 = InstanceInput {
Default = 0,
Source = "N002_agarimayu56",
Width = 0.25,
SourceOp = "Root",
Name = "*上がり眉"
},
Input21 = InstanceInput {
Default = 0,
Source = "N001_ikarimayu55",
Width = 0.25,
SourceOp = "Root",
Name = "*怒り眉"
},
Input22 = InstanceInput {
Default = 0,
Source = "N000_komarimayu54",
Width = 0.25,
SourceOp = "Root",
Name = "*困り眉"
},
Input23 = InstanceInput {
Default = 1,
Name = "目",
SourceOp = "Root",
Source = "Grp_目"
},
Input24 = InstanceInput {
Default = 0,
Source = "N013_kihon51",
Width = 0.25,
SourceOp = "Root",
Name = "*基本"
},
Input25 = InstanceInput {
Default = 0,
Source = "N012_kihon250",
Width = 0.25,
SourceOp = "Root",
Name = "*基本2"
},
Input26 = InstanceInput {
Default = 0,
Source = "N011_kameramesen49",
Width = 0.25,
SourceOp = "Root",
Name = "*カメラ目線"
},
Input27 = InstanceInput {
Default = 0,
Source = "N010_mesorashi48",
Width = 0.25,
SourceOp = "Root",
Name = "*目そらし"
},
Input28 = InstanceInput {
Default = 0,
Source = "N009_uemuki47",
Width = 0.25,
SourceOp = "Root",
Name = "*上むき"
},
Input29 = InstanceInput {
Default = 0,
Source = "N008_jitome46",
Width = 0.25,
SourceOp = "Root",
Name = "*ジト目"
},
Input30 = InstanceInput {
Default = 0,
Source = "N007_tojime45",
Width = 0.25,
SourceOp = "Root",
Name = "*閉じ目"
},
Input31 = InstanceInput {
Default = 0,
Source = "N006_uinku44",
Width = 0.25,
SourceOp = "Root",
Name = "*ウインク"
},
Input32 = InstanceInput {
Default = 0,
Source = "N005_nikkori43",
Width = 0.25,
SourceOp = "Root",
Name = "*にっこり"
},
Input33 = InstanceInput {
Default = 0,
Source = "N004_〇〇42",
Width = 0.25,
SourceOp = "Root",
Name = "*〇〇"
},
Input34 = InstanceInput {
Default = 0,
Source = "N003_none41",
Width = 0.25,
SourceOp = "Root",
Name = "*><"
},
Input35 = InstanceInput {
Default = 0,
Source = "N002_・・40",
Width = 0.25,
SourceOp = "Root",
Name = "*・・"
},
Input36 = InstanceInput {
Default = 0,
Source = "N001_zuda39",
Width = 0.25,
SourceOp = "Root",
Name = "*(ず・ ・だ)"
},
Input37 = InstanceInput {
Default = 0,
Source = "N000_zudaflipx38",
Width = 0.25,
SourceOp = "Root",
Name = "*(ず・ ・だ):flipx"
},
Input38 = InstanceInput {
Default = 1,
Name = "口",
SourceOp = "Root",
Source = "Grp_口"
},
Input39 = InstanceInput {
Default = 0,
Source = "N011_hohoemi35",
Width = 0.25,
SourceOp = "Root",
Name = "*ほほえみ"
},
Input40 = InstanceInput {
Default = 0,
Source = "N010_aha34",
Width = 0.25,
SourceOp = "Root",
Name = "*あは"
},
Input41 = InstanceInput {
Default = 0,
Source = "N009_ahaa33",
Width = 0.25,
SourceOp = "Root",
Name = "*あはー"
},
Input42 = InstanceInput {
Default = 0,
Source = "N008_n32",
Width = 0.25,
SourceOp = "Root",
Name = "*ん"
},
Input43 = InstanceInput {
Default = 0,
Source = "N007_o31",
Width = 0.25,
SourceOp = "Root",
Name = "*お"
},
Input44 = InstanceInput {
Default = 0,
Source = "N006_ooo30",
Width = 0.25,
SourceOp = "Root",
Name = "*おおー"
},
Input45 = InstanceInput {
Default = 0,
Source = "N005_nmu29",
Width = 0.25,
SourceOp = "Root",
Name = "*んむ"
},
Input46 = InstanceInput {
Default = 0,
Source = "N004_ae28",
Width = 0.25,
SourceOp = "Root",
Name = "*あえ"
},
Input47 = InstanceInput {
Default = 0,
Source = "N003_eaa27",
Width = 0.25,
SourceOp = "Root",
Name = "*えあー"
},
Input48 = InstanceInput {
Default = 0,
Source = "N002_jururi26",
Width = 0.25,
SourceOp = "Root",
Name = "*じゅるり"
},
Input49 = InstanceInput {
Default = 0,
Source = "N001_perori25",
Width = 0.25,
SourceOp = "Root",
Name = "*ぺろり"
},
Input50 = InstanceInput {
Default = 0,
Source = "N000_ω24",
Width = 0.25,
SourceOp = "Root",
Name = "*ω"
},
Input51 = InstanceInput {
Default = 1,
Name = "ほっぺ",
SourceOp = "Root",
Source = "Grp_ほっぺ"
},
Input52 = InstanceInput {
Default = 0,
Source = "N002_hoppekihon21",
Width = 0.25,
SourceOp = "Root",
Name = "*ほっぺ基本"
},
Input53 = InstanceInput {
Default = 0,
Source = "N001_hoppeakame20",
Width = 0.25,
SourceOp = "Root",
Name = "*ほっぺ赤め"
},
Input54 = InstanceInput {
Default = 0,
Source = "N000_sekimen19",
Width = 0.25,
SourceOp = "Root",
Name = "*赤面"
},
Input55 = InstanceInput {
Default = 1,
Name = "左腕",
SourceOp = "Root",
Source = "Grp_左腕"
},
Input56 = InstanceInput {
Default = 0,
Source = "N003_kihon16",
Width = 0.25,
SourceOp = "Root",
Name = "*基本"
},
Input57 = InstanceInput {
Default = 0,
Source = "N002_tewoageru15",
Width = 0.25,
SourceOp = "Root",
Name = "*手を挙げる"
},
Input58 = InstanceInput {
Default = 0,
Source = "N001_yumi14",
Width = 0.25,
SourceOp = "Root",
Name = "*弓"
},
Input59 = InstanceInput {
Default = 0,
Source = "N000_kuchimotoniyubi13",
Width = 0.25,
SourceOp = "Root",
Name = "*口元に指"
},
Input60 = InstanceInput {
Default = 1,
Name = "右腕",
SourceOp = "Root",
Source = "Grp_右腕"
},
Input61 = InstanceInput {
Default = 0,
Source = "N003_kihon10",
Width = 0.25,
SourceOp = "Root",
Name = "*基本"
},
Input62 = InstanceInput {
Default = 0,
Source = "N002_tewoageru9",
Width = 0.25,
SourceOp = "Root",
Name = "*手を挙げる"
},
Input63 = InstanceInput {
Default = 0,
Source = "N001_yoko8",
Width = 0.25,
SourceOp = "Root",
Name = "*横"
},
Input64 = InstanceInput {
Default = 0,
Source = "N000_atamakotsun7",
Width = 0.25,
SourceOp = "Root",
Name = "*頭こつん"
},
Input65 = InstanceInput {
Default = 0,
Name = "Root",
SourceOp = "Root",
Source = "Grp_Root"
},
Input66 = InstanceInput {
Default = 0,
Name = "涙 show",
SourceOp = "Root",
Source = "N010_namida_show_59"
},
Input67 = InstanceInput {
Default = 0,
Name = "涙 hide",
SourceOp = "Root",
Source = "N010_namida_hide_59"
},
Input68 = InstanceInput {
Default = 0,
Name = "汗 show",
SourceOp = "Root",
Source = "N009_ase_show_58"
},
Input69 = InstanceInput {
Default = 0,
Name = "汗 hide",
SourceOp = "Root",
Source = "N009_ase_hide_58"
},
Input70 = InstanceInput {
Default = 0,
Source = "N002_saidokamikihon4",
Width = 0.25,
SourceOp = "Root",
Name = "*サイド髪基本"
},
Input71 = InstanceInput {
Default = 0,
Source = "N001_saidokamihane3",
Width = 0.25,
SourceOp = "Root",
Name = "*サイド髪跳ね"
},
Input72 = InstanceInput {
Source = "Open",
SourceOp = "MouthCtrlB",
Default = -1
},
Input73 = InstanceInput {
Source = "Blink",
SourceOp = "EyeCtrl",
Default = 151
},
Input74 = InstanceInput {
Source = "Close",
SourceOp = "EyeCtrl",
Default = 4
},
Input75 = InstanceInput {
Source = "Apply",
SourceOp = "EyeCtrl",
Default = 0
},
Input76 = InstanceInput {
Default = 0,
Name = "ボタンを押さないと反映されません。",
SourceOp = "EyeCtrl",
Source = "at00"
},
Input77 = InstanceInput {
Default = 0,
Name = "",
SourceOp = "EyeCtrl",
Source = "sp00"
},
Input78 = InstanceInput {
Source = "BlinkOn",
SourceOp = "EyeCtrl",
Default = 0
},
Input79 = InstanceInput {
Source = "BlinkOff",
SourceOp = "EyeCtrl",
Default = 0
},
Input80 = InstanceInput {
Name = "",
SourceOp = "EyeCtrl",
Source = "EyeStatus"
}
},
Tools = ordered() {
Loader32 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!目\\-にっこり.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 3190, -1402.5 } }
},
Loader37 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!目\\-目そらし.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 3740, -1402.5 } }
},
Loader4 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!右腕\\-頭こつん.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 385, -511.5 } }
},
["荒ぶる"] = GroupOperator {
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } },
Inputs = ordered() {
MainInput1 = InstanceInput {
Source = "Input",
SourceOp = "Transform1_2_1"
},
Input3 = InstanceInput {
Width = 1,
Source = "RandomSeed",
SourceOp = "Shake1_1",
Default = 0
},
Input4 = InstanceInput {
Source = "Randomize",
SourceOp = "Shake1_1",
Width = 0.385
},
Input5 = InstanceInput {
Source = "Smoothness",
SourceOp = "Shake1_1",
Default = 10
},
Input1 = InstanceInput {
Default = 0.1,
Source = "x",
SourceOp = "Transform1_2_1",
Name = "X"
},
Input2 = InstanceInput {
Default = 0.1,
Source = "y",
SourceOp = "Transform1_2_1",
Name = "Y"
}
},
Tools = ordered() {
Transform1_2_1 = Transform {
CtrlWShown = false,
Inputs = {
in_out = Input {
Source = "Result",
SourceOp = "KeyframeStretcher1_1"
},
y = Input { Value = 0.03 },
Center = Input {
Expression = "Point(0.5, 0.5) + shake * in_out",
Value = { 0.502997744173508, 0.497908177638071 }
},
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
},
shake = Input {
Source = "Position",
SourceOp = "Shake1_1"
},
x = Input { Value = 0.03 }
},
UserControls = 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" } },
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
CtrlWZoom = false
},
KeyframeStretcher1_1 = KeyStretcherMod {
Inputs = {
StretchEnd = Input { Value = 110 },
Keyframes = Input {
Source = "Value",
SourceOp = "KeyStretcheronTransform1_2_1Keyframes"
},
StretchStart = Input { Value = 10 }
},
CtrlWZoom = false
},
KeyStretcheronTransform1_2_1Keyframes = BezierSpline {
KeyFrames = {
[0] = { 0, RH = { 3.33333333333333, 0 }, Flags = { Linear = true } },
[10] = { 1, RH = { 43.3333333333333, 1 }, LH = { 6.66666666666667, 1 } },
[110] = { 1, RH = { 113.333333333333, 1 }, LH = { 76.6666666666667, 1 } },
[120] = { 0, LH = { 116.666666666667, 0 } }
},
SplineColor = { Green = 106, Blue = 231, Red = 193 },
CtrlWZoom = false
},
Shake1_1 = Shake {
CtrlWZoom = false,
Inputs = {
LockXY = Input { Value = 0 },
XMinimum = Input {
Expression = "-Transform1_2_1.x",
Value = -0.1
},
XMaximum = Input {
Expression = "Transform1_2_1.x",
Value = 0.1
},
YMinimum = Input {
Expression = "-Transform1_2_1.y",
Value = -0.1
},
Smoothness = Input { Value = 1.5 },
YMaximum = Input {
Expression = "Transform1_2_1.y",
Value = 0.1
}
},
Faster = true
}
},
Outputs = {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "Transform1_2_1"
}
},
ViewInfo = GroupInfo {
Offset = { 0, 0 },
Pos = { 4345, 544.5 },
Scale = 1,
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Flags = {
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true,
AllowPan = false,
ForceAll = true
},
PipeStyle = "Direct",
Direction = "Horizontal"
}
},
Loader20 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!口\\-んむ.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 2970, -1072.5 } }
},
Loader28 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!目\\-(ず・ ・だ).png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 2750, -1402.5 } }
},
Loader5 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!右腕\\-横.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 495, -511.5 } }
},
Loader33 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!目\\-ウインク.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 3300, -1402.5 } }
},
Loader6 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!右腕\\-手を挙げる.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 605, -511.5 } }
},
Loader43 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!眉\\-上がり眉.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 2475, -511.5 } }
},
ST_Background = Background {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
Width = Input { Value = 1920 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
TopLeftAlpha = Input { Value = 0 },
UseFrameFormatSettings = Input { Value = 1 },
Height = Input { Value = 1080 },
Depth = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 3740, 940.5 } }
},
ST_SetDomain = SetDomain {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
Top = Input { Value = 0 },
Input = Input {
Source = "Output",
SourceOp = "ST_Background"
},
Right = Input { Value = 0 },
Mode = Input { Value = FuID { "Set" } }
},
ViewInfo = OperatorInfo { Pos = { 3905, 940.5 } }
},
["モーションSelector"] = Transform {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
}
},
UserControls = ordered() {
["N000_モーションなし"] = {
LINKS_Name = "モーションなし",
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"モーションなし\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["N001_ぽよ"] = {
LINKS_Name = "ぽよ",
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"ぽよ\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["N002_ぴょん"] = {
LINKS_Name = "ぴょん",
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"ぴょん\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["N003_跳ねる"] = {
LINKS_Name = "跳ねる",
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"跳ねる\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["N004_跳ねる_小"] = {
LINKS_Name = "跳ねる_小",
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"跳ねる_小\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["N005_不安"] = {
LINKS_Name = "不安",
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"不安\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["N006_荒ぶる"] = {
LINKS_Name = "荒ぶる",
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"荒ぶる\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["N007_震え"] = {
LINKS_Name = "震え",
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"震え\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
}
},
Colors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },
ViewInfo = OperatorInfo { Pos = { 4070, 742.5 } }
},
ST_MergeB = Merge {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "モーションSelector"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "ST_SetDomain"
},
Center = Input { Value = { 0.8, 0.1 } }
},
Colors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },
ViewInfo = OperatorInfo { Pos = { 4070, 940.5 } }
},
Loader12 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!ほっぺ\\-赤面.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 1705, -511.5 } }
},
["跳ねる"] = GroupOperator {
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } },
Inputs = ordered() {
MainInput1 = InstanceInput {
Source = "Input",
SourceOp = "Transform1_1"
},
Input1 = InstanceInput {
Default = 2,
Source = "speed",
SourceOp = "Transform1_1",
MinScale = 0.0010000000475
},
Input2 = InstanceInput {
Source = "amplitude",
SourceOp = "Transform1_1",
Default = 0.1
}
},
Tools = ordered() {
Transform1_1 = Transform {
CtrlWShown = false,
Inputs = {
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\n",
Value = 0.951056516295154
},
amplitude = Input { Value = 0.08 },
Center = Input {
Expression = "Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))",
Value = { 0.5, 0.595105651629515 }
},
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
},
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
speed = Input { Value = 2 }
},
UserControls = 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" } },
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
CtrlWZoom = false
}
},
Outputs = {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "Transform1_1"
}
},
ViewInfo = GroupInfo {
Offset = { 0, 0 },
Pos = { 3850, 544.5 },
Scale = 1,
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Flags = {
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true,
AllowPan = false,
ForceAll = true
},
PipeStyle = "Direct",
Direction = "Horizontal"
}
},
["ぽよ"] = GroupOperator {
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } },
Inputs = ordered() {
MainInput1 = InstanceInput {
Source = "Input",
SourceOp = "Transform"
},
Input1 = InstanceInput {
Default = 1,
Source = "speed",
Page = "Controls",
SourceOp = "Transform",
Name = "スピード"
},
Input2 = InstanceInput {
Default = 1,
Source = "SecondOperand",
SourceOp = "Calculation2",
Name = "強さ"
},
Input3 = InstanceInput {
Source = "Pivot",
SourceOp = "Transform"
}
},
Tools = ordered() {
Transform = Transform {
NameSet = true,
Inputs = {
Aspect = Input {
Source = "Result",
SourceOp = "Calculation1"
},
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
},
Pivot = Input { Value = { 0.5, 0 } }
},
UserControls = 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" } },
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
CtrlWShown = false,
CtrlWZoom = false
},
Calculation1 = Calculation {
Inputs = {
FirstOperandTimeOffset = Input { Expression = "-comp.GlobalStart" },
SecondOperand = Input { Value = 1 },
FirstOperand = Input {
Source = "Result",
SourceOp = "Calculation2"
}
},
CtrlWZoom = false
},
Calculation2 = Calculation {
Inputs = {
FirstOperandTimeScale = Input { Expression = "Transform.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate" },
SecondOperand = Input { Value = 0.8 },
FirstOperand = Input {
Source = "Value",
SourceOp = "CalculationonCalculationonTransformAspectFirstOperand"
},
Operator = Input { Value = 2 }
},
CtrlWZoom = false
},
CalculationonCalculationonTransformAspectFirstOperand = BezierSpline {
KeyFrames = {
[0] = { 0, RH = { 1, 0 }, Flags = { Linear = true } },
[3] = { 0.0800000000000001, RH = { 4.66666666666667, 0.0800000000000001 }, LH = { 2, 0.0800000000000001 } },
[8] = { -0.0489999999999999, RH = { 9.33333333333333, -0.0489999999999999 }, LH = { 6.33333333333333, -0.0489999999999999 } },
[12] = { 0.03, RH = { 13.3333333333333, 0.03 }, LH = { 10.6666666666667, 0.03 } },
[16] = { -0.00700000000000001, RH = { 16.6666666666667, -0.00700000000000001 }, LH = { 14.6666666666667, -0.00700000000000001 } },
[18] = { 0.004, RH = { 18.6666666666667, 0.004 }, LH = { 17.3333333333333, 0.004 } },
[20] = { 0, LH = { 19.3333333333333, 0 } }
},
SplineColor = { Green = 105, Blue = 30, Red = 210 },
CtrlWZoom = false
}
},
Outputs = {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "Transform"
}
},
ViewInfo = GroupInfo {
Offset = { 0, 0 },
Pos = { 3520, 544.5 },
Scale = 1,
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Flags = {
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true,
AllowPan = false,
ForceAll = true
},
PipeStyle = "Direct",
Direction = "Horizontal"
}
},
Loader29 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!目\\-・・.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 2860, -1402.5 } }
},
Loader13 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!ほっぺ\\-ほっぺ赤め.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 1815, -511.5 } }
},
Loader39 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!目\\-基本2_.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 3960, -1402.5 } }
},
Loader15 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!口\\-ω.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 2420, -1072.5 } }
},
Loader31 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!目\\-〇〇.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 3080, -1402.5 } }
},
["ぴょん"] = GroupOperator {
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } },
Inputs = ordered() {
MainInput1 = InstanceInput {
Source = "Input",
SourceOp = "Transform1"
},
Input1 = InstanceInput {
Default = 1,
Source = "speed",
SourceOp = "Transform1",
Name = "スピード"
},
Input3 = InstanceInput {
Default = 1,
Source = "SecondOperand",
SourceOp = "Calculation2_1",
Name = "強さ"
},
Input2 = InstanceInput {
Default = 0,
Source = "offset",
SourceOp = "Transform1",
Name = "時間オフセット(フレーム)"
}
},
Tools = ordered() {
Transform1 = Transform {
CtrlWShown = false,
Inputs = {
Center = Input {
Source = "Value",
SourceOp = "XYPath1"
},
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
}
},
UserControls = 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" } },
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
CtrlWZoom = false
},
XYPath1 = XYPath {
Inputs = {
X = Input { Value = 0.5 },
Y = Input {
Source = "Result",
SourceOp = "Calculation1_1"
}
},
DrawMode = "ModifyOnly",
ShowKeyPoints = false,
CtrlWZoom = false
},
Calculation1_1 = Calculation {
Inputs = {
FirstOperandTimeOffset = Input { Expression = "-comp.GlobalStart - Transform1.offset" },
SecondOperand = Input { Value = 0.5 },
FirstOperand = Input {
Source = "Result",
SourceOp = "Calculation2_1"
}
},
CtrlWZoom = false
},
Calculation2_1 = Calculation {
Inputs = {
FirstOperandTimeScale = Input { Expression = "Transform1.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate" },
SecondOperand = Input { Value = 0.5 },
FirstOperand = Input {
Source = "Value",
SourceOp = "CalculationonCalculationonTransform1CenterXYPath1YFirstOperand"
},
Operator = Input { Value = 2 }
},
CtrlWZoom = false
},
CalculationonCalculationonTransform1CenterXYPath1YFirstOperand = BezierSpline {
KeyFrames = {
[0] = { 0, RH = { 4.65, 0.225 }, Flags = { Linear = true } },
[17] = { 0, RH = { 19.6825406677053, 0.0439451976698349 }, LH = { 12.4, 0.214 } },
[25] = { 0.000999999999999557, RH = { 27.6, 0.025 }, LH = { 23.6, 0.0269999999999996 } },
[30] = { 0, LH = { 28.4282452630596, 0 } }
},
SplineColor = { Green = 255, Blue = 0, Red = 0 },
CtrlWZoom = false
}
},
Outputs = {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "Transform1"
}
},
ViewInfo = GroupInfo {
Offset = { 0, 0 },
Pos = { 3685, 544.5 },
Scale = 1,
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Flags = {
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true,
AllowPan = false,
ForceAll = true
},
PipeStyle = "Direct",
Direction = "Horizontal"
}
},
Loader8 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!左腕\\-口元に指.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 1045, -511.5 } }
},
Loader10 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!左腕\\-手を挙げる.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 1265, -511.5 } }
},
Loader36 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!目\\-上むき.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 3630, -1402.5 } }
},
Loader23 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!口\\-ん.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 3300, -1072.5 } }
},
Loader46 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\涙.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 3025, -247.5 } }
},
Loader38 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!目\\-カメラ目線.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 3850, -1402.5 } }
},
Loader2 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\-サイド髪跳ね.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 385, -247.5 } }
},
Loader42 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!眉\\-怒り眉.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 2365, -511.5 } }
},
Loader30 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!目\\-__.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 2970, -1402.5 } }
},
Loader41 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!眉\\-困り眉.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 2255, -511.5 } }
},
["震え"] = GroupOperator {
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } },
Inputs = ordered() {
MainInput1 = InstanceInput {
Source = "Input",
SourceOp = "Transform1_3"
},
Input1 = InstanceInput {
Source = "speed",
SourceOp = "Transform1_3",
Default = 2
},
Input2 = InstanceInput {
Source = "amplitude",
SourceOp = "Transform1_3",
Default = 0.1
},
Input3 = InstanceInput {
Source = "Y",
SourceOp = "Transform1_3",
Default = 0
}
},
Tools = ordered() {
Transform1_3 = Transform {
CtrlWShown = false,
Inputs = {
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)",
Value = 0.951056516295153
},
amplitude = Input { Value = 0.005 },
v = Input {
Expression = "0.5 + amplitude * iif(time > out, 0,bound)",
Value = 0.504755282581476
},
Center = Input {
Expression = "iif(Y == 0, Point(v, 0.5),Point(0.5,v))",
Value = { 0.504755282581476, 0.5 }
},
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
},
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
speed = Input { Value = 12 }
},
UserControls = 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" } },
ViewInfo = OperatorInfo { Pos = { 0, 29.7576007843018 } }
}
},
Outputs = {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "Transform1_3"
}
},
ViewInfo = GroupInfo {
Offset = { 0, 0 },
Pos = { 4510, 544.5 },
Scale = 1,
Size = { 126, 109.359001159668, 63, 24.2423992156982 },
Flags = {
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true,
AllowPan = false,
ForceAll = true
},
PipeStyle = "Direct",
Direction = "Horizontal"
}
},
Loader9 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!左腕\\-弓.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 1155, -511.5 } }
},
Loader45 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\汗.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 2915, -247.5 } }
},
Loader35 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!目\\-ジト目.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 3520, -1402.5 } }
},
Loader19 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!口\\-あえ.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 2860, -1072.5 } }
},
Loader17 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!口\\-じゅるり.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 2640, -1072.5 } }
},
["跳ねる_小"] = GroupOperator {
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } },
Inputs = ordered() {
MainInput1 = InstanceInput {
Source = "Input",
SourceOp = "Transform1_1_1"
},
Input1 = InstanceInput {
Default = 2,
Source = "speed",
SourceOp = "Transform1_1_1",
MinScale = 0.0010000000475
},
Input2 = InstanceInput {
Source = "amplitude",
SourceOp = "Transform1_1_1",
Default = 0.1
}
},
Tools = ordered() {
Transform1_1_1 = Transform {
CtrlWShown = false,
Inputs = {
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\n",
Value = 0.951056516295154
},
amplitude = Input { Value = 0.02 },
Center = Input {
Expression = "Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))",
Value = { 0.5, 0.595105651629515 }
},
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
},
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
speed = Input { Value = 2 }
},
UserControls = 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" } },
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
CtrlWZoom = false
}
},
Outputs = {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "Transform1_1_1"
}
},
ViewInfo = GroupInfo {
Offset = { 0, 0 },
Pos = { 4015, 544.5 },
Scale = 1,
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Flags = {
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true,
AllowPan = false,
ForceAll = true
},
PipeStyle = "Direct",
Direction = "Horizontal"
}
},
Loader18 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!口\\-えあー.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 2750, -1072.5 } }
},
Background1 = Background {
Inputs = {
Width = Input { Value = 1482 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 2473 },
Depth = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 165, -247.5 } }
},
SetDomain1 = SetDomain {
Inputs = {
Top = Input { Value = 0 },
Input = Input {
Source = "Output",
SourceOp = "Background1"
},
Right = Input { Value = 0 },
Mode = Input { Value = FuID { "Set" } }
},
ViewInfo = OperatorInfo { Pos = { 165, -115.5 } }
},
Loader1 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!体.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 275, -247.5 } }
},
["体_MG"] = Merge {
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "Loader1"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "SetDomain1"
}
},
ViewInfo = OperatorInfo { Pos = { 275, -115.5 } }
},
Loader3 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\-サイド髪基本.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 495, -247.5 } }
},
Root_MG = Merge {
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "Loader3"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "体_MG"
}
},
ViewInfo = OperatorInfo { Pos = { 495, -115.5 } }
},
Background2 = Background {
Inputs = {
Width = Input { Value = 1082 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1873 },
Depth = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 275, -379.5 } }
},
Loader7 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!右腕\\-基本.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 715, -511.5 } }
},
["右腕_MG"] = Merge {
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "Loader7"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "Background2"
}
},
ViewInfo = OperatorInfo { Pos = { 715, -379.5 } }
},
["右腕"] = Transform {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "右腕_MG"
}
},
ViewInfo = OperatorInfo { Pos = { 715, -247.5 } }
},
["右腕_MG1"] = Merge {
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "右腕"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "Root_MG"
}
},
ViewInfo = OperatorInfo { Pos = { 715, -115.5 } }
},
Background3 = Background {
Inputs = {
Width = Input { Value = 1082 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1873 },
Depth = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 935, -379.5 } }
},
Loader11 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!左腕\\-基本.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 1375, -511.5 } }
},
["左腕_MG"] = Merge {
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "Loader11"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "Background3"
}
},
ViewInfo = OperatorInfo { Pos = { 1375, -379.5 } }
},
["左腕"] = Transform {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "左腕_MG"
}
},
ViewInfo = OperatorInfo { Pos = { 1375, -247.5 } }
},
["左腕_MG1"] = Merge {
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "左腕"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "右腕_MG1"
}
},
ViewInfo = OperatorInfo { Pos = { 1375, -115.5 } }
},
HueCurves1 = HueCurves {
Tools = {
HueCurves1Sat = LUTBezier {
SplineColor = { Green = 204, Blue = 0, Red = 204 },
SmoothEndsTransition = true,
KeyColorSplines = {
[0] = {
[0] = { 0.807407407407407, RH = { 0.333, 0.807407407407407 } },
{ 1, RH = { 1.333, 1 }, LH = { 0.564668849552461, 1 } },
{ 1, RH = { 2.333, 1 }, LH = { 1.667, 1 } },
{ 1, RH = { 3.333, 1 }, LH = { 2.667, 1 } },
{ 1, RH = { 4.333, 1 }, LH = { 3.667, 1 } },
{ 1, RH = { 5.333, 1 }, LH = { 4.667, 1 } },
{ 0.807407407407407, LH = { 5.667, 0.807407407407407 } }
}
},
CtrlWZoom = false
},
HueCurves1Lum = LUTBezier {
SplineColor = { Green = 204, Blue = 204, Red = 204 },
SmoothEndsTransition = true,
KeyColorSplines = {
[0] = {
[0] = { 1, RH = { 0.333, 1 } },
{ 1, RH = { 1.333, 1 }, LH = { 0.667, 1 } },
{ 1, RH = { 2.333, 1 }, LH = { 1.667, 1 } },
{ 1, RH = { 3.333, 1 }, LH = { 2.667, 1 } },
{ 1, RH = { 4.333, 1 }, LH = { 3.667, 1 } },
{ 1, RH = { 5.333, 1 }, LH = { 4.667, 1 } },
{ 1, LH = { 5.667, 1 } }
}
},
CtrlWZoom = false
},
HueCurves1Red = LUTBezier {
SplineColor = { Green = 42, Blue = 42, Red = 204 },
SmoothEndsTransition = true,
KeyColorSplines = {
[0] = {
[0] = { 1, RH = { 0.333, 1 } },
{ 1, RH = { 1.333, 1 }, LH = { 0.667, 1 } },
{ 1, RH = { 2.333, 1 }, LH = { 1.667, 1 } },
{ 1, RH = { 3.333, 1 }, LH = { 2.667, 1 } },
{ 1, RH = { 4.333, 1 }, LH = { 3.667, 1 } },
{ 1, RH = { 5.333, 1 }, LH = { 4.667, 1 } },
{ 1, LH = { 5.667, 1 } }
}
},
CtrlWZoom = false
},
HueCurves1Green = LUTBezier {
SplineColor = { Green = 204, Blue = 0, Red = 0 },
SmoothEndsTransition = true,
KeyColorSplines = {
[0] = {
[0] = { 1, RH = { 0.333, 1 } },
{ 1, RH = { 1.333, 1 }, LH = { 0.667, 1 } },
{ 1, RH = { 2.333, 1 }, LH = { 1.667, 1 } },
{ 1, RH = { 3.333, 1 }, LH = { 2.667, 1 } },
{ 1, RH = { 4.333, 1 }, LH = { 3.667, 1 } },
{ 1, RH = { 5.333, 1 }, LH = { 4.667, 1 } },
{ 1, LH = { 5.667, 1 } }
}
},
CtrlWZoom = false
},
HueCurves1Blue = LUTBezier {
SplineColor = { Green = 54, Blue = 204, Red = 54 },
SmoothEndsTransition = true,
KeyColorSplines = {
[0] = {
[0] = { 1, RH = { 0.333, 1 } },
{ 1, RH = { 1.333, 1 }, LH = { 0.667, 1 } },
{ 1, RH = { 2.333, 1 }, LH = { 1.667, 1 } },
{ 1, RH = { 3.333, 1 }, LH = { 2.667, 1 } },
{ 1, RH = { 4.333, 1 }, LH = { 3.667, 1 } },
{ 1, RH = { 5.333, 1 }, LH = { 4.667, 1 } },
{ 1, LH = { 5.667, 1 } }
}
},
CtrlWZoom = false
},
HueCurves1Red1 = LUTBezier {
SplineColor = { Green = 102, Blue = 102, Red = 204 },
SmoothEndsTransition = true,
KeyColorSplines = {
[0] = {
[0] = { 1, RH = { 0.333, 1 } },
{ 1, RH = { 1.333, 1 }, LH = { 0.667, 1 } },
{ 1, RH = { 2.333, 1 }, LH = { 1.667, 1 } },
{ 1, RH = { 3.333, 1 }, LH = { 2.667, 1 } },
{ 1, RH = { 4.333, 1 }, LH = { 3.667, 1 } },
{ 1, RH = { 5.333, 1 }, LH = { 4.667, 1 } },
{ 1, LH = { 5.667, 1 } }
}
},
CtrlWZoom = false
},
HueCurves1Green1 = LUTBezier {
SplineColor = { Green = 204, Blue = 102, Red = 102 },
SmoothEndsTransition = true,
KeyColorSplines = {
[0] = {
[0] = { 1, RH = { 0.333, 1 } },
{ 1, RH = { 1.333, 1 }, LH = { 0.667, 1 } },
{ 1, RH = { 2.333, 1 }, LH = { 1.667, 1 } },
{ 1, RH = { 3.333, 1 }, LH = { 2.667, 1 } },
{ 1, RH = { 4.333, 1 }, LH = { 3.667, 1 } },
{ 1, RH = { 5.333, 1 }, LH = { 4.667, 1 } },
{ 1, LH = { 5.667, 1 } }
}
},
CtrlWZoom = false
},
HueCurves1Blue1 = LUTBezier {
SplineColor = { Green = 134, Blue = 204, Red = 134 },
SmoothEndsTransition = true,
KeyColorSplines = {
[0] = {
[0] = { 1, RH = { 0.333, 1 } },
{ 1, RH = { 1.333, 1 }, LH = { 0.667, 1 } },
{ 1, RH = { 2.333, 1 }, LH = { 1.667, 1 } },
{ 1, RH = { 3.333, 1 }, LH = { 2.667, 1 } },
{ 1, RH = { 4.333, 1 }, LH = { 3.667, 1 } },
{ 1, RH = { 5.333, 1 }, LH = { 4.667, 1 } },
{ 1, LH = { 5.667, 1 } }
}
},
CtrlWZoom = false
},
HueCurves1Hue = LUTBezier {
SplineColor = { Green = 0, Blue = 204, Red = 204 },
SmoothEndsTransition = true,
KeyColorSplines = {
[0] = {
[0] = { 1.19259259259259, RH = { 0.333, 1.19259259259259 } },
{ 1, RH = { 1.333, 1 }, LH = { 0.623233578312219, 1 } },
{ 1, RH = { 2.333, 1 }, LH = { 1.667, 1 } },
{ 1, RH = { 3.333, 1 }, LH = { 2.667, 1 } },
{ 1, RH = { 4.333, 1 }, LH = { 3.667, 1 } },
{ 1, RH = { 5.333, 1 }, LH = { 4.667, 1 } },
{ 1.19259259259259, LH = { 5.667, 1.19259259259259 } }
}
},
CtrlWZoom = false
}
},
Inputs = {
Lum = Input {
Source = "Value",
SourceOp = "HueCurves1Lum"
},
Hue = Input {
Source = "Value",
SourceOp = "HueCurves1Hue"
},
Input = Input {
Source = "Output",
SourceOp = "左腕_MG1"
},
RedSuppress = Input {
Source = "Value",
SourceOp = "HueCurves1Red1"
},
GreenSuppress = Input {
Source = "Value",
SourceOp = "HueCurves1Green1"
},
BlueSuppress = Input {
Source = "Value",
SourceOp = "HueCurves1Blue1"
},
Red = Input {
Source = "Value",
SourceOp = "HueCurves1Red"
},
Green = Input {
Source = "Value",
SourceOp = "HueCurves1Green"
},
Blue = Input {
Source = "Value",
SourceOp = "HueCurves1Blue"
},
EditHue = Input { Value = 1 },
Sat = Input {
Source = "Value",
SourceOp = "HueCurves1Sat"
}
},
ViewInfo = OperatorInfo { Pos = { 1650, -115.5 } }
},
Background4 = Background {
Inputs = {
Width = Input { Value = 1082 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1873 },
Depth = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 1595, -379.5 } }
},
Loader14 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!ほっぺ\\-ほっぺ基本.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 1925, -511.5 } }
},
["ほっぺ_MG"] = Merge {
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "Loader14"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "Background4"
}
},
ViewInfo = OperatorInfo { Pos = { 1925, -379.5 } }
},
["ほっぺ"] = Transform {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "ほっぺ_MG"
}
},
ViewInfo = OperatorInfo { Pos = { 1925, -247.5 } }
},
["ほっぺ_MG1"] = Merge {
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "ほっぺ"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "HueCurves1"
}
},
ViewInfo = OperatorInfo { Pos = { 1925, -115.5 } }
},
Background7 = Background {
Inputs = {
Width = Input { Value = 1082 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1873 },
Depth = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 2145, -379.5 } }
},
Loader44 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!眉\\-普通眉.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 2585, -511.5 } }
},
["眉_MG"] = Merge {
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "Loader44"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "Background7"
}
},
ViewInfo = OperatorInfo { Pos = { 2585, -379.5 } }
},
["眉"] = Transform {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "眉_MG"
}
},
ViewInfo = OperatorInfo { Pos = { 2585, -247.5 } }
},
["眉_MG1"] = Merge {
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "眉"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "ほっぺ_MG1"
}
},
ViewInfo = OperatorInfo { Pos = { 2585, -115.5 } }
},
["汗_MG"] = Merge {
NameSet = true,
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "眉_MG1"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 2915, -115.5 } }
},
["涙_MG"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "汗_MG"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 3025, -115.5 } }
},
AutoDomain1_1 = AutoDomain {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "涙_MG"
}
},
Colors = { TileColor = { G = 0.549019607843137, R = 0.913725490196078, B = 0.709803921568627 } },
ViewInfo = OperatorInfo { Pos = { 3355, -115.5 } }
},
Background5 = Background {
Inputs = {
Width = Input { Value = 1082 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1873 },
Depth = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 2310, -940.5 } }
},
["口_MG"] = Merge {
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "Loader26"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "Background5"
}
},
ViewInfo = OperatorInfo { Pos = { 3630, -940.5 } }
},
AutoDomain1_2 = AutoDomain {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "口_MG"
}
},
Colors = { TileColor = { G = 0.549019607843137, R = 0.913725490196078, B = 0.709803921568627 } },
ViewInfo = OperatorInfo { Pos = { 3630, -808.5 } }
},
Loader26 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!口\\-ほほえみ.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 3630, -1072.5 } }
},
M01 = Fuse.Wireless {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Loader26"
}
},
ViewInfo = OperatorInfo { Pos = { 3520, -676.5 } }
},
Loader22 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!口\\-お.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 3190, -1072.5 } }
},
M02 = Fuse.Wireless {
NameSet = true,
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Loader22"
}
},
ViewInfo = OperatorInfo { Pos = { 3410, -676.5 } }
},
Loader21 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!口\\-おおー.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 3080, -1072.5 } }
},
M03 = Fuse.Wireless {
NameSet = true,
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Loader21"
}
},
ViewInfo = OperatorInfo { Pos = { 3300, -775.5 } }
},
Transform2_1 = Transform {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "M03"
},
Pivot = Input { Value = { 0.479080440317471, 0.727027874181194 } },
Size = Input { Value = 0.8 }
},
ViewInfo = OperatorInfo { Pos = { 3300, -676.5 } }
},
Loader25 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!口\\-あは.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 3520, -1072.5 } }
},
M04 = Fuse.Wireless {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Loader25"
}
},
ViewInfo = OperatorInfo { Pos = { 3190, -676.5 } }
},
Loader24 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!口\\-あはー.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 3410, -1072.5 } }
},
M05 = Fuse.Wireless {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Loader24"
}
},
ViewInfo = OperatorInfo { Pos = { 3080, -676.5 } }
},
Dissolve1 = Dissolve {
Transitions = {
[0] = "DFTDissolve"
},
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "M05"
},
Mix = Input {
Expression = "iif(MouthCtrlB.Open >= MouthCtrlB.Threshold_005, 1, 0)",
Value = 0
},
Background = Input {
Source = "Output",
SourceOp = "M04"
}
},
ViewInfo = OperatorInfo { Pos = { 3190, -577.5 } }
},
Dissolve2 = Dissolve {
Transitions = {
[0] = "DFTDissolve"
},
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "Dissolve1"
},
Mix = Input { Expression = "iif(MouthCtrlB.Open >= MouthCtrlB.Threshold_004, 1, 0)" },
Background = Input {
Source = "Output",
SourceOp = "Transform2_1"
}
},
ViewInfo = OperatorInfo { Pos = { 3300, -577.5 } }
},
Dissolve3 = Dissolve {
Transitions = {
[0] = "DFTDissolve"
},
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "Dissolve2"
},
Mix = Input {
Expression = "iif(MouthCtrlB.Open >= MouthCtrlB.Threshold_003, 1, 0)",
Value = 0
},
Background = Input {
Source = "Output",
SourceOp = "M02"
}
},
ViewInfo = OperatorInfo { Pos = { 3410, -577.5 } }
},
Dissolve4 = Dissolve {
Transitions = {
[0] = "DFTDissolve"
},
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "Dissolve3"
},
Mix = Input { Expression = "iif(MouthCtrlB.Open >= MouthCtrlB.Threshold_002, 1, 0)" },
Background = Input {
Source = "Output",
SourceOp = "M01"
}
},
ViewInfo = OperatorInfo { Pos = { 3520, -577.5 } }
},
Dissolve5 = Dissolve {
Transitions = {
[0] = "DFTDissolve"
},
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "Dissolve4"
},
Mix = Input {
Expression = "iif(MouthCtrlB.Open >= MouthCtrlB.Threshold_001, 1, 0)",
Value = 0
},
Background = Input {
Source = "Output",
SourceOp = "AutoDomain1_2"
}
},
ViewInfo = OperatorInfo { Pos = { 3630, -577.5 } }
},
MouthCtrlB = Transform {
NameSet = true,
Inputs = {
Threshold_002 = Input { Value = 0.2 },
Threshold_001 = Input { Value = 0 },
Threshold_003 = Input { Value = 0.4 },
Input = Input {
Source = "Output",
SourceOp = "Dissolve5"
},
Threshold_005 = Input { Value = 0.8 },
Threshold_004 = Input { Value = 0.6 },
Open = Input { Value = -1 }
},
UserControls = ordered() {
Open = {
LINKS_Name = "Open",
INP_Default = 0,
INP_Integer = false,
ICS_ControlPage = "口パク",
INPID_InputControl = "SliderControl",
LINKID_DataType = "Number"
},
Threshold_005 = {
LINKS_Name = "Threshold_005",
INP_Default = 0.833333333333333,
INP_Integer = false,
ICS_ControlPage = "口パク",
INPID_InputControl = "SliderControl",
LINKID_DataType = "Number"
},
Threshold_004 = {
LINKS_Name = "Threshold_004",
INP_Default = 0.666666666666667,
INP_Integer = false,
ICS_ControlPage = "口パク",
INPID_InputControl = "SliderControl",
LINKID_DataType = "Number"
},
Threshold_003 = {
LINKS_Name = "Threshold_003",
INP_Default = 0.5,
INP_Integer = false,
ICS_ControlPage = "口パク",
INPID_InputControl = "SliderControl",
LINKID_DataType = "Number"
},
Threshold_002 = {
LINKS_Name = "Threshold_002",
INP_Default = 0.333333333333333,
INP_Integer = false,
ICS_ControlPage = "口パク",
INPID_InputControl = "SliderControl",
LINKID_DataType = "Number"
},
Threshold_001 = {
LINKS_Name = "Threshold_001",
INP_Default = 0.166666666666667,
INP_Integer = false,
ICS_ControlPage = "口パク",
INPID_InputControl = "SliderControl",
LINKID_DataType = "Number"
}
},
Colors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },
ViewInfo = OperatorInfo { Pos = { 3630, -478.5 } }
},
["口"] = Transform {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "MouthCtrlB"
}
},
ViewInfo = OperatorInfo { Pos = { 3630, -247.5 } }
},
["口_MG1"] = Merge {
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "口"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "AutoDomain1_1"
}
},
ViewInfo = OperatorInfo { Pos = { 3630, -115.5 } }
},
Background6 = Background {
Inputs = {
Width = Input { Value = 1082 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1873 },
Depth = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 2530, -1270.5 } }
},
Loader40 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!目\\-基本.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4070, -1402.5 } }
},
["目_MG"] = Merge {
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "Loader40"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "Background6"
}
},
ViewInfo = OperatorInfo { Pos = { 4070, -1270.5 } }
},
AutoDomain1 = AutoDomain {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "目_MG"
}
},
Colors = { TileColor = { G = 0.549019607843137, R = 0.913725490196078, B = 0.709803921568627 } },
ViewInfo = OperatorInfo { Pos = { 4070, -808.5 } }
},
Loader34 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!目\\-閉じ目.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 3410, -1402.5 } }
},
Closed = Fuse.Wireless {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Loader34"
}
},
ViewInfo = OperatorInfo { Pos = { 3960, -577.5 } }
},
EyeBlink = Dissolve {
NameSet = true,
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "Closed"
},
Mix = Input {
Source = "Value",
SourceOp = "EyeBlinkMix"
},
Background = Input {
Source = "Output",
SourceOp = "AutoDomain1"
}
},
Transitions = {
[0] = "DFTDissolve"
},
ViewInfo = OperatorInfo { Pos = { 4070, -577.5 } }
},
EyeBlinkMix = BezierSpline {
NameSet = true,
SplineColor = { Green = 164, Blue = 235, Red = 16 },
KeyFrames = {
[0] = { 0, RH = { 49, 0 }, Flags = { Linear = true, PreLoop = true, Loop = true } },
[147] = { 1, RH = { 148, 1 }, LH = { 147, 0.666666666666667 }, Flags = { StepIn = true } },
[151] = { 0, LH = { 151, 0.333333333333333 }, Flags = { PreLoop = true, StepIn = true, Loop = true } }
},
CtrlWZoom = false
},
EyeCtrl = Transform {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
EyeStatus = Input { Value = "On" },
Input = Input {
Source = "Output",
SourceOp = "EyeBlink"
},
Blink = Input { Value = 151 }
},
UserControls = ordered() {
Blink = {
LINKS_Name = "Blink",
INP_Integer = true,
INP_MaxAllowed = 1000000,
INP_MinAllowed = 0,
INP_MaxScale = 500,
INP_MinScale = 0,
ICS_ControlPage = "目パチ",
INP_External = false,
INPID_InputControl = "SliderControl",
INP_Default = 127,
LINKID_DataType = "Number"
},
Close = {
LINKS_Name = "Close",
INP_Passive = true,
INP_Integer = true,
INP_MinAllowed = 0,
INP_MaxScale = 10,
INP_MinScale = 0,
INP_Default = 4,
INP_External = false,
ICS_ControlPage = "目パチ",
INPID_InputControl = "SliderControl",
LINKID_DataType = "Number"
},
Apply = {
LINKS_Name = "Apply",
ICS_ControlPage = "目パチ",
BTNCS_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",
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
at00 = {
LINKS_Name = "ボタンを押さないと反映されません。",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "目パチ",
LBLC_DropDownButton = false,
INP_Integer = false,
INP_External = false,
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
sp00 = {
LINKS_Name = "",
ICS_ControlPage = "目パチ",
INPID_InputControl = "LabelControl",
LBLC_DropDownButton = false,
INP_Integer = false,
INP_Passive = true,
INP_External = false,
LINKID_DataType = "Number"
},
BlinkOn = {
LINKS_Name = "BlinkOn",
ICS_ControlPage = "目パチ",
BTNCS_Execute = "EyeBlink:SetAttrs({TOOLB_PassThrough = false})\nEyeCtrl.EyeStatus = \"On\"\n",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.4,
LINKID_DataType = "Number"
},
BlinkOff = {
LINKS_Name = "BlinkOff",
ICS_ControlPage = "目パチ",
BTNCS_Execute = "EyeBlink:SetAttrs({TOOLB_PassThrough = true})\nEyeCtrl.EyeStatus = \"Off\"\n",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.4,
LINKID_DataType = "Number"
},
EyeStatus = {
LINKS_Name = "",
TEC_Lines = 1,
INPID_InputControl = "TextEditControl",
TEC_ReadOnly = true,
TEC_Wrap = false,
ICS_ControlPage = "目パチ",
INP_External = false,
ICD_Width = 0.2,
LINKID_DataType = "Text"
}
},
Colors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },
ViewInfo = OperatorInfo { Pos = { 4070, -478.5 } }
},
["目"] = Transform {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "EyeCtrl"
}
},
ViewInfo = OperatorInfo { Pos = { 4070, -247.5 } }
},
["目_MG1"] = Merge {
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "目"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "口_MG1"
}
},
ViewInfo = OperatorInfo { Pos = { 4070, -115.5 } }
},
Root = Transform {
Inputs = {
Grp_Root = Input { Value = 0 },
Input = Input {
Source = "Output",
SourceOp = "目_MG1"
},
Comments = 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" }
},
UserControls = ordered() {
CopyPose = {
LINKS_Name = "Copy Pose",
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.copy(comp)]])",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
PastePose = {
LINKS_Name = "Paste Pose",
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.paste(comp)]])",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
SavePose = {
LINKS_Name = "Save Pose",
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.save(comp, fu)]])",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
LoadPose = {
LINKS_Name = "Load Pose",
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.load(comp, fu)]])",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
Grp_Root = {
LINKS_Name = "Root",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 6,
LINKID_DataType = "Number"
},
N010_namida_show_59 = {
LINKS_Name = "涙 show",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"涙_MG\")\nlocal node = comp:FindTool(\"Loader46\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N010_namida_hide_59 = {
LINKS_Name = "涙 hide",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"涙_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N009_ase_show_58 = {
LINKS_Name = "汗 show",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"汗_MG\")\nlocal node = comp:FindTool(\"Loader45\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N009_ase_hide_58 = {
LINKS_Name = "汗 hide",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"汗_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N002_saidokamikihon4 = {
LINKS_Name = "*サイド髪基本",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_saidokamihane3 = {
LINKS_Name = "*サイド髪跳ね",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["Grp_眉"] = {
LINKS_Name = "眉",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 4,
LINKID_DataType = "Number"
},
N003_futsuumayu57 = {
LINKS_Name = "*普通眉",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader44\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N002_agarimayu56 = {
LINKS_Name = "*上がり眉",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader43\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_ikarimayu55 = {
LINKS_Name = "*怒り眉",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader42\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_komarimayu54 = {
LINKS_Name = "*困り眉",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader41\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["Grp_目"] = {
LINKS_Name = "目",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 14,
LINKID_DataType = "Number"
},
N013_kihon51 = {
LINKS_Name = "*基本",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader40\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N012_kihon250 = {
LINKS_Name = "*基本2",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader39\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N011_kameramesen49 = {
LINKS_Name = "*カメラ目線",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader38\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N010_mesorashi48 = {
LINKS_Name = "*目そらし",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader37\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N009_uemuki47 = {
LINKS_Name = "*上むき",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader36\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N008_jitome46 = {
LINKS_Name = "*ジト目",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader35\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N007_tojime45 = {
LINKS_Name = "*閉じ目",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader34\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N006_uinku44 = {
LINKS_Name = "*ウインク",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader33\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N005_nikkori43 = {
LINKS_Name = "*にっこり",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader32\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["N004_〇〇42"] = {
LINKS_Name = "*〇〇",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader31\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N003_none41 = {
LINKS_Name = "*><",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader30\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["N002_・・40"] = {
LINKS_Name = "*・・",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader29\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_zuda39 = {
LINKS_Name = "*(ず・ ・だ)",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader28\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_zudaflipx38 = {
LINKS_Name = "*(ず・ ・だ):flipx",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader27\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["Grp_口"] = {
LINKS_Name = "口",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 12,
LINKID_DataType = "Number"
},
N011_hohoemi35 = {
LINKS_Name = "*ほほえみ",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader26\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N010_aha34 = {
LINKS_Name = "*あは",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader25\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N009_ahaa33 = {
LINKS_Name = "*あはー",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader24\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N008_n32 = {
LINKS_Name = "*ん",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader23\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N007_o31 = {
LINKS_Name = "*お",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader22\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N006_ooo30 = {
LINKS_Name = "*おおー",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader21\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N005_nmu29 = {
LINKS_Name = "*んむ",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader20\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N004_ae28 = {
LINKS_Name = "*あえ",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader19\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N003_eaa27 = {
LINKS_Name = "*えあー",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader18\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N002_jururi26 = {
LINKS_Name = "*じゅるり",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader17\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_perori25 = {
LINKS_Name = "*ぺろり",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader16\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["N000_ω24"] = {
LINKS_Name = "*ω",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader15\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["Grp_ほっぺ"] = {
LINKS_Name = "ほっぺ",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 3,
LINKID_DataType = "Number"
},
N002_hoppekihon21 = {
LINKS_Name = "*ほっぺ基本",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"ほっぺ_MG\")\nlocal node = comp:FindTool(\"Loader14\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_hoppeakame20 = {
LINKS_Name = "*ほっぺ赤め",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"ほっぺ_MG\")\nlocal node = comp:FindTool(\"Loader13\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_sekimen19 = {
LINKS_Name = "*赤面",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"ほっぺ_MG\")\nlocal node = comp:FindTool(\"Loader12\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["Grp_左腕"] = {
LINKS_Name = "左腕",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 4,
LINKID_DataType = "Number"
},
N003_kihon16 = {
LINKS_Name = "*基本",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader11\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N002_tewoageru15 = {
LINKS_Name = "*手を挙げる",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader10\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_yumi14 = {
LINKS_Name = "*弓",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader9\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_kuchimotoniyubi13 = {
LINKS_Name = "*口元に指",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader8\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["Grp_右腕"] = {
LINKS_Name = "右腕",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 4,
LINKID_DataType = "Number"
},
N003_kihon10 = {
LINKS_Name = "*基本",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader7\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N002_tewoageru9 = {
LINKS_Name = "*手を挙げる",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader6\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_yoko8 = {
LINKS_Name = "*横",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader5\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_atamakotsun7 = {
LINKS_Name = "*頭こつん",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader4\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
}
},
CtrlWZoom = false,
Colors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },
ViewInfo = OperatorInfo { Pos = { 4070, 49.5 } }
},
["モーションなし"] = Transform {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Root"
}
},
ViewInfo = OperatorInfo { Pos = { 4070, 214.5 } }
},
["不安"] = GroupOperator {
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } },
Inputs = ordered() {
MainInput1 = InstanceInput {
Source = "Input",
SourceOp = "Transform1_2"
},
Input3 = InstanceInput {
Width = 1,
Source = "RandomSeed",
SourceOp = "Shake1",
Default = 0
},
Input4 = InstanceInput {
Source = "Randomize",
SourceOp = "Shake1",
Width = 0.385
},
Input5 = InstanceInput {
Source = "Smoothness",
SourceOp = "Shake1",
Default = 10
},
Input1 = InstanceInput {
Default = 0.1,
Source = "x",
SourceOp = "Transform1_2",
Name = "X"
},
Input2 = InstanceInput {
Default = 0.1,
Source = "y",
SourceOp = "Transform1_2",
Name = "Y"
}
},
Tools = ordered() {
Transform1_2 = Transform {
CtrlWShown = false,
Inputs = {
in_out = Input {
Source = "Result",
SourceOp = "KeyframeStretcher1"
},
y = Input { Value = 0.01 },
Center = Input {
Expression = "Point(0.5, 0.5) + shake * in_out",
Value = { 0.502997744173508, 0.497908177638071 }
},
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
},
shake = Input {
Source = "Position",
SourceOp = "Shake1"
},
x = Input { Value = 0.01 }
},
UserControls = 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" } },
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
CtrlWZoom = false
},
KeyframeStretcher1 = KeyStretcherMod {
Inputs = {
StretchEnd = Input { Value = 110 },
Keyframes = Input {
Source = "Value",
SourceOp = "KeyStretcheronTransform1_2Keyframes"
},
StretchStart = Input { Value = 10 }
},
CtrlWZoom = false
},
KeyStretcheronTransform1_2Keyframes = BezierSpline {
KeyFrames = {
[0] = { 0, RH = { 3.33333333333333, 0 }, Flags = { Linear = true } },
[10] = { 1, RH = { 43.3333333333333, 1 }, LH = { 6.66666666666667, 1 } },
[110] = { 1, RH = { 113.333333333333, 1 }, LH = { 76.6666666666667, 1 } },
[120] = { 0, LH = { 116.666666666667, 0 } }
},
SplineColor = { Green = 106, Blue = 231, Red = 193 },
CtrlWZoom = false
},
Shake1 = Shake {
CtrlWZoom = false,
Inputs = {
LockXY = Input { Value = 0 },
XMinimum = Input {
Expression = "-Transform1_2.x",
Value = -0.1
},
XMaximum = Input {
Expression = "Transform1_2.x",
Value = 0.1
},
YMinimum = Input {
Expression = "-Transform1_2.y",
Value = -0.1
},
Smoothness = Input { Value = 2 },
YMaximum = Input {
Expression = "Transform1_2.y",
Value = 0.1
}
},
Faster = true
}
},
Outputs = {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "Transform1_2"
}
},
ViewInfo = GroupInfo {
Offset = { 0, 0 },
Pos = { 4180, 544.5 },
Scale = 1,
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Flags = {
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true,
AllowPan = false,
ForceAll = true
},
PipeStyle = "Direct",
Direction = "Horizontal"
}
},
Loader16 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!口\\-ぺろり.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 2530, -1072.5 } }
},
Loader27 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!目\\-(ず・ ・だ)_flipx.png",
GlobalStart = -1000,
Depth = 0,
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 2640, -1402.5 } }
}
},
ViewInfo = GroupInfo {
Scale = 1,
Offset = { 0, 0 },
Flags = {
GridSnap = true,
AllowPan = false,
AutoSnap = true,
ForceAll = true
},
Direction = "Horizontal",
PipeStyle = "Direct"
},
CtrlWZoom = false
}
}
}
================================================
FILE: Templates/Edit/Generators/old/琴葉茜(FUSE).setting
================================================
{
Tools = ordered() {
Akane = GroupOperator {
ViewInfo = GroupInfo {
Scale = 1,
Offset = { 0, 0 },
Flags = {
GridSnap = true,
AllowPan = false,
AutoSnap = true,
ForceAll = true
},
Direction = "Horizontal",
PipeStyle = "Direct"
},
Outputs = ordered() {
MainOutput1 = InstanceOutput {
SourceOp = "ST_MergeB",
Source = "Output"
}
},
Inputs = ordered() {
Input1 = InstanceInput {
Default = 0,
Name = "Copy Pose",
SourceOp = "Root",
Source = "CopyPose"
},
Input2 = InstanceInput {
Default = 0,
Name = "Paste Pose",
SourceOp = "Root",
Source = "PastePose"
},
Input3 = InstanceInput {
Default = 0,
Name = "Save Pose",
SourceOp = "Root",
Source = "SavePose"
},
Input4 = InstanceInput {
Default = 0,
Name = "Load Pose",
SourceOp = "Root",
Source = "LoadPose"
},
Input5 = InstanceInput {
SourceOp = "ST_MergeB",
Source = "Center"
},
Input6 = InstanceInput {
SourceOp = "ST_MergeB",
Source = "Size",
Default = 1
},
Input7 = InstanceInput {
SourceOp = "ST_MergeB",
Source = "Angle",
Default = 0
},
Input8 = InstanceInput {
Default = 0,
Source = "FlipHoriz",
ControlGroup = 1,
SourceOp = "ST_MergeB",
Name = "Flip Horizontal"
},
Input9 = InstanceInput {
Default = 0,
Source = "FlipVert",
ControlGroup = 1,
SourceOp = "ST_MergeB",
Name = "Flip Vertical"
},
Input10 = InstanceInput {
Default = 0,
Name = "モーションなし",
SourceOp = "モーションSelector",
Source = "N000_モーションなし"
},
Input11 = InstanceInput {
Default = 0,
Name = "ぽよ",
SourceOp = "モーションSelector",
Source = "N001_ぽよ"
},
Input12 = InstanceInput {
Default = 0,
Name = "ぴょん",
SourceOp = "モーションSelector",
Source = "N002_ぴょん"
},
Input13 = InstanceInput {
Default = 0,
Name = "跳ねる",
SourceOp = "モーションSelector",
Source = "N003_跳ねる"
},
Input14 = InstanceInput {
Default = 0,
Name = "跳ねる_小",
SourceOp = "モーションSelector",
Source = "N004_跳ねる_小"
},
Input15 = InstanceInput {
Default = 0,
Name = "不安",
SourceOp = "モーションSelector",
Source = "N005_不安"
},
Input16 = InstanceInput {
Default = 0,
Name = "荒ぶる",
SourceOp = "モーションSelector",
Source = "N006_荒ぶる"
},
Input17 = InstanceInput {
Default = 0,
Name = "震え",
SourceOp = "モーションSelector",
Source = "N007_震え"
},
Input18 = InstanceInput {
Default = 0,
Name = "記号など",
SourceOp = "Root",
Source = "Grp_記号など"
},
Input19 = InstanceInput {
Default = 0,
Name = "汗 show",
SourceOp = "Root",
Source = "N002_ase_show_77"
},
Input20 = InstanceInput {
Default = 0,
Name = "汗 hide",
SourceOp = "Root",
Source = "N002_ase_hide_77"
},
Input21 = InstanceInput {
Default = 0,
Name = "汗2 show",
SourceOp = "Root",
Source = "N001_ase2_show_76"
},
Input22 = InstanceInput {
Default = 0,
Name = "汗2 hide",
SourceOp = "Root",
Source = "N001_ase2_hide_76"
},
Input23 = InstanceInput {
Default = 0,
Name = "涙 show",
SourceOp = "Root",
Source = "N000_namida_show_75"
},
Input24 = InstanceInput {
Default = 0,
Name = "涙 hide",
SourceOp = "Root",
Source = "N000_namida_hide_75"
},
Input25 = InstanceInput {
Default = 1,
Name = "眉",
SourceOp = "Root",
Source = "Grp_眉"
},
Input26 = InstanceInput {
Default = 0,
Source = "N003_kihon72",
SourceOp = "Root",
Width = 0.25,
Name = "*基本"
},
Input27 = InstanceInput {
Default = 0,
Source = "N002_gokigen71",
SourceOp = "Root",
Width = 0.25,
Name = "*ごきげん"
},
Input28 = InstanceInput {
Default = 0,
Source = "N001_komari70",
SourceOp = "Root",
Width = 0.25,
Name = "*困り"
},
Input29 = InstanceInput {
Default = 0,
Source = "N000_oko69",
SourceOp = "Root",
Width = 0.25,
Name = "*おこ"
},
Input30 = InstanceInput {
Default = 1,
Name = "目",
SourceOp = "Root",
Source = "Grp_目"
},
Input31 = InstanceInput {
Default = 0,
Source = "N005_mesetto66",
SourceOp = "Root",
Width = 0.25,
Name = "*目セット"
},
Input32 = InstanceInput {
Default = 0,
Source = "N004_tatesenme50",
SourceOp = "Root",
Width = 0.25,
Name = "*縦線目"
},
Input33 = InstanceInput {
Default = 0,
Source = "N003_tojime49",
SourceOp = "Root",
Width = 0.25,
Name = "*閉じ目"
},
Input34 = InstanceInput {
Default = 0,
Source = "N002_nagomime48",
SourceOp = "Root",
Width = 0.25,
Name = "*なごみ目"
},
Input35 = InstanceInput {
Default = 0,
Source = "N001_none47",
SourceOp = "Root",
Width = 0.25,
Name = "*><"
},
Input36 = InstanceInput {
Default = 0,
Source = "N000_nikkori46",
SourceOp = "Root",
Width = 0.25,
Name = "*にっこり"
},
Input37 = InstanceInput {
Default = 0,
Name = "目セット",
SourceOp = "Root",
Source = "Grp_目セット"
},
Input38 = InstanceInput {
Default = 0,
Source = "N003_matsugekihon66",
SourceOp = "Root",
Width = 0.25,
Name = "*まつげ基本"
},
Input39 = InstanceInput {
Default = 0,
Source = "N002_matsugehanme65",
SourceOp = "Root",
Width = 0.25,
Name = "*まつげ半目"
},
Input40 = InstanceInput {
Default = 0,
Source = "N001_matsugeoko64",
SourceOp = "Root",
Width = 0.25,
Name = "*まつげおこ"
},
Input41 = InstanceInput {
Default = 0,
Name = "黒目",
SourceOp = "Root",
Source = "Grp_黒目"
},
Input42 = InstanceInput {
Default = 0,
Source = "N008_kihon63",
SourceOp = "Root",
Width = 0.25,
Name = "*基本"
},
Input43 = InstanceInput {
Default = 0,
Source = "N007_kameramesenmigi5px62",
SourceOp = "Root",
Width = 0.25,
Name = "*カメラ目線/右5px"
},
Input44 = InstanceInput {
Default = 0,
Source = "N006_mesorashihidari5px61",
SourceOp = "Root",
Width = 0.25,
Name = "*目逸らし/左5px"
},
Input45 = InstanceInput {
Default = 0,
Source = "N005_nigorime60",
SourceOp = "Root",
Width = 0.25,
Name = "*濁り目"
},
Input46 = InstanceInput {
Default = 0,
Source = "N004_kirakirame59",
SourceOp = "Root",
Width = 0.25,
Name = "*きらきら目"
},
Input47 = InstanceInput {
Default = 0,
Source = "N003_haatome58",
SourceOp = "Root",
Width = 0.25,
Name = "*ハート目"
},
Input48 = InstanceInput {
Default = 0,
Source = "N002_gurugurume57",
SourceOp = "Root",
Width = 0.25,
Name = "*ぐるぐる目"
},
Input49 = InstanceInput {
Default = 0,
Source = "N001_yabame56",
SourceOp = "Root",
Width = 0.25,
Name = "*やば目"
},
Input50 = InstanceInput {
Default = 0,
Source = "N000_shironukime55",
SourceOp = "Root",
Width = 0.25,
Name = "*白抜き目"
},
Input51 = InstanceInput {
Default = 1,
Name = "口",
SourceOp = "Root",
Source = "Grp_口"
},
Input52 = InstanceInput {
Default = 0,
Source = "N011_hohoemi43",
SourceOp = "Root",
Width = 0.25,
Name = "*ほほえみ"
},
Input53 = InstanceInput {
Default = 0,
Source = "N010_waaa42",
SourceOp = "Root",
Width = 0.25,
Name = "*わあー"
},
Input54 = InstanceInput {
Default = 0,
Source = "N009_uhehe41",
SourceOp = "Root",
Width = 0.25,
Name = "*うへへ"
},
Input55 = InstanceInput {
Default = 0,
Source = "N008_niyari40",
SourceOp = "Root",
Width = 0.25,
Name = "*にやり"
},
Input56 = InstanceInput {
Default = 0,
Source = "N007_sun39",
SourceOp = "Root",
Width = 0.25,
Name = "*すん"
},
Input57 = InstanceInput {
Default = 0,
Source = "N006_o38",
SourceOp = "Root",
Width = 0.25,
Name = "*お"
},
Input58 = InstanceInput {
Default = 0,
Source = "N005_oo37",
SourceOp = "Root",
Width = 0.25,
Name = "*おー"
},
Input59 = InstanceInput {
Default = 0,
Source = "N004_e36",
SourceOp = "Root",
Width = 0.25,
Name = "*え"
},
Input60 = InstanceInput {
Default = 0,
Source = "N003_uootsu35",
SourceOp = "Root",
Width = 0.25,
Name = "*うおーっ"
},
Input61 = InstanceInput {
Default = 0,
Source = "N002_muu34",
SourceOp = "Root",
Width = 0.25,
Name = "*むー"
},
Input62 = InstanceInput {
Default = 0,
Source = "N001_hoo33",
SourceOp = "Root",
Width = 0.25,
Name = "*ほー"
},
Input63 = InstanceInput {
Default = 0,
Source = "N000_nn32",
SourceOp = "Root",
Width = 0.25,
Name = "*んー"
},
Input64 = InstanceInput {
Default = 1,
Name = "顔色",
SourceOp = "Root",
Source = "Grp_顔色"
},
Input65 = InstanceInput {
Default = 0,
Name = "かげり show",
SourceOp = "Root",
Source = "N004_kageri_show_28"
},
Input66 = InstanceInput {
Default = 0,
Name = "かげり hide",
SourceOp = "Root",
Source = "N004_kageri_hide_28"
},
Input67 = InstanceInput {
Default = 0,
Source = "N003_hoppe27",
SourceOp = "Root",
Width = 0.25,
Name = "*ほっぺ"
},
Input68 = InstanceInput {
Default = 0,
Source = "N002_hoppeakame26",
SourceOp = "Root",
Width = 0.25,
Name = "*ほっぺ赤め"
},
Input69 = InstanceInput {
Default = 0,
Source = "N001_hoppeakame225",
SourceOp = "Root",
Width = 0.25,
Name = "*ほっぺ赤め2"
},
Input70 = InstanceInput {
Default = 0,
Source = "N000_kuma24",
SourceOp = "Root",
Width = 0.25,
Name = "*クマ"
},
Input71 = InstanceInput {
Default = 1,
Name = "左腕",
SourceOp = "Root",
Source = "Grp_左腕"
},
Input72 = InstanceInput {
Default = 0,
Source = "N004_kihon20",
SourceOp = "Root",
Width = 0.25,
Name = "*基本"
},
Input73 = InstanceInput {
Default = 0,
Source = "N003_kangaeru19",
SourceOp = "Root",
Width = 0.25,
Name = "*考える"
},
Input74 = InstanceInput {
Default = 0,
Source = "N002_piisu18",
SourceOp = "Root",
Width = 0.25,
Name = "*ピース"
},
Input75 = InstanceInput {
Default = 0,
Source = "N001_banzai17",
SourceOp = "Root",
Width = 0.25,
Name = "*ばんざい"
},
Input76 = InstanceInput {
Default = 0,
Source = "N000_udewohirogeru16",
SourceOp = "Root",
Width = 0.25,
Name = "*腕をひろげる"
},
Input77 = InstanceInput {
Default = 1,
Name = "右腕",
SourceOp = "Root",
Source = "Grp_右腕"
},
Input78 = InstanceInput {
Default = 0,
Source = "N005_kihon13",
SourceOp = "Root",
Width = 0.25,
Name = "*基本"
},
Input79 = InstanceInput {
Default = 0,
Source = "N004_piisu12",
SourceOp = "Root",
Width = 0.25,
Name = "*ピース"
},
Input80 = InstanceInput {
Default = 0,
Source = "N003_sasasu11",
SourceOp = "Root",
Width = 0.25,
Name = "*指さす"
},
Input81 = InstanceInput {
Default = 0,
Source = "N002_houchou10",
SourceOp = "Root",
Width = 0.25,
Name = "*包丁"
},
Input82 = InstanceInput {
Default = 0,
Source = "N001_banzai9",
SourceOp = "Root",
Width = 0.25,
Name = "*ばんざい"
},
Input83 = InstanceInput {
Default = 0,
Source = "N000_udewohirogeru8",
SourceOp = "Root",
Width = 0.25,
Name = "*腕をひろげる"
},
Input84 = InstanceInput {
Default = 0,
Name = "Root",
SourceOp = "Root",
Source = "Grp_Root"
},
Input85 = InstanceInput {
Default = 0,
Name = "記号など show",
SourceOp = "Root",
Source = "N012_kigounado_show_77"
},
Input86 = InstanceInput {
Default = 0,
Name = "記号など hide",
SourceOp = "Root",
Source = "N012_kigounado_hide_77"
},
Input87 = InstanceInput {
Default = 0,
Name = "髪飾り show",
SourceOp = "Root",
Source = "N003_kamikazari_show_5"
},
Input88 = InstanceInput {
Default = 0,
Name = "髪飾り hide",
SourceOp = "Root",
Source = "N003_kamikazari_hide_5"
},
Input89 = InstanceInput {
Default = 0,
Name = "髪飾り:flipx show",
SourceOp = "Root",
Source = "N002_kamikazariflipx_show_4"
},
Input90 = InstanceInput {
Default = 0,
Name = "髪飾り:flipx hide",
SourceOp = "Root",
Source = "N002_kamikazariflipx_hide_4"
},
Input91 = InstanceInput {
SourceOp = "RS_MouthAIUEO",
Source = "Anim",
Default = 0
},
Input92 = InstanceInput {
SourceOp = "EyeCtrl",
Source = "Blink",
Default = 163
},
Input93 = InstanceInput {
SourceOp = "EyeCtrl",
Source = "Close",
Default = 4
},
Input94 = InstanceInput {
SourceOp = "EyeCtrl",
Source = "Apply",
Default = 0
},
Input95 = InstanceInput {
Default = 0,
Name = "ボタンを押さないと反映されません。",
SourceOp = "EyeCtrl",
Source = "at00"
},
Input96 = InstanceInput {
Default = 0,
Name = "",
SourceOp = "EyeCtrl",
Source = "sp00"
},
Input97 = InstanceInput {
SourceOp = "EyeCtrl",
Source = "BlinkOn",
Default = 0
},
Input98 = InstanceInput {
SourceOp = "EyeCtrl",
Source = "BlinkOff",
Default = 0
},
Input99 = InstanceInput {
Name = "",
Source = "EyeStatus",
SourceOp = "EyeCtrl"
}
},
Tools = ordered() {
Loader21 = Loader {
Clips = {
Clip {
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!顔色\\かげり.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0
}
},
ViewInfo = OperatorInfo { Pos = { 3135, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader54 = Loader {
Clips = {
Clip {
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!眉\\-ごきげん.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0
}
},
ViewInfo = OperatorInfo { Pos = { 3740, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader36 = Loader {
Clips = {
Clip {
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!目\\-__.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0
}
},
ViewInfo = OperatorInfo { Pos = { 3355, -2062.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader18 = Loader {
Clips = {
Clip {
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!顔色\\-ほっぺ赤め2_.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0
}
},
ViewInfo = OperatorInfo { Pos = { 2805, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader43 = Loader {
Clips = {
Clip {
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!目\\-目セット\\!黒目\\-ハート目.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0
}
},
ViewInfo = OperatorInfo { Pos = { 4565, -2590.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader42 = Loader {
Clips = {
Clip {
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!目\\-目セット\\!黒目\\-ぐるぐる目.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0
}
},
ViewInfo = OperatorInfo { Pos = { 4455, -2590.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["ぽよ"] = GroupOperator {
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } },
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform",
Source = "Output"
}
},
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform",
Source = "Input"
},
Input1 = InstanceInput {
Default = 1,
Name = "スピード",
SourceOp = "Transform",
Page = "Controls",
Source = "speed"
},
Input2 = InstanceInput {
Default = 1,
Name = "強さ",
SourceOp = "Calculation2",
Source = "SecondOperand"
},
Input3 = InstanceInput {
SourceOp = "Transform",
Source = "Pivot"
}
},
ViewInfo = GroupInfo {
Offset = { 0, 0 },
Scale = 1,
Pos = { 4895, 577.5 },
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Flags = {
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true,
AllowPan = false,
ForceAll = true
},
PipeStyle = "Direct",
Direction = "Horizontal"
},
Tools = ordered() {
Transform = Transform {
CtrlWShown = false,
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
Inputs = {
Pivot = Input { Value = { 0.5, 0 } },
Aspect = Input {
SourceOp = "Calculation1",
Source = "Result"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
UserControls = 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" } },
CtrlWZoom = false,
NameSet = true
},
Calculation1 = Calculation {
Inputs = {
FirstOperandTimeOffset = Input { Expression = "-comp.GlobalStart" },
SecondOperand = Input { Value = 1 },
FirstOperand = Input {
SourceOp = "Calculation2",
Source = "Result"
}
},
CtrlWZoom = false
},
Calculation2 = Calculation {
Inputs = {
FirstOperandTimeScale = Input { Expression = "Transform.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate" },
SecondOperand = Input { Value = 0.8 },
FirstOperand = Input {
SourceOp = "CalculationonCalculationonTransformAspectFirstOperand",
Source = "Value"
},
Operator = Input { Value = 2 }
},
CtrlWZoom = false
},
CalculationonCalculationonTransformAspectFirstOperand = BezierSpline {
KeyFrames = {
[0] = { 0, RH = { 1, 0 }, Flags = { Linear = true } },
[3] = { 0.0800000000000001, RH = { 4.66666666666667, 0.0800000000000001 }, LH = { 2, 0.0800000000000001 } },
[8] = { -0.0489999999999999, RH = { 9.33333333333333, -0.0489999999999999 }, LH = { 6.33333333333333, -0.0489999999999999 } },
[12] = { 0.03, RH = { 13.3333333333333, 0.03 }, LH = { 10.6666666666667, 0.03 } },
[16] = { -0.00700000000000001, RH = { 16.6666666666667, -0.00700000000000001 }, LH = { 14.6666666666667, -0.00700000000000001 } },
[18] = { 0.004, RH = { 18.6666666666667, 0.004 }, LH = { 17.3333333333333, 0.004 } },
[20] = { 0, LH = { 19.3333333333333, 0 } }
},
CtrlWZoom = false,
SplineColor = { Green = 105, Blue = 30, Red = 210 }
}
},
NameSet = true
},
Loader13 = Loader {
Clips = {
Clip {
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!左腕\\-ピース.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0
}
},
ViewInfo = OperatorInfo { Pos = { 2035, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader40 = Loader {
Clips = {
Clip {
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!目\\-目セット\\!黒目\\-白抜き目.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0
}
},
ViewInfo = OperatorInfo { Pos = { 4235, -2590.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader39 = Loader {
Clips = {
Clip {
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!目\\-縦線目.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0
}
},
ViewInfo = OperatorInfo { Pos = { 3685, -2062.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader31 = Loader {
Clips = {
Clip {
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!口\\-にやり.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0
}
},
ViewInfo = OperatorInfo { Pos = { 4620, -1732.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader11 = Loader {
Clips = {
Clip {
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!左腕\\-腕をひろげる.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0
}
},
ViewInfo = OperatorInfo { Pos = { 1815, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader14 = Loader {
Clips = {
Clip {
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!左腕\\-考える.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0
}
},
ViewInfo = OperatorInfo { Pos = { 2145, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader7 = Loader {
Clips = {
Clip {
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!右腕\\-包丁.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0
}
},
ViewInfo = OperatorInfo { Pos = { 1155, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader24 = Loader {
Clips = {
Clip {
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!口\\-ほー.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0
}
},
ViewInfo = OperatorInfo { Pos = { 3850, -1732.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader23 = Loader {
Clips = {
Clip {
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!口\\-んー.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0
}
},
ViewInfo = OperatorInfo { Pos = { 3740, -1732.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader38 = Loader {
Clips = {
Clip {
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!目\\-閉じ目.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0
}
},
ViewInfo = OperatorInfo { Pos = { 3575, -2062.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["荒ぶる"] = GroupOperator {
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } },
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform1_2_1",
Source = "Output"
}
},
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform1_2_1",
Source = "Input"
},
Input3 = InstanceInput {
Width = 1,
Source = "RandomSeed",
SourceOp = "Shake1_1",
Default = 0
},
Input4 = InstanceInput {
SourceOp = "Shake1_1",
Width = 0.385,
Source = "Randomize"
},
Input5 = InstanceInput {
SourceOp = "Shake1_1",
Default = 10,
Source = "Smoothness"
},
Input1 = InstanceInput {
Default = 0.1,
Name = "X",
SourceOp = "Transform1_2_1",
Source = "x"
},
Input2 = InstanceInput {
Default = 0.1,
Name = "Y",
SourceOp = "Transform1_2_1",
Source = "y"
}
},
ViewInfo = GroupInfo {
Offset = { 0, 0 },
Scale = 1,
Pos = { 5720, 577.5 },
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Flags = {
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true,
AllowPan = false,
ForceAll = true
},
PipeStyle = "Direct",
Direction = "Horizontal"
},
Tools = ordered() {
Transform1_2_1 = Transform {
CtrlWShown = false,
Inputs = {
shake = Input {
SourceOp = "Shake1_1",
Source = "Position"
},
in_out = Input {
SourceOp = "KeyframeStretcher1_1",
Source = "Result"
},
y = Input { Value = 0.03 },
Center = Input {
Expression = "Point(0.5, 0.5) + shake * in_out",
Value = { 0.502997744173508, 0.497908177638071 }
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
},
x = Input { Value = 0.03 }
},
UserControls = 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" } },
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
CtrlWZoom = false
},
KeyframeStretcher1_1 = KeyStretcherMod {
Inputs = {
StretchEnd = Input { Value = 110 },
Keyframes = Input {
SourceOp = "KeyStretcheronTransform1_2_1Keyframes",
Source = "Value"
},
StretchStart = Input { Value = 10 }
},
CtrlWZoom = false
},
KeyStretcheronTransform1_2_1Keyframes = BezierSpline {
KeyFrames = {
[0] = { 0, RH = { 3.33333333333333, 0 }, Flags = { Linear = true } },
[10] = { 1, RH = { 43.3333333333333, 1 }, LH = { 6.66666666666667, 1 } },
[110] = { 1, RH = { 113.333333333333, 1 }, LH = { 76.6666666666667, 1 } },
[120] = { 0, LH = { 116.666666666667, 0 } }
},
CtrlWZoom = false,
SplineColor = { Green = 106, Blue = 231, Red = 193 }
},
Shake1_1 = Shake {
Inputs = {
YMinimum = Input {
Expression = "-Transform1_2_1.y",
Value = -0.1
},
YMaximum = Input {
Expression = "Transform1_2_1.y",
Value = 0.1
},
LockXY = Input { Value = 0 },
XMinimum = Input {
Expression = "-Transform1_2_1.x",
Value = -0.1
},
XMaximum = Input {
Expression = "Transform1_2_1.x",
Value = 0.1
},
Smoothness = Input { Value = 1.5 }
},
Faster = true,
CtrlWZoom = false
}
},
NameSet = true
},
["跳ねる"] = GroupOperator {
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } },
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform1_1",
Source = "Output"
}
},
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform1_1",
Source = "Input"
},
Input1 = InstanceInput {
Default = 2,
Source = "speed",
MinScale = 0.0010000000475,
SourceOp = "Transform1_1"
},
Input2 = InstanceInput {
SourceOp = "Transform1_1",
Default = 0.1,
Source = "amplitude"
}
},
ViewInfo = GroupInfo {
Offset = { 0, 0 },
Scale = 1,
Pos = { 5225, 577.5 },
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Flags = {
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true,
AllowPan = false,
ForceAll = true
},
PipeStyle = "Direct",
Direction = "Horizontal"
},
Tools = ordered() {
Transform1_1 = Transform {
CtrlWShown = false,
Inputs = {
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
amplitude = Input { Value = 0.08 },
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
},
Center = Input {
Expression = "Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))",
Value = { 0.5, 0.595105651629515 }
},
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\n",
Value = 0.951056516295154
},
speed = Input { Value = 2 }
},
UserControls = 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" } },
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
CtrlWZoom = false
}
},
NameSet = true
},
Loader50 = Loader {
Clips = {
Clip {
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!目\\-目セット\\-まつげ半目.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0
}
},
ViewInfo = OperatorInfo { Pos = { 5335, -2326.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader52 = Loader {
Clips = {
Clip {
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!眉\\-おこ.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0
}
},
ViewInfo = OperatorInfo { Pos = { 3520, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader58 = Loader {
Clips = {
Clip {
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\記号など\\汗.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0
}
},
ViewInfo = OperatorInfo { Pos = { 4400, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader56 = Loader {
Clips = {
Clip {
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\記号など\\涙.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0
}
},
ViewInfo = OperatorInfo { Pos = { 4180, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader35 = Loader {
Clips = {
Clip {
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!目\\-にっこり.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0
}
},
ViewInfo = OperatorInfo { Pos = { 3245, -2062.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
ST_Background = Background {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
Width = Input { Value = 1920 },
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1080 },
UseFrameFormatSettings = Input { Value = 1 },
Depth = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 5115, 973.5 } },
NameSet = true
},
ST_SetDomain = SetDomain {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
Right = Input { Value = 0 },
Input = Input {
SourceOp = "ST_Background",
Source = "Output"
},
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 5280, 973.5 } },
NameSet = true
},
["モーションSelector"] = Transform {
ViewInfo = OperatorInfo { Pos = { 5445, 775.5 } },
Inputs = {
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
Colors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },
UserControls = ordered() {
["N000_モーションなし"] = {
LINKS_Name = "モーションなし",
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"モーションなし\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["N001_ぽよ"] = {
LINKS_Name = "ぽよ",
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"ぽよ\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["N002_ぴょん"] = {
LINKS_Name = "ぴょん",
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"ぴょん\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["N003_跳ねる"] = {
LINKS_Name = "跳ねる",
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"跳ねる\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["N004_跳ねる_小"] = {
LINKS_Name = "跳ねる_小",
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"跳ねる_小\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["N005_不安"] = {
LINKS_Name = "不安",
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"不安\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["N006_荒ぶる"] = {
LINKS_Name = "荒ぶる",
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"荒ぶる\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["N007_震え"] = {
LINKS_Name = "震え",
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"震え\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
}
},
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
}
},
ST_MergeB = Merge {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
Center = Input { Value = { 0.85, 0 } },
Foreground = Input {
SourceOp = "モーションSelector",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "ST_SetDomain",
Source = "Output"
}
},
Colors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },
ViewInfo = OperatorInfo { Pos = { 5445, 973.5 } },
NameSet = true
},
Loader49 = Loader {
Clips = {
Clip {
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!目\\-目セット\\-まつげおこ.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0
}
},
ViewInfo = OperatorInfo { Pos = { 5225, -2326.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader44 = Loader {
Clips = {
Clip {
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!目\\-目セット\\!黒目\\-きらきら目.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0
}
},
ViewInfo = OperatorInfo { Pos = { 4675, -2590.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader25 = Loader {
Clips = {
Clip {
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!口\\-むー.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0
}
},
ViewInfo = OperatorInfo { Pos = { 3960, -1732.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader6 = Loader {
Clips = {
Clip {
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!右腕\\-ばんざい.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0
}
},
ViewInfo = OperatorInfo { Pos = { 1045, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader12 = Loader {
Clips = {
Clip {
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!左腕\\-ばんざい.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0
}
},
ViewInfo = OperatorInfo { Pos = { 1925, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader8 = Loader {
Clips = {
Clip {
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!右腕\\-指さす.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0
}
},
ViewInfo = OperatorInfo { Pos = { 1265, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader32 = Loader {
Clips = {
Clip {
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!口\\-うへへ.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0
}
},
ViewInfo = OperatorInfo { Pos = { 4730, -1732.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader46 = Loader {
Clips = {
Clip {
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!目\\-目セット\\!黒目\\-目逸らし_左5px.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0
}
},
ViewInfo = OperatorInfo { Pos = { 4895, -2590.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["ぴょん"] = GroupOperator {
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } },
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform1",
Source = "Output"
}
},
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform1",
Source = "Input"
},
Input1 = InstanceInput {
Default = 1,
Name = "スピード",
SourceOp = "Transform1",
Source = "speed"
},
Input3 = InstanceInput {
Default = 1,
Name = "強さ",
SourceOp = "Calculation2_1",
Source = "SecondOperand"
},
Input2 = InstanceInput {
Default = 0,
Name = "時間オフセット(フレーム)",
SourceOp = "Transform1",
Source = "offset"
}
},
ViewInfo = GroupInfo {
Offset = { 0, 0 },
Scale = 1,
Pos = { 5060, 577.5 },
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Flags = {
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true,
AllowPan = false,
ForceAll = true
},
PipeStyle = "Direct",
Direction = "Horizontal"
},
Tools = ordered() {
Transform1 = Transform {
CtrlWShown = false,
Inputs = {
Center = Input {
SourceOp = "XYPath1",
Source = "Value"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
UserControls = 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" } },
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
CtrlWZoom = false
},
XYPath1 = XYPath {
ShowKeyPoints = false,
Inputs = {
X = Input { Value = 0.5 },
Y = Input {
SourceOp = "Calculation1_1",
Source = "Result"
}
},
DrawMode = "ModifyOnly",
CtrlWZoom = false
},
Calculation1_1 = Calculation {
Inputs = {
FirstOperandTimeOffset = Input { Expression = "-comp.GlobalStart - Transform1.offset" },
SecondOperand = Input { Value = 0.5 },
FirstOperand = Input {
SourceOp = "Calculation2_1",
Source = "Result"
}
},
CtrlWZoom = false
},
Calculation2_1 = Calculation {
Inputs = {
FirstOperandTimeScale = Input { Expression = "Transform1.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate" },
SecondOperand = Input { Value = 0.5 },
FirstOperand = Input {
SourceOp = "CalculationonCalculationonTransform1CenterXYPath1YFirstOperand",
Source = "Value"
},
Operator = Input { Value = 2 }
},
CtrlWZoom = false
},
CalculationonCalculationonTransform1CenterXYPath1YFirstOperand = BezierSpline {
KeyFrames = {
[0] = { 0, RH = { 4.65, 0.225 }, Flags = { Linear = true } },
[17] = { 0, RH = { 19.6825406677053, 0.0439451976698349 }, LH = { 12.4, 0.214 } },
[25] = { 0.000999999999999557, RH = { 27.6, 0.025 }, LH = { 23.6, 0.0269999999999996 } },
[30] = { 0, LH = { 28.4282452630596, 0 } }
},
CtrlWZoom = false,
SplineColor = { Green = 255, Blue = 0, Red = 0 }
}
},
NameSet = true
},
Loader30 = Loader {
Clips = {
Clip {
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!口\\-すん.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0
}
},
ViewInfo = OperatorInfo { Pos = { 4510, -1732.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader41 = Loader {
Clips = {
Clip {
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!目\\-目セット\\!黒目\\-やば目.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0
}
},
ViewInfo = OperatorInfo { Pos = { 4345, -2590.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader3 = Loader {
Clips = {
Clip {
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\髪飾り_flipx.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0
}
},
ViewInfo = OperatorInfo { Pos = { 495, -247.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["震え"] = GroupOperator {
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } },
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform1_3",
Source = "Output"
}
},
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform1_3",
Source = "Input"
},
Input1 = InstanceInput {
SourceOp = "Transform1_3",
Default = 2,
Source = "speed"
},
Input2 = InstanceInput {
SourceOp = "Transform1_3",
Default = 0.1,
Source = "amplitude"
},
Input3 = InstanceInput {
SourceOp = "Transform1_3",
Default = 0,
Source = "Y"
}
},
ViewInfo = GroupInfo {
Offset = { 0, 0 },
Scale = 1,
Pos = { 5885, 577.5 },
Size = { 126, 109.359001159668, 63, 24.2423992156982 },
Flags = {
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true,
AllowPan = false,
ForceAll = true
},
PipeStyle = "Direct",
Direction = "Horizontal"
},
Tools = ordered() {
Transform1_3 = Transform {
ViewInfo = OperatorInfo { Pos = { 0, 29.7576007843018 } },
Inputs = {
v = Input {
Expression = "0.5 + amplitude * iif(time > out, 0,bound)",
Value = 0.504755282581476
},
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
amplitude = Input { Value = 0.005 },
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
},
Center = Input {
Expression = "iif(Y == 0, Point(v, 0.5),Point(0.5,v))",
Value = { 0.504755282581476, 0.5 }
},
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)",
Value = 0.951056516295153
},
speed = Input { Value = 12 }
},
UserControls = 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" } },
CtrlWShown = false
}
},
NameSet = true
},
Loader9 = Loader {
Clips = {
Clip {
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!右腕\\-ピース.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0
}
},
ViewInfo = OperatorInfo { Pos = { 1375, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader45 = Loader {
Clips = {
Clip {
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!目\\-目セット\\!黒目\\-濁り目.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0
}
},
ViewInfo = OperatorInfo { Pos = { 4785, -2590.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader47 = Loader {
Clips = {
Clip {
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!目\\-目セット\\!黒目\\-カメラ目線_右5px.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0
}
},
ViewInfo = OperatorInfo { Pos = { 5005, -2590.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader57 = Loader {
Clips = {
Clip {
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\記号など\\汗2_.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0
}
},
ViewInfo = OperatorInfo { Pos = { 4290, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader53 = Loader {
Clips = {
Clip {
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!眉\\-困り.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0
}
},
ViewInfo = OperatorInfo { Pos = { 3630, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader19 = Loader {
Clips = {
Clip {
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!顔色\\-ほっぺ赤め.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0
}
},
ViewInfo = OperatorInfo { Pos = { 2915, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader17 = Loader {
Clips = {
Clip {
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!顔色\\-クマ.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0
}
},
ViewInfo = OperatorInfo { Pos = { 2695, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["跳ねる_小"] = GroupOperator {
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } },
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform1_1_1",
Source = "Output"
}
},
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform1_1_1",
Source = "Input"
},
Input1 = InstanceInput {
Default = 2,
Source = "speed",
MinScale = 0.0010000000475,
SourceOp = "Transform1_1_1"
},
Input2 = InstanceInput {
SourceOp = "Transform1_1_1",
Default = 0.1,
Source = "amplitude"
}
},
ViewInfo = GroupInfo {
Offset = { 0, 0 },
Scale = 1,
Pos = { 5390, 577.5 },
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Flags = {
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true,
AllowPan = false,
ForceAll = true
},
PipeStyle = "Direct",
Direction = "Horizontal"
},
Tools = ordered() {
Transform1_1_1 = Transform {
CtrlWShown = false,
Inputs = {
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
amplitude = Input { Value = 0.02 },
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
},
Center = Input {
Expression = "Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))",
Value = { 0.5, 0.595105651629515 }
},
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\n",
Value = 0.951056516295154
},
speed = Input { Value = 2 }
},
UserControls = 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" } },
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
CtrlWZoom = false
}
},
NameSet = true
},
Loader5 = Loader {
Clips = {
Clip {
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!右腕\\-腕をひろげる.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0
}
},
ViewInfo = OperatorInfo { Pos = { 935, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Background1 = Background {
ViewInfo = OperatorInfo { Pos = { 165, -247.5 } },
Inputs = {
Width = Input { Value = 1482 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 2420 },
Depth = Input { Value = 1 }
}
},
SetDomain1 = SetDomain {
ViewInfo = OperatorInfo { Pos = { 165, -115.5 } },
Inputs = {
Right = Input { Value = 0 },
Input = Input {
SourceOp = "Background1",
Source = "Output"
},
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 }
}
},
Loader1 = Loader {
Clips = {
Clip {
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!後ろ髪.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0
}
},
ViewInfo = OperatorInfo { Pos = { 275, -247.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["後ろ髪_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 275, -115.5 } },
Inputs = {
Foreground = Input {
SourceOp = "Loader1",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain1",
Source = "Output"
}
}
},
Loader2 = Loader {
Clips = {
Clip {
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!体.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0
}
},
ViewInfo = OperatorInfo { Pos = { 385, -247.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["体_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 385, -115.5 } },
Inputs = {
Foreground = Input {
SourceOp = "Loader2",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "後ろ髪_MG",
Source = "Output"
}
}
},
["髪飾りflipx_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 495, -115.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "体_MG",
Source = "Output"
}
}
},
Loader4 = Loader {
Clips = {
Clip {
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\髪飾り.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0
}
},
ViewInfo = OperatorInfo { Pos = { 605, -247.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["髪飾り_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 605, -115.5 } },
Inputs = {
Foreground = Input {
SourceOp = "Loader4",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "髪飾りflipx_MG",
Source = "Output"
}
}
},
Background2 = Background {
ViewInfo = OperatorInfo { Pos = { 825, -379.5 } },
Inputs = {
Width = Input { Value = 1082 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1820 },
Depth = Input { Value = 1 }
}
},
Loader10 = Loader {
Clips = {
Clip {
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!右腕\\-基本.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0
}
},
ViewInfo = OperatorInfo { Pos = { 1485, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["右腕_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 1485, -379.5 } },
Inputs = {
Foreground = Input {
SourceOp = "Loader10",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "Background2",
Source = "Output"
}
}
},
["右腕"] = Transform {
ViewInfo = OperatorInfo { Pos = { 1485, -247.5 } },
Inputs = {
Input = Input {
SourceOp = "右腕_MG",
Source = "Output"
}
}
},
["右腕_MG1"] = Merge {
ViewInfo = OperatorInfo { Pos = { 1485, -115.5 } },
Inputs = {
Foreground = Input {
SourceOp = "右腕",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "髪飾り_MG",
Source = "Output"
}
}
},
Background3 = Background {
ViewInfo = OperatorInfo { Pos = { 1705, -379.5 } },
Inputs = {
Width = Input { Value = 1082 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1820 },
Depth = Input { Value = 1 }
}
},
Loader15 = Loader {
Clips = {
Clip {
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!左腕\\-基本.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0
}
},
ViewInfo = OperatorInfo { Pos = { 2255, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["左腕_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 2255, -379.5 } },
Inputs = {
Foreground = Input {
SourceOp = "Loader15",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "Background3",
Source = "Output"
}
}
},
["左腕"] = Transform {
ViewInfo = OperatorInfo { Pos = { 2255, -247.5 } },
Inputs = {
Input = Input {
SourceOp = "左腕_MG",
Source = "Output"
}
}
},
["左腕_MG1"] = Merge {
ViewInfo = OperatorInfo { Pos = { 2255, -115.5 } },
Inputs = {
Foreground = Input {
SourceOp = "左腕",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "右腕_MG1",
Source = "Output"
}
}
},
Loader16 = Loader {
Clips = {
Clip {
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!服のアレ.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0
}
},
ViewInfo = OperatorInfo { Pos = { 2365, -247.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["服のアレ_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 2365, -115.5 } },
Inputs = {
Foreground = Input {
SourceOp = "Loader16",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "左腕_MG1",
Source = "Output"
}
}
},
Background4 = Background {
ViewInfo = OperatorInfo { Pos = { 2585, -379.5 } },
Inputs = {
Width = Input { Value = 1082 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1820 },
Depth = Input { Value = 1 }
}
},
Loader20 = Loader {
Clips = {
Clip {
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!顔色\\-ほっぺ.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0
}
},
ViewInfo = OperatorInfo { Pos = { 3025, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["顔色_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 3025, -379.5 } },
Inputs = {
Foreground = Input {
SourceOp = "Loader20",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "Background4",
Source = "Output"
}
}
},
["かげり_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 3135, -379.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "顔色_MG",
Source = "Output"
}
}
},
["顔色"] = Transform {
ViewInfo = OperatorInfo { Pos = { 3135, -247.5 } },
Inputs = {
Input = Input {
SourceOp = "かげり_MG",
Source = "Output"
}
}
},
["顔色_MG1"] = Merge {
ViewInfo = OperatorInfo { Pos = { 3135, -115.5 } },
Inputs = {
Foreground = Input {
SourceOp = "顔色",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "服のアレ_MG",
Source = "Output"
}
}
},
Loader22 = Loader {
Clips = {
Clip {
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!もみあげエアインテーク.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0
}
},
ViewInfo = OperatorInfo { Pos = { 3245, -247.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["もみあげエアインテーク_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 3245, -115.5 } },
Inputs = {
Foreground = Input {
SourceOp = "Loader22",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "顔色_MG1",
Source = "Output"
}
}
},
Background9 = Background {
ViewInfo = OperatorInfo { Pos = { 3410, -379.5 } },
Inputs = {
Width = Input { Value = 1082 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1820 },
Depth = Input { Value = 1 }
}
},
Loader55 = Loader {
Clips = {
Clip {
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!眉\\-基本.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0
}
},
ViewInfo = OperatorInfo { Pos = { 3850, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["眉_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 3850, -379.5 } },
Inputs = {
Foreground = Input {
SourceOp = "Loader55",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "Background9",
Source = "Output"
}
}
},
["眉"] = Transform {
ViewInfo = OperatorInfo { Pos = { 3850, -247.5 } },
Inputs = {
Input = Input {
SourceOp = "眉_MG",
Source = "Output"
}
}
},
["眉_MG1"] = Merge {
ViewInfo = OperatorInfo { Pos = { 3850, -115.5 } },
Inputs = {
Foreground = Input {
SourceOp = "眉",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "もみあげエアインテーク_MG",
Source = "Output"
}
}
},
Background10 = Background {
ViewInfo = OperatorInfo { Pos = { 4070, -379.5 } },
Inputs = {
Width = Input { Value = 1082 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1820 },
Depth = Input { Value = 1 }
}
},
["涙_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 4180, -379.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "Background10",
Source = "Output"
}
}
},
["汗2_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 4290, -379.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "涙_MG",
Source = "Output"
}
}
},
["汗_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 4400, -379.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "汗2_MG",
Source = "Output"
}
}
},
["記号など"] = Transform {
ViewInfo = OperatorInfo { Pos = { 4400, -247.5 } },
Inputs = {
Input = Input {
SourceOp = "汗_MG",
Source = "Output"
}
}
},
["記号など_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 4400, -115.5 } },
Inputs = {
Foreground = Input {
SourceOp = "記号など",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "眉_MG1",
Source = "Output"
}
}
},
AutoDomain1 = AutoDomain {
ViewInfo = OperatorInfo { Pos = { 4675, -115.5 } },
Inputs = {
Input = Input {
SourceOp = "記号など_MG",
Source = "Output"
}
},
Colors = { TileColor = { G = 0.549019607843137, R = 0.913725490196078, B = 0.709803921568627 } },
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
}
},
Background5 = Background {
ViewInfo = OperatorInfo { Pos = { 3630, -1600.5 } },
Inputs = {
Width = Input { Value = 1082 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1820 },
Depth = Input { Value = 1 }
}
},
["口_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 4950, -1600.5 } },
Inputs = {
Foreground = Input {
SourceOp = "Loader34",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "Background5",
Source = "Output"
}
}
},
AutoDomain1_1 = AutoDomain {
ViewInfo = OperatorInfo { Pos = { 4950, -1435.5 } },
Inputs = {
Input = Input {
SourceOp = "口_MG",
Source = "Output"
}
},
Colors = { TileColor = { G = 0.549019607843137, R = 0.913725490196078, B = 0.709803921568627 } },
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
}
},
Loader34 = Loader {
Clips = {
Clip {
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!口\\-ほほえみ.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0
}
},
ViewInfo = OperatorInfo { Pos = { 4950, -1732.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
N = Fuse.Wireless {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
Input = Input {
SourceOp = "Loader34",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 4840, -1138.5 } },
NameSet = true
},
Loader33 = Loader {
Clips = {
Clip {
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!口\\-わあー.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0
}
},
ViewInfo = OperatorInfo { Pos = { 4840, -1732.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
A = Fuse.Wireless {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
Input = Input {
SourceOp = "Loader33",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 4730, -1138.5 } },
NameSet = true
},
Loader27 = Loader {
Clips = {
Clip {
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!口\\-え.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0
}
},
ViewInfo = OperatorInfo { Pos = { 4180, -1732.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
I = Fuse.Wireless {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
Input = Input {
SourceOp = "Loader27",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 4620, -1138.5 } },
NameSet = true
},
U = Fuse.Wireless {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
Input = Input {
SourceOp = "Loader29",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 4510, -1138.5 } },
NameSet = true
},
Loader28 = Loader {
Clips = {
Clip {
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!口\\-おー.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0
}
},
ViewInfo = OperatorInfo { Pos = { 4290, -1732.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
E = Fuse.Wireless {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
Input = Input {
SourceOp = "Loader28",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 4400, -1237.5 } },
NameSet = true
},
Transform4 = Transform {
ViewInfo = OperatorInfo { Pos = { 4400, -1138.5 } },
Inputs = {
Pivot = Input { Value = { 0.477808599167822, 0.775 } },
Input = Input {
SourceOp = "E",
Source = "Output"
},
UseSizeAndAspect = Input { Value = 0 },
YSize = Input { Value = 0.75 }
}
},
Loader29 = Loader {
Clips = {
Clip {
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!口\\-お.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0
}
},
ViewInfo = OperatorInfo { Pos = { 4400, -1732.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
O = Fuse.Wireless {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
Input = Input {
SourceOp = "Loader29",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 4290, -1138.5 } },
NameSet = true
},
RS_MouthAIUEO = Fuse.RS_MouthAIUEO {
ViewInfo = OperatorInfo { Pos = { 4950, -1138.5 } },
Version = 1,
Inputs = {
E = Input {
SourceOp = "Transform4",
Source = "Output"
},
A = Input {
SourceOp = "A",
Source = "Output"
},
U = Input {
SourceOp = "U",
Source = "Output"
},
I = Input {
SourceOp = "I",
Source = "Output"
},
Input = Input {
SourceOp = "AutoDomain1_1",
Source = "Output"
},
N = Input {
SourceOp = "N",
Source = "Output"
},
O = Input {
SourceOp = "O",
Source = "Output"
}
},
Colors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },
CtrlWZoom = false,
NameSet = true
},
["口"] = Transform {
ViewInfo = OperatorInfo { Pos = { 4950, -247.5 } },
Inputs = {
Input = Input {
SourceOp = "RS_MouthAIUEO",
Source = "Output"
}
}
},
["口_MG1"] = Merge {
ViewInfo = OperatorInfo { Pos = { 4950, -115.5 } },
Inputs = {
Foreground = Input {
SourceOp = "口",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "AutoDomain1",
Source = "Output"
}
}
},
Background6 = Background {
ViewInfo = OperatorInfo { Pos = { 3135, -1930.5 } },
Inputs = {
Width = Input { Value = 1082 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1820 },
Depth = Input { Value = 1 }
}
},
Background7 = Background {
ViewInfo = OperatorInfo { Pos = { 3905, -2194.5 } },
Inputs = {
Width = Input { Value = 1082 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1820 },
Depth = Input { Value = 1 }
}
},
Background8 = Background {
ViewInfo = OperatorInfo { Pos = { 4125, -2458.5 } },
Inputs = {
Width = Input { Value = 1082 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1820 },
Depth = Input { Value = 1 }
}
},
Loader48 = Loader {
Clips = {
Clip {
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!目\\-目セット\\!黒目\\-基本.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0
}
},
ViewInfo = OperatorInfo { Pos = { 5115, -2590.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["黒目_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 5115, -2458.5 } },
Inputs = {
Foreground = Input {
SourceOp = "Loader48",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "Background8",
Source = "Output"
}
}
},
["黒目"] = Transform {
ViewInfo = OperatorInfo { Pos = { 5115, -2326.5 } },
Inputs = {
Input = Input {
SourceOp = "黒目_MG",
Source = "Output"
}
}
},
["黒目_MG1"] = Merge {
ViewInfo = OperatorInfo { Pos = { 5115, -2194.5 } },
Inputs = {
Foreground = Input {
SourceOp = "黒目",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "Background7",
Source = "Output"
}
}
},
Loader51 = Loader {
Clips = {
Clip {
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!目\\-目セット\\-まつげ基本.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0
}
},
ViewInfo = OperatorInfo { Pos = { 5445, -2326.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["目セット_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 5445, -2194.5 } },
Inputs = {
Foreground = Input {
SourceOp = "Loader51",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "黒目_MG1",
Source = "Output"
}
}
},
["目セット"] = Transform {
ViewInfo = OperatorInfo { Pos = { 5445, -2062.5 } },
Inputs = {
Input = Input {
SourceOp = "目セット_MG",
Source = "Output"
}
}
},
["目_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 5445, -1930.5 } },
Inputs = {
Foreground = Input {
SourceOp = "目セット",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "Background6",
Source = "Output"
}
}
},
AutoDomain1_2 = AutoDomain {
ViewInfo = OperatorInfo { Pos = { 5445, -1435.5 } },
Inputs = {
Input = Input {
SourceOp = "目_MG",
Source = "Output"
}
},
Colors = { TileColor = { G = 0.549019607843137, R = 0.913725490196078, B = 0.709803921568627 } },
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
}
},
Loader37 = Loader {
Clips = {
Clip {
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!目\\-なごみ目.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0
}
},
ViewInfo = OperatorInfo { Pos = { 3465, -2062.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Closed = Fuse.Wireless {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
Input = Input {
SourceOp = "Loader37",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 5335, -1138.5 } },
NameSet = true
},
EyeBlink = Dissolve {
ViewInfo = OperatorInfo { Pos = { 5445, -1138.5 } },
Inputs = {
Background = Input {
SourceOp = "AutoDomain1_2",
Source = "Output"
},
Mix = Input {
SourceOp = "EyeBlinkMix",
Source = "Value"
},
Foreground = Input {
SourceOp = "Closed",
Source = "Output"
}
},
Transitions = {
[0] = "DFTDissolve"
},
NameSet = true
},
EyeBlinkMix = BezierSpline {
KeyFrames = {
[0] = { 0, RH = { 53, 0 }, Flags = { Linear = true, PreLoop = true, Loop = true } },
[159] = { 1, Flags = { StepIn = true }, RH = { 160, 1 }, LH = { 159, 0.666666666666667 } },
[163] = { 0, Flags = { Loop = true, PreLoop = true, StepIn = true }, LH = { 163, 0.333333333333333 } }
},
SplineColor = { Green = 164, Blue = 235, Red = 16 },
CtrlWZoom = false,
NameSet = true
},
EyeCtrl = Transform {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
UserControls = ordered() {
Blink = {
LINKS_Name = "Blink",
INP_Integer = true,
INP_MaxAllowed = 1000000,
INP_MinAllowed = 0,
INP_MaxScale = 500,
INP_MinScale = 0,
ICS_ControlPage = "目パチ",
INP_External = false,
INPID_InputControl = "SliderControl",
INP_Default = 127,
LINKID_DataType = "Number"
},
Close = {
LINKS_Name = "Close",
INP_Passive = true,
INP_Integer = true,
INP_MinAllowed = 0,
INP_MaxScale = 10,
INP_MinScale = 0,
INP_Default = 4,
INP_External = false,
ICS_ControlPage = "目パチ",
INPID_InputControl = "SliderControl",
LINKID_DataType = "Number"
},
Apply = {
LINKS_Name = "Apply",
ICS_ControlPage = "目パチ",
BTNCS_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",
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
at00 = {
LINKS_Name = "ボタンを押さないと反映されません。",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "目パチ",
LBLC_DropDownButton = false,
INP_Integer = false,
INP_External = false,
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
sp00 = {
LINKS_Name = "",
ICS_ControlPage = "目パチ",
INPID_InputControl = "LabelControl",
LBLC_DropDownButton = false,
INP_Integer = false,
INP_Passive = true,
INP_External = false,
LINKID_DataType = "Number"
},
BlinkOn = {
LINKS_Name = "BlinkOn",
ICS_ControlPage = "目パチ",
BTNCS_Execute = "EyeBlink:SetAttrs({TOOLB_PassThrough = false})\nEyeCtrl.EyeStatus = \"On\"\n",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.4,
LINKID_DataType = "Number"
},
BlinkOff = {
LINKS_Name = "BlinkOff",
ICS_ControlPage = "目パチ",
BTNCS_Execute = "EyeBlink:SetAttrs({TOOLB_PassThrough = true})\nEyeCtrl.EyeStatus = \"Off\"\n",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.4,
LINKID_DataType = "Number"
},
EyeStatus = {
LINKS_Name = "",
TEC_Lines = 1,
INPID_InputControl = "TextEditControl",
TEC_ReadOnly = true,
TEC_Wrap = false,
ICS_ControlPage = "目パチ",
INP_External = false,
ICD_Width = 0.2,
LINKID_DataType = "Text"
}
},
Inputs = {
Blink = Input { Value = 163 },
Input = Input {
SourceOp = "EyeBlink",
Source = "Output"
},
EyeStatus = Input { Value = "On" }
},
Colors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },
ViewInfo = OperatorInfo { Pos = { 5445, -1006.5 } },
NameSet = true
},
["目"] = Transform {
ViewInfo = OperatorInfo { Pos = { 5445, -247.5 } },
Inputs = {
Input = Input {
SourceOp = "EyeCtrl",
Source = "Output"
}
}
},
["目_MG1"] = Merge {
ViewInfo = OperatorInfo { Pos = { 5445, -115.5 } },
Inputs = {
Foreground = Input {
SourceOp = "目",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "口_MG1",
Source = "Output"
}
}
},
Root = Transform {
ViewInfo = OperatorInfo { Pos = { 5445, 82.5 } },
Inputs = {
Grp_Root = Input { Value = 0 },
["Grp_記号など"] = Input { Value = 0 },
["Grp_目セット"] = Input { Value = 0 },
["Grp_黒目"] = Input { Value = 0 },
Input = Input {
SourceOp = "目_MG1",
Source = "Output"
},
Comments = 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" }
},
Colors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },
UserControls = ordered() {
CopyPose = {
LINKS_Name = "Copy Pose",
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.copy(comp)]])",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
PastePose = {
LINKS_Name = "Paste Pose",
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.paste(comp)]])",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
SavePose = {
LINKS_Name = "Save Pose",
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.save(comp, fu)]])",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
LoadPose = {
LINKS_Name = "Load Pose",
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.load(comp, fu)]])",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
Grp_Root = {
LINKS_Name = "Root",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 6,
LINKID_DataType = "Number"
},
N012_kigounado_show_77 = {
LINKS_Name = "記号など show",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"記号など_MG\")\nlocal node = comp:FindTool(\"記号など\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N012_kigounado_hide_77 = {
LINKS_Name = "記号など hide",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"記号など_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N003_kamikazari_show_5 = {
LINKS_Name = "髪飾り show",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"髪飾り_MG\")\nlocal node = comp:FindTool(\"Loader4\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N003_kamikazari_hide_5 = {
LINKS_Name = "髪飾り hide",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"髪飾り_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N002_kamikazariflipx_show_4 = {
LINKS_Name = "髪飾り:flipx show",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N002_kamikazariflipx_hide_4 = {
LINKS_Name = "髪飾り:flipx hide",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"髪飾りflipx_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
["Grp_記号など"] = {
LINKS_Name = "記号など",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 6,
LINKID_DataType = "Number"
},
N002_ase_show_77 = {
LINKS_Name = "汗 show",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"汗_MG\")\nlocal node = comp:FindTool(\"Loader58\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N002_ase_hide_77 = {
LINKS_Name = "汗 hide",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"汗_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N001_ase2_show_76 = {
LINKS_Name = "汗2 show",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N001_ase2_hide_76 = {
LINKS_Name = "汗2 hide",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"汗2_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N000_namida_show_75 = {
LINKS_Name = "涙 show",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"涙_MG\")\nlocal node = comp:FindTool(\"Loader56\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N000_namida_hide_75 = {
LINKS_Name = "涙 hide",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"涙_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
["Grp_眉"] = {
LINKS_Name = "眉",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 4,
LINKID_DataType = "Number"
},
N003_kihon72 = {
LINKS_Name = "*基本",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader55\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N002_gokigen71 = {
LINKS_Name = "*ごきげん",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader54\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_komari70 = {
LINKS_Name = "*困り",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader53\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_oko69 = {
LINKS_Name = "*おこ",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader52\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["Grp_目"] = {
LINKS_Name = "目",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 6,
LINKID_DataType = "Number"
},
N005_mesetto66 = {
LINKS_Name = "*目セット",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"目セット\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N004_tatesenme50 = {
LINKS_Name = "*縦線目",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader39\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N003_tojime49 = {
LINKS_Name = "*閉じ目",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader38\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N002_nagomime48 = {
LINKS_Name = "*なごみ目",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader37\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_none47 = {
LINKS_Name = "*><",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader36\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_nikkori46 = {
LINKS_Name = "*にっこり",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader35\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["Grp_目セット"] = {
LINKS_Name = "目セット",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 3,
LINKID_DataType = "Number"
},
N003_matsugekihon66 = {
LINKS_Name = "*まつげ基本",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目セット_MG\")\nlocal node = comp:FindTool(\"Loader51\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N002_matsugehanme65 = {
LINKS_Name = "*まつげ半目",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目セット_MG\")\nlocal node = comp:FindTool(\"Loader50\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_matsugeoko64 = {
LINKS_Name = "*まつげおこ",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目セット_MG\")\nlocal node = comp:FindTool(\"Loader49\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["Grp_黒目"] = {
LINKS_Name = "黒目",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 9,
LINKID_DataType = "Number"
},
N008_kihon63 = {
LINKS_Name = "*基本",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader48\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N007_kameramesenmigi5px62 = {
LINKS_Name = "*カメラ目線/右5px",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader47\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N006_mesorashihidari5px61 = {
LINKS_Name = "*目逸らし/左5px",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader46\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N005_nigorime60 = {
LINKS_Name = "*濁り目",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader45\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N004_kirakirame59 = {
LINKS_Name = "*きらきら目",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader44\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N003_haatome58 = {
LINKS_Name = "*ハート目",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader43\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N002_gurugurume57 = {
LINKS_Name = "*ぐるぐる目",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader42\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_yabame56 = {
LINKS_Name = "*やば目",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader41\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_shironukime55 = {
LINKS_Name = "*白抜き目",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader40\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["Grp_口"] = {
LINKS_Name = "口",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 12,
LINKID_DataType = "Number"
},
N011_hohoemi43 = {
LINKS_Name = "*ほほえみ",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader34\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N010_waaa42 = {
LINKS_Name = "*わあー",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader33\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N009_uhehe41 = {
LINKS_Name = "*うへへ",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader32\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N008_niyari40 = {
LINKS_Name = "*にやり",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader31\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N007_sun39 = {
LINKS_Name = "*すん",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader30\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N006_o38 = {
LINKS_Name = "*お",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader29\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N005_oo37 = {
LINKS_Name = "*おー",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader28\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N004_e36 = {
LINKS_Name = "*え",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader27\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N003_uootsu35 = {
LINKS_Name = "*うおーっ",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader26\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N002_muu34 = {
LINKS_Name = "*むー",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader25\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_hoo33 = {
LINKS_Name = "*ほー",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader24\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_nn32 = {
LINKS_Name = "*んー",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader23\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["Grp_顔色"] = {
LINKS_Name = "顔色",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 6,
LINKID_DataType = "Number"
},
N004_kageri_show_28 = {
LINKS_Name = "かげり show",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"かげり_MG\")\nlocal node = comp:FindTool(\"Loader21\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N004_kageri_hide_28 = {
LINKS_Name = "かげり hide",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"かげり_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N003_hoppe27 = {
LINKS_Name = "*ほっぺ",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader20\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N002_hoppeakame26 = {
LINKS_Name = "*ほっぺ赤め",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader19\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_hoppeakame225 = {
LINKS_Name = "*ほっぺ赤め2",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader18\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_kuma24 = {
LINKS_Name = "*クマ",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader17\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["Grp_左腕"] = {
LINKS_Name = "左腕",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 5,
LINKID_DataType = "Number"
},
N004_kihon20 = {
LINKS_Name = "*基本",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader15\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N003_kangaeru19 = {
LINKS_Name = "*考える",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader14\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N002_piisu18 = {
LINKS_Name = "*ピース",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader13\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_banzai17 = {
LINKS_Name = "*ばんざい",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader12\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_udewohirogeru16 = {
LINKS_Name = "*腕をひろげる",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader11\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["Grp_右腕"] = {
LINKS_Name = "右腕",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 6,
LINKID_DataType = "Number"
},
N005_kihon13 = {
LINKS_Name = "*基本",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader10\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N004_piisu12 = {
LINKS_Name = "*ピース",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader9\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N003_sasasu11 = {
LINKS_Name = "*指さす",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader8\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N002_houchou10 = {
LINKS_Name = "*包丁",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader7\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_banzai9 = {
LINKS_Name = "*ばんざい",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader6\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_udewohirogeru8 = {
LINKS_Name = "*腕をひろげる",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader5\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
}
}
},
["モーションなし"] = Transform {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
Input = Input {
SourceOp = "Root",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 5445, 247.5 } },
NameSet = true
},
["不安"] = GroupOperator {
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } },
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform1_2",
Source = "Output"
}
},
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform1_2",
Source = "Input"
},
Input3 = InstanceInput {
Width = 1,
Source = "RandomSeed",
SourceOp = "Shake1",
Default = 0
},
Input4 = InstanceInput {
SourceOp = "Shake1",
Width = 0.385,
Source = "Randomize"
},
Input5 = InstanceInput {
SourceOp = "Shake1",
Default = 10,
Source = "Smoothness"
},
Input1 = InstanceInput {
Default = 0.1,
Name = "X",
SourceOp = "Transform1_2",
Source = "x"
},
Input2 = InstanceInput {
Default = 0.1,
Name = "Y",
SourceOp = "Transform1_2",
Source = "y"
}
},
ViewInfo = GroupInfo {
Offset = { 0, 0 },
Scale = 1,
Pos = { 5555, 577.5 },
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Flags = {
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true,
AllowPan = false,
ForceAll = true
},
PipeStyle = "Direct",
Direction = "Horizontal"
},
Tools = ordered() {
Transform1_2 = Transform {
CtrlWShown = false,
Inputs = {
shake = Input {
SourceOp = "Shake1",
Source = "Position"
},
in_out = Input {
SourceOp = "KeyframeStretcher1",
Source = "Result"
},
y = Input { Value = 0.01 },
Center = Input {
Expression = "Point(0.5, 0.5) + shake * in_out",
Value = { 0.502997744173508, 0.497908177638071 }
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
},
x = Input { Value = 0.01 }
},
UserControls = 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" } },
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
CtrlWZoom = false
},
KeyframeStretcher1 = KeyStretcherMod {
Inputs = {
StretchEnd = Input { Value = 110 },
Keyframes = Input {
SourceOp = "KeyStretcheronTransform1_2Keyframes",
Source = "Value"
},
StretchStart = Input { Value = 10 }
},
CtrlWZoom = false
},
KeyStretcheronTransform1_2Keyframes = BezierSpline {
KeyFrames = {
[0] = { 0, RH = { 3.33333333333333, 0 }, Flags = { Linear = true } },
[10] = { 1, RH = { 43.3333333333333, 1 }, LH = { 6.66666666666667, 1 } },
[110] = { 1, RH = { 113.333333333333, 1 }, LH = { 76.6666666666667, 1 } },
[120] = { 0, LH = { 116.666666666667, 0 } }
},
CtrlWZoom = false,
SplineColor = { Green = 106, Blue = 231, Red = 193 }
},
Shake1 = Shake {
Inputs = {
YMinimum = Input {
Expression = "-Transform1_2.y",
Value = -0.1
},
YMaximum = Input {
Expression = "Transform1_2.y",
Value = 0.1
},
LockXY = Input { Value = 0 },
XMinimum = Input {
Expression = "-Transform1_2.x",
Value = -0.1
},
XMaximum = Input {
Expression = "Transform1_2.x",
Value = 0.1
},
Smoothness = Input { Value = 2 }
},
Faster = true,
CtrlWZoom = false
}
},
NameSet = true
},
Loader26 = Loader {
Clips = {
Clip {
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
LengthSetManually = true,
FormatID = "PNGFormat",
StartFrame = -1,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!口\\-うおーっ.png",
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0
}
},
ViewInfo = OperatorInfo { Pos = { 4070, -1732.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
}
},
CtrlWZoom = false
}
}
}
================================================
FILE: Templates/Edit/Generators/old/琴葉茜(FUSE_Open).setting
================================================
{
Tools = ordered() {
Akane = GroupOperator {
Tools = ordered() {
Loader7 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 1155, -511.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
Loop = 0,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!右腕\\-包丁.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
}
},
Loader21 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 3135, -511.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
Loop = 0,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!顔色\\かげり.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
}
},
Loader25 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 3960, -1732.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
Loop = 0,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!口\\-むー.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
}
},
Loader53 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 3630, -511.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
Loop = 0,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!眉\\-困り.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
}
},
Loader5 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 935, -511.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
Loop = 0,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!右腕\\-腕をひろげる.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
}
},
Loader50 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 5335, -2326.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
Loop = 0,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!目\\-目セット\\-まつげ半目.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
}
},
["荒ぶる"] = GroupOperator {
Tools = ordered() {
Transform1_2_1 = Transform {
CtrlWZoom = false,
CtrlWShown = false,
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
Inputs = {
x = Input { Value = 0.03 },
y = Input { Value = 0.03 },
Center = Input {
Expression = "Point(0.5, 0.5) + shake * in_out",
Value = { 0.502997744173508, 0.497908177638071 }
},
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
},
shake = Input {
Source = "Position",
SourceOp = "Shake1_1"
},
in_out = Input {
Source = "Result",
SourceOp = "KeyframeStretcher1_1"
}
},
UserControls = 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" } }
},
KeyframeStretcher1_1 = KeyStretcherMod {
Inputs = {
Keyframes = Input {
Source = "Value",
SourceOp = "KeyStretcheronTransform1_2_1Keyframes"
},
StretchStart = Input { Value = 10 },
StretchEnd = Input { Value = 110 }
},
CtrlWZoom = false
},
KeyStretcheronTransform1_2_1Keyframes = BezierSpline {
KeyFrames = {
[0] = { 0, RH = { 3.33333333333333, 0 }, Flags = { Linear = true } },
[10] = { 1, RH = { 43.3333333333333, 1 }, LH = { 6.66666666666667, 1 } },
[110] = { 1, RH = { 113.333333333333, 1 }, LH = { 76.6666666666667, 1 } },
[120] = { 0, LH = { 116.666666666667, 0 } }
},
CtrlWZoom = false,
SplineColor = { Green = 106, Blue = 231, Red = 193 }
},
Shake1_1 = Shake {
Faster = true,
Inputs = {
XMaximum = Input {
Expression = "Transform1_2_1.x",
Value = 0.1
},
YMinimum = Input {
Expression = "-Transform1_2_1.y",
Value = -0.1
},
Smoothness = Input { Value = 1.5 },
YMaximum = Input {
Expression = "Transform1_2_1.y",
Value = 0.1
},
LockXY = Input { Value = 0 },
XMinimum = Input {
Expression = "-Transform1_2_1.x",
Value = -0.1
}
},
CtrlWZoom = false
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } },
Inputs = ordered() {
MainInput1 = InstanceInput {
Source = "Input",
SourceOp = "Transform1_2_1"
},
Input3 = InstanceInput {
Width = 1,
Source = "RandomSeed",
Default = 0,
SourceOp = "Shake1_1"
},
Input4 = InstanceInput {
Source = "Randomize",
Width = 0.385,
SourceOp = "Shake1_1"
},
Input5 = InstanceInput {
Source = "Smoothness",
Default = 10,
SourceOp = "Shake1_1"
},
Input1 = InstanceInput {
Default = 0.1,
Source = "x",
Name = "X",
SourceOp = "Transform1_2_1"
},
Input2 = InstanceInput {
Default = 0.1,
Source = "y",
Name = "Y",
SourceOp = "Transform1_2_1"
}
},
ViewInfo = GroupInfo {
Offset = { 0, 0 },
Scale = 1,
PipeStyle = "Direct",
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Direction = "Horizontal",
Flags = {
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true,
AllowPan = false
},
Pos = { 5720, 577.5 }
},
Outputs = {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "Transform1_2_1"
}
}
},
Loader26 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4070, -1732.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
Loop = 0,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!口\\-うおーっ.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
}
},
Loader43 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4565, -2590.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
Loop = 0,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!目\\-目セット\\!黒目\\-ハート目.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
}
},
["ぽよ"] = GroupOperator {
Tools = ordered() {
Transform = Transform {
CtrlWZoom = false,
CtrlWShown = false,
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
},
Pivot = Input { Value = { 0.5, 0 } },
Aspect = Input {
Source = "Result",
SourceOp = "Calculation1"
}
},
UserControls = 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" } },
NameSet = true
},
Calculation1 = Calculation {
Inputs = {
SecondOperand = Input { Value = 1 },
FirstOperand = Input {
Source = "Result",
SourceOp = "Calculation2"
},
FirstOperandTimeOffset = Input { Expression = "-comp.GlobalStart" }
},
CtrlWZoom = false
},
Calculation2 = Calculation {
Inputs = {
SecondOperand = Input { Value = 0.8 },
FirstOperandTimeScale = Input { Expression = "Transform.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate" },
FirstOperand = Input {
Source = "Value",
SourceOp = "CalculationonCalculationonTransformAspectFirstOperand"
},
Operator = Input { Value = 2 }
},
CtrlWZoom = false
},
CalculationonCalculationonTransformAspectFirstOperand = BezierSpline {
KeyFrames = {
[0] = { 0, RH = { 1, 0 }, Flags = { Linear = true } },
[3] = { 0.0800000000000001, RH = { 4.66666666666667, 0.0800000000000001 }, LH = { 2, 0.0800000000000001 } },
[8] = { -0.0489999999999999, RH = { 9.33333333333333, -0.0489999999999999 }, LH = { 6.33333333333333, -0.0489999999999999 } },
[12] = { 0.03, RH = { 13.3333333333333, 0.03 }, LH = { 10.6666666666667, 0.03 } },
[16] = { -0.00700000000000001, RH = { 16.6666666666667, -0.00700000000000001 }, LH = { 14.6666666666667, -0.00700000000000001 } },
[18] = { 0.004, RH = { 18.6666666666667, 0.004 }, LH = { 17.3333333333333, 0.004 } },
[20] = { 0, LH = { 19.3333333333333, 0 } }
},
CtrlWZoom = false,
SplineColor = { Green = 105, Blue = 30, Red = 210 }
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } },
Inputs = ordered() {
MainInput1 = InstanceInput {
Source = "Input",
SourceOp = "Transform"
},
Input1 = InstanceInput {
Default = 1,
Source = "speed",
Page = "Controls",
Name = "スピード",
SourceOp = "Transform"
},
Input2 = InstanceInput {
Default = 1,
Source = "SecondOperand",
Name = "強さ",
SourceOp = "Calculation2"
},
Input3 = InstanceInput {
Source = "Pivot",
SourceOp = "Transform"
}
},
ViewInfo = GroupInfo {
Offset = { 0, 0 },
Scale = 1,
PipeStyle = "Direct",
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Direction = "Horizontal",
Flags = {
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true,
AllowPan = false
},
Pos = { 4895, 577.5 }
},
Outputs = {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "Transform"
}
}
},
Loader13 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 2035, -511.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
Loop = 0,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!左腕\\-ピース.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
}
},
Loader40 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4235, -2590.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
Loop = 0,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!目\\-目セット\\!黒目\\-白抜き目.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
}
},
Loader39 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 3685, -2062.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
Loop = 0,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!目\\-縦線目.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
}
},
Loader31 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4620, -1732.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
Loop = 0,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!口\\-にやり.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
}
},
Loader11 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 1815, -511.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
Loop = 0,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!左腕\\-腕をひろげる.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
}
},
Loader14 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 2145, -511.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
Loop = 0,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!左腕\\-考える.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
}
},
Loader36 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 3355, -2062.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
Loop = 0,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!目\\-__.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
}
},
Loader24 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 3850, -1732.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
Loop = 0,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!口\\-ほー.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
}
},
Loader23 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 3740, -1732.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
Loop = 0,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!口\\-んー.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
}
},
Loader38 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 3575, -2062.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
Loop = 0,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!目\\-閉じ目.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
}
},
["跳ねる"] = GroupOperator {
Tools = ordered() {
Transform1_1 = Transform {
CtrlWZoom = false,
CtrlWShown = false,
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
Inputs = {
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\n",
Value = 0.951056516295154
},
amplitude = Input { Value = 0.08 },
Center = Input {
Expression = "Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))",
Value = { 0.5, 0.595105651629515 }
},
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
},
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
speed = Input { Value = 2 }
},
UserControls = 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" } }
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } },
Inputs = ordered() {
MainInput1 = InstanceInput {
Source = "Input",
SourceOp = "Transform1_1"
},
Input1 = InstanceInput {
Default = 2,
Source = "speed",
MinScale = 0.0010000000475,
SourceOp = "Transform1_1"
},
Input2 = InstanceInput {
Source = "amplitude",
Default = 0.1,
SourceOp = "Transform1_1"
}
},
ViewInfo = GroupInfo {
Offset = { 0, 0 },
Scale = 1,
PipeStyle = "Direct",
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Direction = "Horizontal",
Flags = {
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true,
AllowPan = false
},
Pos = { 5225, 577.5 }
},
Outputs = {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "Transform1_1"
}
}
},
Loader52 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 3520, -511.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
Loop = 0,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!眉\\-おこ.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
}
},
Loader58 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4400, -511.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
Loop = 0,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\記号など\\汗.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
}
},
Loader56 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4180, -511.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
Loop = 0,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\記号など\\涙.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
}
},
Loader35 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 3245, -2062.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
Loop = 0,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!目\\-にっこり.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
}
},
ST_Background = Background {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
Width = Input { Value = 1920 },
UseFrameFormatSettings = Input { Value = 1 },
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1080 },
Depth = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 5115, 973.5 } }
},
ST_SetDomain = SetDomain {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "ST_Background"
},
Mode = Input { Value = FuID { "Set" } },
Right = Input { Value = 0 },
Top = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 5280, 973.5 } }
},
["モーションSelector"] = Transform {
Colors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
}
},
UserControls = ordered() {
["N000_モーションなし"] = {
LINKS_Name = "モーションなし",
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"モーションなし\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["N001_ぽよ"] = {
LINKS_Name = "ぽよ",
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"ぽよ\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["N002_ぴょん"] = {
LINKS_Name = "ぴょん",
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"ぴょん\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["N003_跳ねる"] = {
LINKS_Name = "跳ねる",
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"跳ねる\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["N004_跳ねる_小"] = {
LINKS_Name = "跳ねる_小",
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"跳ねる_小\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["N005_不安"] = {
LINKS_Name = "不安",
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"不安\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["N006_荒ぶる"] = {
LINKS_Name = "荒ぶる",
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"荒ぶる\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["N007_震え"] = {
LINKS_Name = "震え",
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"震え\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
}
},
ViewInfo = OperatorInfo { Pos = { 5445, 775.5 } }
},
ST_MergeB = Merge {
Colors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "ST_SetDomain"
},
PerformDepthMerge = Input { Value = 0 },
Center = Input { Value = { 0.85, 0 } },
Foreground = Input {
Source = "Output",
SourceOp = "モーションSelector"
}
},
ViewInfo = OperatorInfo { Pos = { 5445, 973.5 } }
},
Loader49 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 5225, -2326.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
Loop = 0,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!目\\-目セット\\-まつげおこ.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
}
},
Loader44 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4675, -2590.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
Loop = 0,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!目\\-目セット\\!黒目\\-きらきら目.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
}
},
Loader42 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4455, -2590.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
Loop = 0,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!目\\-目セット\\!黒目\\-ぐるぐる目.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
}
},
Loader6 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 1045, -511.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
Loop = 0,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!右腕\\-ばんざい.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
}
},
Loader12 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 1925, -511.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
Loop = 0,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!左腕\\-ばんざい.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
}
},
Loader8 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 1265, -511.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
Loop = 0,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!右腕\\-指さす.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
}
},
Loader32 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4730, -1732.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
Loop = 0,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!口\\-うへへ.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
}
},
Loader46 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4895, -2590.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
Loop = 0,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!目\\-目セット\\!黒目\\-目逸らし_左5px.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
}
},
["ぴょん"] = GroupOperator {
Tools = ordered() {
Transform1 = Transform {
CtrlWZoom = false,
CtrlWShown = false,
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
Inputs = {
Center = Input {
Source = "Value",
SourceOp = "XYPath1"
},
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
}
},
UserControls = 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" } }
},
XYPath1 = XYPath {
CtrlWZoom = false,
Inputs = {
X = Input { Value = 0.5 },
Y = Input {
Source = "Result",
SourceOp = "Calculation1_1"
}
},
DrawMode = "ModifyOnly",
ShowKeyPoints = false
},
Calculation1_1 = Calculation {
Inputs = {
SecondOperand = Input { Value = 0.5 },
FirstOperand = Input {
Source = "Result",
SourceOp = "Calculation2_1"
},
FirstOperandTimeOffset = Input { Expression = "-comp.GlobalStart - Transform1.offset" }
},
CtrlWZoom = false
},
Calculation2_1 = Calculation {
Inputs = {
SecondOperand = Input { Value = 0.5 },
FirstOperandTimeScale = Input { Expression = "Transform1.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate" },
FirstOperand = Input {
Source = "Value",
SourceOp = "CalculationonCalculationonTransform1CenterXYPath1YFirstOperand"
},
Operator = Input { Value = 2 }
},
CtrlWZoom = false
},
CalculationonCalculationonTransform1CenterXYPath1YFirstOperand = BezierSpline {
KeyFrames = {
[0] = { 0, RH = { 4.65, 0.225 }, Flags = { Linear = true } },
[17] = { 0, RH = { 19.6825406677053, 0.0439451976698349 }, LH = { 12.4, 0.214 } },
[25] = { 0.000999999999999557, RH = { 27.6, 0.025 }, LH = { 23.6, 0.0269999999999996 } },
[30] = { 0, LH = { 28.4282452630596, 0 } }
},
CtrlWZoom = false,
SplineColor = { Green = 255, Blue = 0, Red = 0 }
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } },
Inputs = ordered() {
MainInput1 = InstanceInput {
Source = "Input",
SourceOp = "Transform1"
},
Input1 = InstanceInput {
Default = 1,
Source = "speed",
Name = "スピード",
SourceOp = "Transform1"
},
Input3 = InstanceInput {
Default = 1,
Source = "SecondOperand",
Name = "強さ",
SourceOp = "Calculation2_1"
},
Input2 = InstanceInput {
Default = 0,
Source = "offset",
Name = "時間オフセット(フレーム)",
SourceOp = "Transform1"
}
},
ViewInfo = GroupInfo {
Offset = { 0, 0 },
Scale = 1,
PipeStyle = "Direct",
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Direction = "Horizontal",
Flags = {
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true,
AllowPan = false
},
Pos = { 5060, 577.5 }
},
Outputs = {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "Transform1"
}
}
},
Loader30 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4510, -1732.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
Loop = 0,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!口\\-すん.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
}
},
Loader41 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4345, -2590.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
Loop = 0,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!目\\-目セット\\!黒目\\-やば目.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
}
},
Loader3 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 495, -247.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
Loop = 0,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\髪飾り_flipx.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
}
},
["震え"] = GroupOperator {
Tools = ordered() {
Transform1_3 = Transform {
CtrlWShown = false,
ViewInfo = OperatorInfo { Pos = { 0, 29.7576007843018 } },
Inputs = {
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)",
Value = 0.951056516295153
},
amplitude = Input { Value = 0.005 },
v = Input {
Expression = "0.5 + amplitude * iif(time > out, 0,bound)",
Value = 0.504755282581476
},
Center = Input {
Expression = "iif(Y == 0, Point(v, 0.5),Point(0.5,v))",
Value = { 0.504755282581476, 0.5 }
},
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
},
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
speed = Input { Value = 12 }
},
UserControls = 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" } }
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } },
Inputs = ordered() {
MainInput1 = InstanceInput {
Source = "Input",
SourceOp = "Transform1_3"
},
Input1 = InstanceInput {
Source = "speed",
Default = 2,
SourceOp = "Transform1_3"
},
Input2 = InstanceInput {
Source = "amplitude",
Default = 0.1,
SourceOp = "Transform1_3"
},
Input3 = InstanceInput {
Source = "Y",
Default = 0,
SourceOp = "Transform1_3"
}
},
ViewInfo = GroupInfo {
Offset = { 0, 0 },
Scale = 1,
PipeStyle = "Direct",
Size = { 126, 109.359001159668, 63, 24.2423992156982 },
Direction = "Horizontal",
Flags = {
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true,
AllowPan = false
},
Pos = { 5885, 577.5 }
},
Outputs = {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "Transform1_3"
}
}
},
Loader9 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 1375, -511.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
Loop = 0,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!右腕\\-ピース.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
}
},
Loader45 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4785, -2590.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
Loop = 0,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!目\\-目セット\\!黒目\\-濁り目.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
}
},
Loader47 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 5005, -2590.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
Loop = 0,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!目\\-目セット\\!黒目\\-カメラ目線_右5px.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
}
},
Loader57 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4290, -511.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
Loop = 0,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\記号など\\汗2_.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
}
},
Loader54 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 3740, -511.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
Loop = 0,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!眉\\-ごきげん.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
}
},
Loader19 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 2915, -511.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
Loop = 0,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!顔色\\-ほっぺ赤め.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
}
},
Loader17 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 2695, -511.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
Loop = 0,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!顔色\\-クマ.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
}
},
["跳ねる_小"] = GroupOperator {
Tools = ordered() {
Transform1_1_1 = Transform {
CtrlWZoom = false,
CtrlWShown = false,
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
Inputs = {
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\n",
Value = 0.951056516295154
},
amplitude = Input { Value = 0.02 },
Center = Input {
Expression = "Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))",
Value = { 0.5, 0.595105651629515 }
},
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
},
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
speed = Input { Value = 2 }
},
UserControls = 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" } }
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } },
Inputs = ordered() {
MainInput1 = InstanceInput {
Source = "Input",
SourceOp = "Transform1_1_1"
},
Input1 = InstanceInput {
Default = 2,
Source = "speed",
MinScale = 0.0010000000475,
SourceOp = "Transform1_1_1"
},
Input2 = InstanceInput {
Source = "amplitude",
Default = 0.1,
SourceOp = "Transform1_1_1"
}
},
ViewInfo = GroupInfo {
Offset = { 0, 0 },
Scale = 1,
PipeStyle = "Direct",
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Direction = "Horizontal",
Flags = {
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true,
AllowPan = false
},
Pos = { 5390, 577.5 }
},
Outputs = {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "Transform1_1_1"
}
}
},
Loader18 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 2805, -511.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
Loop = 0,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!顔色\\-ほっぺ赤め2_.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
}
},
Loader27 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4180, -1732.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
Loop = 0,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!口\\-え.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
}
},
Loader33 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4840, -1732.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
Loop = 0,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!口\\-わあー.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
}
},
Background1 = Background {
Inputs = {
Width = Input { Value = 1482 },
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 2420 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Depth = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 165, -247.5 } }
},
SetDomain1 = SetDomain {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Background1"
},
Mode = Input { Value = FuID { "Set" } },
Right = Input { Value = 0 },
Top = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 165, -115.5 } }
},
Loader1 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 275, -247.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
Loop = 0,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!後ろ髪.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
}
},
["後ろ髪_MG"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "SetDomain1"
},
PerformDepthMerge = Input { Value = 0 },
Foreground = Input {
Source = "Output",
SourceOp = "Loader1"
}
},
ViewInfo = OperatorInfo { Pos = { 275, -115.5 } }
},
Loader2 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 385, -247.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
Loop = 0,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!体.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
}
},
["体_MG"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "後ろ髪_MG"
},
PerformDepthMerge = Input { Value = 0 },
Foreground = Input {
Source = "Output",
SourceOp = "Loader2"
}
},
ViewInfo = OperatorInfo { Pos = { 385, -115.5 } }
},
["髪飾りflipx_MG"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "体_MG"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 495, -115.5 } }
},
Loader4 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 605, -247.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
Loop = 0,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\髪飾り.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
}
},
["髪飾り_MG"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "髪飾りflipx_MG"
},
PerformDepthMerge = Input { Value = 0 },
Foreground = Input {
Source = "Output",
SourceOp = "Loader4"
}
},
ViewInfo = OperatorInfo { Pos = { 605, -115.5 } }
},
Background2 = Background {
Inputs = {
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1820 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Depth = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 825, -379.5 } }
},
Loader10 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 1485, -511.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
Loop = 0,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!右腕\\-基本.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
}
},
["右腕_MG"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "Background2"
},
PerformDepthMerge = Input { Value = 0 },
Foreground = Input {
Source = "Output",
SourceOp = "Loader10"
}
},
ViewInfo = OperatorInfo { Pos = { 1485, -379.5 } }
},
["右腕"] = Transform {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "右腕_MG"
}
},
ViewInfo = OperatorInfo { Pos = { 1485, -247.5 } }
},
["右腕_MG1"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "髪飾り_MG"
},
PerformDepthMerge = Input { Value = 0 },
Foreground = Input {
Source = "Output",
SourceOp = "右腕"
}
},
ViewInfo = OperatorInfo { Pos = { 1485, -115.5 } }
},
Background3 = Background {
Inputs = {
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1820 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Depth = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 1705, -379.5 } }
},
Loader15 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 2255, -511.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
Loop = 0,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!左腕\\-基本.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
}
},
["左腕_MG"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "Background3"
},
PerformDepthMerge = Input { Value = 0 },
Foreground = Input {
Source = "Output",
SourceOp = "Loader15"
}
},
ViewInfo = OperatorInfo { Pos = { 2255, -379.5 } }
},
["左腕"] = Transform {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "左腕_MG"
}
},
ViewInfo = OperatorInfo { Pos = { 2255, -247.5 } }
},
["左腕_MG1"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "右腕_MG1"
},
PerformDepthMerge = Input { Value = 0 },
Foreground = Input {
Source = "Output",
SourceOp = "左腕"
}
},
ViewInfo = OperatorInfo { Pos = { 2255, -115.5 } }
},
Loader16 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 2365, -247.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
Loop = 0,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!服のアレ.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
}
},
["服のアレ_MG"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "左腕_MG1"
},
PerformDepthMerge = Input { Value = 0 },
Foreground = Input {
Source = "Output",
SourceOp = "Loader16"
}
},
ViewInfo = OperatorInfo { Pos = { 2365, -115.5 } }
},
Background4 = Background {
Inputs = {
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1820 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Depth = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 2585, -379.5 } }
},
Loader20 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 3025, -511.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
Loop = 0,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!顔色\\-ほっぺ.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
}
},
["顔色_MG"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "Background4"
},
PerformDepthMerge = Input { Value = 0 },
Foreground = Input {
Source = "Output",
SourceOp = "Loader20"
}
},
ViewInfo = OperatorInfo { Pos = { 3025, -379.5 } }
},
["かげり_MG"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "顔色_MG"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 3135, -379.5 } }
},
["顔色"] = Transform {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "かげり_MG"
}
},
ViewInfo = OperatorInfo { Pos = { 3135, -247.5 } }
},
["顔色_MG1"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "服のアレ_MG"
},
PerformDepthMerge = Input { Value = 0 },
Foreground = Input {
Source = "Output",
SourceOp = "顔色"
}
},
ViewInfo = OperatorInfo { Pos = { 3135, -115.5 } }
},
Loader22 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 3245, -247.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
Loop = 0,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!もみあげエアインテーク.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
}
},
["もみあげエアインテーク_MG"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "顔色_MG1"
},
PerformDepthMerge = Input { Value = 0 },
Foreground = Input {
Source = "Output",
SourceOp = "Loader22"
}
},
ViewInfo = OperatorInfo { Pos = { 3245, -115.5 } }
},
Background9 = Background {
Inputs = {
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1820 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Depth = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 3410, -379.5 } }
},
Loader55 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 3850, -511.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
Loop = 0,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!眉\\-基本.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
}
},
["眉_MG"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "Background9"
},
PerformDepthMerge = Input { Value = 0 },
Foreground = Input {
Source = "Output",
SourceOp = "Loader55"
}
},
ViewInfo = OperatorInfo { Pos = { 3850, -379.5 } }
},
["眉"] = Transform {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "眉_MG"
}
},
ViewInfo = OperatorInfo { Pos = { 3850, -247.5 } }
},
["眉_MG1"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "もみあげエアインテーク_MG"
},
PerformDepthMerge = Input { Value = 0 },
Foreground = Input {
Source = "Output",
SourceOp = "眉"
}
},
ViewInfo = OperatorInfo { Pos = { 3850, -115.5 } }
},
Background10 = Background {
Inputs = {
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1820 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Depth = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4070, -379.5 } }
},
["涙_MG"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "Background10"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 4180, -379.5 } }
},
["汗2_MG"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "涙_MG"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 4290, -379.5 } }
},
["汗_MG"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "汗2_MG"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 4400, -379.5 } }
},
["記号など"] = Transform {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "汗_MG"
}
},
ViewInfo = OperatorInfo { Pos = { 4400, -247.5 } }
},
["記号など_MG"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "眉_MG1"
},
PerformDepthMerge = Input { Value = 0 },
Foreground = Input {
Source = "Output",
SourceOp = "記号など"
}
},
ViewInfo = OperatorInfo { Pos = { 4400, -115.5 } }
},
AutoDomain1 = AutoDomain {
Colors = { TileColor = { G = 0.549019607843137, R = 0.913725490196078, B = 0.709803921568627 } },
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "記号など_MG"
}
},
ViewInfo = OperatorInfo { Pos = { 4675, -115.5 } }
},
Background5 = Background {
Inputs = {
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1820 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Depth = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 3630, -1600.5 } }
},
["口_MG"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "Background5"
},
PerformDepthMerge = Input { Value = 0 },
Foreground = Input {
Source = "Output",
SourceOp = "Loader34"
}
},
ViewInfo = OperatorInfo { Pos = { 4950, -1600.5 } }
},
AutoDomain1_1 = AutoDomain {
Colors = { TileColor = { G = 0.549019607843137, R = 0.913725490196078, B = 0.709803921568627 } },
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "口_MG"
}
},
ViewInfo = OperatorInfo { Pos = { 4950, -1435.5 } }
},
Loader34 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4950, -1732.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
Loop = 0,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!口\\-ほほえみ.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
}
},
M01 = Fuse.Wireless {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Loader34"
}
},
ViewInfo = OperatorInfo { Pos = { 4840, -1138.5 } }
},
M02 = Fuse.Wireless {
NameSet = true,
ViewInfo = OperatorInfo { Pos = { 4730, -1138.5 } },
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Loader29"
}
}
},
Loader29 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4400, -1732.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
Loop = 0,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!口\\-お.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
}
},
M03 = Fuse.Wireless {
NameSet = true,
ViewInfo = OperatorInfo { Pos = { 4620, -1237.5 } },
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Loader29"
}
}
},
Transform2 = Transform {
Inputs = {
UseSizeAndAspect = Input { Value = 0 },
Input = Input {
Source = "Output",
SourceOp = "M03"
},
Pivot = Input { Value = { 0.478285486809476, 0.771400169317463 } },
YSize = Input { Value = 1.5 }
},
ViewInfo = OperatorInfo { Pos = { 4620, -1138.5 } }
},
M04 = Fuse.Wireless {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Loader28"
}
},
ViewInfo = OperatorInfo { Pos = { 4510, -1237.5 } }
},
Transform3 = Transform {
Inputs = {
UseSizeAndAspect = Input { Value = 0 },
Input = Input {
Source = "Output",
SourceOp = "M04"
},
Pivot = Input { Value = { 0.477458219976681, 0.770689997689998 } },
YSize = Input { Value = 0.8 }
},
ViewInfo = OperatorInfo { Pos = { 4510, -1138.5 } }
},
Loader28 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4290, -1732.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
Loop = 0,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!口\\-おー.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
}
},
M05 = Fuse.Wireless {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Loader28"
}
},
ViewInfo = OperatorInfo { Pos = { 4400, -1138.5 } }
},
RS_MouthOpen = Fuse.RS_MouthOpen {
Colors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },
NameSet = true,
ViewInfo = OperatorInfo { Pos = { 4950, -1138.5 } },
Version = 1,
Inputs = {
M06 = Input {
Source = "Output",
SourceOp = "M05"
},
M04 = Input {
Source = "Output",
SourceOp = "Transform2"
},
M02 = Input {
Source = "Output",
SourceOp = "M02"
},
Input = Input {
Source = "Output",
SourceOp = "AutoDomain1_1"
},
M01 = Input {
Source = "Output",
SourceOp = "M01"
},
M05 = Input {
Source = "Output",
SourceOp = "Transform3"
}
}
},
["口"] = Transform {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "RS_MouthOpen"
}
},
ViewInfo = OperatorInfo { Pos = { 4950, -247.5 } }
},
["口_MG1"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "AutoDomain1"
},
PerformDepthMerge = Input { Value = 0 },
Foreground = Input {
Source = "Output",
SourceOp = "口"
}
},
ViewInfo = OperatorInfo { Pos = { 4950, -115.5 } }
},
Background6 = Background {
Inputs = {
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1820 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Depth = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 3135, -1930.5 } }
},
Background7 = Background {
Inputs = {
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1820 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Depth = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 3905, -2194.5 } }
},
Background8 = Background {
Inputs = {
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1820 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Depth = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4125, -2458.5 } }
},
Loader48 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 5115, -2590.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
Loop = 0,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!目\\-目セット\\!黒目\\-基本.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
}
},
["黒目_MG"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "Background8"
},
PerformDepthMerge = Input { Value = 0 },
Foreground = Input {
Source = "Output",
SourceOp = "Loader48"
}
},
ViewInfo = OperatorInfo { Pos = { 5115, -2458.5 } }
},
["黒目"] = Transform {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "黒目_MG"
}
},
ViewInfo = OperatorInfo { Pos = { 5115, -2326.5 } }
},
["黒目_MG1"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "Background7"
},
PerformDepthMerge = Input { Value = 0 },
Foreground = Input {
Source = "Output",
SourceOp = "黒目"
}
},
ViewInfo = OperatorInfo { Pos = { 5115, -2194.5 } }
},
Loader51 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 5445, -2326.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
Loop = 0,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!目\\-目セット\\-まつげ基本.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
}
},
["目セット_MG"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "黒目_MG1"
},
PerformDepthMerge = Input { Value = 0 },
Foreground = Input {
Source = "Output",
SourceOp = "Loader51"
}
},
ViewInfo = OperatorInfo { Pos = { 5445, -2194.5 } }
},
["目セット"] = Transform {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "目セット_MG"
}
},
ViewInfo = OperatorInfo { Pos = { 5445, -2062.5 } }
},
["目_MG"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "Background6"
},
PerformDepthMerge = Input { Value = 0 },
Foreground = Input {
Source = "Output",
SourceOp = "目セット"
}
},
ViewInfo = OperatorInfo { Pos = { 5445, -1930.5 } }
},
AutoDomain1_2 = AutoDomain {
Colors = { TileColor = { G = 0.549019607843137, R = 0.913725490196078, B = 0.709803921568627 } },
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "目_MG"
}
},
ViewInfo = OperatorInfo { Pos = { 5445, -1435.5 } }
},
Loader37 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 3465, -2062.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
Loop = 0,
FormatID = "PNGFormat",
TimeCode = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!目\\-なごみ目.png",
GlobalStart = -1000,
AspectMode = 0,
Depth = 0
}
}
},
Closed = Fuse.Wireless {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Loader37"
}
},
ViewInfo = OperatorInfo { Pos = { 5335, -1138.5 } }
},
EyeBlink = Dissolve {
Transitions = {
[0] = "DFTDissolve"
},
NameSet = true,
ViewInfo = OperatorInfo { Pos = { 5445, -1138.5 } },
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "AutoDomain1_2"
},
Mix = Input {
Source = "Value",
SourceOp = "EyeBlinkBackgroundForeground"
},
Foreground = Input {
Source = "Output",
SourceOp = "Closed"
}
}
},
EyeBlinkBackgroundForeground = BezierSpline {
CtrlWZoom = false,
NameSet = true,
KeyFrames = {
[0] = { 0, RH = { 53, 0 }, Flags = { Linear = true, Loop = true, PreLoop = true } },
[159] = { 1, Flags = { StepIn = true }, RH = { 160, 1 }, LH = { 159, 0.666666666666667 } },
[163] = { 0, Flags = { PreLoop = true, StepIn = true, Loop = true }, LH = { 163, 0.333333333333333 } }
},
SplineColor = { Green = 164, Blue = 235, Red = 16 }
},
EyeCtrl = Transform {
CtrlWZoom = false,
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
UserControls = ordered() {
Blink = {
LINKS_Name = "Blink",
INP_Integer = true,
INP_MaxAllowed = 1000000,
INP_MinAllowed = 0,
INP_MaxScale = 500,
INP_MinScale = 0,
ICS_ControlPage = "目パチ",
INP_External = false,
INPID_InputControl = "SliderControl",
INP_Default = 127,
LINKID_DataType = "Number"
},
Close = {
LINKS_Name = "Close",
INP_Passive = true,
INP_Integer = true,
INP_MinAllowed = 0,
INP_MaxScale = 10,
INP_MinScale = 0,
INP_Default = 4,
INP_External = false,
ICS_ControlPage = "目パチ",
INPID_InputControl = "SliderControl",
LINKID_DataType = "Number"
},
Apply = {
LINKS_Name = "Apply",
ICS_ControlPage = "目パチ",
BTNCS_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",
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
at00 = {
LINKS_Name = "ボタンを押さないと反映されません。",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "目パチ",
LBLC_DropDownButton = false,
INP_Integer = false,
INP_External = false,
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
sp00 = {
LINKS_Name = "",
ICS_ControlPage = "目パチ",
INP_External = false,
LBLC_DropDownButton = false,
INP_Integer = false,
INP_Passive = true,
INPID_InputControl = "LabelControl",
LINKID_DataType = "Number"
},
BlinkOn = {
LINKS_Name = "BlinkOn",
ICS_ControlPage = "目パチ",
BTNCS_Execute = "EyeBlink:SetAttrs({TOOLB_PassThrough = false})\nEyeCtrl.EyeStatus = \"On\"\n",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.4,
LINKID_DataType = "Number"
},
BlinkOff = {
LINKS_Name = "BlinkOff",
ICS_ControlPage = "目パチ",
BTNCS_Execute = "EyeBlink:SetAttrs({TOOLB_PassThrough = true})\nEyeCtrl.EyeStatus = \"Off\"\n",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.4,
LINKID_DataType = "Number"
},
EyeStatus = {
LINKS_Name = "",
TEC_Lines = 1,
INPID_InputControl = "TextEditControl",
TEC_ReadOnly = true,
TEC_Wrap = false,
ICS_ControlPage = "目パチ",
INP_External = false,
ICD_Width = 0.2,
LINKID_DataType = "Text"
}
},
Inputs = {
EyeStatus = Input { Value = "On" },
Input = Input {
Source = "Output",
SourceOp = "EyeBlink"
},
Blink = Input { Value = 163 }
},
Colors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },
ViewInfo = OperatorInfo { Pos = { 5445, -1006.5 } }
},
["目"] = Transform {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "EyeCtrl"
}
},
ViewInfo = OperatorInfo { Pos = { 5445, -247.5 } }
},
["目_MG1"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "口_MG1"
},
PerformDepthMerge = Input { Value = 0 },
Foreground = Input {
Source = "Output",
SourceOp = "目"
}
},
ViewInfo = OperatorInfo { Pos = { 5445, -115.5 } }
},
Root = Transform {
Colors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },
ViewInfo = OperatorInfo { Pos = { 5445, 82.5 } },
Inputs = {
Grp_Root = Input { Value = 0 },
["Grp_記号など"] = Input { Value = 0 },
["Grp_目セット"] = Input { Value = 0 },
["Grp_黒目"] = Input { Value = 0 },
Input = Input {
Source = "Output",
SourceOp = "目_MG1"
},
Comments = 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" }
},
UserControls = ordered() {
CopyPose = {
LINKS_Name = "Copy Pose",
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.copy(comp)]])",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
PastePose = {
LINKS_Name = "Paste Pose",
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.paste(comp)]])",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
SavePose = {
LINKS_Name = "Save Pose",
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.save(comp, fu)]])",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
LoadPose = {
LINKS_Name = "Load Pose",
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.load(comp, fu)]])",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
Grp_Root = {
LINKS_Name = "Root",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 6,
LINKID_DataType = "Number"
},
N012_kigounado_show_77 = {
LINKS_Name = "記号など show",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"記号など_MG\")\nlocal node = comp:FindTool(\"記号など\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N012_kigounado_hide_77 = {
LINKS_Name = "記号など hide",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"記号など_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N003_kamikazari_show_5 = {
LINKS_Name = "髪飾り show",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"髪飾り_MG\")\nlocal node = comp:FindTool(\"Loader4\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N003_kamikazari_hide_5 = {
LINKS_Name = "髪飾り hide",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"髪飾り_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N002_kamikazariflipx_show_4 = {
LINKS_Name = "髪飾り:flipx show",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N002_kamikazariflipx_hide_4 = {
LINKS_Name = "髪飾り:flipx hide",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"髪飾りflipx_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
["Grp_記号など"] = {
LINKS_Name = "記号など",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 6,
LINKID_DataType = "Number"
},
N002_ase_show_77 = {
LINKS_Name = "汗 show",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"汗_MG\")\nlocal node = comp:FindTool(\"Loader58\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N002_ase_hide_77 = {
LINKS_Name = "汗 hide",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"汗_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N001_ase2_show_76 = {
LINKS_Name = "汗2 show",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N001_ase2_hide_76 = {
LINKS_Name = "汗2 hide",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"汗2_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N000_namida_show_75 = {
LINKS_Name = "涙 show",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"涙_MG\")\nlocal node = comp:FindTool(\"Loader56\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N000_namida_hide_75 = {
LINKS_Name = "涙 hide",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"涙_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
["Grp_眉"] = {
LINKS_Name = "眉",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 4,
LINKID_DataType = "Number"
},
N003_kihon72 = {
LINKS_Name = "*基本",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader55\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N002_gokigen71 = {
LINKS_Name = "*ごきげん",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader54\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_komari70 = {
LINKS_Name = "*困り",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader53\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_oko69 = {
LINKS_Name = "*おこ",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader52\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["Grp_目"] = {
LINKS_Name = "目",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 6,
LINKID_DataType = "Number"
},
N005_mesetto66 = {
LINKS_Name = "*目セット",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"目セット\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N004_tatesenme50 = {
LINKS_Name = "*縦線目",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader39\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N003_tojime49 = {
LINKS_Name = "*閉じ目",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader38\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N002_nagomime48 = {
LINKS_Name = "*なごみ目",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader37\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_none47 = {
LINKS_Name = "*><",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader36\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_nikkori46 = {
LINKS_Name = "*にっこり",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader35\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["Grp_目セット"] = {
LINKS_Name = "目セット",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 3,
LINKID_DataType = "Number"
},
N003_matsugekihon66 = {
LINKS_Name = "*まつげ基本",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目セット_MG\")\nlocal node = comp:FindTool(\"Loader51\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N002_matsugehanme65 = {
LINKS_Name = "*まつげ半目",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目セット_MG\")\nlocal node = comp:FindTool(\"Loader50\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_matsugeoko64 = {
LINKS_Name = "*まつげおこ",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目セット_MG\")\nlocal node = comp:FindTool(\"Loader49\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["Grp_黒目"] = {
LINKS_Name = "黒目",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 9,
LINKID_DataType = "Number"
},
N008_kihon63 = {
LINKS_Name = "*基本",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader48\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N007_kameramesenmigi5px62 = {
LINKS_Name = "*カメラ目線/右5px",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader47\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N006_mesorashihidari5px61 = {
LINKS_Name = "*目逸らし/左5px",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader46\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N005_nigorime60 = {
LINKS_Name = "*濁り目",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader45\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N004_kirakirame59 = {
LINKS_Name = "*きらきら目",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader44\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N003_haatome58 = {
LINKS_Name = "*ハート目",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader43\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N002_gurugurume57 = {
LINKS_Name = "*ぐるぐる目",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader42\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_yabame56 = {
LINKS_Name = "*やば目",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader41\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_shironukime55 = {
LINKS_Name = "*白抜き目",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader40\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["Grp_口"] = {
LINKS_Name = "口",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 12,
LINKID_DataType = "Number"
},
N011_hohoemi43 = {
LINKS_Name = "*ほほえみ",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader34\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N010_waaa42 = {
LINKS_Name = "*わあー",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader33\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N009_uhehe41 = {
LINKS_Name = "*うへへ",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader32\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N008_niyari40 = {
LINKS_Name = "*にやり",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader31\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N007_sun39 = {
LINKS_Name = "*すん",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader30\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N006_o38 = {
LINKS_Name = "*お",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader29\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N005_oo37 = {
LINKS_Name = "*おー",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader28\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N004_e36 = {
LINKS_Name = "*え",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader27\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N003_uootsu35 = {
LINKS_Name = "*うおーっ",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader26\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N002_muu34 = {
LINKS_Name = "*むー",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader25\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_hoo33 = {
LINKS_Name = "*ほー",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader24\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_nn32 = {
LINKS_Name = "*んー",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader23\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["Grp_顔色"] = {
LINKS_Name = "顔色",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 6,
LINKID_DataType = "Number"
},
N004_kageri_show_28 = {
LINKS_Name = "かげり show",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"かげり_MG\")\nlocal node = comp:FindTool(\"Loader21\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N004_kageri_hide_28 = {
LINKS_Name = "かげり hide",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"かげり_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N003_hoppe27 = {
LINKS_Name = "*ほっぺ",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader20\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N002_hoppeakame26 = {
LINKS_Name = "*ほっぺ赤め",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader19\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_hoppeakame225 = {
LINKS_Name = "*ほっぺ赤め2",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader18\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_kuma24 = {
LINKS_Name = "*クマ",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader17\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["Grp_左腕"] = {
LINKS_Name = "左腕",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 5,
LINKID_DataType = "Number"
},
N004_kihon20 = {
LINKS_Name = "*基本",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader15\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N003_kangaeru19 = {
LINKS_Name = "*考える",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader14\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N002_piisu18 = {
LINKS_Name = "*ピース",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader13\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_banzai17 = {
LINKS_Name = "*ばんざい",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader12\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_udewohirogeru16 = {
LINKS_Name = "*腕をひろげる",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader11\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["Grp_右腕"] = {
LINKS_Name = "右腕",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 6,
LINKID_DataType = "Number"
},
N005_kihon13 = {
LINKS_Name = "*基本",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader10\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N004_piisu12 = {
LINKS_Name = "*ピース",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader9\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N003_sasasu11 = {
LINKS_Name = "*指さす",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader8\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N002_houchou10 = {
LINKS_Name = "*包丁",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader7\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_banzai9 = {
LINKS_Name = "*ばんざい",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader6\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_udewohirogeru8 = {
LINKS_Name = "*腕をひろげる",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader5\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
}
}
},
["モーションなし"] = Transform {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Root"
}
},
ViewInfo = OperatorInfo { Pos = { 5445, 247.5 } }
},
["不安"] = GroupOperator {
Tools = ordered() {
Transform1_2 = Transform {
CtrlWZoom = false,
CtrlWShown = false,
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
Inputs = {
x = Input { Value = 0.01 },
y = Input { Value = 0.01 },
Center = Input {
Expression = "Point(0.5, 0.5) + shake * in_out",
Value = { 0.502997744173508, 0.497908177638071 }
},
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
},
shake = Input {
Source = "Position",
SourceOp = "Shake1"
},
in_out = Input {
Source = "Result",
SourceOp = "KeyframeStretcher1"
}
},
UserControls = 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" } }
},
KeyframeStretcher1 = KeyStretcherMod {
Inputs = {
Keyframes = Input {
Source = "Value",
SourceOp = "KeyStretcheronTransform1_2Keyframes"
},
StretchStart = Input { Value = 10 },
StretchEnd = Input { Value = 110 }
},
CtrlWZoom = false
},
KeyStretcheronTransform1_2Keyframes = BezierSpline {
KeyFrames = {
[0] = { 0, RH = { 3.33333333333333, 0 }, Flags = { Linear = true } },
[10] = { 1, RH = { 43.3333333333333, 1 }, LH = { 6.66666666666667, 1 } },
[110] = { 1, RH = { 113.333333333333, 1 }, LH = { 76.6666666666667, 1 } },
[120] = { 0, LH = { 116.666666666667, 0 } }
},
CtrlWZoom = false,
SplineColor = { Green = 106, Blue = 231, Red = 193 }
},
Shake1 = Shake {
Faster = true,
Inputs = {
XMaximum = Input {
Expression = "Transform1_2.x",
Value = 0.1
},
YMinimum = Input {
Expression = "-Transform1_2.y",
Value = -0.1
},
Smoothness = Input { Value = 2 },
YMaximum = Input {
Expression = "Transform1_2.y",
Value = 0.1
},
LockXY = Input { Value = 0 },
XMinimum = Input {
Expression = "-Transform1_2.x",
Value = -0.1
}
},
CtrlWZoom = false
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } },
Inputs = ordered() {
MainInput1 = InstanceInput {
Source = "Input",
SourceOp = "Transform1_2"
},
Input3 = InstanceInput {
Width = 1,
Source = "RandomSeed",
Default = 0,
SourceOp = "Shake1"
},
Input4 = InstanceInput {
Source = "Randomize",
Width = 0.385,
SourceOp = "Shake1"
},
Input5 = InstanceInput {
Source = "Smoothness",
Default = 10,
SourceOp = "Shake1"
},
Input1 = InstanceInput {
Default = 0.1,
Source = "x",
Name = "X",
SourceOp = "Transform1_2"
},
Input2 = InstanceInput {
Default = 0.1,
Source = "y",
Name = "Y",
SourceOp = "Transform1_2"
}
},
ViewInfo = GroupInfo {
Offset = { 0, 0 },
Scale = 1,
PipeStyle = "Direct",
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Direction = "Horizontal",
Flags = {
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true,
AllowPan = false
},
Pos = { 5555, 577.5 }
},
Outputs = {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "Transform1_2"
}
}
}
},
ViewInfo = GroupInfo {
Scale = 1,
Offset = { 0, 0 },
Direction = "Horizontal",
Flags = {
ForceAll = true,
GridSnap = true,
AllowPan = false,
AutoSnap = true
},
PipeStyle = "Direct"
},
Inputs = ordered() {
Input1 = InstanceInput {
Default = 0,
Name = "Copy Pose",
Source = "CopyPose",
SourceOp = "Root"
},
Input2 = InstanceInput {
Default = 0,
Name = "Paste Pose",
Source = "PastePose",
SourceOp = "Root"
},
Input3 = InstanceInput {
Default = 0,
Name = "Save Pose",
Source = "SavePose",
SourceOp = "Root"
},
Input4 = InstanceInput {
Default = 0,
Name = "Load Pose",
Source = "LoadPose",
SourceOp = "Root"
},
Input5 = InstanceInput {
Source = "Center",
SourceOp = "ST_MergeB"
},
Input6 = InstanceInput {
Source = "Size",
Default = 1,
SourceOp = "ST_MergeB"
},
Input7 = InstanceInput {
Source = "Angle",
Default = 0,
SourceOp = "ST_MergeB"
},
Input8 = InstanceInput {
Default = 0,
Source = "FlipHoriz",
Name = "Flip Horizontal",
ControlGroup = 1,
SourceOp = "ST_MergeB"
},
Input9 = InstanceInput {
Default = 0,
Source = "FlipVert",
Name = "Flip Vertical",
ControlGroup = 1,
SourceOp = "ST_MergeB"
},
Input10 = InstanceInput {
Default = 0,
Name = "モーションなし",
Source = "N000_モーションなし",
SourceOp = "モーションSelector"
},
Input11 = InstanceInput {
Default = 0,
Name = "ぽよ",
Source = "N001_ぽよ",
SourceOp = "モーションSelector"
},
Input12 = InstanceInput {
Default = 0,
Name = "ぴょん",
Source = "N002_ぴょん",
SourceOp = "モーションSelector"
},
Input13 = InstanceInput {
Default = 0,
Name = "跳ねる",
Source = "N003_跳ねる",
SourceOp = "モーションSelector"
},
Input14 = InstanceInput {
Default = 0,
Name = "跳ねる_小",
Source = "N004_跳ねる_小",
SourceOp = "モーションSelector"
},
Input15 = InstanceInput {
Default = 0,
Name = "不安",
Source = "N005_不安",
SourceOp = "モーションSelector"
},
Input16 = InstanceInput {
Default = 0,
Name = "荒ぶる",
Source = "N006_荒ぶる",
SourceOp = "モーションSelector"
},
Input17 = InstanceInput {
Default = 0,
Name = "震え",
Source = "N007_震え",
SourceOp = "モーションSelector"
},
Input18 = InstanceInput {
Default = 0,
Name = "記号など",
Source = "Grp_記号など",
SourceOp = "Root"
},
Input19 = InstanceInput {
Default = 0,
Name = "汗 show",
Source = "N002_ase_show_77",
SourceOp = "Root"
},
Input20 = InstanceInput {
Default = 0,
Name = "汗 hide",
Source = "N002_ase_hide_77",
SourceOp = "Root"
},
Input21 = InstanceInput {
Default = 0,
Name = "汗2 show",
Source = "N001_ase2_show_76",
SourceOp = "Root"
},
Input22 = InstanceInput {
Default = 0,
Name = "汗2 hide",
Source = "N001_ase2_hide_76",
SourceOp = "Root"
},
Input23 = InstanceInput {
Default = 0,
Name = "涙 show",
Source = "N000_namida_show_75",
SourceOp = "Root"
},
Input24 = InstanceInput {
Default = 0,
Name = "涙 hide",
Source = "N000_namida_hide_75",
SourceOp = "Root"
},
Input25 = InstanceInput {
Default = 1,
Name = "眉",
Source = "Grp_眉",
SourceOp = "Root"
},
Input26 = InstanceInput {
Default = 0,
Source = "N003_kihon72",
Width = 0.25,
Name = "*基本",
SourceOp = "Root"
},
Input27 = InstanceInput {
Default = 0,
Source = "N002_gokigen71",
Width = 0.25,
Name = "*ごきげん",
SourceOp = "Root"
},
Input28 = InstanceInput {
Default = 0,
Source = "N001_komari70",
Width = 0.25,
Name = "*困り",
SourceOp = "Root"
},
Input29 = InstanceInput {
Default = 0,
Source = "N000_oko69",
Width = 0.25,
Name = "*おこ",
SourceOp = "Root"
},
Input30 = InstanceInput {
Default = 1,
Name = "目",
Source = "Grp_目",
SourceOp = "Root"
},
Input31 = InstanceInput {
Default = 0,
Source = "N005_mesetto66",
Width = 0.25,
Name = "*目セット",
SourceOp = "Root"
},
Input32 = InstanceInput {
Default = 0,
Source = "N004_tatesenme50",
Width = 0.25,
Name = "*縦線目",
SourceOp = "Root"
},
Input33 = InstanceInput {
Default = 0,
Source = "N003_tojime49",
Width = 0.25,
Name = "*閉じ目",
SourceOp = "Root"
},
Input34 = InstanceInput {
Default = 0,
Source = "N002_nagomime48",
Width = 0.25,
Name = "*なごみ目",
SourceOp = "Root"
},
Input35 = InstanceInput {
Default = 0,
Source = "N001_none47",
Width = 0.25,
Name = "*><",
SourceOp = "Root"
},
Input36 = InstanceInput {
Default = 0,
Source = "N000_nikkori46",
Width = 0.25,
Name = "*にっこり",
SourceOp = "Root"
},
Input37 = InstanceInput {
Default = 0,
Name = "目セット",
Source = "Grp_目セット",
SourceOp = "Root"
},
Input38 = InstanceInput {
Default = 0,
Source = "N003_matsugekihon66",
Width = 0.25,
Name = "*まつげ基本",
SourceOp = "Root"
},
Input39 = InstanceInput {
Default = 0,
Source = "N002_matsugehanme65",
Width = 0.25,
Name = "*まつげ半目",
SourceOp = "Root"
},
Input40 = InstanceInput {
Default = 0,
Source = "N001_matsugeoko64",
Width = 0.25,
Name = "*まつげおこ",
SourceOp = "Root"
},
Input41 = InstanceInput {
Default = 0,
Name = "黒目",
Source = "Grp_黒目",
SourceOp = "Root"
},
Input42 = InstanceInput {
Default = 0,
Source = "N008_kihon63",
Width = 0.25,
Name = "*基本",
SourceOp = "Root"
},
Input43 = InstanceInput {
Default = 0,
Source = "N007_kameramesenmigi5px62",
Width = 0.25,
Name = "*カメラ目線/右5px",
SourceOp = "Root"
},
Input44 = InstanceInput {
Default = 0,
Source = "N006_mesorashihidari5px61",
Width = 0.25,
Name = "*目逸らし/左5px",
SourceOp = "Root"
},
Input45 = InstanceInput {
Default = 0,
Source = "N005_nigorime60",
Width = 0.25,
Name = "*濁り目",
SourceOp = "Root"
},
Input46 = InstanceInput {
Default = 0,
Source = "N004_kirakirame59",
Width = 0.25,
Name = "*きらきら目",
SourceOp = "Root"
},
Input47 = InstanceInput {
Default = 0,
Source = "N003_haatome58",
Width = 0.25,
Name = "*ハート目",
SourceOp = "Root"
},
Input48 = InstanceInput {
Default = 0,
Source = "N002_gurugurume57",
Width = 0.25,
Name = "*ぐるぐる目",
SourceOp = "Root"
},
Input49 = InstanceInput {
Default = 0,
Source = "N001_yabame56",
Width = 0.25,
Name = "*やば目",
SourceOp = "Root"
},
Input50 = InstanceInput {
Default = 0,
Source = "N000_shironukime55",
Width = 0.25,
Name = "*白抜き目",
SourceOp = "Root"
},
Input51 = InstanceInput {
Default = 1,
Name = "口",
Source = "Grp_口",
SourceOp = "Root"
},
Input52 = InstanceInput {
Default = 0,
Source = "N011_hohoemi43",
Width = 0.25,
Name = "*ほほえみ",
SourceOp = "Root"
},
Input53 = InstanceInput {
Default = 0,
Source = "N010_waaa42",
Width = 0.25,
Name = "*わあー",
SourceOp = "Root"
},
Input54 = InstanceInput {
Default = 0,
Source = "N009_uhehe41",
Width = 0.25,
Name = "*うへへ",
SourceOp = "Root"
},
Input55 = InstanceInput {
Default = 0,
Source = "N008_niyari40",
Width = 0.25,
Name = "*にやり",
SourceOp = "Root"
},
Input56 = InstanceInput {
Default = 0,
Source = "N007_sun39",
Width = 0.25,
Name = "*すん",
SourceOp = "Root"
},
Input57 = InstanceInput {
Default = 0,
Source = "N006_o38",
Width = 0.25,
Name = "*お",
SourceOp = "Root"
},
Input58 = InstanceInput {
Default = 0,
Source = "N005_oo37",
Width = 0.25,
Name = "*おー",
SourceOp = "Root"
},
Input59 = InstanceInput {
Default = 0,
Source = "N004_e36",
Width = 0.25,
Name = "*え",
SourceOp = "Root"
},
Input60 = InstanceInput {
Default = 0,
Source = "N003_uootsu35",
Width = 0.25,
Name = "*うおーっ",
SourceOp = "Root"
},
Input61 = InstanceInput {
Default = 0,
Source = "N002_muu34",
Width = 0.25,
Name = "*むー",
SourceOp = "Root"
},
Input62 = InstanceInput {
Default = 0,
Source = "N001_hoo33",
Width = 0.25,
Name = "*ほー",
SourceOp = "Root"
},
Input63 = InstanceInput {
Default = 0,
Source = "N000_nn32",
Width = 0.25,
Name = "*んー",
SourceOp = "Root"
},
Input64 = InstanceInput {
Default = 1,
Name = "顔色",
Source = "Grp_顔色",
SourceOp = "Root"
},
Input65 = InstanceInput {
Default = 0,
Name = "かげり show",
Source = "N004_kageri_show_28",
SourceOp = "Root"
},
Input66 = InstanceInput {
Default = 0,
Name = "かげり hide",
Source = "N004_kageri_hide_28",
SourceOp = "Root"
},
Input67 = InstanceInput {
Default = 0,
Source = "N003_hoppe27",
Width = 0.25,
Name = "*ほっぺ",
SourceOp = "Root"
},
Input68 = InstanceInput {
Default = 0,
Source = "N002_hoppeakame26",
Width = 0.25,
Name = "*ほっぺ赤め",
SourceOp = "Root"
},
Input69 = InstanceInput {
Default = 0,
Source = "N001_hoppeakame225",
Width = 0.25,
Name = "*ほっぺ赤め2",
SourceOp = "Root"
},
Input70 = InstanceInput {
Default = 0,
Source = "N000_kuma24",
Width = 0.25,
Name = "*クマ",
SourceOp = "Root"
},
Input71 = InstanceInput {
Default = 1,
Name = "左腕",
Source = "Grp_左腕",
SourceOp = "Root"
},
Input72 = InstanceInput {
Default = 0,
Source = "N004_kihon20",
Width = 0.25,
Name = "*基本",
SourceOp = "Root"
},
Input73 = InstanceInput {
Default = 0,
Source = "N003_kangaeru19",
Width = 0.25,
Name = "*考える",
SourceOp = "Root"
},
Input74 = InstanceInput {
Default = 0,
Source = "N002_piisu18",
Width = 0.25,
Name = "*ピース",
SourceOp = "Root"
},
Input75 = InstanceInput {
Default = 0,
Source = "N001_banzai17",
Width = 0.25,
Name = "*ばんざい",
SourceOp = "Root"
},
Input76 = InstanceInput {
Default = 0,
Source = "N000_udewohirogeru16",
Width = 0.25,
Name = "*腕をひろげる",
SourceOp = "Root"
},
Input77 = InstanceInput {
Default = 1,
Name = "右腕",
Source = "Grp_右腕",
SourceOp = "Root"
},
Input78 = InstanceInput {
Default = 0,
Source = "N005_kihon13",
Width = 0.25,
Name = "*基本",
SourceOp = "Root"
},
Input79 = InstanceInput {
Default = 0,
Source = "N004_piisu12",
Width = 0.25,
Name = "*ピース",
SourceOp = "Root"
},
Input80 = InstanceInput {
Default = 0,
Source = "N003_sasasu11",
Width = 0.25,
Name = "*指さす",
SourceOp = "Root"
},
Input81 = InstanceInput {
Default = 0,
Source = "N002_houchou10",
Width = 0.25,
Name = "*包丁",
SourceOp = "Root"
},
Input82 = InstanceInput {
Default = 0,
Source = "N001_banzai9",
Width = 0.25,
Name = "*ばんざい",
SourceOp = "Root"
},
Input83 = InstanceInput {
Default = 0,
Source = "N000_udewohirogeru8",
Width = 0.25,
Name = "*腕をひろげる",
SourceOp = "Root"
},
Input84 = InstanceInput {
Default = 0,
Name = "Root",
Source = "Grp_Root",
SourceOp = "Root"
},
Input85 = InstanceInput {
Default = 0,
Name = "記号など show",
Source = "N012_kigounado_show_77",
SourceOp = "Root"
},
Input86 = InstanceInput {
Default = 0,
Name = "記号など hide",
Source = "N012_kigounado_hide_77",
SourceOp = "Root"
},
Input87 = InstanceInput {
Default = 0,
Name = "髪飾り show",
Source = "N003_kamikazari_show_5",
SourceOp = "Root"
},
Input88 = InstanceInput {
Default = 0,
Name = "髪飾り hide",
Source = "N003_kamikazari_hide_5",
SourceOp = "Root"
},
Input89 = InstanceInput {
Default = 0,
Name = "髪飾り:flipx show",
Source = "N002_kamikazariflipx_show_4",
SourceOp = "Root"
},
Input90 = InstanceInput {
Default = 0,
Name = "髪飾り:flipx hide",
Source = "N002_kamikazariflipx_hide_4",
SourceOp = "Root"
},
Input91 = InstanceInput {
Source = "Open",
Default = -1,
SourceOp = "RS_MouthOpen"
},
Input92 = InstanceInput {
Source = "Blink",
Default = 163,
SourceOp = "EyeCtrl"
},
Input93 = InstanceInput {
Source = "Close",
Default = 4,
SourceOp = "EyeCtrl"
},
Input94 = InstanceInput {
Source = "Apply",
Default = 0,
SourceOp = "EyeCtrl"
},
Input95 = InstanceInput {
Default = 0,
Name = "ボタンを押さないと反映されません。",
Source = "at00",
SourceOp = "EyeCtrl"
},
Input96 = InstanceInput {
Default = 0,
Name = "",
Source = "sp00",
SourceOp = "EyeCtrl"
},
Input97 = InstanceInput {
Source = "BlinkOn",
Default = 0,
SourceOp = "EyeCtrl"
},
Input98 = InstanceInput {
Source = "BlinkOff",
Default = 0,
SourceOp = "EyeCtrl"
},
Input99 = InstanceInput {
Name = "",
Source = "EyeStatus",
SourceOp = "EyeCtrl"
}
},
Outputs = ordered() {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "ST_MergeB"
}
},
CtrlWZoom = false
}
}
}
================================================
FILE: Templates/Edit/Generators/old/琴葉茜.setting
================================================
{
Tools = ordered() {
Akane = GroupOperator {
Inputs = ordered() {
Input1 = InstanceInput {
Default = 0,
Name = "Copy Pose",
SourceOp = "Root",
Source = "CopyPose"
},
Input2 = InstanceInput {
Default = 0,
Name = "Paste Pose",
SourceOp = "Root",
Source = "PastePose"
},
Input3 = InstanceInput {
Default = 0,
Name = "Save Pose",
SourceOp = "Root",
Source = "SavePose"
},
Input4 = InstanceInput {
Default = 0,
Name = "Load Pose",
SourceOp = "Root",
Source = "LoadPose"
},
Input5 = InstanceInput {
Source = "Center",
SourceOp = "ST_MergeB"
},
Input6 = InstanceInput {
Source = "Size",
Default = 1,
SourceOp = "ST_MergeB"
},
Input7 = InstanceInput {
Source = "Angle",
Default = 0,
SourceOp = "ST_MergeB"
},
Input8 = InstanceInput {
Default = 0,
Source = "FlipHoriz",
ControlGroup = 1,
SourceOp = "ST_MergeB",
Name = "Flip Horizontal"
},
Input9 = InstanceInput {
Default = 0,
Source = "FlipVert",
ControlGroup = 1,
SourceOp = "ST_MergeB",
Name = "Flip Vertical"
},
Input10 = InstanceInput {
Default = 0,
Name = "モーションなし",
SourceOp = "モーションSelector",
Source = "N000_モーションなし"
},
Input11 = InstanceInput {
Default = 0,
Name = "ぽよ",
SourceOp = "モーションSelector",
Source = "N001_ぽよ"
},
Input12 = InstanceInput {
Default = 0,
Name = "ぴょん",
SourceOp = "モーションSelector",
Source = "N002_ぴょん"
},
Input13 = InstanceInput {
Default = 0,
Name = "跳ねる",
SourceOp = "モーションSelector",
Source = "N003_跳ねる"
},
Input14 = InstanceInput {
Default = 0,
Name = "跳ねる_小",
SourceOp = "モーションSelector",
Source = "N004_跳ねる_小"
},
Input15 = InstanceInput {
Default = 0,
Name = "不安",
SourceOp = "モーションSelector",
Source = "N005_不安"
},
Input16 = InstanceInput {
Default = 0,
Name = "荒ぶる",
SourceOp = "モーションSelector",
Source = "N006_荒ぶる"
},
Input17 = InstanceInput {
Default = 0,
Name = "震え",
SourceOp = "モーションSelector",
Source = "N007_震え"
},
Input18 = InstanceInput {
Default = 0,
Name = "記号など",
SourceOp = "Root",
Source = "Grp_記号など"
},
Input19 = InstanceInput {
Default = 0,
Name = "汗 show",
SourceOp = "Root",
Source = "N002_ase_show_77"
},
Input20 = InstanceInput {
Default = 0,
Name = "汗 hide",
SourceOp = "Root",
Source = "N002_ase_hide_77"
},
Input21 = InstanceInput {
Default = 0,
Name = "汗2 show",
SourceOp = "Root",
Source = "N001_ase2_show_76"
},
Input22 = InstanceInput {
Default = 0,
Name = "汗2 hide",
SourceOp = "Root",
Source = "N001_ase2_hide_76"
},
Input23 = InstanceInput {
Default = 0,
Name = "涙 show",
SourceOp = "Root",
Source = "N000_namida_show_75"
},
Input24 = InstanceInput {
Default = 0,
Name = "涙 hide",
SourceOp = "Root",
Source = "N000_namida_hide_75"
},
Input25 = InstanceInput {
Default = 1,
Name = "眉",
SourceOp = "Root",
Source = "Grp_眉"
},
Input26 = InstanceInput {
Default = 0,
Source = "N003_kihon72",
SourceOp = "Root",
Width = 0.25,
Name = "*基本"
},
Input27 = InstanceInput {
Default = 0,
Source = "N002_gokigen71",
SourceOp = "Root",
Width = 0.25,
Name = "*ごきげん"
},
Input28 = InstanceInput {
Default = 0,
Source = "N001_komari70",
SourceOp = "Root",
Width = 0.25,
Name = "*困り"
},
Input29 = InstanceInput {
Default = 0,
Source = "N000_oko69",
SourceOp = "Root",
Width = 0.25,
Name = "*おこ"
},
Input30 = InstanceInput {
Default = 1,
Name = "目",
SourceOp = "Root",
Source = "Grp_目"
},
Input31 = InstanceInput {
Default = 0,
Source = "N005_mesetto66",
SourceOp = "Root",
Width = 0.25,
Name = "*目セット"
},
Input32 = InstanceInput {
Default = 0,
Source = "N004_tatesenme50",
SourceOp = "Root",
Width = 0.25,
Name = "*縦線目"
},
Input33 = InstanceInput {
Default = 0,
Source = "N003_tojime49",
SourceOp = "Root",
Width = 0.25,
Name = "*閉じ目"
},
Input34 = InstanceInput {
Default = 0,
Source = "N002_nagomime48",
SourceOp = "Root",
Width = 0.25,
Name = "*なごみ目"
},
Input35 = InstanceInput {
Default = 0,
Source = "N001_none47",
SourceOp = "Root",
Width = 0.25,
Name = "*><"
},
Input36 = InstanceInput {
Default = 0,
Source = "N000_nikkori46",
SourceOp = "Root",
Width = 0.25,
Name = "*にっこり"
},
Input37 = InstanceInput {
Default = 0,
Name = "目セット",
SourceOp = "Root",
Source = "Grp_目セット"
},
Input38 = InstanceInput {
Default = 0,
Source = "N003_matsugekihon66",
SourceOp = "Root",
Width = 0.25,
Name = "*まつげ基本"
},
Input39 = InstanceInput {
Default = 0,
Source = "N002_matsugehanme65",
SourceOp = "Root",
Width = 0.25,
Name = "*まつげ半目"
},
Input40 = InstanceInput {
Default = 0,
Source = "N001_matsugeoko64",
SourceOp = "Root",
Width = 0.25,
Name = "*まつげおこ"
},
Input41 = InstanceInput {
Default = 0,
Name = "黒目",
SourceOp = "Root",
Source = "Grp_黒目"
},
Input42 = InstanceInput {
Default = 0,
Source = "N008_kihon63",
SourceOp = "Root",
Width = 0.25,
Name = "*基本"
},
Input43 = InstanceInput {
Default = 0,
Source = "N007_kameramesenmigi5px62",
SourceOp = "Root",
Width = 0.25,
Name = "*カメラ目線/右5px"
},
Input44 = InstanceInput {
Default = 0,
Source = "N006_mesorashihidari5px61",
SourceOp = "Root",
Width = 0.25,
Name = "*目逸らし/左5px"
},
Input45 = InstanceInput {
Default = 0,
Source = "N005_nigorime60",
SourceOp = "Root",
Width = 0.25,
Name = "*濁り目"
},
Input46 = InstanceInput {
Default = 0,
Source = "N004_kirakirame59",
SourceOp = "Root",
Width = 0.25,
Name = "*きらきら目"
},
Input47 = InstanceInput {
Default = 0,
Source = "N003_haatome58",
SourceOp = "Root",
Width = 0.25,
Name = "*ハート目"
},
Input48 = InstanceInput {
Default = 0,
Source = "N002_gurugurume57",
SourceOp = "Root",
Width = 0.25,
Name = "*ぐるぐる目"
},
Input49 = InstanceInput {
Default = 0,
Source = "N001_yabame56",
SourceOp = "Root",
Width = 0.25,
Name = "*やば目"
},
Input50 = InstanceInput {
Default = 0,
Source = "N000_shironukime55",
SourceOp = "Root",
Width = 0.25,
Name = "*白抜き目"
},
Input51 = InstanceInput {
Default = 1,
Name = "口",
SourceOp = "Root",
Source = "Grp_口"
},
Input52 = InstanceInput {
Default = 0,
Source = "N011_hohoemi43",
SourceOp = "Root",
Width = 0.25,
Name = "*ほほえみ"
},
Input53 = InstanceInput {
Default = 0,
Source = "N010_waaa42",
SourceOp = "Root",
Width = 0.25,
Name = "*わあー"
},
Input54 = InstanceInput {
Default = 0,
Source = "N009_uhehe41",
SourceOp = "Root",
Width = 0.25,
Name = "*うへへ"
},
Input55 = InstanceInput {
Default = 0,
Source = "N008_niyari40",
SourceOp = "Root",
Width = 0.25,
Name = "*にやり"
},
Input56 = InstanceInput {
Default = 0,
Source = "N007_sun39",
SourceOp = "Root",
Width = 0.25,
Name = "*すん"
},
Input57 = InstanceInput {
Default = 0,
Source = "N006_o38",
SourceOp = "Root",
Width = 0.25,
Name = "*お"
},
Input58 = InstanceInput {
Default = 0,
Source = "N005_oo37",
SourceOp = "Root",
Width = 0.25,
Name = "*おー"
},
Input59 = InstanceInput {
Default = 0,
Source = "N004_e36",
SourceOp = "Root",
Width = 0.25,
Name = "*え"
},
Input60 = InstanceInput {
Default = 0,
Source = "N003_uootsu35",
SourceOp = "Root",
Width = 0.25,
Name = "*うおーっ"
},
Input61 = InstanceInput {
Default = 0,
Source = "N002_muu34",
SourceOp = "Root",
Width = 0.25,
Name = "*むー"
},
Input62 = InstanceInput {
Default = 0,
Source = "N001_hoo33",
SourceOp = "Root",
Width = 0.25,
Name = "*ほー"
},
Input63 = InstanceInput {
Default = 0,
Source = "N000_nn32",
SourceOp = "Root",
Width = 0.25,
Name = "*んー"
},
Input64 = InstanceInput {
Default = 1,
Name = "顔色",
SourceOp = "Root",
Source = "Grp_顔色"
},
Input65 = InstanceInput {
Default = 0,
Name = "かげり show",
SourceOp = "Root",
Source = "N004_kageri_show_28"
},
Input66 = InstanceInput {
Default = 0,
Name = "かげり hide",
SourceOp = "Root",
Source = "N004_kageri_hide_28"
},
Input67 = InstanceInput {
Default = 0,
Source = "N003_hoppe27",
SourceOp = "Root",
Width = 0.25,
Name = "*ほっぺ"
},
Input68 = InstanceInput {
Default = 0,
Source = "N002_hoppeakame26",
SourceOp = "Root",
Width = 0.25,
Name = "*ほっぺ赤め"
},
Input69 = InstanceInput {
Default = 0,
Source = "N001_hoppeakame225",
SourceOp = "Root",
Width = 0.25,
Name = "*ほっぺ赤め2"
},
Input70 = InstanceInput {
Default = 0,
Source = "N000_kuma24",
SourceOp = "Root",
Width = 0.25,
Name = "*クマ"
},
Input71 = InstanceInput {
Default = 1,
Name = "左腕",
SourceOp = "Root",
Source = "Grp_左腕"
},
Input72 = InstanceInput {
Default = 0,
Source = "N004_kihon20",
SourceOp = "Root",
Width = 0.25,
Name = "*基本"
},
Input73 = InstanceInput {
Default = 0,
Source = "N003_kangaeru19",
SourceOp = "Root",
Width = 0.25,
Name = "*考える"
},
Input74 = InstanceInput {
Default = 0,
Source = "N002_piisu18",
SourceOp = "Root",
Width = 0.25,
Name = "*ピース"
},
Input75 = InstanceInput {
Default = 0,
Source = "N001_banzai17",
SourceOp = "Root",
Width = 0.25,
Name = "*ばんざい"
},
Input76 = InstanceInput {
Default = 0,
Source = "N000_udewohirogeru16",
SourceOp = "Root",
Width = 0.25,
Name = "*腕をひろげる"
},
Input77 = InstanceInput {
Default = 1,
Name = "右腕",
SourceOp = "Root",
Source = "Grp_右腕"
},
Input78 = InstanceInput {
Default = 0,
Source = "N005_kihon13",
SourceOp = "Root",
Width = 0.25,
Name = "*基本"
},
Input79 = InstanceInput {
Default = 0,
Source = "N004_piisu12",
SourceOp = "Root",
Width = 0.25,
Name = "*ピース"
},
Input80 = InstanceInput {
Default = 0,
Source = "N003_sasasu11",
SourceOp = "Root",
Width = 0.25,
Name = "*指さす"
},
Input81 = InstanceInput {
Default = 0,
Source = "N002_houchou10",
SourceOp = "Root",
Width = 0.25,
Name = "*包丁"
},
Input82 = InstanceInput {
Default = 0,
Source = "N001_banzai9",
SourceOp = "Root",
Width = 0.25,
Name = "*ばんざい"
},
Input83 = InstanceInput {
Default = 0,
Source = "N000_udewohirogeru8",
SourceOp = "Root",
Width = 0.25,
Name = "*腕をひろげる"
},
Input84 = InstanceInput {
Default = 0,
Name = "Root",
SourceOp = "Root",
Source = "Grp_Root"
},
Input85 = InstanceInput {
Default = 0,
Name = "記号など show",
SourceOp = "Root",
Source = "N012_kigounado_show_77"
},
Input86 = InstanceInput {
Default = 0,
Name = "記号など hide",
SourceOp = "Root",
Source = "N012_kigounado_hide_77"
},
Input87 = InstanceInput {
Default = 0,
Name = "髪飾り show",
SourceOp = "Root",
Source = "N003_kamikazari_show_5"
},
Input88 = InstanceInput {
Default = 0,
Name = "髪飾り hide",
SourceOp = "Root",
Source = "N003_kamikazari_hide_5"
},
Input89 = InstanceInput {
Default = 0,
Name = "髪飾り:flipx show",
SourceOp = "Root",
Source = "N002_kamikazariflipx_show_4"
},
Input90 = InstanceInput {
Default = 0,
Name = "髪飾り:flipx hide",
SourceOp = "Root",
Source = "N002_kamikazariflipx_hide_4"
},
Input91 = InstanceInput {
Source = "Anim",
Default = 0,
SourceOp = "MouthCtrl"
},
Input92 = InstanceInput {
Source = "AnimOn",
Default = 0,
SourceOp = "MouthCtrl"
},
Input93 = InstanceInput {
Source = "AnimOff",
Default = 0,
SourceOp = "MouthCtrl"
},
Input94 = InstanceInput {
Name = "",
Source = "AnimStatus",
SourceOp = "MouthCtrl"
},
Input95 = InstanceInput {
Source = "Open",
Default = -1,
SourceOp = "MouthCtrlB"
},
Input96 = InstanceInput {
Source = "Blink",
Default = 163,
SourceOp = "EyeCtrl"
},
Input97 = InstanceInput {
Source = "Close",
Default = 4,
SourceOp = "EyeCtrl"
},
Input98 = InstanceInput {
Source = "Apply",
Default = 0,
SourceOp = "EyeCtrl"
},
Input99 = InstanceInput {
Default = 0,
Name = "ボタンを押さないと反映されません。",
SourceOp = "EyeCtrl",
Source = "at00"
},
Input100 = InstanceInput {
Default = 0,
Name = "",
SourceOp = "EyeCtrl",
Source = "sp00"
},
Input101 = InstanceInput {
Source = "BlinkOn",
Default = 0,
SourceOp = "EyeCtrl"
},
Input102 = InstanceInput {
Source = "BlinkOff",
Default = 0,
SourceOp = "EyeCtrl"
},
Input103 = InstanceInput {
Name = "",
Source = "EyeStatus",
SourceOp = "EyeCtrl"
}
},
Tools = ordered() {
Loader21 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 3135, -511.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!顔色\\かげり.png",
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0
}
}
},
Loader54 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 3740, -511.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!眉\\-ごきげん.png",
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0
}
}
},
Loader36 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 3355, -2062.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!目\\-__.png",
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0
}
}
},
Loader18 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 2805, -511.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!顔色\\-ほっぺ赤め2_.png",
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0
}
}
},
Loader43 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4565, -2590.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!目\\-目セット\\!黒目\\-ハート目.png",
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0
}
}
},
Loader42 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4455, -2590.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!目\\-目セット\\!黒目\\-ぐるぐる目.png",
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0
}
}
},
["ぽよ"] = GroupOperator {
Inputs = ordered() {
MainInput1 = InstanceInput {
Source = "Input",
SourceOp = "Transform"
},
Input1 = InstanceInput {
Default = 1,
Source = "speed",
SourceOp = "Transform",
Name = "スピード",
Page = "Controls"
},
Input2 = InstanceInput {
Default = 1,
Source = "SecondOperand",
SourceOp = "Calculation2",
Name = "強さ"
},
Input3 = InstanceInput {
Source = "Pivot",
SourceOp = "Transform"
}
},
Tools = ordered() {
Transform = Transform {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
},
Pivot = Input { Value = { 0.5, 0 } },
Aspect = Input {
Source = "Result",
SourceOp = "Calculation1"
}
},
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
UserControls = 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" } },
CtrlWZoom = false,
CtrlWShown = false,
NameSet = true
},
Calculation1 = Calculation {
CtrlWZoom = false,
Inputs = {
FirstOperand = Input {
Source = "Result",
SourceOp = "Calculation2"
},
FirstOperandTimeOffset = Input { Expression = "-comp.GlobalStart" },
SecondOperand = Input { Value = 1 }
}
},
Calculation2 = Calculation {
CtrlWZoom = false,
Inputs = {
SecondOperand = Input { Value = 0.8 },
FirstOperand = Input {
Source = "Value",
SourceOp = "CalculationonCalculationonTransformAspectFirstOperand"
},
FirstOperandTimeScale = Input { Expression = "Transform.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate" },
Operator = Input { Value = 2 }
}
},
CalculationonCalculationonTransformAspectFirstOperand = BezierSpline {
SplineColor = { Green = 105, Blue = 30, Red = 210 },
KeyFrames = {
[0] = { 0, Flags = { Linear = true }, RH = { 1, 0 } },
[3] = { 0.0800000000000001, LH = { 2, 0.0800000000000001 }, RH = { 4.66666666666667, 0.0800000000000001 } },
[8] = { -0.0489999999999999, LH = { 6.33333333333333, -0.0489999999999999 }, RH = { 9.33333333333333, -0.0489999999999999 } },
[12] = { 0.03, LH = { 10.6666666666667, 0.03 }, RH = { 13.3333333333333, 0.03 } },
[16] = { -0.00700000000000001, LH = { 14.6666666666667, -0.00700000000000001 }, RH = { 16.6666666666667, -0.00700000000000001 } },
[18] = { 0.004, LH = { 17.3333333333333, 0.004 }, RH = { 18.6666666666667, 0.004 } },
[20] = { 0, LH = { 19.3333333333333, 0 } }
},
CtrlWZoom = false
}
},
ViewInfo = GroupInfo {
Pos = { 4895, 577.5 },
Scale = 1,
Direction = "Horizontal",
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Offset = { 0, 0 },
PipeStyle = "Direct",
Flags = {
AutoSnap = true,
RemoveRouters = true,
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } },
Outputs = {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "Transform"
}
}
},
Loader13 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 2035, -511.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!左腕\\-ピース.png",
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0
}
}
},
Loader40 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4235, -2590.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!目\\-目セット\\!黒目\\-白抜き目.png",
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0
}
}
},
Loader39 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 3685, -2062.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!目\\-縦線目.png",
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0
}
}
},
Loader31 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4620, -1732.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!口\\-にやり.png",
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0
}
}
},
Loader11 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 1815, -511.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!左腕\\-腕をひろげる.png",
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0
}
}
},
Loader14 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 2145, -511.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!左腕\\-考える.png",
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0
}
}
},
Loader7 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 1155, -511.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!右腕\\-包丁.png",
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0
}
}
},
Loader24 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 3850, -1732.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!口\\-ほー.png",
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0
}
}
},
Loader23 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 3740, -1732.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!口\\-んー.png",
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0
}
}
},
Loader38 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 3575, -2062.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!目\\-閉じ目.png",
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0
}
}
},
["荒ぶる"] = GroupOperator {
Inputs = ordered() {
MainInput1 = InstanceInput {
Source = "Input",
SourceOp = "Transform1_2_1"
},
Input3 = InstanceInput {
Width = 1,
Source = "RandomSeed",
SourceOp = "Shake1_1",
Default = 0
},
Input4 = InstanceInput {
Source = "Randomize",
Width = 0.385,
SourceOp = "Shake1_1"
},
Input5 = InstanceInput {
Source = "Smoothness",
Default = 10,
SourceOp = "Shake1_1"
},
Input1 = InstanceInput {
Default = 0.1,
Source = "x",
SourceOp = "Transform1_2_1",
Name = "X"
},
Input2 = InstanceInput {
Default = 0.1,
Source = "y",
SourceOp = "Transform1_2_1",
Name = "Y"
}
},
Tools = ordered() {
Transform1_2_1 = Transform {
Inputs = {
in_out = Input {
Source = "Result",
SourceOp = "KeyframeStretcher1_1"
},
y = Input { Value = 0.03 },
Center = Input {
Expression = "Point(0.5, 0.5) + shake * in_out",
Value = { 0.502997744173508, 0.497908177638071 }
},
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
},
shake = Input {
Source = "Position",
SourceOp = "Shake1_1"
},
x = Input { Value = 0.03 }
},
UserControls = 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" } },
CtrlWZoom = false,
CtrlWShown = false,
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } }
},
KeyframeStretcher1_1 = KeyStretcherMod {
CtrlWZoom = false,
Inputs = {
StretchStart = Input { Value = 10 },
StretchEnd = Input { Value = 110 },
Keyframes = Input {
Source = "Value",
SourceOp = "KeyStretcheronTransform1_2_1Keyframes"
}
}
},
KeyStretcheronTransform1_2_1Keyframes = BezierSpline {
SplineColor = { Green = 106, Blue = 231, Red = 193 },
KeyFrames = {
[0] = { 0, Flags = { Linear = true }, RH = { 3.33333333333333, 0 } },
[10] = { 1, LH = { 6.66666666666667, 1 }, RH = { 43.3333333333333, 1 } },
[110] = { 1, LH = { 76.6666666666667, 1 }, RH = { 113.333333333333, 1 } },
[120] = { 0, LH = { 116.666666666667, 0 } }
},
CtrlWZoom = false
},
Shake1_1 = Shake {
CtrlWZoom = false,
Inputs = {
LockXY = Input { Value = 0 },
XMinimum = Input {
Expression = "-Transform1_2_1.x",
Value = -0.1
},
Smoothness = Input { Value = 1.5 },
YMaximum = Input {
Expression = "Transform1_2_1.y",
Value = 0.1
},
YMinimum = Input {
Expression = "-Transform1_2_1.y",
Value = -0.1
},
XMaximum = Input {
Expression = "Transform1_2_1.x",
Value = 0.1
}
},
Faster = true
}
},
ViewInfo = GroupInfo {
Pos = { 5720, 577.5 },
Scale = 1,
Direction = "Horizontal",
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Offset = { 0, 0 },
PipeStyle = "Direct",
Flags = {
AutoSnap = true,
RemoveRouters = true,
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } },
Outputs = {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "Transform1_2_1"
}
}
},
["跳ねる"] = GroupOperator {
Inputs = ordered() {
MainInput1 = InstanceInput {
Source = "Input",
SourceOp = "Transform1_1"
},
Input1 = InstanceInput {
MinScale = 0.0010000000475,
Source = "speed",
SourceOp = "Transform1_1",
Default = 2
},
Input2 = InstanceInput {
Source = "amplitude",
Default = 0.1,
SourceOp = "Transform1_1"
}
},
Tools = ordered() {
Transform1_1 = Transform {
Inputs = {
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\n",
Value = 0.951056516295154
},
Center = Input {
Expression = "Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))",
Value = { 0.5, 0.595105651629515 }
},
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
},
amplitude = Input { Value = 0.08 },
speed = Input { Value = 2 }
},
UserControls = 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" } },
CtrlWZoom = false,
CtrlWShown = false,
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } }
}
},
ViewInfo = GroupInfo {
Pos = { 5225, 577.5 },
Scale = 1,
Direction = "Horizontal",
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Offset = { 0, 0 },
PipeStyle = "Direct",
Flags = {
AutoSnap = true,
RemoveRouters = true,
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } },
Outputs = {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "Transform1_1"
}
}
},
Loader50 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 5335, -2326.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!目\\-目セット\\-まつげ半目.png",
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0
}
}
},
Loader52 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 3520, -511.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!眉\\-おこ.png",
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0
}
}
},
Loader58 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4400, -511.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\記号など\\汗.png",
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0
}
}
},
Loader56 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4180, -511.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\記号など\\涙.png",
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0
}
}
},
Loader35 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 3245, -2062.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!目\\-にっこり.png",
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0
}
}
},
ST_Background = Background {
Inputs = {
Width = Input { Value = 1920 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
UseFrameFormatSettings = Input { Value = 1 },
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1080 },
Depth = Input { Value = 1 }
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 5115, 973.5 } }
},
ST_SetDomain = SetDomain {
Inputs = {
Top = Input { Value = 0 },
Input = Input {
Source = "Output",
SourceOp = "ST_Background"
},
Right = Input { Value = 0 },
Mode = Input { Value = FuID { "Set" } }
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 5280, 973.5 } }
},
["モーションSelector"] = Transform {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
}
},
Colors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },
UserControls = ordered() {
["N000_モーションなし"] = {
LINKS_Name = "モーションなし",
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"モーションなし\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["N001_ぽよ"] = {
LINKS_Name = "ぽよ",
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"ぽよ\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["N002_ぴょん"] = {
LINKS_Name = "ぴょん",
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"ぴょん\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["N003_跳ねる"] = {
LINKS_Name = "跳ねる",
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"跳ねる\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["N004_跳ねる_小"] = {
LINKS_Name = "跳ねる_小",
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"跳ねる_小\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["N005_不安"] = {
LINKS_Name = "不安",
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"不安\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["N006_荒ぶる"] = {
LINKS_Name = "荒ぶる",
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"荒ぶる\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["N007_震え"] = {
LINKS_Name = "震え",
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"震え\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
}
},
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 5445, 775.5 } }
},
ST_MergeB = Merge {
Inputs = {
Center = Input { Value = { 0.85, 0 } },
Foreground = Input {
Source = "Output",
SourceOp = "モーションSelector"
},
Background = Input {
Source = "Output",
SourceOp = "ST_SetDomain"
},
PerformDepthMerge = Input { Value = 0 }
},
Colors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 5445, 973.5 } }
},
Loader49 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 5225, -2326.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!目\\-目セット\\-まつげおこ.png",
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0
}
}
},
Loader44 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4675, -2590.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!目\\-目セット\\!黒目\\-きらきら目.png",
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0
}
}
},
Loader25 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 3960, -1732.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!口\\-むー.png",
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0
}
}
},
Loader6 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 1045, -511.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!右腕\\-ばんざい.png",
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0
}
}
},
Loader12 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 1925, -511.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!左腕\\-ばんざい.png",
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0
}
}
},
Loader8 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 1265, -511.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!右腕\\-指さす.png",
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0
}
}
},
Loader32 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4730, -1732.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!口\\-うへへ.png",
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0
}
}
},
Loader46 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4895, -2590.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!目\\-目セット\\!黒目\\-目逸らし_左5px.png",
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0
}
}
},
["ぴょん"] = GroupOperator {
Inputs = ordered() {
MainInput1 = InstanceInput {
Source = "Input",
SourceOp = "Transform1"
},
Input1 = InstanceInput {
Default = 1,
Source = "speed",
SourceOp = "Transform1",
Name = "スピード"
},
Input3 = InstanceInput {
Default = 1,
Source = "SecondOperand",
SourceOp = "Calculation2_1",
Name = "強さ"
},
Input2 = InstanceInput {
Default = 0,
Source = "offset",
SourceOp = "Transform1",
Name = "時間オフセット(フレーム)"
}
},
Tools = ordered() {
Transform1 = Transform {
Inputs = {
Center = Input {
Source = "Value",
SourceOp = "XYPath1"
},
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
}
},
UserControls = 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" } },
CtrlWZoom = false,
CtrlWShown = false,
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } }
},
XYPath1 = XYPath {
Inputs = {
X = Input { Value = 0.5 },
Y = Input {
Source = "Result",
SourceOp = "Calculation1_1"
}
},
DrawMode = "ModifyOnly",
ShowKeyPoints = false,
CtrlWZoom = false
},
Calculation1_1 = Calculation {
CtrlWZoom = false,
Inputs = {
FirstOperand = Input {
Source = "Result",
SourceOp = "Calculation2_1"
},
FirstOperandTimeOffset = Input { Expression = "-comp.GlobalStart - Transform1.offset" },
SecondOperand = Input { Value = 0.5 }
}
},
Calculation2_1 = Calculation {
CtrlWZoom = false,
Inputs = {
SecondOperand = Input { Value = 0.5 },
FirstOperand = Input {
Source = "Value",
SourceOp = "CalculationonCalculationonTransform1CenterXYPath1YFirstOperand"
},
FirstOperandTimeScale = Input { Expression = "Transform1.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate" },
Operator = Input { Value = 2 }
}
},
CalculationonCalculationonTransform1CenterXYPath1YFirstOperand = BezierSpline {
SplineColor = { Green = 255, Blue = 0, Red = 0 },
KeyFrames = {
[0] = { 0, Flags = { Linear = true }, RH = { 4.65, 0.225 } },
[17] = { 0, LH = { 12.4, 0.214 }, RH = { 19.6825406677053, 0.0439451976698349 } },
[25] = { 0.000999999999999557, LH = { 23.6, 0.0269999999999996 }, RH = { 27.6, 0.025 } },
[30] = { 0, LH = { 28.4282452630596, 0 } }
},
CtrlWZoom = false
}
},
ViewInfo = GroupInfo {
Pos = { 5060, 577.5 },
Scale = 1,
Direction = "Horizontal",
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Offset = { 0, 0 },
PipeStyle = "Direct",
Flags = {
AutoSnap = true,
RemoveRouters = true,
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } },
Outputs = {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "Transform1"
}
}
},
Loader30 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4510, -1732.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!口\\-すん.png",
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0
}
}
},
Loader41 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4345, -2590.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!目\\-目セット\\!黒目\\-やば目.png",
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0
}
}
},
Loader3 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 495, -247.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\髪飾り_flipx.png",
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0
}
}
},
["震え"] = GroupOperator {
Inputs = ordered() {
MainInput1 = InstanceInput {
Source = "Input",
SourceOp = "Transform1_3"
},
Input1 = InstanceInput {
Source = "speed",
Default = 2,
SourceOp = "Transform1_3"
},
Input2 = InstanceInput {
Source = "amplitude",
Default = 0.1,
SourceOp = "Transform1_3"
},
Input3 = InstanceInput {
Source = "Y",
Default = 0,
SourceOp = "Transform1_3"
}
},
Tools = ordered() {
Transform1_3 = Transform {
Inputs = {
v = Input {
Expression = "0.5 + amplitude * iif(time > out, 0,bound)",
Value = 0.504755282581476
},
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)",
Value = 0.951056516295153
},
Center = Input {
Expression = "iif(Y == 0, Point(v, 0.5),Point(0.5,v))",
Value = { 0.504755282581476, 0.5 }
},
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
},
amplitude = Input { Value = 0.005 },
speed = Input { Value = 12 }
},
UserControls = 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" } },
CtrlWShown = false,
ViewInfo = OperatorInfo { Pos = { 0, 29.7576007843018 } }
}
},
ViewInfo = GroupInfo {
Pos = { 5885, 577.5 },
Scale = 1,
Direction = "Horizontal",
Size = { 126, 109.359001159668, 63, 24.2423992156982 },
Offset = { 0, 0 },
PipeStyle = "Direct",
Flags = {
AutoSnap = true,
RemoveRouters = true,
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } },
Outputs = {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "Transform1_3"
}
}
},
Loader9 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 1375, -511.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!右腕\\-ピース.png",
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0
}
}
},
Loader45 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4785, -2590.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!目\\-目セット\\!黒目\\-濁り目.png",
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0
}
}
},
Loader47 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 5005, -2590.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!目\\-目セット\\!黒目\\-カメラ目線_右5px.png",
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0
}
}
},
Loader57 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4290, -511.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\記号など\\汗2_.png",
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0
}
}
},
Loader53 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 3630, -511.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!眉\\-困り.png",
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0
}
}
},
Loader19 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 2915, -511.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!顔色\\-ほっぺ赤め.png",
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0
}
}
},
Loader17 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 2695, -511.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!顔色\\-クマ.png",
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0
}
}
},
["跳ねる_小"] = GroupOperator {
Inputs = ordered() {
MainInput1 = InstanceInput {
Source = "Input",
SourceOp = "Transform1_1_1"
},
Input1 = InstanceInput {
MinScale = 0.0010000000475,
Source = "speed",
SourceOp = "Transform1_1_1",
Default = 2
},
Input2 = InstanceInput {
Source = "amplitude",
Default = 0.1,
SourceOp = "Transform1_1_1"
}
},
Tools = ordered() {
Transform1_1_1 = Transform {
Inputs = {
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\n",
Value = 0.951056516295154
},
Center = Input {
Expression = "Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))",
Value = { 0.5, 0.595105651629515 }
},
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
},
amplitude = Input { Value = 0.02 },
speed = Input { Value = 2 }
},
UserControls = 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" } },
CtrlWZoom = false,
CtrlWShown = false,
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } }
}
},
ViewInfo = GroupInfo {
Pos = { 5390, 577.5 },
Scale = 1,
Direction = "Horizontal",
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Offset = { 0, 0 },
PipeStyle = "Direct",
Flags = {
AutoSnap = true,
RemoveRouters = true,
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } },
Outputs = {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "Transform1_1_1"
}
}
},
Loader5 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 935, -511.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!右腕\\-腕をひろげる.png",
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0
}
}
},
Background1 = Background {
Inputs = {
Width = Input { Value = 1482 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 2420 },
Depth = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 165, -247.5 } }
},
SetDomain1 = SetDomain {
Inputs = {
Top = Input { Value = 0 },
Input = Input {
Source = "Output",
SourceOp = "Background1"
},
Right = Input { Value = 0 },
Mode = Input { Value = FuID { "Set" } }
},
ViewInfo = OperatorInfo { Pos = { 165, -115.5 } }
},
Loader1 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 275, -247.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!後ろ髪.png",
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0
}
}
},
["後ろ髪_MG"] = Merge {
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "Loader1"
},
Background = Input {
Source = "Output",
SourceOp = "SetDomain1"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 275, -115.5 } }
},
Loader2 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 385, -247.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!体.png",
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0
}
}
},
["体_MG"] = Merge {
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "Loader2"
},
Background = Input {
Source = "Output",
SourceOp = "後ろ髪_MG"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 385, -115.5 } }
},
["髪飾りflipx_MG"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "体_MG"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 495, -115.5 } }
},
Loader4 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 605, -247.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\髪飾り.png",
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0
}
}
},
["髪飾り_MG"] = Merge {
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "Loader4"
},
Background = Input {
Source = "Output",
SourceOp = "髪飾りflipx_MG"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 605, -115.5 } }
},
Background2 = Background {
Inputs = {
Width = Input { Value = 1082 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1820 },
Depth = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 825, -379.5 } }
},
Loader10 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 1485, -511.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!右腕\\-基本.png",
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0
}
}
},
["右腕_MG"] = Merge {
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "Loader10"
},
Background = Input {
Source = "Output",
SourceOp = "Background2"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 1485, -379.5 } }
},
["右腕"] = Transform {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "右腕_MG"
}
},
ViewInfo = OperatorInfo { Pos = { 1485, -247.5 } }
},
["右腕_MG1"] = Merge {
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "右腕"
},
Background = Input {
Source = "Output",
SourceOp = "髪飾り_MG"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 1485, -115.5 } }
},
Background3 = Background {
Inputs = {
Width = Input { Value = 1082 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1820 },
Depth = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 1705, -379.5 } }
},
Loader15 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 2255, -511.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!左腕\\-基本.png",
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0
}
}
},
["左腕_MG"] = Merge {
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "Loader15"
},
Background = Input {
Source = "Output",
SourceOp = "Background3"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 2255, -379.5 } }
},
["左腕"] = Transform {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "左腕_MG"
}
},
ViewInfo = OperatorInfo { Pos = { 2255, -247.5 } }
},
["左腕_MG1"] = Merge {
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "左腕"
},
Background = Input {
Source = "Output",
SourceOp = "右腕_MG1"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 2255, -115.5 } }
},
Loader16 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 2365, -247.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!服のアレ.png",
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0
}
}
},
["服のアレ_MG"] = Merge {
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "Loader16"
},
Background = Input {
Source = "Output",
SourceOp = "左腕_MG1"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 2365, -115.5 } }
},
Background4 = Background {
Inputs = {
Width = Input { Value = 1082 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1820 },
Depth = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 2585, -379.5 } }
},
Loader20 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 3025, -511.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!顔色\\-ほっぺ.png",
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0
}
}
},
["顔色_MG"] = Merge {
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "Loader20"
},
Background = Input {
Source = "Output",
SourceOp = "Background4"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 3025, -379.5 } }
},
["かげり_MG"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "顔色_MG"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 3135, -379.5 } }
},
["顔色"] = Transform {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "かげり_MG"
}
},
ViewInfo = OperatorInfo { Pos = { 3135, -247.5 } }
},
["顔色_MG1"] = Merge {
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "顔色"
},
Background = Input {
Source = "Output",
SourceOp = "服のアレ_MG"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 3135, -115.5 } }
},
Loader22 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 3245, -247.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!もみあげエアインテーク.png",
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0
}
}
},
["もみあげエアインテーク_MG"] = Merge {
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "Loader22"
},
Background = Input {
Source = "Output",
SourceOp = "顔色_MG1"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 3245, -115.5 } }
},
Background9 = Background {
Inputs = {
Width = Input { Value = 1082 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1820 },
Depth = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 3410, -379.5 } }
},
Loader55 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 3850, -511.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!眉\\-基本.png",
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0
}
}
},
["眉_MG"] = Merge {
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "Loader55"
},
Background = Input {
Source = "Output",
SourceOp = "Background9"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 3850, -379.5 } }
},
["眉"] = Transform {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "眉_MG"
}
},
ViewInfo = OperatorInfo { Pos = { 3850, -247.5 } }
},
["眉_MG1"] = Merge {
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "眉"
},
Background = Input {
Source = "Output",
SourceOp = "もみあげエアインテーク_MG"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 3850, -115.5 } }
},
Background10 = Background {
Inputs = {
Width = Input { Value = 1082 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1820 },
Depth = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4070, -379.5 } }
},
["涙_MG"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "Background10"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 4180, -379.5 } }
},
["汗2_MG"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "涙_MG"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 4290, -379.5 } }
},
["汗_MG"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "汗2_MG"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 4400, -379.5 } }
},
["記号など"] = Transform {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "汗_MG"
}
},
ViewInfo = OperatorInfo { Pos = { 4400, -247.5 } }
},
["記号など_MG"] = Merge {
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "記号など"
},
Background = Input {
Source = "Output",
SourceOp = "眉_MG1"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 4400, -115.5 } }
},
AutoDomain1 = AutoDomain {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "記号など_MG"
}
},
Colors = { TileColor = { G = 0.549019607843137, R = 0.913725490196078, B = 0.709803921568627 } },
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 4675, -115.5 } }
},
Background5 = Background {
Inputs = {
Width = Input { Value = 1082 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1820 },
Depth = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 3630, -1600.5 } }
},
["口_MG"] = Merge {
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "Loader34"
},
Background = Input {
Source = "Output",
SourceOp = "Background5"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 4950, -1600.5 } }
},
AutoDomain1_1 = AutoDomain {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "口_MG"
}
},
Colors = { TileColor = { G = 0.549019607843137, R = 0.913725490196078, B = 0.709803921568627 } },
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 4950, -1435.5 } }
},
N = Fuse.Wireless {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Loader34"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 4840, -1237.5 } }
},
Loader33 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4840, -1732.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!口\\-わあー.png",
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0
}
}
},
A = Fuse.Wireless {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Loader33"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 4730, -1237.5 } }
},
Loader27 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4180, -1732.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!口\\-え.png",
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0
}
}
},
I = Fuse.Wireless {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Loader27"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 4620, -1237.5 } }
},
U = Fuse.Wireless {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Loader29"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 4510, -1237.5 } }
},
E = Fuse.Wireless {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Loader28"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 4400, -1336.5 } }
},
Transform4 = Transform {
Inputs = {
YSize = Input { Value = 0.75 },
Input = Input {
Source = "Output",
SourceOp = "E"
},
Pivot = Input { Value = { 0.477808599167822, 0.775 } },
UseSizeAndAspect = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 4400, -1237.5 } }
},
O = Fuse.Wireless {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Loader29"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 4290, -1138.5 } }
},
DissolveE = Dissolve {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "Transform4"
},
Operation = Input { Value = FuID { "DFTLumaRamp" } },
Mix = Input { Expression = "iif(MouthCtrl.Anim < 6, 0, 1)" },
Foreground = Input {
Source = "Output",
SourceOp = "O"
},
["DFTLumaRamp.Softness"] = Input { Value = 0 }
},
Transitions = {
[0] = "DFTLumaRamp"
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 4400, -1138.5 } }
},
DissolveU = Dissolve {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "U"
},
Operation = Input { Value = FuID { "DFTLumaRamp" } },
Mix = Input {
Expression = "iif(MouthCtrl.Anim < 5, 0, 1)",
Value = 0
},
Foreground = Input {
Source = "Output",
SourceOp = "DissolveE"
},
["DFTLumaRamp.Softness"] = Input { Value = 0 }
},
Transitions = {
[0] = "DFTLumaRamp"
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 4510, -1138.5 } }
},
DissolveI = Dissolve {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "I"
},
Operation = Input { Value = FuID { "DFTLumaRamp" } },
Mix = Input { Expression = "iif(MouthCtrl.Anim < 4, 0, 1)" },
Foreground = Input {
Source = "Output",
SourceOp = "DissolveU"
},
["DFTLumaRamp.Softness"] = Input { Value = 0 }
},
Transitions = {
[0] = "DFTLumaRamp"
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 4620, -1138.5 } }
},
DissolveA = Dissolve {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "A"
},
Operation = Input { Value = FuID { "DFTLumaRamp" } },
Mix = Input {
Expression = "iif(MouthCtrl.Anim < 3, 0, 1)",
Value = 0
},
Foreground = Input {
Source = "Output",
SourceOp = "DissolveI"
},
["DFTLumaRamp.Softness"] = Input { Value = 0 }
},
Transitions = {
[0] = "DFTLumaRamp"
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 4730, -1138.5 } }
},
DissolveN = Dissolve {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "N"
},
Operation = Input { Value = FuID { "DFTLumaRamp" } },
Mix = Input {
Expression = "iif(MouthCtrl.Anim < 2, 0, 1)",
Value = 0
},
Foreground = Input {
Source = "Output",
SourceOp = "DissolveA"
},
["DFTLumaRamp.Softness"] = Input { Value = 0 }
},
Transitions = {
[0] = "DFTLumaRamp"
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 4840, -1138.5 } }
},
MouthAnim = Dissolve {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "AutoDomain1_1"
},
Operation = Input { Value = FuID { "DFTLumaRamp" } },
Mix = Input {
Expression = "iif(MouthCtrl.Anim < 1, 0, 1)",
Value = 0
},
Foreground = Input {
Source = "Output",
SourceOp = "DissolveN"
},
["DFTLumaRamp.Softness"] = Input { Value = 0 }
},
Transitions = {
[0] = "DFTLumaRamp"
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 4950, -1138.5 } }
},
MouthCtrl = Transform {
Inputs = {
AnimStatus = Input { Value = "On" },
Input = Input {
Source = "Output",
SourceOp = "MouthAnim"
}
},
Colors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },
UserControls = ordered() {
Anim = {
LINKS_Name = "Anim",
ICS_ControlPage = "口パク",
INP_Default = 0,
INP_MaxScale = 6,
INPID_InputControl = "SliderControl",
INP_MinScale = 0,
INP_Integer = true,
LINKID_DataType = "Number"
},
AnimOn = {
LINKS_Name = "AnimOn",
ICS_ControlPage = "口パク",
BTNCS_Execute = "MouthAnim:SetAttrs({TOOLB_PassThrough = false})\nMouthCtrl.AnimStatus = \"On\"\n",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.4,
LINKID_DataType = "Number"
},
AnimOff = {
LINKS_Name = "AnimOff",
ICS_ControlPage = "口パク",
BTNCS_Execute = "MouthAnim:SetAttrs({TOOLB_PassThrough = true})\nMouthCtrl.AnimStatus = \"Off\"\n",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.4,
LINKID_DataType = "Number"
},
AnimStatus = {
LINKS_Name = "",
TEC_Lines = 1,
INPID_InputControl = "TextEditControl",
TEC_ReadOnly = true,
TEC_Wrap = false,
ICS_ControlPage = "口パク",
INP_External = false,
ICD_Width = 0.2,
LINKID_DataType = "Text"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 4950, -1006.5 } }
},
Loader34 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4950, -1732.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!口\\-ほほえみ.png",
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0
}
}
},
M01 = Fuse.Wireless {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Loader34"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 4840, -940.5 } }
},
M02 = Fuse.Wireless {
NameSet = true,
ViewInfo = OperatorInfo { Pos = { 4730, -1039.5 } },
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Loader29"
}
}
},
Loader29 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4400, -1732.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!口\\-お.png",
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0
}
}
},
M03 = Fuse.Wireless {
NameSet = true,
ViewInfo = OperatorInfo { Pos = { 4620, -1039.5 } },
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Loader29"
}
}
},
Transform2 = Transform {
Inputs = {
YSize = Input { Value = 1.5 },
Input = Input {
Source = "Output",
SourceOp = "M03"
},
Pivot = Input { Value = { 0.478285486809476, 0.771400169317463 } },
UseSizeAndAspect = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 4620, -940.5 } }
},
M04 = Fuse.Wireless {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Loader28"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 4510, -1039.5 } }
},
Transform3 = Transform {
Inputs = {
YSize = Input { Value = 0.8 },
Input = Input {
Source = "Output",
SourceOp = "M04"
},
Pivot = Input { Value = { 0.477458219976681, 0.770689997689998 } },
UseSizeAndAspect = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 4510, -940.5 } }
},
Loader28 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4290, -1732.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!口\\-おー.png",
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0
}
}
},
M05 = Fuse.Wireless {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Loader28"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 4400, -940.5 } }
},
Dissolve1 = Dissolve {
Inputs = {
Mix = Input {
Expression = "iif(MouthCtrlB.Open >= MouthCtrlB.Threshold_005, 1, 0)",
Value = 0
},
Background = Input {
Source = "Output",
SourceOp = "Transform3"
},
Foreground = Input {
Source = "Output",
SourceOp = "M05"
}
},
Transitions = {
[0] = "DFTDissolve"
},
ViewInfo = OperatorInfo { Pos = { 4510, -841.5 } }
},
Dissolve2 = Dissolve {
Inputs = {
Mix = Input {
Expression = "iif(MouthCtrlB.Open >= MouthCtrlB.Threshold_004, 1, 0)",
Value = 0
},
Background = Input {
Source = "Output",
SourceOp = "Transform2"
},
Foreground = Input {
Source = "Output",
SourceOp = "Dissolve1"
}
},
Transitions = {
[0] = "DFTDissolve"
},
ViewInfo = OperatorInfo { Pos = { 4620, -841.5 } }
},
Dissolve3 = Dissolve {
Inputs = {
Mix = Input {
Expression = "iif(MouthCtrlB.Open >= MouthCtrlB.Threshold_003, 1, 0)",
Value = 0
},
Background = Input {
Source = "Output",
SourceOp = "M02"
},
Foreground = Input {
Source = "Output",
SourceOp = "Dissolve2"
}
},
Transitions = {
[0] = "DFTDissolve"
},
ViewInfo = OperatorInfo { Pos = { 4730, -841.5 } }
},
Dissolve4 = Dissolve {
Inputs = {
Mix = Input {
Expression = "iif(MouthCtrlB.Open >= MouthCtrlB.Threshold_002, 1, 0)",
Value = 0
},
Background = Input {
Source = "Output",
SourceOp = "M01"
},
Foreground = Input {
Source = "Output",
SourceOp = "Dissolve3"
}
},
Transitions = {
[0] = "DFTDissolve"
},
ViewInfo = OperatorInfo { Pos = { 4840, -841.5 } }
},
Dissolve5 = Dissolve {
Inputs = {
Mix = Input {
Expression = "iif(MouthCtrlB.Open >= MouthCtrlB.Threshold_001, 1, 0)",
Value = 0
},
Background = Input {
Source = "Output",
SourceOp = "MouthCtrl"
},
Foreground = Input {
Source = "Output",
SourceOp = "Dissolve4"
}
},
Transitions = {
[0] = "DFTDissolve"
},
ViewInfo = OperatorInfo { Pos = { 4950, -841.5 } }
},
MouthCtrlB = Transform {
Inputs = {
Threshold_005 = Input { Value = 0.8 },
Threshold_004 = Input { Value = 0.6 },
Threshold_003 = Input { Value = 0.4 },
Threshold_002 = Input { Value = 0.2 },
Threshold_001 = Input { Value = 0 },
Input = Input {
Source = "Output",
SourceOp = "Dissolve5"
},
Open = Input { Value = -1 }
},
Colors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },
UserControls = ordered() {
Open = {
LINKS_Name = "Open",
ICS_ControlPage = "口パク",
INP_Integer = false,
INP_Default = 0,
INPID_InputControl = "SliderControl",
LINKID_DataType = "Number"
},
Threshold_005 = {
LINKS_Name = "Threshold_005",
ICS_ControlPage = "口パク",
INP_Integer = false,
INP_Default = 0.833333333333333,
INPID_InputControl = "SliderControl",
LINKID_DataType = "Number"
},
Threshold_004 = {
LINKS_Name = "Threshold_004",
ICS_ControlPage = "口パク",
INP_Integer = false,
INP_Default = 0.666666666666667,
INPID_InputControl = "SliderControl",
LINKID_DataType = "Number"
},
Threshold_003 = {
LINKS_Name = "Threshold_003",
ICS_ControlPage = "口パク",
INP_Integer = false,
INP_Default = 0.5,
INPID_InputControl = "SliderControl",
LINKID_DataType = "Number"
},
Threshold_002 = {
LINKS_Name = "Threshold_002",
ICS_ControlPage = "口パク",
INP_Integer = false,
INP_Default = 0.333333333333333,
INPID_InputControl = "SliderControl",
LINKID_DataType = "Number"
},
Threshold_001 = {
LINKS_Name = "Threshold_001",
ICS_ControlPage = "口パク",
INP_Integer = false,
INP_Default = 0.166666666666667,
INPID_InputControl = "SliderControl",
LINKID_DataType = "Number"
}
},
NameSet = true,
ViewInfo = OperatorInfo { Pos = { 4950, -577.5 } }
},
["口"] = Transform {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "MouthCtrlB"
}
},
ViewInfo = OperatorInfo { Pos = { 4950, -247.5 } }
},
["口_MG1"] = Merge {
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "口"
},
Background = Input {
Source = "Output",
SourceOp = "AutoDomain1"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 4950, -115.5 } }
},
Background6 = Background {
Inputs = {
Width = Input { Value = 1082 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1820 },
Depth = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 3135, -1930.5 } }
},
Background7 = Background {
Inputs = {
Width = Input { Value = 1082 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1820 },
Depth = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 3905, -2194.5 } }
},
Background8 = Background {
Inputs = {
Width = Input { Value = 1082 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1820 },
Depth = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4125, -2458.5 } }
},
Loader48 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 5115, -2590.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!目\\-目セット\\!黒目\\-基本.png",
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0
}
}
},
["黒目_MG"] = Merge {
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "Loader48"
},
Background = Input {
Source = "Output",
SourceOp = "Background8"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 5115, -2458.5 } }
},
["黒目"] = Transform {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "黒目_MG"
}
},
ViewInfo = OperatorInfo { Pos = { 5115, -2326.5 } }
},
["黒目_MG1"] = Merge {
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "黒目"
},
Background = Input {
Source = "Output",
SourceOp = "Background7"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 5115, -2194.5 } }
},
Loader51 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 5445, -2326.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!目\\-目セット\\-まつげ基本.png",
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0
}
}
},
["目セット_MG"] = Merge {
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "Loader51"
},
Background = Input {
Source = "Output",
SourceOp = "黒目_MG1"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 5445, -2194.5 } }
},
["目セット"] = Transform {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "目セット_MG"
}
},
ViewInfo = OperatorInfo { Pos = { 5445, -2062.5 } }
},
["目_MG"] = Merge {
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "目セット"
},
Background = Input {
Source = "Output",
SourceOp = "Background6"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 5445, -1930.5 } }
},
AutoDomain1_2 = AutoDomain {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "目_MG"
}
},
Colors = { TileColor = { G = 0.549019607843137, R = 0.913725490196078, B = 0.709803921568627 } },
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 5445, -1435.5 } }
},
Loader37 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 3465, -2062.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!目\\-なごみ目.png",
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0
}
}
},
Closed = Fuse.Wireless {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Loader37"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 5335, -1138.5 } }
},
EyeBlink = Dissolve {
Inputs = {
Mix = Input {
Source = "Value",
SourceOp = "EyeBlinkMix"
},
Background = Input {
Source = "Output",
SourceOp = "AutoDomain1_2"
},
Foreground = Input {
Source = "Output",
SourceOp = "Closed"
}
},
Transitions = {
[0] = "DFTDissolve"
},
NameSet = true,
ViewInfo = OperatorInfo { Pos = { 5445, -1138.5 } }
},
EyeBlinkMix = BezierSpline {
CtrlWZoom = false,
SplineColor = { Green = 164, Blue = 235, Red = 16 },
KeyFrames = {
[0] = { 0, Flags = { Linear = true, Loop = true, PreLoop = true }, RH = { 53, 0 } },
[159] = { 1, LH = { 159, 0.666666666666667 }, Flags = { StepIn = true }, RH = { 160, 1 } },
[163] = { 0, LH = { 163, 0.333333333333333 }, Flags = { PreLoop = true, Loop = true, StepIn = true } }
},
NameSet = true
},
EyeCtrl = Transform {
Inputs = {
Blink = Input { Value = 163 },
EyeStatus = Input { Value = "On" },
Input = Input {
Source = "Output",
SourceOp = "EyeBlink"
}
},
Colors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },
UserControls = ordered() {
Blink = {
LINKS_Name = "Blink",
INP_Integer = true,
INP_MaxAllowed = 1000000,
INP_MinAllowed = 0,
INP_MaxScale = 500,
INP_MinScale = 0,
ICS_ControlPage = "目パチ",
INP_External = false,
INPID_InputControl = "SliderControl",
INP_Default = 127,
LINKID_DataType = "Number"
},
Close = {
LINKS_Name = "Close",
INP_Passive = true,
INP_Integer = true,
INP_MinAllowed = 0,
INP_MaxScale = 10,
INP_MinScale = 0,
INP_Default = 4,
INP_External = false,
ICS_ControlPage = "目パチ",
INPID_InputControl = "SliderControl",
LINKID_DataType = "Number"
},
Apply = {
LINKS_Name = "Apply",
ICS_ControlPage = "目パチ",
BTNCS_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",
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
at00 = {
LINKS_Name = "ボタンを押さないと反映されません。",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "目パチ",
LBLC_DropDownButton = false,
INP_Integer = false,
INP_External = false,
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
sp00 = {
LINKS_Name = "",
ICS_ControlPage = "目パチ",
INPID_InputControl = "LabelControl",
LBLC_DropDownButton = false,
INP_Integer = false,
INP_Passive = true,
INP_External = false,
LINKID_DataType = "Number"
},
BlinkOn = {
LINKS_Name = "BlinkOn",
ICS_ControlPage = "目パチ",
BTNCS_Execute = "EyeBlink:SetAttrs({TOOLB_PassThrough = false})\nEyeCtrl.EyeStatus = \"On\"\n",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.4,
LINKID_DataType = "Number"
},
BlinkOff = {
LINKS_Name = "BlinkOff",
ICS_ControlPage = "目パチ",
BTNCS_Execute = "EyeBlink:SetAttrs({TOOLB_PassThrough = true})\nEyeCtrl.EyeStatus = \"Off\"\n",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.4,
LINKID_DataType = "Number"
},
EyeStatus = {
LINKS_Name = "",
TEC_Lines = 1,
INPID_InputControl = "TextEditControl",
TEC_ReadOnly = true,
TEC_Wrap = false,
ICS_ControlPage = "目パチ",
INP_External = false,
ICD_Width = 0.2,
LINKID_DataType = "Text"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 5445, -1006.5 } }
},
["目"] = Transform {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "EyeCtrl"
}
},
ViewInfo = OperatorInfo { Pos = { 5445, -247.5 } }
},
["目_MG1"] = Merge {
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "目"
},
Background = Input {
Source = "Output",
SourceOp = "口_MG1"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 5445, -115.5 } }
},
Root = Transform {
Inputs = {
["Grp_目セット"] = Input { Value = 0 },
["Grp_黒目"] = Input { Value = 0 },
Comments = 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" },
Input = Input {
Source = "Output",
SourceOp = "目_MG1"
},
Grp_Root = Input { Value = 0 },
["Grp_記号など"] = Input { Value = 0 }
},
Colors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },
UserControls = ordered() {
CopyPose = {
LINKS_Name = "Copy Pose",
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.copy(comp)]])",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
PastePose = {
LINKS_Name = "Paste Pose",
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.paste(comp)]])",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
SavePose = {
LINKS_Name = "Save Pose",
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.save(comp, fu)]])",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
LoadPose = {
LINKS_Name = "Load Pose",
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.load(comp, fu)]])",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
Grp_Root = {
LINKS_Name = "Root",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 6,
LINKID_DataType = "Number"
},
N012_kigounado_show_77 = {
LINKS_Name = "記号など show",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"記号など_MG\")\nlocal node = comp:FindTool(\"記号など\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N012_kigounado_hide_77 = {
LINKS_Name = "記号など hide",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"記号など_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N003_kamikazari_show_5 = {
LINKS_Name = "髪飾り show",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"髪飾り_MG\")\nlocal node = comp:FindTool(\"Loader4\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N003_kamikazari_hide_5 = {
LINKS_Name = "髪飾り hide",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"髪飾り_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N002_kamikazariflipx_show_4 = {
LINKS_Name = "髪飾り:flipx show",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N002_kamikazariflipx_hide_4 = {
LINKS_Name = "髪飾り:flipx hide",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"髪飾りflipx_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
["Grp_記号など"] = {
LINKS_Name = "記号など",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 6,
LINKID_DataType = "Number"
},
N002_ase_show_77 = {
LINKS_Name = "汗 show",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"汗_MG\")\nlocal node = comp:FindTool(\"Loader58\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N002_ase_hide_77 = {
LINKS_Name = "汗 hide",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"汗_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N001_ase2_show_76 = {
LINKS_Name = "汗2 show",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N001_ase2_hide_76 = {
LINKS_Name = "汗2 hide",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"汗2_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N000_namida_show_75 = {
LINKS_Name = "涙 show",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"涙_MG\")\nlocal node = comp:FindTool(\"Loader56\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N000_namida_hide_75 = {
LINKS_Name = "涙 hide",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"涙_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
["Grp_眉"] = {
LINKS_Name = "眉",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 4,
LINKID_DataType = "Number"
},
N003_kihon72 = {
LINKS_Name = "*基本",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader55\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N002_gokigen71 = {
LINKS_Name = "*ごきげん",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader54\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_komari70 = {
LINKS_Name = "*困り",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader53\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_oko69 = {
LINKS_Name = "*おこ",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader52\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["Grp_目"] = {
LINKS_Name = "目",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 6,
LINKID_DataType = "Number"
},
N005_mesetto66 = {
LINKS_Name = "*目セット",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"目セット\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N004_tatesenme50 = {
LINKS_Name = "*縦線目",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader39\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N003_tojime49 = {
LINKS_Name = "*閉じ目",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader38\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N002_nagomime48 = {
LINKS_Name = "*なごみ目",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader37\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_none47 = {
LINKS_Name = "*><",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader36\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_nikkori46 = {
LINKS_Name = "*にっこり",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader35\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["Grp_目セット"] = {
LINKS_Name = "目セット",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 3,
LINKID_DataType = "Number"
},
N003_matsugekihon66 = {
LINKS_Name = "*まつげ基本",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目セット_MG\")\nlocal node = comp:FindTool(\"Loader51\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N002_matsugehanme65 = {
LINKS_Name = "*まつげ半目",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目セット_MG\")\nlocal node = comp:FindTool(\"Loader50\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_matsugeoko64 = {
LINKS_Name = "*まつげおこ",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目セット_MG\")\nlocal node = comp:FindTool(\"Loader49\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["Grp_黒目"] = {
LINKS_Name = "黒目",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 9,
LINKID_DataType = "Number"
},
N008_kihon63 = {
LINKS_Name = "*基本",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader48\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N007_kameramesenmigi5px62 = {
LINKS_Name = "*カメラ目線/右5px",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader47\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N006_mesorashihidari5px61 = {
LINKS_Name = "*目逸らし/左5px",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader46\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N005_nigorime60 = {
LINKS_Name = "*濁り目",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader45\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N004_kirakirame59 = {
LINKS_Name = "*きらきら目",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader44\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N003_haatome58 = {
LINKS_Name = "*ハート目",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader43\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N002_gurugurume57 = {
LINKS_Name = "*ぐるぐる目",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader42\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_yabame56 = {
LINKS_Name = "*やば目",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader41\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_shironukime55 = {
LINKS_Name = "*白抜き目",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader40\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["Grp_口"] = {
LINKS_Name = "口",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 12,
LINKID_DataType = "Number"
},
N011_hohoemi43 = {
LINKS_Name = "*ほほえみ",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader34\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N010_waaa42 = {
LINKS_Name = "*わあー",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader33\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N009_uhehe41 = {
LINKS_Name = "*うへへ",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader32\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N008_niyari40 = {
LINKS_Name = "*にやり",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader31\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N007_sun39 = {
LINKS_Name = "*すん",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader30\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N006_o38 = {
LINKS_Name = "*お",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader29\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N005_oo37 = {
LINKS_Name = "*おー",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader28\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N004_e36 = {
LINKS_Name = "*え",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader27\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N003_uootsu35 = {
LINKS_Name = "*うおーっ",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader26\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N002_muu34 = {
LINKS_Name = "*むー",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader25\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_hoo33 = {
LINKS_Name = "*ほー",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader24\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_nn32 = {
LINKS_Name = "*んー",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader23\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["Grp_顔色"] = {
LINKS_Name = "顔色",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 6,
LINKID_DataType = "Number"
},
N004_kageri_show_28 = {
LINKS_Name = "かげり show",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"かげり_MG\")\nlocal node = comp:FindTool(\"Loader21\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N004_kageri_hide_28 = {
LINKS_Name = "かげり hide",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"かげり_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N003_hoppe27 = {
LINKS_Name = "*ほっぺ",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader20\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N002_hoppeakame26 = {
LINKS_Name = "*ほっぺ赤め",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader19\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_hoppeakame225 = {
LINKS_Name = "*ほっぺ赤め2",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader18\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_kuma24 = {
LINKS_Name = "*クマ",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader17\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["Grp_左腕"] = {
LINKS_Name = "左腕",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 5,
LINKID_DataType = "Number"
},
N004_kihon20 = {
LINKS_Name = "*基本",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader15\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N003_kangaeru19 = {
LINKS_Name = "*考える",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader14\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N002_piisu18 = {
LINKS_Name = "*ピース",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader13\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_banzai17 = {
LINKS_Name = "*ばんざい",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader12\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_udewohirogeru16 = {
LINKS_Name = "*腕をひろげる",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader11\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["Grp_右腕"] = {
LINKS_Name = "右腕",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 6,
LINKID_DataType = "Number"
},
N005_kihon13 = {
LINKS_Name = "*基本",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader10\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N004_piisu12 = {
LINKS_Name = "*ピース",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader9\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N003_sasasu11 = {
LINKS_Name = "*指さす",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader8\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N002_houchou10 = {
LINKS_Name = "*包丁",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader7\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_banzai9 = {
LINKS_Name = "*ばんざい",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader6\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_udewohirogeru8 = {
LINKS_Name = "*腕をひろげる",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader5\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
}
},
ViewInfo = OperatorInfo { Pos = { 5445, 82.5 } }
},
["モーションなし"] = Transform {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Root"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 5445, 247.5 } }
},
["不安"] = GroupOperator {
Inputs = ordered() {
MainInput1 = InstanceInput {
Source = "Input",
SourceOp = "Transform1_2"
},
Input3 = InstanceInput {
Width = 1,
Source = "RandomSeed",
SourceOp = "Shake1",
Default = 0
},
Input4 = InstanceInput {
Source = "Randomize",
Width = 0.385,
SourceOp = "Shake1"
},
Input5 = InstanceInput {
Source = "Smoothness",
Default = 10,
SourceOp = "Shake1"
},
Input1 = InstanceInput {
Default = 0.1,
Source = "x",
SourceOp = "Transform1_2",
Name = "X"
},
Input2 = InstanceInput {
Default = 0.1,
Source = "y",
SourceOp = "Transform1_2",
Name = "Y"
}
},
Tools = ordered() {
Transform1_2 = Transform {
Inputs = {
in_out = Input {
Source = "Result",
SourceOp = "KeyframeStretcher1"
},
y = Input { Value = 0.01 },
Center = Input {
Expression = "Point(0.5, 0.5) + shake * in_out",
Value = { 0.502997744173508, 0.497908177638071 }
},
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
},
shake = Input {
Source = "Position",
SourceOp = "Shake1"
},
x = Input { Value = 0.01 }
},
UserControls = 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" } },
CtrlWZoom = false,
CtrlWShown = false,
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } }
},
KeyframeStretcher1 = KeyStretcherMod {
CtrlWZoom = false,
Inputs = {
StretchStart = Input { Value = 10 },
StretchEnd = Input { Value = 110 },
Keyframes = Input {
Source = "Value",
SourceOp = "KeyStretcheronTransform1_2Keyframes"
}
}
},
KeyStretcheronTransform1_2Keyframes = BezierSpline {
SplineColor = { Green = 106, Blue = 231, Red = 193 },
KeyFrames = {
[0] = { 0, Flags = { Linear = true }, RH = { 3.33333333333333, 0 } },
[10] = { 1, LH = { 6.66666666666667, 1 }, RH = { 43.3333333333333, 1 } },
[110] = { 1, LH = { 76.6666666666667, 1 }, RH = { 113.333333333333, 1 } },
[120] = { 0, LH = { 116.666666666667, 0 } }
},
CtrlWZoom = false
},
Shake1 = Shake {
CtrlWZoom = false,
Inputs = {
LockXY = Input { Value = 0 },
XMinimum = Input {
Expression = "-Transform1_2.x",
Value = -0.1
},
Smoothness = Input { Value = 2 },
YMaximum = Input {
Expression = "Transform1_2.y",
Value = 0.1
},
YMinimum = Input {
Expression = "-Transform1_2.y",
Value = -0.1
},
XMaximum = Input {
Expression = "Transform1_2.x",
Value = 0.1
}
},
Faster = true
}
},
ViewInfo = GroupInfo {
Pos = { 5555, 577.5 },
Scale = 1,
Direction = "Horizontal",
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Offset = { 0, 0 },
PipeStyle = "Direct",
Flags = {
AutoSnap = true,
RemoveRouters = true,
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } },
Outputs = {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "Transform1_2"
}
}
},
Loader26 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4070, -1732.5 } },
Clips = {
Clip {
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
ID = "Clip1",
Filename = "CHARA:\\琴葉茜立ち絵素材\\!口\\-うおーっ.png",
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0
}
}
}
},
CtrlWZoom = false,
ViewInfo = GroupInfo {
Scale = 1,
Direction = "Horizontal",
PipeStyle = "Direct",
Offset = { 0, 0 },
Flags = {
AutoSnap = true,
ForceAll = true,
GridSnap = true,
AllowPan = false
}
},
Outputs = ordered() {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "ST_MergeB"
}
}
}
}
}
================================================
FILE: Templates/Edit/Generators/old/琴葉葵(FUSE).setting
================================================
{
Tools = ordered() {
Aoi = GroupOperator {
Inputs = ordered() {
Input1 = InstanceInput {
Source = "CopyPose",
Name = "Copy Pose",
SourceOp = "Root",
Default = 0
},
Input2 = InstanceInput {
Source = "PastePose",
Name = "Paste Pose",
SourceOp = "Root",
Default = 0
},
Input3 = InstanceInput {
Source = "SavePose",
Name = "Save Pose",
SourceOp = "Root",
Default = 0
},
Input4 = InstanceInput {
Source = "LoadPose",
Name = "Load Pose",
SourceOp = "Root",
Default = 0
},
Input5 = InstanceInput {
SourceOp = "ST_MergeB",
Source = "Center"
},
Input6 = InstanceInput {
SourceOp = "ST_MergeB",
Source = "Size",
Default = 1
},
Input7 = InstanceInput {
SourceOp = "ST_MergeB",
Source = "Angle",
Default = 0
},
Input8 = InstanceInput {
Source = "FlipHoriz",
Name = "Flip Horizontal",
SourceOp = "ST_MergeB",
Default = 0,
ControlGroup = 1
},
Input9 = InstanceInput {
Source = "FlipVert",
Name = "Flip Vertical",
SourceOp = "ST_MergeB",
Default = 0,
ControlGroup = 1
},
Input10 = InstanceInput {
Source = "N000_モーションなし",
Name = "モーションなし",
SourceOp = "モーションSelector",
Default = 0
},
Input11 = InstanceInput {
Source = "N001_ぽよ",
Name = "ぽよ",
SourceOp = "モーションSelector",
Default = 0
},
Input12 = InstanceInput {
Source = "N002_ぴょん",
Name = "ぴょん",
SourceOp = "モーションSelector",
Default = 0
},
Input13 = InstanceInput {
Source = "N003_跳ねる",
Name = "跳ねる",
SourceOp = "モーションSelector",
Default = 0
},
Input14 = InstanceInput {
Source = "N004_跳ねる_小",
Name = "跳ねる_小",
SourceOp = "モーションSelector",
Default = 0
},
Input15 = InstanceInput {
Source = "N005_不安",
Name = "不安",
SourceOp = "モーションSelector",
Default = 0
},
Input16 = InstanceInput {
Source = "N006_荒ぶる",
Name = "荒ぶる",
SourceOp = "モーションSelector",
Default = 0
},
Input17 = InstanceInput {
Source = "N007_震え",
Name = "震え",
SourceOp = "モーションSelector",
Default = 0
},
Input18 = InstanceInput {
Source = "Grp_記号など",
Name = "記号など",
SourceOp = "Root",
Default = 0
},
Input19 = InstanceInput {
Source = "N002_ase_show_77",
Name = "汗 show",
SourceOp = "Root",
Default = 0
},
Input20 = InstanceInput {
Source = "N002_ase_hide_77",
Name = "汗 hide",
SourceOp = "Root",
Default = 0
},
Input21 = InstanceInput {
Source = "N001_ase2_show_76",
Name = "汗2 show",
SourceOp = "Root",
Default = 0
},
Input22 = InstanceInput {
Source = "N001_ase2_hide_76",
Name = "汗2 hide",
SourceOp = "Root",
Default = 0
},
Input23 = InstanceInput {
Source = "N000_namida_show_75",
Name = "涙 show",
SourceOp = "Root",
Default = 0
},
Input24 = InstanceInput {
Source = "N000_namida_hide_75",
Name = "涙 hide",
SourceOp = "Root",
Default = 0
},
Input25 = InstanceInput {
Source = "Grp_眉",
Name = "眉",
SourceOp = "Root",
Default = 1
},
Input26 = InstanceInput {
Source = "N003_kihon72",
Width = 0.25,
Name = "*基本",
SourceOp = "Root",
Default = 0
},
Input27 = InstanceInput {
Source = "N002_gokigen71",
Width = 0.25,
Name = "*ごきげん",
SourceOp = "Root",
Default = 0
},
Input28 = InstanceInput {
Source = "N001_komari70",
Width = 0.25,
Name = "*困り",
SourceOp = "Root",
Default = 0
},
Input29 = InstanceInput {
Source = "N000_oko69",
Width = 0.25,
Name = "*おこ",
SourceOp = "Root",
Default = 0
},
Input30 = InstanceInput {
Source = "Grp_目",
Name = "目",
SourceOp = "Root",
Default = 1
},
Input31 = InstanceInput {
Source = "N005_mesetto66",
Width = 0.25,
Name = "*目セット",
SourceOp = "Root",
Default = 0
},
Input32 = InstanceInput {
Source = "N004_tatesenme50",
Width = 0.25,
Name = "*縦線目",
SourceOp = "Root",
Default = 0
},
Input33 = InstanceInput {
Source = "N003_tojime49",
Width = 0.25,
Name = "*閉じ目",
SourceOp = "Root",
Default = 0
},
Input34 = InstanceInput {
Source = "N002_nagomime48",
Width = 0.25,
Name = "*なごみ目",
SourceOp = "Root",
Default = 0
},
Input35 = InstanceInput {
Source = "N001_none47",
Width = 0.25,
Name = "*><",
SourceOp = "Root",
Default = 0
},
Input36 = InstanceInput {
Source = "N000_nikkori46",
Width = 0.25,
Name = "*にっこり",
SourceOp = "Root",
Default = 0
},
Input37 = InstanceInput {
Source = "Grp_目セット",
Name = "目セット",
SourceOp = "Root",
Default = 0
},
Input38 = InstanceInput {
Source = "N003_matsugekihon66",
Width = 0.25,
Name = "*まつげ基本",
SourceOp = "Root",
Default = 0
},
Input39 = InstanceInput {
Source = "N002_matsugehanme65",
Width = 0.25,
Name = "*まつげ半目",
SourceOp = "Root",
Default = 0
},
Input40 = InstanceInput {
Source = "N001_matsugeoko64",
Width = 0.25,
Name = "*まつげおこ",
SourceOp = "Root",
Default = 0
},
Input41 = InstanceInput {
Source = "Grp_黒目",
Name = "黒目",
SourceOp = "Root",
Default = 0
},
Input42 = InstanceInput {
Source = "N008_kihon63",
Width = 0.25,
Name = "*基本",
SourceOp = "Root",
Default = 0
},
Input43 = InstanceInput {
Source = "N007_kameramesenmigi5px62",
Width = 0.25,
Name = "*カメラ目線/右5px",
SourceOp = "Root",
Default = 0
},
Input44 = InstanceInput {
Source = "N006_mesorashihidari5px61",
Width = 0.25,
Name = "*目逸らし/左5px",
SourceOp = "Root",
Default = 0
},
Input45 = InstanceInput {
Source = "N005_nigorime60",
Width = 0.25,
Name = "*濁り目",
SourceOp = "Root",
Default = 0
},
Input46 = InstanceInput {
Source = "N004_kirakirame59",
Width = 0.25,
Name = "*きらきら目",
SourceOp = "Root",
Default = 0
},
Input47 = InstanceInput {
Source = "N003_haatome58",
Width = 0.25,
Name = "*ハート目",
SourceOp = "Root",
Default = 0
},
Input48 = InstanceInput {
Source = "N002_gurugurume57",
Width = 0.25,
Name = "*ぐるぐる目",
SourceOp = "Root",
Default = 0
},
Input49 = InstanceInput {
Source = "N001_yabame56",
Width = 0.25,
Name = "*やば目",
SourceOp = "Root",
Default = 0
},
Input50 = InstanceInput {
Source = "N000_shironukime55",
Width = 0.25,
Name = "*白抜き目",
SourceOp = "Root",
Default = 0
},
Input51 = InstanceInput {
Source = "Grp_口",
Name = "口",
SourceOp = "Root",
Default = 1
},
Input52 = InstanceInput {
Source = "N011_hohoemi43",
Width = 0.25,
Name = "*ほほえみ",
SourceOp = "Root",
Default = 0
},
Input53 = InstanceInput {
Source = "N010_waaa42",
Width = 0.25,
Name = "*わあー",
SourceOp = "Root",
Default = 0
},
Input54 = InstanceInput {
Source = "N009_uhehe41",
Width = 0.25,
Name = "*うへへ",
SourceOp = "Root",
Default = 0
},
Input55 = InstanceInput {
Source = "N008_niyari40",
Width = 0.25,
Name = "*にやり",
SourceOp = "Root",
Default = 0
},
Input56 = InstanceInput {
Source = "N007_sun39",
Width = 0.25,
Name = "*すん",
SourceOp = "Root",
Default = 0
},
Input57 = InstanceInput {
Source = "N006_o38",
Width = 0.25,
Name = "*お",
SourceOp = "Root",
Default = 0
},
Input58 = InstanceInput {
Source = "N005_oo37",
Width = 0.25,
Name = "*おー",
SourceOp = "Root",
Default = 0
},
Input59 = InstanceInput {
Source = "N004_e36",
Width = 0.25,
Name = "*え",
SourceOp = "Root",
Default = 0
},
Input60 = InstanceInput {
Source = "N003_uootsu35",
Width = 0.25,
Name = "*うおーっ",
SourceOp = "Root",
Default = 0
},
Input61 = InstanceInput {
Source = "N002_muu34",
Width = 0.25,
Name = "*むー",
SourceOp = "Root",
Default = 0
},
Input62 = InstanceInput {
Source = "N001_hoo33",
Width = 0.25,
Name = "*ほー",
SourceOp = "Root",
Default = 0
},
Input63 = InstanceInput {
Source = "N000_nn32",
Width = 0.25,
Name = "*んー",
SourceOp = "Root",
Default = 0
},
Input64 = InstanceInput {
Source = "Grp_顔色",
Name = "顔色",
SourceOp = "Root",
Default = 1
},
Input65 = InstanceInput {
Source = "N004_kageri_show_28",
Name = "かげり show",
SourceOp = "Root",
Default = 0
},
Input66 = InstanceInput {
Source = "N004_kageri_hide_28",
Name = "かげり hide",
SourceOp = "Root",
Default = 0
},
Input67 = InstanceInput {
Source = "N003_hoppe27",
Width = 0.25,
Name = "*ほっぺ",
SourceOp = "Root",
Default = 0
},
Input68 = InstanceInput {
Source = "N002_hoppeakame26",
Width = 0.25,
Name = "*ほっぺ赤め",
SourceOp = "Root",
Default = 0
},
Input69 = InstanceInput {
Source = "N001_hoppeakame225",
Width = 0.25,
Name = "*ほっぺ赤め2",
SourceOp = "Root",
Default = 0
},
Input70 = InstanceInput {
Source = "N000_kuma24",
Width = 0.25,
Name = "*クマ",
SourceOp = "Root",
Default = 0
},
Input71 = InstanceInput {
Source = "Grp_左腕",
Name = "左腕",
SourceOp = "Root",
Default = 1
},
Input72 = InstanceInput {
Source = "N004_kihon20",
Width = 0.25,
Name = "*基本",
SourceOp = "Root",
Default = 0
},
Input73 = InstanceInput {
Source = "N003_kangaeru19",
Width = 0.25,
Name = "*考える",
SourceOp = "Root",
Default = 0
},
Input74 = InstanceInput {
Source = "N002_piisu18",
Width = 0.25,
Name = "*ピース",
SourceOp = "Root",
Default = 0
},
Input75 = InstanceInput {
Source = "N001_banzai17",
Width = 0.25,
Name = "*ばんざい",
SourceOp = "Root",
Default = 0
},
Input76 = InstanceInput {
Source = "N000_udewohirogeru16",
Width = 0.25,
Name = "*腕をひろげる",
SourceOp = "Root",
Default = 0
},
Input77 = InstanceInput {
Source = "Grp_右腕",
Name = "右腕",
SourceOp = "Root",
Default = 1
},
Input78 = InstanceInput {
Source = "N005_kihon13",
Width = 0.25,
Name = "*基本",
SourceOp = "Root",
Default = 0
},
Input79 = InstanceInput {
Source = "N004_piisu12",
Width = 0.25,
Name = "*ピース",
SourceOp = "Root",
Default = 0
},
Input80 = InstanceInput {
Source = "N003_sasasu11",
Width = 0.25,
Name = "*指さす",
SourceOp = "Root",
Default = 0
},
Input81 = InstanceInput {
Source = "N002_houchou10",
Width = 0.25,
Name = "*包丁",
SourceOp = "Root",
Default = 0
},
Input82 = InstanceInput {
Source = "N001_banzai9",
Width = 0.25,
Name = "*ばんざい",
SourceOp = "Root",
Default = 0
},
Input83 = InstanceInput {
Source = "N000_udewohirogeru8",
Width = 0.25,
Name = "*腕をひろげる",
SourceOp = "Root",
Default = 0
},
Input84 = InstanceInput {
Source = "Grp_Root",
Name = "Root",
SourceOp = "Root",
Default = 0
},
Input85 = InstanceInput {
Source = "N012_kigounado_show_77",
Name = "記号など show",
SourceOp = "Root",
Default = 0
},
Input86 = InstanceInput {
Source = "N012_kigounado_hide_77",
Name = "記号など hide",
SourceOp = "Root",
Default = 0
},
Input87 = InstanceInput {
Source = "N003_kamikazari_show_5",
Name = "髪飾り show",
SourceOp = "Root",
Default = 0
},
Input88 = InstanceInput {
Source = "N003_kamikazari_hide_5",
Name = "髪飾り hide",
SourceOp = "Root",
Default = 0
},
Input89 = InstanceInput {
Source = "N002_kamikazariflipx_show_4",
Name = "髪飾り:flipx show",
SourceOp = "Root",
Default = 0
},
Input90 = InstanceInput {
Source = "N002_kamikazariflipx_hide_4",
Name = "髪飾り:flipx hide",
SourceOp = "Root",
Default = 0
},
Input91 = InstanceInput {
SourceOp = "RS_MouthAIUEO",
Source = "Anim",
Default = 0
},
Input92 = InstanceInput {
SourceOp = "EyeCtrl",
Source = "Blink",
Default = 157
},
Input93 = InstanceInput {
SourceOp = "EyeCtrl",
Source = "Close",
Default = 4
},
Input94 = InstanceInput {
SourceOp = "EyeCtrl",
Source = "Apply",
Default = 0
},
Input95 = InstanceInput {
Source = "at00",
Name = "ボタンを押さないと反映されません。",
SourceOp = "EyeCtrl",
Default = 0
},
Input96 = InstanceInput {
Source = "sp00",
Name = "",
SourceOp = "EyeCtrl",
Default = 0
},
Input97 = InstanceInput {
SourceOp = "EyeCtrl",
Source = "BlinkOn",
Default = 0
},
Input98 = InstanceInput {
SourceOp = "EyeCtrl",
Source = "BlinkOff",
Default = 0
},
Input99 = InstanceInput {
SourceOp = "EyeCtrl",
Source = "EyeStatus",
Name = ""
}
},
Outputs = ordered() {
MainOutput1 = InstanceOutput {
SourceOp = "ST_MergeB",
Source = "Output"
}
},
CtrlWZoom = false,
Tools = ordered() {
Loader7 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!右腕\\-包丁.png",
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 1155, -511.5 } }
},
Loader21 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!顔色\\かげり.png",
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 3135, -511.5 } }
},
Loader42 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!目\\-目セット\\!黒目\\-ぐるぐる目.png",
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4785, -2425.5 } }
},
Loader53 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!眉\\-困り.png",
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 3685, -511.5 } }
},
Loader18 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!顔色\\-ほっぺ赤め2_.png",
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 2805, -511.5 } }
},
Loader50 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!目\\-目セット\\-まつげ半目.png",
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 5665, -2161.5 } }
},
["荒ぶる"] = GroupOperator {
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform1_2_1",
Source = "Input"
},
Input3 = InstanceInput {
Source = "RandomSeed",
Width = 1,
Default = 0,
SourceOp = "Shake1_1"
},
Input4 = InstanceInput {
SourceOp = "Shake1_1",
Width = 0.385,
Source = "Randomize"
},
Input5 = InstanceInput {
SourceOp = "Shake1_1",
Default = 10,
Source = "Smoothness"
},
Input1 = InstanceInput {
Source = "x",
Name = "X",
SourceOp = "Transform1_2_1",
Default = 0.1
},
Input2 = InstanceInput {
Source = "y",
Name = "Y",
SourceOp = "Transform1_2_1",
Default = 0.1
}
},
ViewInfo = GroupInfo {
PipeStyle = "Direct",
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Direction = "Horizontal",
Flags = {
AutoSnap = true,
RemoveRouters = true,
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true
},
Scale = 1,
Offset = { 0, 0 },
Pos = { 6050, 577.5 }
},
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform1_2_1",
Source = "Output"
}
},
Tools = ordered() {
Transform1_2_1 = Transform {
Inputs = {
Center = Input {
Value = { 0.502997744173508, 0.497908177638071 },
Expression = "Point(0.5, 0.5) + shake * in_out"
},
shake = Input {
SourceOp = "Shake1_1",
Source = "Position"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
},
y = Input { Value = 0.03 },
x = Input { Value = 0.03 },
in_out = Input {
SourceOp = "KeyframeStretcher1_1",
Source = "Result"
}
},
UserControls = 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 } },
CtrlWShown = false,
CtrlWZoom = false,
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } }
},
KeyframeStretcher1_1 = KeyStretcherMod {
CtrlWZoom = false,
Inputs = {
StretchEnd = Input { Value = 110 },
Keyframes = Input {
SourceOp = "KeyStretcheronTransform1_2_1Keyframes",
Source = "Value"
},
StretchStart = Input { Value = 10 }
}
},
KeyStretcheronTransform1_2_1Keyframes = BezierSpline {
SplineColor = { Red = 193, Green = 106, Blue = 231 },
CtrlWZoom = false,
KeyFrames = {
[0] = { 0, RH = { 3.33333333333333, 0 }, Flags = { Linear = true } },
[10] = { 1, RH = { 43.3333333333333, 1 }, LH = { 6.66666666666667, 1 } },
[110] = { 1, RH = { 113.333333333333, 1 }, LH = { 76.6666666666667, 1 } },
[120] = { 0, LH = { 116.666666666667, 0 } }
}
},
Shake1_1 = Shake {
Inputs = {
YMinimum = Input {
Value = -0.1,
Expression = "-Transform1_2_1.y"
},
YMaximum = Input {
Value = 0.1,
Expression = "Transform1_2_1.y"
},
Smoothness = Input { Value = 1.5 },
XMinimum = Input {
Value = -0.1,
Expression = "-Transform1_2_1.x"
},
LockXY = Input { Value = 0 },
XMaximum = Input {
Value = 0.1,
Expression = "Transform1_2_1.x"
}
},
CtrlWZoom = false,
Faster = true
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } }
},
Loader43 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!目\\-目セット\\!黒目\\-ハート目.png",
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4895, -2425.5 } }
},
["ぽよ"] = GroupOperator {
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform",
Source = "Input"
},
Input1 = InstanceInput {
Source = "speed",
Name = "スピード",
SourceOp = "Transform",
Default = 1,
Page = "Controls"
},
Input2 = InstanceInput {
Source = "SecondOperand",
Name = "強さ",
SourceOp = "Calculation2",
Default = 1
},
Input3 = InstanceInput {
SourceOp = "Transform",
Source = "Pivot"
}
},
ViewInfo = GroupInfo {
PipeStyle = "Direct",
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Direction = "Horizontal",
Flags = {
AutoSnap = true,
RemoveRouters = true,
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true
},
Scale = 1,
Offset = { 0, 0 },
Pos = { 5225, 577.5 }
},
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform",
Source = "Output"
}
},
Tools = ordered() {
Transform = Transform {
UserControls = 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" } },
Inputs = {
Pivot = Input { Value = { 0.5, 0 } },
Aspect = Input {
SourceOp = "Calculation1",
Source = "Result"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
CtrlWShown = false,
CtrlWZoom = false,
NameSet = true,
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } }
},
Calculation1 = Calculation {
CtrlWZoom = false,
Inputs = {
FirstOperand = Input {
SourceOp = "Calculation2",
Source = "Result"
},
SecondOperand = Input { Value = 1 },
FirstOperandTimeOffset = Input { Expression = "-comp.GlobalStart" }
}
},
Calculation2 = Calculation {
CtrlWZoom = false,
Inputs = {
FirstOperand = Input {
SourceOp = "CalculationonCalculationonTransformAspectFirstOperand",
Source = "Value"
},
SecondOperand = Input { Value = 0.8 },
Operator = Input { Value = 2 },
FirstOperandTimeScale = Input { Expression = "Transform.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate" }
}
},
CalculationonCalculationonTransformAspectFirstOperand = BezierSpline {
SplineColor = { Red = 210, Green = 105, Blue = 30 },
CtrlWZoom = false,
KeyFrames = {
[0] = { 0, RH = { 1, 0 }, Flags = { Linear = true } },
[3] = { 0.0800000000000001, RH = { 4.66666666666667, 0.0800000000000001 }, LH = { 2, 0.0800000000000001 } },
[8] = { -0.0489999999999999, RH = { 9.33333333333333, -0.0489999999999999 }, LH = { 6.33333333333333, -0.0489999999999999 } },
[12] = { 0.03, RH = { 13.3333333333333, 0.03 }, LH = { 10.6666666666667, 0.03 } },
[16] = { -0.00700000000000001, RH = { 16.6666666666667, -0.00700000000000001 }, LH = { 14.6666666666667, -0.00700000000000001 } },
[18] = { 0.004, RH = { 18.6666666666667, 0.004 }, LH = { 17.3333333333333, 0.004 } },
[20] = { 0, LH = { 19.3333333333333, 0 } }
}
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } }
},
Loader13 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!左腕\\-ピース.png",
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 2035, -511.5 } }
},
Loader40 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!目\\-目セット\\!黒目\\-白抜き目.png",
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4565, -2425.5 } }
},
Loader39 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!目\\-縦線目.png",
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4015, -1897.5 } }
},
Loader31 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!口\\-にやり.png",
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 5060, -1567.5 } }
},
Loader11 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!左腕\\-腕をひろげる.png",
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 1815, -511.5 } }
},
Loader14 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!左腕\\-考える.png",
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 2145, -511.5 } }
},
Loader36 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!目\\-__.png",
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 3685, -1897.5 } }
},
Loader24 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!口\\-ほー.png",
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4290, -1567.5 } }
},
Loader23 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!口\\-んー.png",
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4180, -1567.5 } }
},
Loader38 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!目\\-閉じ目.png",
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 3905, -1897.5 } }
},
["跳ねる"] = GroupOperator {
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform1_1",
Source = "Input"
},
Input1 = InstanceInput {
MinScale = 0.0010000000475,
Default = 2,
SourceOp = "Transform1_1",
Source = "speed"
},
Input2 = InstanceInput {
SourceOp = "Transform1_1",
Default = 0.1,
Source = "amplitude"
}
},
ViewInfo = GroupInfo {
PipeStyle = "Direct",
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Direction = "Horizontal",
Flags = {
AutoSnap = true,
RemoveRouters = true,
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true
},
Scale = 1,
Offset = { 0, 0 },
Pos = { 5555, 577.5 }
},
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform1_1",
Source = "Output"
}
},
Tools = ordered() {
Transform1_1 = Transform {
Inputs = {
Center = Input {
Value = { 0.5, 0.595105651629515 },
Expression = "Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))"
},
amplitude = Input { Value = 0.08 },
ReferenceSize = Input { Value = 1 },
bound = Input {
Value = 0.951056516295154,
Expression = "math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\n"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
},
out = Input {
Value = 59,
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)"
},
speed = Input { Value = 2 }
},
UserControls = 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 } },
CtrlWShown = false,
CtrlWZoom = false,
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } }
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } }
},
Loader52 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!眉\\-おこ.png",
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 3575, -511.5 } }
},
Loader58 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\記号など\\汗.png",
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4455, -511.5 } }
},
Loader56 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\記号など\\涙.png",
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4235, -511.5 } }
},
Loader35 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!目\\-にっこり.png",
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 3575, -1897.5 } }
},
ST_Background = Background {
Inputs = {
Width = Input { Value = 1920 },
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Depth = Input { Value = 1 },
UseFrameFormatSettings = Input { Value = 1 },
Height = Input { Value = 1080 }
},
ViewInfo = OperatorInfo { Pos = { 5445, 973.5 } },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
}
},
ST_SetDomain = SetDomain {
Inputs = {
Input = Input {
SourceOp = "ST_Background",
Source = "Output"
},
Mode = Input { Value = FuID { "Set" } },
Right = Input { Value = 0 },
Top = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 5610, 973.5 } },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
}
},
["モーションSelector"] = Transform {
Colors = { TileColor = { B = 0, R = 0.92156862745098, G = 0.431372549019608 } },
Inputs = {
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
UserControls = ordered() {
["N000_モーションなし"] = {
LINKS_Name = "モーションなし",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "モーション",
LINKID_DataType = "Number",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"モーションなし\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false
},
["N001_ぽよ"] = {
LINKS_Name = "ぽよ",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "モーション",
LINKID_DataType = "Number",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"ぽよ\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false
},
["N002_ぴょん"] = {
LINKS_Name = "ぴょん",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "モーション",
LINKID_DataType = "Number",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"ぴょん\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false
},
["N003_跳ねる"] = {
LINKS_Name = "跳ねる",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "モーション",
LINKID_DataType = "Number",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"跳ねる\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false
},
["N004_跳ねる_小"] = {
LINKS_Name = "跳ねる_小",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "モーション",
LINKID_DataType = "Number",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"跳ねる_小\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false
},
["N005_不安"] = {
LINKS_Name = "不安",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "モーション",
LINKID_DataType = "Number",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"不安\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false
},
["N006_荒ぶる"] = {
LINKS_Name = "荒ぶる",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "モーション",
LINKID_DataType = "Number",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"荒ぶる\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false
},
["N007_震え"] = {
LINKS_Name = "震え",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "モーション",
LINKID_DataType = "Number",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"震え\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false
}
},
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 5775, 775.5 } }
},
ST_MergeB = Merge {
Colors = { TileColor = { B = 0, R = 0.92156862745098, G = 0.431372549019608 } },
Inputs = {
Background = Input {
SourceOp = "ST_SetDomain",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 },
Center = Input { Value = { 0.85, 0 } },
Foreground = Input {
SourceOp = "モーションSelector",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 5775, 973.5 } },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
}
},
Loader49 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!目\\-目セット\\-まつげおこ.png",
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 5555, -2161.5 } }
},
Loader44 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!目\\-目セット\\!黒目\\-きらきら目.png",
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 5005, -2425.5 } }
},
Loader25 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!口\\-むー.png",
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4400, -1567.5 } }
},
Loader6 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!右腕\\-ばんざい.png",
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 1045, -511.5 } }
},
Loader12 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!左腕\\-ばんざい.png",
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 1925, -511.5 } }
},
Loader8 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!右腕\\-指さす.png",
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 1265, -511.5 } }
},
Loader32 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!口\\-うへへ.png",
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 5170, -1567.5 } }
},
Loader46 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!目\\-目セット\\!黒目\\-目逸らし_左5px.png",
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 5225, -2425.5 } }
},
["ぴょん"] = GroupOperator {
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform1",
Source = "Input"
},
Input1 = InstanceInput {
Source = "speed",
Name = "スピード",
SourceOp = "Transform1",
Default = 1
},
Input3 = InstanceInput {
Source = "SecondOperand",
Name = "強さ",
SourceOp = "Calculation2_1",
Default = 1
},
Input2 = InstanceInput {
Source = "offset",
Name = "時間オフセット(フレーム)",
SourceOp = "Transform1",
Default = 0
}
},
ViewInfo = GroupInfo {
PipeStyle = "Direct",
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Direction = "Horizontal",
Flags = {
AutoSnap = true,
RemoveRouters = true,
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true
},
Scale = 1,
Offset = { 0, 0 },
Pos = { 5390, 577.5 }
},
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform1",
Source = "Output"
}
},
Tools = ordered() {
Transform1 = Transform {
Inputs = {
Center = Input {
SourceOp = "XYPath1",
Source = "Value"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
UserControls = 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 } },
CtrlWShown = false,
CtrlWZoom = false,
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } }
},
XYPath1 = XYPath {
Inputs = {
X = Input { Value = 0.5 },
Y = Input {
SourceOp = "Calculation1_1",
Source = "Result"
}
},
DrawMode = "ModifyOnly",
CtrlWZoom = false,
ShowKeyPoints = false
},
Calculation1_1 = Calculation {
CtrlWZoom = false,
Inputs = {
FirstOperand = Input {
SourceOp = "Calculation2_1",
Source = "Result"
},
SecondOperand = Input { Value = 0.5 },
FirstOperandTimeOffset = Input { Expression = "-comp.GlobalStart - Transform1.offset" }
}
},
Calculation2_1 = Calculation {
CtrlWZoom = false,
Inputs = {
FirstOperand = Input {
SourceOp = "CalculationonCalculationonTransform1CenterXYPath1YFirstOperand",
Source = "Value"
},
SecondOperand = Input { Value = 0.5 },
Operator = Input { Value = 2 },
FirstOperandTimeScale = Input { Expression = "Transform1.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate" }
}
},
CalculationonCalculationonTransform1CenterXYPath1YFirstOperand = BezierSpline {
SplineColor = { Red = 0, Green = 255, Blue = 0 },
CtrlWZoom = false,
KeyFrames = {
[0] = { 0, RH = { 4.65, 0.225 }, Flags = { Linear = true } },
[17] = { 0, RH = { 19.6825406677053, 0.0439451976698349 }, LH = { 12.4, 0.214 } },
[25] = { 0.000999999999999557, RH = { 27.6, 0.025 }, LH = { 23.6, 0.0269999999999996 } },
[30] = { 0, LH = { 28.4282452630596, 0 } }
}
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } }
},
Loader30 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!口\\-すん.png",
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4950, -1567.5 } }
},
Loader41 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!目\\-目セット\\!黒目\\-やば目.png",
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4675, -2425.5 } }
},
Loader3 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\髪飾り_flipx.png",
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 495, -247.5 } }
},
["震え"] = GroupOperator {
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform1_3",
Source = "Input"
},
Input1 = InstanceInput {
SourceOp = "Transform1_3",
Default = 2,
Source = "speed"
},
Input2 = InstanceInput {
SourceOp = "Transform1_3",
Default = 0.1,
Source = "amplitude"
},
Input3 = InstanceInput {
SourceOp = "Transform1_3",
Default = 0,
Source = "Y"
}
},
ViewInfo = GroupInfo {
PipeStyle = "Direct",
Size = { 126, 109.359001159668, 63, 24.2423992156982 },
Direction = "Horizontal",
Flags = {
AutoSnap = true,
RemoveRouters = true,
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true
},
Scale = 1,
Offset = { 0, 0 },
Pos = { 6215, 577.5 }
},
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform1_3",
Source = "Output"
}
},
Tools = ordered() {
Transform1_3 = Transform {
Inputs = {
Center = Input {
Value = { 0.504755282581476, 0.5 },
Expression = "iif(Y == 0, Point(v, 0.5),Point(0.5,v))"
},
amplitude = Input { Value = 0.005 },
ReferenceSize = Input { Value = 1 },
bound = Input {
Value = 0.951056516295153,
Expression = "sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
},
v = Input {
Value = 0.504755282581476,
Expression = "0.5 + amplitude * iif(time > out, 0,bound)"
},
out = Input {
Value = 59,
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)"
},
speed = Input { Value = 12 }
},
UserControls = 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 } },
CtrlWShown = false,
ViewInfo = OperatorInfo { Pos = { 0, 29.7576007843018 } }
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } }
},
Loader9 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!右腕\\-ピース.png",
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 1375, -511.5 } }
},
Loader45 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!目\\-目セット\\!黒目\\-濁り目.png",
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 5115, -2425.5 } }
},
Loader47 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!目\\-目セット\\!黒目\\-カメラ目線_右5px.png",
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 5335, -2425.5 } }
},
Loader57 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\記号など\\汗2_.png",
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4345, -511.5 } }
},
Loader54 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!眉\\-ごきげん.png",
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 3795, -511.5 } }
},
Loader19 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!顔色\\-ほっぺ赤め.png",
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 2915, -511.5 } }
},
Loader17 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!顔色\\-クマ.png",
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 2695, -511.5 } }
},
["跳ねる_小"] = GroupOperator {
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform1_1_1",
Source = "Input"
},
Input1 = InstanceInput {
MinScale = 0.0010000000475,
Default = 2,
SourceOp = "Transform1_1_1",
Source = "speed"
},
Input2 = InstanceInput {
SourceOp = "Transform1_1_1",
Default = 0.1,
Source = "amplitude"
}
},
ViewInfo = GroupInfo {
PipeStyle = "Direct",
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Direction = "Horizontal",
Flags = {
AutoSnap = true,
RemoveRouters = true,
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true
},
Scale = 1,
Offset = { 0, 0 },
Pos = { 5720, 577.5 }
},
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform1_1_1",
Source = "Output"
}
},
Tools = ordered() {
Transform1_1_1 = Transform {
Inputs = {
Center = Input {
Value = { 0.5, 0.595105651629515 },
Expression = "Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))"
},
amplitude = Input { Value = 0.02 },
ReferenceSize = Input { Value = 1 },
bound = Input {
Value = 0.951056516295154,
Expression = "math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\n"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
},
out = Input {
Value = 59,
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)"
},
speed = Input { Value = 2 }
},
UserControls = 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 } },
CtrlWShown = false,
CtrlWZoom = false,
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } }
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } }
},
Loader5 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!右腕\\-腕をひろげる.png",
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 935, -511.5 } }
},
Background1 = Background {
Inputs = {
Width = Input { Value = 1482 },
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Depth = Input { Value = 1 },
Height = Input { Value = 2420 }
},
ViewInfo = OperatorInfo { Pos = { 165, -247.5 } }
},
SetDomain1 = SetDomain {
Inputs = {
Input = Input {
SourceOp = "Background1",
Source = "Output"
},
Mode = Input { Value = FuID { "Set" } },
Right = Input { Value = 0 },
Top = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 165, -115.5 } }
},
Loader1 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!後ろ髪.png",
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 275, -247.5 } }
},
["後ろ髪_MG"] = Merge {
Inputs = {
Background = Input {
SourceOp = "SetDomain1",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 },
Foreground = Input {
SourceOp = "Loader1",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 275, -115.5 } }
},
Loader2 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!体.png",
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 385, -247.5 } }
},
["体_MG"] = Merge {
Inputs = {
Background = Input {
SourceOp = "後ろ髪_MG",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 },
Foreground = Input {
SourceOp = "Loader2",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 385, -115.5 } }
},
["髪飾りflipx_MG"] = Merge {
Inputs = {
Background = Input {
SourceOp = "体_MG",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 495, -115.5 } }
},
Loader4 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\髪飾り.png",
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 605, -247.5 } }
},
["髪飾り_MG"] = Merge {
Inputs = {
Background = Input {
SourceOp = "髪飾りflipx_MG",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 },
Foreground = Input {
SourceOp = "Loader4",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 605, -115.5 } }
},
Background2 = Background {
Inputs = {
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Depth = Input { Value = 1 },
Height = Input { Value = 1820 }
},
ViewInfo = OperatorInfo { Pos = { 825, -379.5 } }
},
Loader10 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!右腕\\-基本.png",
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 1485, -511.5 } }
},
["右腕_MG"] = Merge {
Inputs = {
Background = Input {
SourceOp = "Background2",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 },
Foreground = Input {
SourceOp = "Loader10",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 1485, -379.5 } }
},
["右腕"] = Transform {
Inputs = {
Input = Input {
SourceOp = "右腕_MG",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 1485, -247.5 } }
},
["右腕_MG1"] = Merge {
Inputs = {
Background = Input {
SourceOp = "髪飾り_MG",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 },
Foreground = Input {
SourceOp = "右腕",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 1485, -115.5 } }
},
Background3 = Background {
Inputs = {
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Depth = Input { Value = 1 },
Height = Input { Value = 1820 }
},
ViewInfo = OperatorInfo { Pos = { 1705, -379.5 } }
},
Loader15 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!左腕\\-基本.png",
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 2255, -511.5 } }
},
["左腕_MG"] = Merge {
Inputs = {
Background = Input {
SourceOp = "Background3",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 },
Foreground = Input {
SourceOp = "Loader15",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 2255, -379.5 } }
},
["左腕"] = Transform {
Inputs = {
Input = Input {
SourceOp = "左腕_MG",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 2255, -247.5 } }
},
["左腕_MG1"] = Merge {
Inputs = {
Background = Input {
SourceOp = "右腕_MG1",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 },
Foreground = Input {
SourceOp = "左腕",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 2255, -115.5 } }
},
Loader16 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!服のアレ.png",
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 2365, -247.5 } }
},
["服のアレ_MG"] = Merge {
Inputs = {
Background = Input {
SourceOp = "左腕_MG1",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 },
Foreground = Input {
SourceOp = "Loader16",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 2365, -115.5 } }
},
Background4 = Background {
Inputs = {
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Depth = Input { Value = 1 },
Height = Input { Value = 1820 }
},
ViewInfo = OperatorInfo { Pos = { 2585, -379.5 } }
},
Loader20 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!顔色\\-ほっぺ.png",
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 3025, -511.5 } }
},
["顔色_MG"] = Merge {
Inputs = {
Background = Input {
SourceOp = "Background4",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 },
Foreground = Input {
SourceOp = "Loader20",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 3025, -379.5 } }
},
["かげり_MG"] = Merge {
Inputs = {
Background = Input {
SourceOp = "顔色_MG",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 3135, -379.5 } }
},
["顔色"] = Transform {
Inputs = {
Input = Input {
SourceOp = "かげり_MG",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 3135, -247.5 } }
},
["顔色_MG1"] = Merge {
Inputs = {
Background = Input {
SourceOp = "服のアレ_MG",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 },
Foreground = Input {
SourceOp = "顔色",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 3135, -115.5 } }
},
Loader22 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!もみあげエアインテーク.png",
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 3245, -247.5 } }
},
["もみあげエアインテーク_MG"] = Merge {
Inputs = {
Background = Input {
SourceOp = "顔色_MG1",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 },
Foreground = Input {
SourceOp = "Loader22",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 3245, -115.5 } }
},
Background9 = Background {
Inputs = {
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Depth = Input { Value = 1 },
Height = Input { Value = 1820 }
},
ViewInfo = OperatorInfo { Pos = { 3465, -379.5 } }
},
Loader55 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!眉\\-基本.png",
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 3905, -511.5 } }
},
["眉_MG"] = Merge {
Inputs = {
Background = Input {
SourceOp = "Background9",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 },
Foreground = Input {
SourceOp = "Loader55",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 3905, -379.5 } }
},
["眉"] = Transform {
Inputs = {
Input = Input {
SourceOp = "眉_MG",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 3905, -247.5 } }
},
["眉_MG1"] = Merge {
Inputs = {
Background = Input {
SourceOp = "もみあげエアインテーク_MG",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 },
Foreground = Input {
SourceOp = "眉",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 3905, -115.5 } }
},
Background10 = Background {
Inputs = {
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Depth = Input { Value = 1 },
Height = Input { Value = 1820 }
},
ViewInfo = OperatorInfo { Pos = { 4125, -379.5 } }
},
["涙_MG"] = Merge {
Inputs = {
Background = Input {
SourceOp = "Background10",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 4235, -379.5 } }
},
["汗2_MG"] = Merge {
Inputs = {
Background = Input {
SourceOp = "涙_MG",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 4345, -379.5 } }
},
["汗_MG"] = Merge {
Inputs = {
Background = Input {
SourceOp = "汗2_MG",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 4455, -379.5 } }
},
["記号など"] = Transform {
Inputs = {
Input = Input {
SourceOp = "汗_MG",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 4455, -247.5 } }
},
["記号など_MG"] = Merge {
Inputs = {
Background = Input {
SourceOp = "眉_MG1",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 },
Foreground = Input {
SourceOp = "記号など",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 4455, -115.5 } }
},
AutoDomain1 = AutoDomain {
Colors = { TileColor = { B = 0.709803921568627, R = 0.913725490196078, G = 0.549019607843137 } },
Inputs = {
Input = Input {
SourceOp = "記号など_MG",
Source = "Output"
}
},
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 4675, -115.5 } }
},
Background5 = Background {
Inputs = {
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Depth = Input { Value = 1 },
Height = Input { Value = 1820 }
},
ViewInfo = OperatorInfo { Pos = { 4070, -1435.5 } }
},
["口_MG"] = Merge {
Inputs = {
Background = Input {
SourceOp = "Background5",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 },
Foreground = Input {
SourceOp = "Loader34",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 5390, -1435.5 } }
},
AutoDomain1_1 = AutoDomain {
Colors = { TileColor = { B = 0.709803921568627, R = 0.913725490196078, G = 0.549019607843137 } },
Inputs = {
Input = Input {
SourceOp = "口_MG",
Source = "Output"
}
},
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 5390, -1303.5 } }
},
Loader34 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!口\\-ほほえみ.png",
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 5390, -1567.5 } }
},
N = Fuse.Wireless {
Inputs = {
Input = Input {
SourceOp = "Loader34",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 5280, -1039.5 } },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
}
},
Loader33 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!口\\-わあー.png",
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 5280, -1567.5 } }
},
A = Fuse.Wireless {
Inputs = {
Input = Input {
SourceOp = "Loader33",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 5170, -1039.5 } },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
}
},
Loader27 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!口\\-え.png",
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4620, -1567.5 } }
},
I = Fuse.Wireless {
Inputs = {
Input = Input {
SourceOp = "Loader27",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 5060, -1039.5 } },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
}
},
U = Fuse.Wireless {
Inputs = {
Input = Input {
SourceOp = "Loader29",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 4950, -1039.5 } },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
}
},
Loader28 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!口\\-おー.png",
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4730, -1567.5 } }
},
E = Fuse.Wireless {
Inputs = {
Input = Input {
SourceOp = "Loader28",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 4840, -1138.5 } },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
}
},
Transform4 = Transform {
Inputs = {
Pivot = Input { Value = { 0.477808599167822, 0.775 } },
YSize = Input { Value = 0.75 },
Input = Input {
SourceOp = "E",
Source = "Output"
},
UseSizeAndAspect = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 4840, -1039.5 } }
},
Loader29 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!口\\-お.png",
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4840, -1567.5 } }
},
O = Fuse.Wireless {
Inputs = {
Input = Input {
SourceOp = "Loader29",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 4730, -1039.5 } },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
}
},
RS_MouthAIUEO = Fuse.RS_MouthAIUEO {
Colors = { TileColor = { B = 0, R = 0.92156862745098, G = 0.431372549019608 } },
Version = 1,
Inputs = {
N = Input {
SourceOp = "N",
Source = "Output"
},
E = Input {
SourceOp = "Transform4",
Source = "Output"
},
O = Input {
SourceOp = "O",
Source = "Output"
},
Input = Input {
SourceOp = "AutoDomain1_1",
Source = "Output"
},
U = Input {
SourceOp = "U",
Source = "Output"
},
I = Input {
SourceOp = "I",
Source = "Output"
},
A = Input {
SourceOp = "A",
Source = "Output"
}
},
NameSet = true,
ViewInfo = OperatorInfo { Pos = { 5390, -1039.5 } }
},
["口"] = Transform {
Inputs = {
Input = Input {
SourceOp = "RS_MouthAIUEO",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 5390, -247.5 } }
},
["口_MG1"] = Merge {
Inputs = {
Background = Input {
SourceOp = "AutoDomain1",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 },
Foreground = Input {
SourceOp = "口",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 5390, -115.5 } }
},
Background6 = Background {
Inputs = {
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Depth = Input { Value = 1 },
Height = Input { Value = 1820 }
},
ViewInfo = OperatorInfo { Pos = { 3465, -1765.5 } }
},
Background7 = Background {
Inputs = {
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Depth = Input { Value = 1 },
Height = Input { Value = 1820 }
},
ViewInfo = OperatorInfo { Pos = { 4235, -2029.5 } }
},
Background8 = Background {
Inputs = {
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Depth = Input { Value = 1 },
Height = Input { Value = 1820 }
},
ViewInfo = OperatorInfo { Pos = { 4455, -2293.5 } }
},
Loader48 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!目\\-目セット\\!黒目\\-基本.png",
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 5445, -2425.5 } }
},
["黒目_MG"] = Merge {
Inputs = {
Background = Input {
SourceOp = "Background8",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 },
Foreground = Input {
SourceOp = "Loader48",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 5445, -2293.5 } }
},
["黒目"] = Transform {
Inputs = {
Input = Input {
SourceOp = "黒目_MG",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 5445, -2161.5 } }
},
["黒目_MG1"] = Merge {
Inputs = {
Background = Input {
SourceOp = "Background7",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 },
Foreground = Input {
SourceOp = "黒目",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 5445, -2029.5 } }
},
Loader51 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!目\\-目セット\\-まつげ基本.png",
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 5775, -2161.5 } }
},
["目セット_MG"] = Merge {
Inputs = {
Background = Input {
SourceOp = "黒目_MG1",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 },
Foreground = Input {
SourceOp = "Loader51",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 5775, -2029.5 } }
},
["目セット"] = Transform {
Inputs = {
Input = Input {
SourceOp = "目セット_MG",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 5775, -1897.5 } }
},
["目_MG"] = Merge {
Inputs = {
Background = Input {
SourceOp = "Background6",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 },
Foreground = Input {
SourceOp = "目セット",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 5775, -1765.5 } }
},
AutoDomain1_2 = AutoDomain {
Colors = { TileColor = { B = 0.709803921568627, R = 0.913725490196078, G = 0.549019607843137 } },
Inputs = {
Input = Input {
SourceOp = "目_MG",
Source = "Output"
}
},
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 5775, -1303.5 } }
},
Loader37 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!目\\-なごみ目.png",
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 3795, -1897.5 } }
},
Closed = Fuse.Wireless {
Inputs = {
Input = Input {
SourceOp = "Loader37",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 5665, -1039.5 } },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
}
},
EyeBlink = Dissolve {
Inputs = {
Mix = Input {
SourceOp = "EyeBlinkBackgroundForeground",
Source = "Value"
},
Foreground = Input {
SourceOp = "Closed",
Source = "Output"
},
Background = Input {
SourceOp = "AutoDomain1_2",
Source = "Output"
}
},
Transitions = {
[0] = "DFTDissolve"
},
NameSet = true,
ViewInfo = OperatorInfo { Pos = { 5775, -1039.5 } }
},
EyeBlinkBackgroundForeground = BezierSpline {
SplineColor = { Red = 16, Green = 164, Blue = 235 },
CtrlWZoom = false,
NameSet = true,
KeyFrames = {
[0] = { 0, RH = { 51, 0 }, Flags = { Linear = true, PreLoop = true, Loop = true } },
[153] = { 1, RH = { 154, 1 }, LH = { 153, 0.666666666666667 }, Flags = { StepIn = true } },
[157] = { 0, LH = { 157, 0.333333333333333 }, Flags = { PreLoop = true, Loop = true, StepIn = true } }
}
},
EyeCtrl = Transform {
Colors = { TileColor = { B = 0, R = 0.92156862745098, G = 0.431372549019608 } },
UserControls = ordered() {
Blink = {
INP_Integer = true,
INP_MaxAllowed = 1000000,
INP_MinAllowed = 0,
INP_MaxScale = 500,
INP_MinScale = 0,
INP_Default = 127,
ICS_ControlPage = "目パチ",
INPID_InputControl = "SliderControl",
LINKID_DataType = "Number",
LINKS_Name = "Blink",
INP_External = false
},
Close = {
INP_Passive = true,
INP_Integer = true,
INPID_InputControl = "SliderControl",
INP_MinAllowed = 0,
INP_MaxScale = 10,
INP_MinScale = 0,
INP_Default = 4,
INP_External = false,
LINKID_DataType = "Number",
LINKS_Name = "Close",
ICS_ControlPage = "目パチ"
},
Apply = {
ICD_Width = 0.5,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
LINKS_Name = "Apply",
LINKID_DataType = "Number",
BTNCS_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",
ICS_ControlPage = "目パチ"
},
at00 = {
ICD_Width = 0.5,
INP_Integer = false,
INPID_InputControl = "LabelControl",
LBLC_DropDownButton = false,
ICS_ControlPage = "目パチ",
INP_External = false,
LINKID_DataType = "Number",
LINKS_Name = "ボタンを押さないと反映されません。",
INP_Passive = true
},
sp00 = {
LBLC_DropDownButton = false,
ICS_ControlPage = "目パチ",
INP_Integer = false,
INPID_InputControl = "LabelControl",
INP_External = false,
LINKID_DataType = "Number",
LINKS_Name = "",
INP_Passive = true
},
BlinkOn = {
LINKS_Name = "BlinkOn",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "目パチ",
LINKID_DataType = "Number",
BTNCS_Execute = "EyeBlink:SetAttrs({TOOLB_PassThrough = false})\nEyeCtrl.EyeStatus = \"On\"\n",
ICD_Width = 0.4
},
BlinkOff = {
LINKS_Name = "BlinkOff",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "目パチ",
LINKID_DataType = "Number",
BTNCS_Execute = "EyeBlink:SetAttrs({TOOLB_PassThrough = true})\nEyeCtrl.EyeStatus = \"Off\"\n",
ICD_Width = 0.4
},
EyeStatus = {
ICD_Width = 0.2,
INPID_InputControl = "TextEditControl",
TEC_Lines = 1,
INP_External = false,
TEC_ReadOnly = true,
TEC_Wrap = false,
LINKID_DataType = "Text",
LINKS_Name = "",
ICS_ControlPage = "目パチ"
}
},
Inputs = {
Input = Input {
SourceOp = "EyeBlink",
Source = "Output"
},
Blink = Input { Value = 157 },
EyeStatus = Input { Value = "On" }
},
ViewInfo = OperatorInfo { Pos = { 5775, -940.5 } },
CtrlWZoom = false,
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
}
},
["目"] = Transform {
Inputs = {
Input = Input {
SourceOp = "EyeCtrl",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 5775, -247.5 } }
},
["目_MG1"] = Merge {
Inputs = {
Background = Input {
SourceOp = "口_MG1",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 },
Foreground = Input {
SourceOp = "目",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 5775, -115.5 } }
},
Root = Transform {
Colors = { TileColor = { B = 0, R = 0.92156862745098, G = 0.431372549019608 } },
Inputs = {
["Grp_目セット"] = Input { Value = 0 },
["Grp_黒目"] = Input { Value = 0 },
Input = Input {
SourceOp = "目_MG1",
Source = "Output"
},
Comments = 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" },
Grp_Root = Input { Value = 0 },
["Grp_記号など"] = Input { Value = 0 }
},
UserControls = ordered() {
CopyPose = {
ICD_Width = 0.5,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
LINKS_Name = "Copy Pose",
LINKID_DataType = "Number",
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.copy(comp)]])",
INP_External = false
},
PastePose = {
ICD_Width = 0.5,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
LINKS_Name = "Paste Pose",
LINKID_DataType = "Number",
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.paste(comp)]])",
INP_External = false
},
SavePose = {
ICD_Width = 0.5,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
LINKS_Name = "Save Pose",
LINKID_DataType = "Number",
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.save(comp, fu)]])",
INP_External = false
},
LoadPose = {
ICD_Width = 0.5,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
LINKS_Name = "Load Pose",
LINKID_DataType = "Number",
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.load(comp, fu)]])",
INP_External = false
},
Grp_Root = {
INP_Passive = true,
INPID_InputControl = "LabelControl",
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 6,
LINKID_DataType = "Number",
LINKS_Name = "Root",
ICS_ControlPage = "ポーズ"
},
N012_kigounado_show_77 = {
LINKS_Name = "記号など show",
ICD_Width = 0.5,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"記号など_MG\")\nlocal node = comp:FindTool(\"記号など\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
N012_kigounado_hide_77 = {
LINKS_Name = "記号など hide",
ICD_Width = 0.5,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"記号など_MG\")\nmg.Foreground = nil",
INP_External = false
},
N003_kamikazari_show_5 = {
LINKS_Name = "髪飾り show",
ICD_Width = 0.5,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"髪飾り_MG\")\nlocal node = comp:FindTool(\"Loader4\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
N003_kamikazari_hide_5 = {
LINKS_Name = "髪飾り hide",
ICD_Width = 0.5,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"髪飾り_MG\")\nmg.Foreground = nil",
INP_External = false
},
N002_kamikazariflipx_show_4 = {
LINKS_Name = "髪飾り:flipx show",
ICD_Width = 0.5,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_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()",
INP_External = false
},
N002_kamikazariflipx_hide_4 = {
LINKS_Name = "髪飾り:flipx hide",
ICD_Width = 0.5,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"髪飾りflipx_MG\")\nmg.Foreground = nil",
INP_External = false
},
["Grp_記号など"] = {
INP_Passive = true,
INPID_InputControl = "LabelControl",
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 6,
LINKID_DataType = "Number",
LINKS_Name = "記号など",
ICS_ControlPage = "ポーズ"
},
N002_ase_show_77 = {
LINKS_Name = "汗 show",
ICD_Width = 0.5,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"汗_MG\")\nlocal node = comp:FindTool(\"Loader58\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
N002_ase_hide_77 = {
LINKS_Name = "汗 hide",
ICD_Width = 0.5,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"汗_MG\")\nmg.Foreground = nil",
INP_External = false
},
N001_ase2_show_76 = {
LINKS_Name = "汗2 show",
ICD_Width = 0.5,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_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()",
INP_External = false
},
N001_ase2_hide_76 = {
LINKS_Name = "汗2 hide",
ICD_Width = 0.5,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"汗2_MG\")\nmg.Foreground = nil",
INP_External = false
},
N000_namida_show_75 = {
LINKS_Name = "涙 show",
ICD_Width = 0.5,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"涙_MG\")\nlocal node = comp:FindTool(\"Loader56\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
N000_namida_hide_75 = {
LINKS_Name = "涙 hide",
ICD_Width = 0.5,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"涙_MG\")\nmg.Foreground = nil",
INP_External = false
},
["Grp_眉"] = {
INP_Passive = true,
INPID_InputControl = "LabelControl",
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 4,
LINKID_DataType = "Number",
LINKS_Name = "眉",
ICS_ControlPage = "ポーズ"
},
N003_kihon72 = {
LINKS_Name = "*基本",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader55\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
N002_gokigen71 = {
LINKS_Name = "*ごきげん",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader54\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
N001_komari70 = {
LINKS_Name = "*困り",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader53\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
N000_oko69 = {
LINKS_Name = "*おこ",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader52\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
["Grp_目"] = {
INP_Passive = true,
INPID_InputControl = "LabelControl",
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 6,
LINKID_DataType = "Number",
LINKS_Name = "目",
ICS_ControlPage = "ポーズ"
},
N005_mesetto66 = {
LINKS_Name = "*目セット",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"目セット\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
N004_tatesenme50 = {
LINKS_Name = "*縦線目",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader39\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
N003_tojime49 = {
LINKS_Name = "*閉じ目",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader38\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
N002_nagomime48 = {
LINKS_Name = "*なごみ目",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader37\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
N001_none47 = {
LINKS_Name = "*><",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader36\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
N000_nikkori46 = {
LINKS_Name = "*にっこり",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader35\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
["Grp_目セット"] = {
INP_Passive = true,
INPID_InputControl = "LabelControl",
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 3,
LINKID_DataType = "Number",
LINKS_Name = "目セット",
ICS_ControlPage = "ポーズ"
},
N003_matsugekihon66 = {
LINKS_Name = "*まつげ基本",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"目セット_MG\")\nlocal node = comp:FindTool(\"Loader51\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
N002_matsugehanme65 = {
LINKS_Name = "*まつげ半目",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"目セット_MG\")\nlocal node = comp:FindTool(\"Loader50\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
N001_matsugeoko64 = {
LINKS_Name = "*まつげおこ",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"目セット_MG\")\nlocal node = comp:FindTool(\"Loader49\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
["Grp_黒目"] = {
INP_Passive = true,
INPID_InputControl = "LabelControl",
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 9,
LINKID_DataType = "Number",
LINKS_Name = "黒目",
ICS_ControlPage = "ポーズ"
},
N008_kihon63 = {
LINKS_Name = "*基本",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader48\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
N007_kameramesenmigi5px62 = {
LINKS_Name = "*カメラ目線/右5px",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader47\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
N006_mesorashihidari5px61 = {
LINKS_Name = "*目逸らし/左5px",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader46\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
N005_nigorime60 = {
LINKS_Name = "*濁り目",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader45\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
N004_kirakirame59 = {
LINKS_Name = "*きらきら目",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader44\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
N003_haatome58 = {
LINKS_Name = "*ハート目",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader43\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
N002_gurugurume57 = {
LINKS_Name = "*ぐるぐる目",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader42\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
N001_yabame56 = {
LINKS_Name = "*やば目",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader41\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
N000_shironukime55 = {
LINKS_Name = "*白抜き目",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader40\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
["Grp_口"] = {
INP_Passive = true,
INPID_InputControl = "LabelControl",
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 12,
LINKID_DataType = "Number",
LINKS_Name = "口",
ICS_ControlPage = "ポーズ"
},
N011_hohoemi43 = {
LINKS_Name = "*ほほえみ",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader34\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
N010_waaa42 = {
LINKS_Name = "*わあー",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader33\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
N009_uhehe41 = {
LINKS_Name = "*うへへ",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader32\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
N008_niyari40 = {
LINKS_Name = "*にやり",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader31\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
N007_sun39 = {
LINKS_Name = "*すん",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader30\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
N006_o38 = {
LINKS_Name = "*お",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader29\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
N005_oo37 = {
LINKS_Name = "*おー",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader28\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
N004_e36 = {
LINKS_Name = "*え",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader27\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
N003_uootsu35 = {
LINKS_Name = "*うおーっ",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader26\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
N002_muu34 = {
LINKS_Name = "*むー",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader25\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
N001_hoo33 = {
LINKS_Name = "*ほー",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader24\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
N000_nn32 = {
LINKS_Name = "*んー",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader23\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
["Grp_顔色"] = {
INP_Passive = true,
INPID_InputControl = "LabelControl",
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 6,
LINKID_DataType = "Number",
LINKS_Name = "顔色",
ICS_ControlPage = "ポーズ"
},
N004_kageri_show_28 = {
LINKS_Name = "かげり show",
ICD_Width = 0.5,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"かげり_MG\")\nlocal node = comp:FindTool(\"Loader21\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
N004_kageri_hide_28 = {
LINKS_Name = "かげり hide",
ICD_Width = 0.5,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"かげり_MG\")\nmg.Foreground = nil",
INP_External = false
},
N003_hoppe27 = {
LINKS_Name = "*ほっぺ",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader20\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
N002_hoppeakame26 = {
LINKS_Name = "*ほっぺ赤め",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader19\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
N001_hoppeakame225 = {
LINKS_Name = "*ほっぺ赤め2",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader18\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
N000_kuma24 = {
LINKS_Name = "*クマ",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader17\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
["Grp_左腕"] = {
INP_Passive = true,
INPID_InputControl = "LabelControl",
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 5,
LINKID_DataType = "Number",
LINKS_Name = "左腕",
ICS_ControlPage = "ポーズ"
},
N004_kihon20 = {
LINKS_Name = "*基本",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader15\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
N003_kangaeru19 = {
LINKS_Name = "*考える",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader14\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
N002_piisu18 = {
LINKS_Name = "*ピース",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader13\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
N001_banzai17 = {
LINKS_Name = "*ばんざい",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader12\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
N000_udewohirogeru16 = {
LINKS_Name = "*腕をひろげる",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader11\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
["Grp_右腕"] = {
INP_Passive = true,
INPID_InputControl = "LabelControl",
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 6,
LINKID_DataType = "Number",
LINKS_Name = "右腕",
ICS_ControlPage = "ポーズ"
},
N005_kihon13 = {
LINKS_Name = "*基本",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader10\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
N004_piisu12 = {
LINKS_Name = "*ピース",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader9\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
N003_sasasu11 = {
LINKS_Name = "*指さす",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader8\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
N002_houchou10 = {
LINKS_Name = "*包丁",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader7\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
N001_banzai9 = {
LINKS_Name = "*ばんざい",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader6\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
N000_udewohirogeru8 = {
LINKS_Name = "*腕をひろげる",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader5\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
}
},
ViewInfo = OperatorInfo { Pos = { 5775, 82.5 } }
},
["モーションなし"] = Transform {
Inputs = {
Input = Input {
SourceOp = "Root",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 5775, 247.5 } },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
}
},
["不安"] = GroupOperator {
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform1_2",
Source = "Input"
},
Input3 = InstanceInput {
Source = "RandomSeed",
Width = 1,
Default = 0,
SourceOp = "Shake1"
},
Input4 = InstanceInput {
SourceOp = "Shake1",
Width = 0.385,
Source = "Randomize"
},
Input5 = InstanceInput {
SourceOp = "Shake1",
Default = 10,
Source = "Smoothness"
},
Input1 = InstanceInput {
Source = "x",
Name = "X",
SourceOp = "Transform1_2",
Default = 0.1
},
Input2 = InstanceInput {
Source = "y",
Name = "Y",
SourceOp = "Transform1_2",
Default = 0.1
}
},
ViewInfo = GroupInfo {
PipeStyle = "Direct",
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Direction = "Horizontal",
Flags = {
AutoSnap = true,
RemoveRouters = true,
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true
},
Scale = 1,
Offset = { 0, 0 },
Pos = { 5885, 577.5 }
},
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform1_2",
Source = "Output"
}
},
Tools = ordered() {
Transform1_2 = Transform {
Inputs = {
Center = Input {
Value = { 0.502997744173508, 0.497908177638071 },
Expression = "Point(0.5, 0.5) + shake * in_out"
},
shake = Input {
SourceOp = "Shake1",
Source = "Position"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
},
y = Input { Value = 0.01 },
x = Input { Value = 0.01 },
in_out = Input {
SourceOp = "KeyframeStretcher1",
Source = "Result"
}
},
UserControls = 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 } },
CtrlWShown = false,
CtrlWZoom = false,
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } }
},
KeyframeStretcher1 = KeyStretcherMod {
CtrlWZoom = false,
Inputs = {
StretchEnd = Input { Value = 110 },
Keyframes = Input {
SourceOp = "KeyStretcheronTransform1_2Keyframes",
Source = "Value"
},
StretchStart = Input { Value = 10 }
}
},
KeyStretcheronTransform1_2Keyframes = BezierSpline {
SplineColor = { Red = 193, Green = 106, Blue = 231 },
CtrlWZoom = false,
KeyFrames = {
[0] = { 0, RH = { 3.33333333333333, 0 }, Flags = { Linear = true } },
[10] = { 1, RH = { 43.3333333333333, 1 }, LH = { 6.66666666666667, 1 } },
[110] = { 1, RH = { 113.333333333333, 1 }, LH = { 76.6666666666667, 1 } },
[120] = { 0, LH = { 116.666666666667, 0 } }
}
},
Shake1 = Shake {
Inputs = {
YMinimum = Input {
Value = -0.1,
Expression = "-Transform1_2.y"
},
YMaximum = Input {
Value = 0.1,
Expression = "Transform1_2.y"
},
Smoothness = Input { Value = 2 },
XMinimum = Input {
Value = -0.1,
Expression = "-Transform1_2.x"
},
LockXY = Input { Value = 0 },
XMaximum = Input {
Value = 0.1,
Expression = "Transform1_2.x"
}
},
CtrlWZoom = false,
Faster = true
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } }
},
Loader26 = Loader {
Clips = {
Clip {
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!口\\-うおーっ.png",
FormatID = "PNGFormat"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4510, -1567.5 } }
}
},
ViewInfo = GroupInfo {
Direction = "Horizontal",
PipeStyle = "Direct",
Scale = 1,
Offset = { 0, 0 },
Flags = {
AutoSnap = true,
ForceAll = true,
GridSnap = true,
AllowPan = false
}
}
}
}
}
================================================
FILE: Templates/Edit/Generators/old/琴葉葵(FUSE_Open).setting
================================================
{
Tools = ordered() {
Aoi = GroupOperator {
CtrlWZoom = false,
ViewInfo = GroupInfo {
Offset = { 0, 0 },
Scale = 1,
Flags = {
ForceAll = true,
GridSnap = true,
AllowPan = false,
AutoSnap = true
},
Direction = "Horizontal",
PipeStyle = "Direct"
},
Outputs = ordered() {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "ST_MergeB"
}
},
Inputs = ordered() {
Input1 = InstanceInput {
Source = "CopyPose",
Name = "Copy Pose",
Default = 0,
SourceOp = "Root"
},
Input2 = InstanceInput {
Source = "PastePose",
Name = "Paste Pose",
Default = 0,
SourceOp = "Root"
},
Input3 = InstanceInput {
Source = "SavePose",
Name = "Save Pose",
Default = 0,
SourceOp = "Root"
},
Input4 = InstanceInput {
Source = "LoadPose",
Name = "Load Pose",
Default = 0,
SourceOp = "Root"
},
Input5 = InstanceInput {
Source = "Center",
SourceOp = "ST_MergeB"
},
Input6 = InstanceInput {
Source = "Size",
Default = 1,
SourceOp = "ST_MergeB"
},
Input7 = InstanceInput {
Source = "Angle",
Default = 0,
SourceOp = "ST_MergeB"
},
Input8 = InstanceInput {
Source = "FlipHoriz",
Name = "Flip Horizontal",
Default = 0,
ControlGroup = 1,
SourceOp = "ST_MergeB"
},
Input9 = InstanceInput {
Source = "FlipVert",
Name = "Flip Vertical",
Default = 0,
ControlGroup = 1,
SourceOp = "ST_MergeB"
},
Input10 = InstanceInput {
Source = "N000_モーションなし",
Name = "モーションなし",
Default = 0,
SourceOp = "モーションSelector"
},
Input11 = InstanceInput {
Source = "N001_ぽよ",
Name = "ぽよ",
Default = 0,
SourceOp = "モーションSelector"
},
Input12 = InstanceInput {
Source = "N002_ぴょん",
Name = "ぴょん",
Default = 0,
SourceOp = "モーションSelector"
},
Input13 = InstanceInput {
Source = "N003_跳ねる",
Name = "跳ねる",
Default = 0,
SourceOp = "モーションSelector"
},
Input14 = InstanceInput {
Source = "N004_跳ねる_小",
Name = "跳ねる_小",
Default = 0,
SourceOp = "モーションSelector"
},
Input15 = InstanceInput {
Source = "N005_不安",
Name = "不安",
Default = 0,
SourceOp = "モーションSelector"
},
Input16 = InstanceInput {
Source = "N006_荒ぶる",
Name = "荒ぶる",
Default = 0,
SourceOp = "モーションSelector"
},
Input17 = InstanceInput {
Source = "N007_震え",
Name = "震え",
Default = 0,
SourceOp = "モーションSelector"
},
Input18 = InstanceInput {
Source = "Grp_記号など",
Name = "記号など",
Default = 0,
SourceOp = "Root"
},
Input19 = InstanceInput {
Source = "N002_ase_show_77",
Name = "汗 show",
Default = 0,
SourceOp = "Root"
},
Input20 = InstanceInput {
Source = "N002_ase_hide_77",
Name = "汗 hide",
Default = 0,
SourceOp = "Root"
},
Input21 = InstanceInput {
Source = "N001_ase2_show_76",
Name = "汗2 show",
Default = 0,
SourceOp = "Root"
},
Input22 = InstanceInput {
Source = "N001_ase2_hide_76",
Name = "汗2 hide",
Default = 0,
SourceOp = "Root"
},
Input23 = InstanceInput {
Source = "N000_namida_show_75",
Name = "涙 show",
Default = 0,
SourceOp = "Root"
},
Input24 = InstanceInput {
Source = "N000_namida_hide_75",
Name = "涙 hide",
Default = 0,
SourceOp = "Root"
},
Input25 = InstanceInput {
Source = "Grp_眉",
Name = "眉",
Default = 1,
SourceOp = "Root"
},
Input26 = InstanceInput {
Source = "N003_kihon72",
Width = 0.25,
Name = "*基本",
Default = 0,
SourceOp = "Root"
},
Input27 = InstanceInput {
Source = "N002_gokigen71",
Width = 0.25,
Name = "*ごきげん",
Default = 0,
SourceOp = "Root"
},
Input28 = InstanceInput {
Source = "N001_komari70",
Width = 0.25,
Name = "*困り",
Default = 0,
SourceOp = "Root"
},
Input29 = InstanceInput {
Source = "N000_oko69",
Width = 0.25,
Name = "*おこ",
Default = 0,
SourceOp = "Root"
},
Input30 = InstanceInput {
Source = "Grp_目",
Name = "目",
Default = 1,
SourceOp = "Root"
},
Input31 = InstanceInput {
Source = "N005_mesetto66",
Width = 0.25,
Name = "*目セット",
Default = 0,
SourceOp = "Root"
},
Input32 = InstanceInput {
Source = "N004_tatesenme50",
Width = 0.25,
Name = "*縦線目",
Default = 0,
SourceOp = "Root"
},
Input33 = InstanceInput {
Source = "N003_tojime49",
Width = 0.25,
Name = "*閉じ目",
Default = 0,
SourceOp = "Root"
},
Input34 = InstanceInput {
Source = "N002_nagomime48",
Width = 0.25,
Name = "*なごみ目",
Default = 0,
SourceOp = "Root"
},
Input35 = InstanceInput {
Source = "N001_none47",
Width = 0.25,
Name = "*><",
Default = 0,
SourceOp = "Root"
},
Input36 = InstanceInput {
Source = "N000_nikkori46",
Width = 0.25,
Name = "*にっこり",
Default = 0,
SourceOp = "Root"
},
Input37 = InstanceInput {
Source = "Grp_目セット",
Name = "目セット",
Default = 0,
SourceOp = "Root"
},
Input38 = InstanceInput {
Source = "N003_matsugekihon66",
Width = 0.25,
Name = "*まつげ基本",
Default = 0,
SourceOp = "Root"
},
Input39 = InstanceInput {
Source = "N002_matsugehanme65",
Width = 0.25,
Name = "*まつげ半目",
Default = 0,
SourceOp = "Root"
},
Input40 = InstanceInput {
Source = "N001_matsugeoko64",
Width = 0.25,
Name = "*まつげおこ",
Default = 0,
SourceOp = "Root"
},
Input41 = InstanceInput {
Source = "Grp_黒目",
Name = "黒目",
Default = 0,
SourceOp = "Root"
},
Input42 = InstanceInput {
Source = "N008_kihon63",
Width = 0.25,
Name = "*基本",
Default = 0,
SourceOp = "Root"
},
Input43 = InstanceInput {
Source = "N007_kameramesenmigi5px62",
Width = 0.25,
Name = "*カメラ目線/右5px",
Default = 0,
SourceOp = "Root"
},
Input44 = InstanceInput {
Source = "N006_mesorashihidari5px61",
Width = 0.25,
Name = "*目逸らし/左5px",
Default = 0,
SourceOp = "Root"
},
Input45 = InstanceInput {
Source = "N005_nigorime60",
Width = 0.25,
Name = "*濁り目",
Default = 0,
SourceOp = "Root"
},
Input46 = InstanceInput {
Source = "N004_kirakirame59",
Width = 0.25,
Name = "*きらきら目",
Default = 0,
SourceOp = "Root"
},
Input47 = InstanceInput {
Source = "N003_haatome58",
Width = 0.25,
Name = "*ハート目",
Default = 0,
SourceOp = "Root"
},
Input48 = InstanceInput {
Source = "N002_gurugurume57",
Width = 0.25,
Name = "*ぐるぐる目",
Default = 0,
SourceOp = "Root"
},
Input49 = InstanceInput {
Source = "N001_yabame56",
Width = 0.25,
Name = "*やば目",
Default = 0,
SourceOp = "Root"
},
Input50 = InstanceInput {
Source = "N000_shironukime55",
Width = 0.25,
Name = "*白抜き目",
Default = 0,
SourceOp = "Root"
},
Input51 = InstanceInput {
Source = "Grp_口",
Name = "口",
Default = 1,
SourceOp = "Root"
},
Input52 = InstanceInput {
Source = "N011_hohoemi43",
Width = 0.25,
Name = "*ほほえみ",
Default = 0,
SourceOp = "Root"
},
Input53 = InstanceInput {
Source = "N010_waaa42",
Width = 0.25,
Name = "*わあー",
Default = 0,
SourceOp = "Root"
},
Input54 = InstanceInput {
Source = "N009_uhehe41",
Width = 0.25,
Name = "*うへへ",
Default = 0,
SourceOp = "Root"
},
Input55 = InstanceInput {
Source = "N008_niyari40",
Width = 0.25,
Name = "*にやり",
Default = 0,
SourceOp = "Root"
},
Input56 = InstanceInput {
Source = "N007_sun39",
Width = 0.25,
Name = "*すん",
Default = 0,
SourceOp = "Root"
},
Input57 = InstanceInput {
Source = "N006_o38",
Width = 0.25,
Name = "*お",
Default = 0,
SourceOp = "Root"
},
Input58 = InstanceInput {
Source = "N005_oo37",
Width = 0.25,
Name = "*おー",
Default = 0,
SourceOp = "Root"
},
Input59 = InstanceInput {
Source = "N004_e36",
Width = 0.25,
Name = "*え",
Default = 0,
SourceOp = "Root"
},
Input60 = InstanceInput {
Source = "N003_uootsu35",
Width = 0.25,
Name = "*うおーっ",
Default = 0,
SourceOp = "Root"
},
Input61 = InstanceInput {
Source = "N002_muu34",
Width = 0.25,
Name = "*むー",
Default = 0,
SourceOp = "Root"
},
Input62 = InstanceInput {
Source = "N001_hoo33",
Width = 0.25,
Name = "*ほー",
Default = 0,
SourceOp = "Root"
},
Input63 = InstanceInput {
Source = "N000_nn32",
Width = 0.25,
Name = "*んー",
Default = 0,
SourceOp = "Root"
},
Input64 = InstanceInput {
Source = "Grp_顔色",
Name = "顔色",
Default = 1,
SourceOp = "Root"
},
Input65 = InstanceInput {
Source = "N004_kageri_show_28",
Name = "かげり show",
Default = 0,
SourceOp = "Root"
},
Input66 = InstanceInput {
Source = "N004_kageri_hide_28",
Name = "かげり hide",
Default = 0,
SourceOp = "Root"
},
Input67 = InstanceInput {
Source = "N003_hoppe27",
Width = 0.25,
Name = "*ほっぺ",
Default = 0,
SourceOp = "Root"
},
Input68 = InstanceInput {
Source = "N002_hoppeakame26",
Width = 0.25,
Name = "*ほっぺ赤め",
Default = 0,
SourceOp = "Root"
},
Input69 = InstanceInput {
Source = "N001_hoppeakame225",
Width = 0.25,
Name = "*ほっぺ赤め2",
Default = 0,
SourceOp = "Root"
},
Input70 = InstanceInput {
Source = "N000_kuma24",
Width = 0.25,
Name = "*クマ",
Default = 0,
SourceOp = "Root"
},
Input71 = InstanceInput {
Source = "Grp_左腕",
Name = "左腕",
Default = 1,
SourceOp = "Root"
},
Input72 = InstanceInput {
Source = "N004_kihon20",
Width = 0.25,
Name = "*基本",
Default = 0,
SourceOp = "Root"
},
Input73 = InstanceInput {
Source = "N003_kangaeru19",
Width = 0.25,
Name = "*考える",
Default = 0,
SourceOp = "Root"
},
Input74 = InstanceInput {
Source = "N002_piisu18",
Width = 0.25,
Name = "*ピース",
Default = 0,
SourceOp = "Root"
},
Input75 = InstanceInput {
Source = "N001_banzai17",
Width = 0.25,
Name = "*ばんざい",
Default = 0,
SourceOp = "Root"
},
Input76 = InstanceInput {
Source = "N000_udewohirogeru16",
Width = 0.25,
Name = "*腕をひろげる",
Default = 0,
SourceOp = "Root"
},
Input77 = InstanceInput {
Source = "Grp_右腕",
Name = "右腕",
Default = 1,
SourceOp = "Root"
},
Input78 = InstanceInput {
Source = "N005_kihon13",
Width = 0.25,
Name = "*基本",
Default = 0,
SourceOp = "Root"
},
Input79 = InstanceInput {
Source = "N004_piisu12",
Width = 0.25,
Name = "*ピース",
Default = 0,
SourceOp = "Root"
},
Input80 = InstanceInput {
Source = "N003_sasasu11",
Width = 0.25,
Name = "*指さす",
Default = 0,
SourceOp = "Root"
},
Input81 = InstanceInput {
Source = "N002_houchou10",
Width = 0.25,
Name = "*包丁",
Default = 0,
SourceOp = "Root"
},
Input82 = InstanceInput {
Source = "N001_banzai9",
Width = 0.25,
Name = "*ばんざい",
Default = 0,
SourceOp = "Root"
},
Input83 = InstanceInput {
Source = "N000_udewohirogeru8",
Width = 0.25,
Name = "*腕をひろげる",
Default = 0,
SourceOp = "Root"
},
Input84 = InstanceInput {
Source = "Grp_Root",
Name = "Root",
Default = 0,
SourceOp = "Root"
},
Input85 = InstanceInput {
Source = "N012_kigounado_show_77",
Name = "記号など show",
Default = 0,
SourceOp = "Root"
},
Input86 = InstanceInput {
Source = "N012_kigounado_hide_77",
Name = "記号など hide",
Default = 0,
SourceOp = "Root"
},
Input87 = InstanceInput {
Source = "N003_kamikazari_show_5",
Name = "髪飾り show",
Default = 0,
SourceOp = "Root"
},
Input88 = InstanceInput {
Source = "N003_kamikazari_hide_5",
Name = "髪飾り hide",
Default = 0,
SourceOp = "Root"
},
Input89 = InstanceInput {
Source = "N002_kamikazariflipx_show_4",
Name = "髪飾り:flipx show",
Default = 0,
SourceOp = "Root"
},
Input90 = InstanceInput {
Source = "N002_kamikazariflipx_hide_4",
Name = "髪飾り:flipx hide",
Default = 0,
SourceOp = "Root"
},
Input91 = InstanceInput {
Source = "Open",
Default = -1,
SourceOp = "RS_MouthOpen1"
},
Input92 = InstanceInput {
Source = "Blink",
Default = 157,
SourceOp = "EyeCtrl"
},
Input93 = InstanceInput {
Source = "Close",
Default = 4,
SourceOp = "EyeCtrl"
},
Input94 = InstanceInput {
Source = "Apply",
Default = 0,
SourceOp = "EyeCtrl"
},
Input95 = InstanceInput {
Source = "at00",
Name = "ボタンを押さないと反映されません。",
Default = 0,
SourceOp = "EyeCtrl"
},
Input96 = InstanceInput {
Source = "sp00",
Name = "",
Default = 0,
SourceOp = "EyeCtrl"
},
Input97 = InstanceInput {
Source = "BlinkOn",
Default = 0,
SourceOp = "EyeCtrl"
},
Input98 = InstanceInput {
Source = "BlinkOff",
Default = 0,
SourceOp = "EyeCtrl"
},
Input99 = InstanceInput {
Source = "EyeStatus",
Name = "",
SourceOp = "EyeCtrl"
}
},
Tools = ordered() {
Loader7 = Loader {
ViewInfo = OperatorInfo { Pos = { 1155, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!右腕\\-包丁.png",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
StartFrame = -1
}
}
},
Loader21 = Loader {
ViewInfo = OperatorInfo { Pos = { 3135, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!顔色\\かげり.png",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
StartFrame = -1
}
}
},
Loader42 = Loader {
ViewInfo = OperatorInfo { Pos = { 4785, -2425.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!目\\-目セット\\!黒目\\-ぐるぐる目.png",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
StartFrame = -1
}
}
},
Loader53 = Loader {
ViewInfo = OperatorInfo { Pos = { 3685, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!眉\\-困り.png",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
StartFrame = -1
}
}
},
Loader18 = Loader {
ViewInfo = OperatorInfo { Pos = { 2805, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!顔色\\-ほっぺ赤め2_.png",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
StartFrame = -1
}
}
},
Loader50 = Loader {
ViewInfo = OperatorInfo { Pos = { 5665, -2161.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!目\\-目セット\\-まつげ半目.png",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
StartFrame = -1
}
}
},
["荒ぶる"] = GroupOperator {
Tools = ordered() {
Transform1_2_1 = Transform {
CtrlWZoom = false,
CtrlWShown = false,
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
Inputs = {
Center = Input {
Expression = "Point(0.5, 0.5) + shake * in_out",
Value = { 0.502997744173508, 0.497908177638071 }
},
shake = Input {
Source = "Position",
SourceOp = "Shake1_1"
},
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
},
y = Input { Value = 0.03 },
x = Input { Value = 0.03 },
in_out = Input {
Source = "Result",
SourceOp = "KeyframeStretcher1_1"
}
},
UserControls = 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 } }
},
KeyframeStretcher1_1 = KeyStretcherMod {
CtrlWZoom = false,
Inputs = {
Keyframes = Input {
Source = "Value",
SourceOp = "KeyStretcheronTransform1_2_1Keyframes"
},
StretchStart = Input { Value = 10 },
StretchEnd = Input { Value = 110 }
}
},
KeyStretcheronTransform1_2_1Keyframes = BezierSpline {
CtrlWZoom = false,
SplineColor = { Red = 193, Blue = 231, Green = 106 },
KeyFrames = {
[0] = { 0, Flags = { Linear = true }, RH = { 3.33333333333333, 0 } },
[10] = { 1, LH = { 6.66666666666667, 1 }, RH = { 43.3333333333333, 1 } },
[110] = { 1, LH = { 76.6666666666667, 1 }, RH = { 113.333333333333, 1 } },
[120] = { 0, LH = { 116.666666666667, 0 } }
}
},
Shake1_1 = Shake {
CtrlWZoom = false,
Inputs = {
YMinimum = Input {
Expression = "-Transform1_2_1.y",
Value = -0.1
},
YMaximum = Input {
Expression = "Transform1_2_1.y",
Value = 0.1
},
LockXY = Input { Value = 0 },
XMinimum = Input {
Expression = "-Transform1_2_1.x",
Value = -0.1
},
XMaximum = Input {
Expression = "Transform1_2_1.x",
Value = 0.1
},
Smoothness = Input { Value = 1.5 }
},
Faster = true
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } },
ViewInfo = GroupInfo {
Offset = { 0, 0 },
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Scale = 1,
PipeStyle = "Direct",
Pos = { 6050, 577.5 },
Direction = "Horizontal",
Flags = {
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true,
AllowPan = false
}
},
Inputs = ordered() {
MainInput1 = InstanceInput {
Source = "Input",
SourceOp = "Transform1_2_1"
},
Input3 = InstanceInput {
Source = "RandomSeed",
Width = 1,
Default = 0,
SourceOp = "Shake1_1"
},
Input4 = InstanceInput {
Source = "Randomize",
Width = 0.385,
SourceOp = "Shake1_1"
},
Input5 = InstanceInput {
Source = "Smoothness",
Default = 10,
SourceOp = "Shake1_1"
},
Input1 = InstanceInput {
Source = "x",
Name = "X",
Default = 0.1,
SourceOp = "Transform1_2_1"
},
Input2 = InstanceInput {
Source = "y",
Name = "Y",
Default = 0.1,
SourceOp = "Transform1_2_1"
}
},
Outputs = {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "Transform1_2_1"
}
}
},
Loader33 = Loader {
ViewInfo = OperatorInfo { Pos = { 5280, -1567.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!口\\-わあー.png",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
StartFrame = -1
}
}
},
Loader27 = Loader {
ViewInfo = OperatorInfo { Pos = { 4620, -1567.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!口\\-え.png",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
StartFrame = -1
}
}
},
Loader43 = Loader {
ViewInfo = OperatorInfo { Pos = { 4895, -2425.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!目\\-目セット\\!黒目\\-ハート目.png",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
StartFrame = -1
}
}
},
["ぽよ"] = GroupOperator {
Tools = ordered() {
Transform = Transform {
CtrlWZoom = false,
CtrlWShown = false,
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
UserControls = 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" } },
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
},
Pivot = Input { Value = { 0.5, 0 } },
Aspect = Input {
Source = "Result",
SourceOp = "Calculation1"
}
},
NameSet = true
},
Calculation1 = Calculation {
CtrlWZoom = false,
Inputs = {
SecondOperand = Input { Value = 1 },
FirstOperand = Input {
Source = "Result",
SourceOp = "Calculation2"
},
FirstOperandTimeOffset = Input { Expression = "-comp.GlobalStart" }
}
},
Calculation2 = Calculation {
CtrlWZoom = false,
Inputs = {
SecondOperand = Input { Value = 0.8 },
FirstOperandTimeScale = Input { Expression = "Transform.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate" },
FirstOperand = Input {
Source = "Value",
SourceOp = "CalculationonCalculationonTransformAspectFirstOperand"
},
Operator = Input { Value = 2 }
}
},
CalculationonCalculationonTransformAspectFirstOperand = BezierSpline {
CtrlWZoom = false,
SplineColor = { Red = 210, Blue = 30, Green = 105 },
KeyFrames = {
[0] = { 0, Flags = { Linear = true }, RH = { 1, 0 } },
[3] = { 0.0800000000000001, LH = { 2, 0.0800000000000001 }, RH = { 4.66666666666667, 0.0800000000000001 } },
[8] = { -0.0489999999999999, LH = { 6.33333333333333, -0.0489999999999999 }, RH = { 9.33333333333333, -0.0489999999999999 } },
[12] = { 0.03, LH = { 10.6666666666667, 0.03 }, RH = { 13.3333333333333, 0.03 } },
[16] = { -0.00700000000000001, LH = { 14.6666666666667, -0.00700000000000001 }, RH = { 16.6666666666667, -0.00700000000000001 } },
[18] = { 0.004, LH = { 17.3333333333333, 0.004 }, RH = { 18.6666666666667, 0.004 } },
[20] = { 0, LH = { 19.3333333333333, 0 } }
}
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } },
ViewInfo = GroupInfo {
Offset = { 0, 0 },
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Scale = 1,
PipeStyle = "Direct",
Pos = { 5225, 577.5 },
Direction = "Horizontal",
Flags = {
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true,
AllowPan = false
}
},
Inputs = ordered() {
MainInput1 = InstanceInput {
Source = "Input",
SourceOp = "Transform"
},
Input1 = InstanceInput {
Source = "speed",
Name = "スピード",
Default = 1,
Page = "Controls",
SourceOp = "Transform"
},
Input2 = InstanceInput {
Source = "SecondOperand",
Name = "強さ",
Default = 1,
SourceOp = "Calculation2"
},
Input3 = InstanceInput {
Source = "Pivot",
SourceOp = "Transform"
}
},
Outputs = {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "Transform"
}
}
},
Loader13 = Loader {
ViewInfo = OperatorInfo { Pos = { 2035, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!左腕\\-ピース.png",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
StartFrame = -1
}
}
},
Loader40 = Loader {
ViewInfo = OperatorInfo { Pos = { 4565, -2425.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!目\\-目セット\\!黒目\\-白抜き目.png",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
StartFrame = -1
}
}
},
Loader39 = Loader {
ViewInfo = OperatorInfo { Pos = { 4015, -1897.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!目\\-縦線目.png",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
StartFrame = -1
}
}
},
Loader31 = Loader {
ViewInfo = OperatorInfo { Pos = { 5060, -1567.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!口\\-にやり.png",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
StartFrame = -1
}
}
},
Loader11 = Loader {
ViewInfo = OperatorInfo { Pos = { 1815, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!左腕\\-腕をひろげる.png",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
StartFrame = -1
}
}
},
Loader14 = Loader {
ViewInfo = OperatorInfo { Pos = { 2145, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!左腕\\-考える.png",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
StartFrame = -1
}
}
},
Loader36 = Loader {
ViewInfo = OperatorInfo { Pos = { 3685, -1897.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!目\\-__.png",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
StartFrame = -1
}
}
},
Loader24 = Loader {
ViewInfo = OperatorInfo { Pos = { 4290, -1567.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!口\\-ほー.png",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
StartFrame = -1
}
}
},
Loader23 = Loader {
ViewInfo = OperatorInfo { Pos = { 4180, -1567.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!口\\-んー.png",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
StartFrame = -1
}
}
},
Loader38 = Loader {
ViewInfo = OperatorInfo { Pos = { 3905, -1897.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!目\\-閉じ目.png",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
StartFrame = -1
}
}
},
["跳ねる"] = GroupOperator {
Tools = ordered() {
Transform1_1 = Transform {
CtrlWZoom = false,
CtrlWShown = false,
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
Inputs = {
Center = Input {
Expression = "Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))",
Value = { 0.5, 0.595105651629515 }
},
amplitude = Input { Value = 0.08 },
speed = Input { Value = 2 },
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
},
bound = Input {
Expression = "math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\n",
Value = 0.951056516295154
},
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
ReferenceSize = Input { Value = 1 }
},
UserControls = 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 } }
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } },
ViewInfo = GroupInfo {
Offset = { 0, 0 },
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Scale = 1,
PipeStyle = "Direct",
Pos = { 5555, 577.5 },
Direction = "Horizontal",
Flags = {
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true,
AllowPan = false
}
},
Inputs = ordered() {
MainInput1 = InstanceInput {
Source = "Input",
SourceOp = "Transform1_1"
},
Input1 = InstanceInput {
Source = "speed",
MinScale = 0.0010000000475,
Default = 2,
SourceOp = "Transform1_1"
},
Input2 = InstanceInput {
Source = "amplitude",
Default = 0.1,
SourceOp = "Transform1_1"
}
},
Outputs = {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "Transform1_1"
}
}
},
Loader52 = Loader {
ViewInfo = OperatorInfo { Pos = { 3575, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!眉\\-おこ.png",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
StartFrame = -1
}
}
},
Loader58 = Loader {
ViewInfo = OperatorInfo { Pos = { 4455, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
Filename = "CHARA:\\琴葉葵立ち絵素材\\記号など\\汗.png",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
StartFrame = -1
}
}
},
Loader56 = Loader {
ViewInfo = OperatorInfo { Pos = { 4235, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
Filename = "CHARA:\\琴葉葵立ち絵素材\\記号など\\涙.png",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
StartFrame = -1
}
}
},
Loader35 = Loader {
ViewInfo = OperatorInfo { Pos = { 3575, -1897.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!目\\-にっこり.png",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
StartFrame = -1
}
}
},
ST_Background = Background {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
Width = Input { Value = 1920 },
UseFrameFormatSettings = Input { Value = 1 },
Depth = Input { Value = 1 },
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1080 }
},
ViewInfo = OperatorInfo { Pos = { 5445, 973.5 } }
},
ST_SetDomain = SetDomain {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
Top = Input { Value = 0 },
Input = Input {
Source = "Output",
SourceOp = "ST_Background"
},
Right = Input { Value = 0 },
Mode = Input { Value = FuID { "Set" } }
},
ViewInfo = OperatorInfo { Pos = { 5610, 973.5 } }
},
["モーションSelector"] = Transform {
ViewInfo = OperatorInfo { Pos = { 5775, 775.5 } },
UserControls = ordered() {
["N000_モーションなし"] = {
LINKS_Name = "モーションなし",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "モーション",
LINKID_DataType = "Number",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"モーションなし\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false
},
["N001_ぽよ"] = {
LINKS_Name = "ぽよ",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "モーション",
LINKID_DataType = "Number",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"ぽよ\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false
},
["N002_ぴょん"] = {
LINKS_Name = "ぴょん",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "モーション",
LINKID_DataType = "Number",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"ぴょん\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false
},
["N003_跳ねる"] = {
LINKS_Name = "跳ねる",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "モーション",
LINKID_DataType = "Number",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"跳ねる\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false
},
["N004_跳ねる_小"] = {
LINKS_Name = "跳ねる_小",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "モーション",
LINKID_DataType = "Number",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"跳ねる_小\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false
},
["N005_不安"] = {
LINKS_Name = "不安",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "モーション",
LINKID_DataType = "Number",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"不安\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false
},
["N006_荒ぶる"] = {
LINKS_Name = "荒ぶる",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "モーション",
LINKID_DataType = "Number",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"荒ぶる\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false
},
["N007_震え"] = {
LINKS_Name = "震え",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "モーション",
LINKID_DataType = "Number",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"震え\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false
}
},
Colors = { TileColor = { B = 0, R = 0.92156862745098, G = 0.431372549019608 } },
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
}
},
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
}
},
ST_MergeB = Merge {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Colors = { TileColor = { B = 0, R = 0.92156862745098, G = 0.431372549019608 } },
Inputs = {
Center = Input { Value = { 0.85, 0 } },
Foreground = Input {
Source = "Output",
SourceOp = "モーションSelector"
},
Background = Input {
Source = "Output",
SourceOp = "ST_SetDomain"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 5775, 973.5 } }
},
Loader49 = Loader {
ViewInfo = OperatorInfo { Pos = { 5555, -2161.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!目\\-目セット\\-まつげおこ.png",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
StartFrame = -1
}
}
},
Loader44 = Loader {
ViewInfo = OperatorInfo { Pos = { 5005, -2425.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!目\\-目セット\\!黒目\\-きらきら目.png",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
StartFrame = -1
}
}
},
Loader25 = Loader {
ViewInfo = OperatorInfo { Pos = { 4400, -1567.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!口\\-むー.png",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
StartFrame = -1
}
}
},
Loader6 = Loader {
ViewInfo = OperatorInfo { Pos = { 1045, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!右腕\\-ばんざい.png",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
StartFrame = -1
}
}
},
Loader12 = Loader {
ViewInfo = OperatorInfo { Pos = { 1925, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!左腕\\-ばんざい.png",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
StartFrame = -1
}
}
},
Loader8 = Loader {
ViewInfo = OperatorInfo { Pos = { 1265, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!右腕\\-指さす.png",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
StartFrame = -1
}
}
},
Loader32 = Loader {
ViewInfo = OperatorInfo { Pos = { 5170, -1567.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!口\\-うへへ.png",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
StartFrame = -1
}
}
},
Loader46 = Loader {
ViewInfo = OperatorInfo { Pos = { 5225, -2425.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!目\\-目セット\\!黒目\\-目逸らし_左5px.png",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
StartFrame = -1
}
}
},
["ぴょん"] = GroupOperator {
Tools = ordered() {
Transform1 = Transform {
CtrlWZoom = false,
CtrlWShown = false,
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
Inputs = {
Center = Input {
Source = "Value",
SourceOp = "XYPath1"
},
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
}
},
UserControls = 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 } }
},
XYPath1 = XYPath {
CtrlWZoom = false,
ShowKeyPoints = false,
DrawMode = "ModifyOnly",
Inputs = {
X = Input { Value = 0.5 },
Y = Input {
Source = "Result",
SourceOp = "Calculation1_1"
}
}
},
Calculation1_1 = Calculation {
CtrlWZoom = false,
Inputs = {
SecondOperand = Input { Value = 0.5 },
FirstOperand = Input {
Source = "Result",
SourceOp = "Calculation2_1"
},
FirstOperandTimeOffset = Input { Expression = "-comp.GlobalStart - Transform1.offset" }
}
},
Calculation2_1 = Calculation {
CtrlWZoom = false,
Inputs = {
SecondOperand = Input { Value = 0.5 },
FirstOperandTimeScale = Input { Expression = "Transform1.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate" },
FirstOperand = Input {
Source = "Value",
SourceOp = "CalculationonCalculationonTransform1CenterXYPath1YFirstOperand"
},
Operator = Input { Value = 2 }
}
},
CalculationonCalculationonTransform1CenterXYPath1YFirstOperand = BezierSpline {
CtrlWZoom = false,
SplineColor = { Red = 0, Blue = 0, Green = 255 },
KeyFrames = {
[0] = { 0, Flags = { Linear = true }, RH = { 4.65, 0.225 } },
[17] = { 0, LH = { 12.4, 0.214 }, RH = { 19.6825406677053, 0.0439451976698349 } },
[25] = { 0.000999999999999557, LH = { 23.6, 0.0269999999999996 }, RH = { 27.6, 0.025 } },
[30] = { 0, LH = { 28.4282452630596, 0 } }
}
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } },
ViewInfo = GroupInfo {
Offset = { 0, 0 },
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Scale = 1,
PipeStyle = "Direct",
Pos = { 5390, 577.5 },
Direction = "Horizontal",
Flags = {
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true,
AllowPan = false
}
},
Inputs = ordered() {
MainInput1 = InstanceInput {
Source = "Input",
SourceOp = "Transform1"
},
Input1 = InstanceInput {
Source = "speed",
Name = "スピード",
Default = 1,
SourceOp = "Transform1"
},
Input3 = InstanceInput {
Source = "SecondOperand",
Name = "強さ",
Default = 1,
SourceOp = "Calculation2_1"
},
Input2 = InstanceInput {
Source = "offset",
Name = "時間オフセット(フレーム)",
Default = 0,
SourceOp = "Transform1"
}
},
Outputs = {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "Transform1"
}
}
},
Loader30 = Loader {
ViewInfo = OperatorInfo { Pos = { 4950, -1567.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!口\\-すん.png",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
StartFrame = -1
}
}
},
Loader41 = Loader {
ViewInfo = OperatorInfo { Pos = { 4675, -2425.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!目\\-目セット\\!黒目\\-やば目.png",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
StartFrame = -1
}
}
},
Loader3 = Loader {
ViewInfo = OperatorInfo { Pos = { 495, -247.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
Filename = "CHARA:\\琴葉葵立ち絵素材\\髪飾り_flipx.png",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
StartFrame = -1
}
}
},
["震え"] = GroupOperator {
Tools = ordered() {
Transform1_3 = Transform {
CtrlWShown = false,
ViewInfo = OperatorInfo { Pos = { 0, 29.7576007843018 } },
Inputs = {
Center = Input {
Expression = "iif(Y == 0, Point(v, 0.5),Point(0.5,v))",
Value = { 0.504755282581476, 0.5 }
},
amplitude = Input { Value = 0.005 },
v = Input {
Expression = "0.5 + amplitude * iif(time > out, 0,bound)",
Value = 0.504755282581476
},
speed = Input { Value = 12 },
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
},
bound = Input {
Expression = "sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)",
Value = 0.951056516295153
},
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
ReferenceSize = Input { Value = 1 }
},
UserControls = 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 } }
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } },
ViewInfo = GroupInfo {
Offset = { 0, 0 },
Size = { 126, 109.359001159668, 63, 24.2423992156982 },
Scale = 1,
PipeStyle = "Direct",
Pos = { 6215, 577.5 },
Direction = "Horizontal",
Flags = {
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true,
AllowPan = false
}
},
Inputs = ordered() {
MainInput1 = InstanceInput {
Source = "Input",
SourceOp = "Transform1_3"
},
Input1 = InstanceInput {
Source = "speed",
Default = 2,
SourceOp = "Transform1_3"
},
Input2 = InstanceInput {
Source = "amplitude",
Default = 0.1,
SourceOp = "Transform1_3"
},
Input3 = InstanceInput {
Source = "Y",
Default = 0,
SourceOp = "Transform1_3"
}
},
Outputs = {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "Transform1_3"
}
}
},
Loader9 = Loader {
ViewInfo = OperatorInfo { Pos = { 1375, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!右腕\\-ピース.png",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
StartFrame = -1
}
}
},
Loader45 = Loader {
ViewInfo = OperatorInfo { Pos = { 5115, -2425.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!目\\-目セット\\!黒目\\-濁り目.png",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
StartFrame = -1
}
}
},
Loader47 = Loader {
ViewInfo = OperatorInfo { Pos = { 5335, -2425.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!目\\-目セット\\!黒目\\-カメラ目線_右5px.png",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
StartFrame = -1
}
}
},
Loader57 = Loader {
ViewInfo = OperatorInfo { Pos = { 4345, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
Filename = "CHARA:\\琴葉葵立ち絵素材\\記号など\\汗2_.png",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
StartFrame = -1
}
}
},
Loader54 = Loader {
ViewInfo = OperatorInfo { Pos = { 3795, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!眉\\-ごきげん.png",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
StartFrame = -1
}
}
},
Loader19 = Loader {
ViewInfo = OperatorInfo { Pos = { 2915, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!顔色\\-ほっぺ赤め.png",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
StartFrame = -1
}
}
},
Loader17 = Loader {
ViewInfo = OperatorInfo { Pos = { 2695, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!顔色\\-クマ.png",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
StartFrame = -1
}
}
},
["跳ねる_小"] = GroupOperator {
Tools = ordered() {
Transform1_1_1 = Transform {
CtrlWZoom = false,
CtrlWShown = false,
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
Inputs = {
Center = Input {
Expression = "Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))",
Value = { 0.5, 0.595105651629515 }
},
amplitude = Input { Value = 0.02 },
speed = Input { Value = 2 },
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
},
bound = Input {
Expression = "math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\n",
Value = 0.951056516295154
},
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
ReferenceSize = Input { Value = 1 }
},
UserControls = 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 } }
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } },
ViewInfo = GroupInfo {
Offset = { 0, 0 },
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Scale = 1,
PipeStyle = "Direct",
Pos = { 5720, 577.5 },
Direction = "Horizontal",
Flags = {
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true,
AllowPan = false
}
},
Inputs = ordered() {
MainInput1 = InstanceInput {
Source = "Input",
SourceOp = "Transform1_1_1"
},
Input1 = InstanceInput {
Source = "speed",
MinScale = 0.0010000000475,
Default = 2,
SourceOp = "Transform1_1_1"
},
Input2 = InstanceInput {
Source = "amplitude",
Default = 0.1,
SourceOp = "Transform1_1_1"
}
},
Outputs = {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "Transform1_1_1"
}
}
},
Loader5 = Loader {
ViewInfo = OperatorInfo { Pos = { 935, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!右腕\\-腕をひろげる.png",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
StartFrame = -1
}
}
},
Background1 = Background {
Inputs = {
Width = Input { Value = 1482 },
Depth = Input { Value = 1 },
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 2420 }
},
ViewInfo = OperatorInfo { Pos = { 165, -247.5 } }
},
SetDomain1 = SetDomain {
Inputs = {
Top = Input { Value = 0 },
Input = Input {
Source = "Output",
SourceOp = "Background1"
},
Right = Input { Value = 0 },
Mode = Input { Value = FuID { "Set" } }
},
ViewInfo = OperatorInfo { Pos = { 165, -115.5 } }
},
Loader1 = Loader {
ViewInfo = OperatorInfo { Pos = { 275, -247.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!後ろ髪.png",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
StartFrame = -1
}
}
},
["後ろ髪_MG"] = Merge {
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "Loader1"
},
Background = Input {
Source = "Output",
SourceOp = "SetDomain1"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 275, -115.5 } }
},
Loader2 = Loader {
ViewInfo = OperatorInfo { Pos = { 385, -247.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!体.png",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
StartFrame = -1
}
}
},
["体_MG"] = Merge {
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "Loader2"
},
Background = Input {
Source = "Output",
SourceOp = "後ろ髪_MG"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 385, -115.5 } }
},
["髪飾りflipx_MG"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "体_MG"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 495, -115.5 } }
},
Loader4 = Loader {
ViewInfo = OperatorInfo { Pos = { 605, -247.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
Filename = "CHARA:\\琴葉葵立ち絵素材\\髪飾り.png",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
StartFrame = -1
}
}
},
["髪飾り_MG"] = Merge {
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "Loader4"
},
Background = Input {
Source = "Output",
SourceOp = "髪飾りflipx_MG"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 605, -115.5 } }
},
Background2 = Background {
Inputs = {
Width = Input { Value = 1082 },
Depth = Input { Value = 1 },
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1820 }
},
ViewInfo = OperatorInfo { Pos = { 825, -379.5 } }
},
Loader10 = Loader {
ViewInfo = OperatorInfo { Pos = { 1485, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!右腕\\-基本.png",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
StartFrame = -1
}
}
},
["右腕_MG"] = Merge {
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "Loader10"
},
Background = Input {
Source = "Output",
SourceOp = "Background2"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 1485, -379.5 } }
},
["右腕"] = Transform {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "右腕_MG"
}
},
ViewInfo = OperatorInfo { Pos = { 1485, -247.5 } }
},
["右腕_MG1"] = Merge {
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "右腕"
},
Background = Input {
Source = "Output",
SourceOp = "髪飾り_MG"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 1485, -115.5 } }
},
Background3 = Background {
Inputs = {
Width = Input { Value = 1082 },
Depth = Input { Value = 1 },
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1820 }
},
ViewInfo = OperatorInfo { Pos = { 1705, -379.5 } }
},
Loader15 = Loader {
ViewInfo = OperatorInfo { Pos = { 2255, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!左腕\\-基本.png",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
StartFrame = -1
}
}
},
["左腕_MG"] = Merge {
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "Loader15"
},
Background = Input {
Source = "Output",
SourceOp = "Background3"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 2255, -379.5 } }
},
["左腕"] = Transform {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "左腕_MG"
}
},
ViewInfo = OperatorInfo { Pos = { 2255, -247.5 } }
},
["左腕_MG1"] = Merge {
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "左腕"
},
Background = Input {
Source = "Output",
SourceOp = "右腕_MG1"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 2255, -115.5 } }
},
Loader16 = Loader {
ViewInfo = OperatorInfo { Pos = { 2365, -247.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!服のアレ.png",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
StartFrame = -1
}
}
},
["服のアレ_MG"] = Merge {
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "Loader16"
},
Background = Input {
Source = "Output",
SourceOp = "左腕_MG1"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 2365, -115.5 } }
},
Background4 = Background {
Inputs = {
Width = Input { Value = 1082 },
Depth = Input { Value = 1 },
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1820 }
},
ViewInfo = OperatorInfo { Pos = { 2585, -379.5 } }
},
Loader20 = Loader {
ViewInfo = OperatorInfo { Pos = { 3025, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!顔色\\-ほっぺ.png",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
StartFrame = -1
}
}
},
["顔色_MG"] = Merge {
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "Loader20"
},
Background = Input {
Source = "Output",
SourceOp = "Background4"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 3025, -379.5 } }
},
["かげり_MG"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "顔色_MG"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 3135, -379.5 } }
},
["顔色"] = Transform {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "かげり_MG"
}
},
ViewInfo = OperatorInfo { Pos = { 3135, -247.5 } }
},
["顔色_MG1"] = Merge {
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "顔色"
},
Background = Input {
Source = "Output",
SourceOp = "服のアレ_MG"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 3135, -115.5 } }
},
Loader22 = Loader {
ViewInfo = OperatorInfo { Pos = { 3245, -247.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!もみあげエアインテーク.png",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
StartFrame = -1
}
}
},
["もみあげエアインテーク_MG"] = Merge {
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "Loader22"
},
Background = Input {
Source = "Output",
SourceOp = "顔色_MG1"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 3245, -115.5 } }
},
Background9 = Background {
Inputs = {
Width = Input { Value = 1082 },
Depth = Input { Value = 1 },
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1820 }
},
ViewInfo = OperatorInfo { Pos = { 3465, -379.5 } }
},
Loader55 = Loader {
ViewInfo = OperatorInfo { Pos = { 3905, -511.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!眉\\-基本.png",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
StartFrame = -1
}
}
},
["眉_MG"] = Merge {
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "Loader55"
},
Background = Input {
Source = "Output",
SourceOp = "Background9"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 3905, -379.5 } }
},
["眉"] = Transform {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "眉_MG"
}
},
ViewInfo = OperatorInfo { Pos = { 3905, -247.5 } }
},
["眉_MG1"] = Merge {
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "眉"
},
Background = Input {
Source = "Output",
SourceOp = "もみあげエアインテーク_MG"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 3905, -115.5 } }
},
Background10 = Background {
Inputs = {
Width = Input { Value = 1082 },
Depth = Input { Value = 1 },
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1820 }
},
ViewInfo = OperatorInfo { Pos = { 4125, -379.5 } }
},
["涙_MG"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "Background10"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 4235, -379.5 } }
},
["汗2_MG"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "涙_MG"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 4345, -379.5 } }
},
["汗_MG"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "汗2_MG"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 4455, -379.5 } }
},
["記号など"] = Transform {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "汗_MG"
}
},
ViewInfo = OperatorInfo { Pos = { 4455, -247.5 } }
},
["記号など_MG"] = Merge {
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "記号など"
},
Background = Input {
Source = "Output",
SourceOp = "眉_MG1"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 4455, -115.5 } }
},
AutoDomain1 = AutoDomain {
ViewInfo = OperatorInfo { Pos = { 4675, -115.5 } },
Colors = { TileColor = { B = 0.709803921568627, R = 0.913725490196078, G = 0.549019607843137 } },
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "記号など_MG"
}
},
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
}
},
Background5 = Background {
Inputs = {
Width = Input { Value = 1082 },
Depth = Input { Value = 1 },
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1820 }
},
ViewInfo = OperatorInfo { Pos = { 4070, -1435.5 } }
},
["口_MG"] = Merge {
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "Loader34"
},
Background = Input {
Source = "Output",
SourceOp = "Background5"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 5390, -1435.5 } }
},
AutoDomain1_1 = AutoDomain {
ViewInfo = OperatorInfo { Pos = { 5390, -1303.5 } },
Colors = { TileColor = { B = 0.709803921568627, R = 0.913725490196078, G = 0.549019607843137 } },
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "口_MG"
}
},
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
}
},
Loader34 = Loader {
ViewInfo = OperatorInfo { Pos = { 5390, -1567.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!口\\-ほほえみ.png",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
StartFrame = -1
}
}
},
M01 = Fuse.Wireless {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Loader34"
}
},
ViewInfo = OperatorInfo { Pos = { 5280, -1039.5 } }
},
M02 = Fuse.Wireless {
ViewInfo = OperatorInfo { Pos = { 5170, -1039.5 } },
NameSet = true,
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Loader29"
}
}
},
Loader29 = Loader {
ViewInfo = OperatorInfo { Pos = { 4840, -1567.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!口\\-お.png",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
StartFrame = -1
}
}
},
M03 = Fuse.Wireless {
ViewInfo = OperatorInfo { Pos = { 5060, -1138.5 } },
NameSet = true,
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Loader29"
}
}
},
Transform2 = Transform {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "M03"
},
YSize = Input { Value = 1.5 },
Pivot = Input { Value = { 0.478285486809476, 0.771400169317463 } },
UseSizeAndAspect = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 5060, -1039.5 } }
},
M04 = Fuse.Wireless {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Loader28"
}
},
ViewInfo = OperatorInfo { Pos = { 4950, -1138.5 } }
},
Transform3 = Transform {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "M04"
},
YSize = Input { Value = 0.8 },
Pivot = Input { Value = { 0.477458219976681, 0.770689997689998 } },
UseSizeAndAspect = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 4950, -1039.5 } }
},
Loader28 = Loader {
ViewInfo = OperatorInfo { Pos = { 4730, -1567.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!口\\-おー.png",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
StartFrame = -1
}
}
},
M05 = Fuse.Wireless {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Loader28"
}
},
ViewInfo = OperatorInfo { Pos = { 4840, -1039.5 } }
},
RS_MouthOpen1 = Fuse.RS_MouthOpen {
Colors = { TileColor = { B = 0, R = 0.92156862745098, G = 0.431372549019608 } },
Version = 1,
Inputs = {
M06 = Input {
Source = "Output",
SourceOp = "M05"
},
M04 = Input {
Source = "Output",
SourceOp = "Transform2"
},
Input = Input {
Source = "Output",
SourceOp = "AutoDomain1_1"
},
M02 = Input {
Source = "Output",
SourceOp = "M02"
},
M01 = Input {
Source = "Output",
SourceOp = "M01"
},
M05 = Input {
Source = "Output",
SourceOp = "Transform3"
}
},
ViewInfo = OperatorInfo { Pos = { 5390, -1039.5 } }
},
["口"] = Transform {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "RS_MouthOpen1"
}
},
ViewInfo = OperatorInfo { Pos = { 5390, -247.5 } }
},
["口_MG1"] = Merge {
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "口"
},
Background = Input {
Source = "Output",
SourceOp = "AutoDomain1"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 5390, -115.5 } }
},
Background6 = Background {
Inputs = {
Width = Input { Value = 1082 },
Depth = Input { Value = 1 },
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1820 }
},
ViewInfo = OperatorInfo { Pos = { 3465, -1765.5 } }
},
Background7 = Background {
Inputs = {
Width = Input { Value = 1082 },
Depth = Input { Value = 1 },
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1820 }
},
ViewInfo = OperatorInfo { Pos = { 4235, -2029.5 } }
},
Background8 = Background {
Inputs = {
Width = Input { Value = 1082 },
Depth = Input { Value = 1 },
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1820 }
},
ViewInfo = OperatorInfo { Pos = { 4455, -2293.5 } }
},
Loader48 = Loader {
ViewInfo = OperatorInfo { Pos = { 5445, -2425.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!目\\-目セット\\!黒目\\-基本.png",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
StartFrame = -1
}
}
},
["黒目_MG"] = Merge {
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "Loader48"
},
Background = Input {
Source = "Output",
SourceOp = "Background8"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 5445, -2293.5 } }
},
["黒目"] = Transform {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "黒目_MG"
}
},
ViewInfo = OperatorInfo { Pos = { 5445, -2161.5 } }
},
["黒目_MG1"] = Merge {
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "黒目"
},
Background = Input {
Source = "Output",
SourceOp = "Background7"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 5445, -2029.5 } }
},
Loader51 = Loader {
ViewInfo = OperatorInfo { Pos = { 5775, -2161.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!目\\-目セット\\-まつげ基本.png",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
StartFrame = -1
}
}
},
["目セット_MG"] = Merge {
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "Loader51"
},
Background = Input {
Source = "Output",
SourceOp = "黒目_MG1"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 5775, -2029.5 } }
},
["目セット"] = Transform {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "目セット_MG"
}
},
ViewInfo = OperatorInfo { Pos = { 5775, -1897.5 } }
},
["目_MG"] = Merge {
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "目セット"
},
Background = Input {
Source = "Output",
SourceOp = "Background6"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 5775, -1765.5 } }
},
AutoDomain1_2 = AutoDomain {
ViewInfo = OperatorInfo { Pos = { 5775, -1303.5 } },
Colors = { TileColor = { B = 0.709803921568627, R = 0.913725490196078, G = 0.549019607843137 } },
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "目_MG"
}
},
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
}
},
Loader37 = Loader {
ViewInfo = OperatorInfo { Pos = { 3795, -1897.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!目\\-なごみ目.png",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
StartFrame = -1
}
}
},
Closed = Fuse.Wireless {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Loader37"
}
},
ViewInfo = OperatorInfo { Pos = { 5665, -1039.5 } }
},
EyeBlink = Dissolve {
NameSet = true,
ViewInfo = OperatorInfo { Pos = { 5775, -1039.5 } },
Transitions = {
[0] = "DFTDissolve"
},
Inputs = {
Mix = Input {
Source = "Value",
SourceOp = "EyeBlinkBackgroundForeground"
},
Background = Input {
Source = "Output",
SourceOp = "AutoDomain1_2"
},
Foreground = Input {
Source = "Output",
SourceOp = "Closed"
}
}
},
EyeBlinkBackgroundForeground = BezierSpline {
CtrlWZoom = false,
NameSet = true,
SplineColor = { Red = 16, Blue = 235, Green = 164 },
KeyFrames = {
[0] = { 0, Flags = { Linear = true, Loop = true, PreLoop = true }, RH = { 51, 0 } },
[153] = { 1, LH = { 153, 0.666666666666667 }, Flags = { StepIn = true }, RH = { 154, 1 } },
[157] = { 0, LH = { 157, 0.333333333333333 }, Flags = { StepIn = true, Loop = true, PreLoop = true } }
}
},
EyeCtrl = Transform {
CtrlWZoom = false,
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
UserControls = ordered() {
Blink = {
INP_Integer = true,
INP_MaxAllowed = 1000000,
INP_MinAllowed = 0,
INP_MaxScale = 500,
INP_MinScale = 0,
INP_Default = 127,
ICS_ControlPage = "目パチ",
INPID_InputControl = "SliderControl",
LINKID_DataType = "Number",
LINKS_Name = "Blink",
INP_External = false
},
Close = {
INP_Passive = true,
INP_Integer = true,
INPID_InputControl = "SliderControl",
INP_MinAllowed = 0,
INP_MaxScale = 10,
INP_MinScale = 0,
INP_Default = 4,
INP_External = false,
LINKID_DataType = "Number",
LINKS_Name = "Close",
ICS_ControlPage = "目パチ"
},
Apply = {
ICD_Width = 0.5,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
LINKS_Name = "Apply",
LINKID_DataType = "Number",
BTNCS_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",
ICS_ControlPage = "目パチ"
},
at00 = {
ICD_Width = 0.5,
INP_Integer = false,
INPID_InputControl = "LabelControl",
LBLC_DropDownButton = false,
ICS_ControlPage = "目パチ",
INP_External = false,
LINKID_DataType = "Number",
LINKS_Name = "ボタンを押さないと反映されません。",
INP_Passive = true
},
sp00 = {
LBLC_DropDownButton = false,
ICS_ControlPage = "目パチ",
INP_Integer = false,
INPID_InputControl = "LabelControl",
INP_External = false,
LINKID_DataType = "Number",
LINKS_Name = "",
INP_Passive = true
},
BlinkOn = {
LINKS_Name = "BlinkOn",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "目パチ",
LINKID_DataType = "Number",
BTNCS_Execute = "EyeBlink:SetAttrs({TOOLB_PassThrough = false})\nEyeCtrl.EyeStatus = \"On\"\n",
ICD_Width = 0.4
},
BlinkOff = {
LINKS_Name = "BlinkOff",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "目パチ",
LINKID_DataType = "Number",
BTNCS_Execute = "EyeBlink:SetAttrs({TOOLB_PassThrough = true})\nEyeCtrl.EyeStatus = \"Off\"\n",
ICD_Width = 0.4
},
EyeStatus = {
ICD_Width = 0.2,
INPID_InputControl = "TextEditControl",
TEC_Lines = 1,
INP_External = false,
TEC_ReadOnly = true,
TEC_Wrap = false,
LINKID_DataType = "Text",
LINKS_Name = "",
ICS_ControlPage = "目パチ"
}
},
Colors = { TileColor = { B = 0, R = 0.92156862745098, G = 0.431372549019608 } },
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "EyeBlink"
},
Blink = Input { Value = 157 },
EyeStatus = Input { Value = "On" }
},
ViewInfo = OperatorInfo { Pos = { 5775, -940.5 } }
},
["目"] = Transform {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "EyeCtrl"
}
},
ViewInfo = OperatorInfo { Pos = { 5775, -247.5 } }
},
["目_MG1"] = Merge {
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "目"
},
Background = Input {
Source = "Output",
SourceOp = "口_MG1"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 5775, -115.5 } }
},
Root = Transform {
Colors = { TileColor = { B = 0, R = 0.92156862745098, G = 0.431372549019608 } },
UserControls = ordered() {
CopyPose = {
ICD_Width = 0.5,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
LINKS_Name = "Copy Pose",
LINKID_DataType = "Number",
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.copy(comp)]])",
INP_External = false
},
PastePose = {
ICD_Width = 0.5,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
LINKS_Name = "Paste Pose",
LINKID_DataType = "Number",
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.paste(comp)]])",
INP_External = false
},
SavePose = {
ICD_Width = 0.5,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
LINKS_Name = "Save Pose",
LINKID_DataType = "Number",
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.save(comp, fu)]])",
INP_External = false
},
LoadPose = {
ICD_Width = 0.5,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
LINKS_Name = "Load Pose",
LINKID_DataType = "Number",
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.load(comp, fu)]])",
INP_External = false
},
Grp_Root = {
INP_Passive = true,
INPID_InputControl = "LabelControl",
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 6,
LINKID_DataType = "Number",
LINKS_Name = "Root",
ICS_ControlPage = "ポーズ"
},
N012_kigounado_show_77 = {
LINKS_Name = "記号など show",
ICD_Width = 0.5,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"記号など_MG\")\nlocal node = comp:FindTool(\"記号など\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
N012_kigounado_hide_77 = {
LINKS_Name = "記号など hide",
ICD_Width = 0.5,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"記号など_MG\")\nmg.Foreground = nil",
INP_External = false
},
N003_kamikazari_show_5 = {
LINKS_Name = "髪飾り show",
ICD_Width = 0.5,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"髪飾り_MG\")\nlocal node = comp:FindTool(\"Loader4\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
N003_kamikazari_hide_5 = {
LINKS_Name = "髪飾り hide",
ICD_Width = 0.5,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"髪飾り_MG\")\nmg.Foreground = nil",
INP_External = false
},
N002_kamikazariflipx_show_4 = {
LINKS_Name = "髪飾り:flipx show",
ICD_Width = 0.5,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_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()",
INP_External = false
},
N002_kamikazariflipx_hide_4 = {
LINKS_Name = "髪飾り:flipx hide",
ICD_Width = 0.5,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"髪飾りflipx_MG\")\nmg.Foreground = nil",
INP_External = false
},
["Grp_記号など"] = {
INP_Passive = true,
INPID_InputControl = "LabelControl",
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 6,
LINKID_DataType = "Number",
LINKS_Name = "記号など",
ICS_ControlPage = "ポーズ"
},
N002_ase_show_77 = {
LINKS_Name = "汗 show",
ICD_Width = 0.5,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"汗_MG\")\nlocal node = comp:FindTool(\"Loader58\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
N002_ase_hide_77 = {
LINKS_Name = "汗 hide",
ICD_Width = 0.5,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"汗_MG\")\nmg.Foreground = nil",
INP_External = false
},
N001_ase2_show_76 = {
LINKS_Name = "汗2 show",
ICD_Width = 0.5,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_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()",
INP_External = false
},
N001_ase2_hide_76 = {
LINKS_Name = "汗2 hide",
ICD_Width = 0.5,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"汗2_MG\")\nmg.Foreground = nil",
INP_External = false
},
N000_namida_show_75 = {
LINKS_Name = "涙 show",
ICD_Width = 0.5,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"涙_MG\")\nlocal node = comp:FindTool(\"Loader56\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
N000_namida_hide_75 = {
LINKS_Name = "涙 hide",
ICD_Width = 0.5,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"涙_MG\")\nmg.Foreground = nil",
INP_External = false
},
["Grp_眉"] = {
INP_Passive = true,
INPID_InputControl = "LabelControl",
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 4,
LINKID_DataType = "Number",
LINKS_Name = "眉",
ICS_ControlPage = "ポーズ"
},
N003_kihon72 = {
LINKS_Name = "*基本",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader55\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
N002_gokigen71 = {
LINKS_Name = "*ごきげん",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader54\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
N001_komari70 = {
LINKS_Name = "*困り",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader53\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
N000_oko69 = {
LINKS_Name = "*おこ",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader52\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
["Grp_目"] = {
INP_Passive = true,
INPID_InputControl = "LabelControl",
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 6,
LINKID_DataType = "Number",
LINKS_Name = "目",
ICS_ControlPage = "ポーズ"
},
N005_mesetto66 = {
LINKS_Name = "*目セット",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"目セット\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
N004_tatesenme50 = {
LINKS_Name = "*縦線目",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader39\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
N003_tojime49 = {
LINKS_Name = "*閉じ目",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader38\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
N002_nagomime48 = {
LINKS_Name = "*なごみ目",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader37\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
N001_none47 = {
LINKS_Name = "*><",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader36\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
N000_nikkori46 = {
LINKS_Name = "*にっこり",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader35\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
["Grp_目セット"] = {
INP_Passive = true,
INPID_InputControl = "LabelControl",
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 3,
LINKID_DataType = "Number",
LINKS_Name = "目セット",
ICS_ControlPage = "ポーズ"
},
N003_matsugekihon66 = {
LINKS_Name = "*まつげ基本",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"目セット_MG\")\nlocal node = comp:FindTool(\"Loader51\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
N002_matsugehanme65 = {
LINKS_Name = "*まつげ半目",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"目セット_MG\")\nlocal node = comp:FindTool(\"Loader50\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
N001_matsugeoko64 = {
LINKS_Name = "*まつげおこ",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"目セット_MG\")\nlocal node = comp:FindTool(\"Loader49\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
["Grp_黒目"] = {
INP_Passive = true,
INPID_InputControl = "LabelControl",
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 9,
LINKID_DataType = "Number",
LINKS_Name = "黒目",
ICS_ControlPage = "ポーズ"
},
N008_kihon63 = {
LINKS_Name = "*基本",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader48\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
N007_kameramesenmigi5px62 = {
LINKS_Name = "*カメラ目線/右5px",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader47\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
N006_mesorashihidari5px61 = {
LINKS_Name = "*目逸らし/左5px",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader46\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
N005_nigorime60 = {
LINKS_Name = "*濁り目",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader45\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
N004_kirakirame59 = {
LINKS_Name = "*きらきら目",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader44\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
N003_haatome58 = {
LINKS_Name = "*ハート目",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader43\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
N002_gurugurume57 = {
LINKS_Name = "*ぐるぐる目",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader42\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
N001_yabame56 = {
LINKS_Name = "*やば目",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader41\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
N000_shironukime55 = {
LINKS_Name = "*白抜き目",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader40\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
["Grp_口"] = {
INP_Passive = true,
INPID_InputControl = "LabelControl",
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 12,
LINKID_DataType = "Number",
LINKS_Name = "口",
ICS_ControlPage = "ポーズ"
},
N011_hohoemi43 = {
LINKS_Name = "*ほほえみ",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader34\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
N010_waaa42 = {
LINKS_Name = "*わあー",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader33\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
N009_uhehe41 = {
LINKS_Name = "*うへへ",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader32\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
N008_niyari40 = {
LINKS_Name = "*にやり",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader31\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
N007_sun39 = {
LINKS_Name = "*すん",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader30\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
N006_o38 = {
LINKS_Name = "*お",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader29\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
N005_oo37 = {
LINKS_Name = "*おー",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader28\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
N004_e36 = {
LINKS_Name = "*え",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader27\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
N003_uootsu35 = {
LINKS_Name = "*うおーっ",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader26\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
N002_muu34 = {
LINKS_Name = "*むー",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader25\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
N001_hoo33 = {
LINKS_Name = "*ほー",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader24\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
N000_nn32 = {
LINKS_Name = "*んー",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader23\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
["Grp_顔色"] = {
INP_Passive = true,
INPID_InputControl = "LabelControl",
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 6,
LINKID_DataType = "Number",
LINKS_Name = "顔色",
ICS_ControlPage = "ポーズ"
},
N004_kageri_show_28 = {
LINKS_Name = "かげり show",
ICD_Width = 0.5,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"かげり_MG\")\nlocal node = comp:FindTool(\"Loader21\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
N004_kageri_hide_28 = {
LINKS_Name = "かげり hide",
ICD_Width = 0.5,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"かげり_MG\")\nmg.Foreground = nil",
INP_External = false
},
N003_hoppe27 = {
LINKS_Name = "*ほっぺ",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader20\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
N002_hoppeakame26 = {
LINKS_Name = "*ほっぺ赤め",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader19\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
N001_hoppeakame225 = {
LINKS_Name = "*ほっぺ赤め2",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader18\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
N000_kuma24 = {
LINKS_Name = "*クマ",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader17\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
["Grp_左腕"] = {
INP_Passive = true,
INPID_InputControl = "LabelControl",
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 5,
LINKID_DataType = "Number",
LINKS_Name = "左腕",
ICS_ControlPage = "ポーズ"
},
N004_kihon20 = {
LINKS_Name = "*基本",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader15\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
N003_kangaeru19 = {
LINKS_Name = "*考える",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader14\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
N002_piisu18 = {
LINKS_Name = "*ピース",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader13\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
N001_banzai17 = {
LINKS_Name = "*ばんざい",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader12\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
N000_udewohirogeru16 = {
LINKS_Name = "*腕をひろげる",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader11\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
["Grp_右腕"] = {
INP_Passive = true,
INPID_InputControl = "LabelControl",
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 6,
LINKID_DataType = "Number",
LINKS_Name = "右腕",
ICS_ControlPage = "ポーズ"
},
N005_kihon13 = {
LINKS_Name = "*基本",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader10\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
N004_piisu12 = {
LINKS_Name = "*ピース",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader9\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
N003_sasasu11 = {
LINKS_Name = "*指さす",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader8\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
N002_houchou10 = {
LINKS_Name = "*包丁",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader7\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
N001_banzai9 = {
LINKS_Name = "*ばんざい",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader6\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
},
N000_udewohirogeru8 = {
LINKS_Name = "*腕をひろげる",
ICD_Width = 1,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader5\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false
}
},
Inputs = {
Comments = 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" },
Grp_Root = Input { Value = 0 },
Input = Input {
Source = "Output",
SourceOp = "目_MG1"
},
["Grp_目セット"] = Input { Value = 0 },
["Grp_黒目"] = Input { Value = 0 },
["Grp_記号など"] = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 5775, 82.5 } }
},
["モーションなし"] = Transform {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Root"
}
},
ViewInfo = OperatorInfo { Pos = { 5775, 247.5 } }
},
["不安"] = GroupOperator {
Tools = ordered() {
Transform1_2 = Transform {
CtrlWZoom = false,
CtrlWShown = false,
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
Inputs = {
Center = Input {
Expression = "Point(0.5, 0.5) + shake * in_out",
Value = { 0.502997744173508, 0.497908177638071 }
},
shake = Input {
Source = "Position",
SourceOp = "Shake1"
},
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
},
y = Input { Value = 0.01 },
x = Input { Value = 0.01 },
in_out = Input {
Source = "Result",
SourceOp = "KeyframeStretcher1"
}
},
UserControls = 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 } }
},
KeyframeStretcher1 = KeyStretcherMod {
CtrlWZoom = false,
Inputs = {
Keyframes = Input {
Source = "Value",
SourceOp = "KeyStretcheronTransform1_2Keyframes"
},
StretchStart = Input { Value = 10 },
StretchEnd = Input { Value = 110 }
}
},
KeyStretcheronTransform1_2Keyframes = BezierSpline {
CtrlWZoom = false,
SplineColor = { Red = 193, Blue = 231, Green = 106 },
KeyFrames = {
[0] = { 0, Flags = { Linear = true }, RH = { 3.33333333333333, 0 } },
[10] = { 1, LH = { 6.66666666666667, 1 }, RH = { 43.3333333333333, 1 } },
[110] = { 1, LH = { 76.6666666666667, 1 }, RH = { 113.333333333333, 1 } },
[120] = { 0, LH = { 116.666666666667, 0 } }
}
},
Shake1 = Shake {
CtrlWZoom = false,
Inputs = {
YMinimum = Input {
Expression = "-Transform1_2.y",
Value = -0.1
},
YMaximum = Input {
Expression = "Transform1_2.y",
Value = 0.1
},
LockXY = Input { Value = 0 },
XMinimum = Input {
Expression = "-Transform1_2.x",
Value = -0.1
},
XMaximum = Input {
Expression = "Transform1_2.x",
Value = 0.1
},
Smoothness = Input { Value = 2 }
},
Faster = true
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } },
ViewInfo = GroupInfo {
Offset = { 0, 0 },
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Scale = 1,
PipeStyle = "Direct",
Pos = { 5885, 577.5 },
Direction = "Horizontal",
Flags = {
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true,
AllowPan = false
}
},
Inputs = ordered() {
MainInput1 = InstanceInput {
Source = "Input",
SourceOp = "Transform1_2"
},
Input3 = InstanceInput {
Source = "RandomSeed",
Width = 1,
Default = 0,
SourceOp = "Shake1"
},
Input4 = InstanceInput {
Source = "Randomize",
Width = 0.385,
SourceOp = "Shake1"
},
Input5 = InstanceInput {
Source = "Smoothness",
Default = 10,
SourceOp = "Shake1"
},
Input1 = InstanceInput {
Source = "x",
Name = "X",
Default = 0.1,
SourceOp = "Transform1_2"
},
Input2 = InstanceInput {
Source = "y",
Name = "Y",
Default = 0.1,
SourceOp = "Transform1_2"
}
},
Outputs = {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "Transform1_2"
}
}
},
Loader26 = Loader {
ViewInfo = OperatorInfo { Pos = { 4510, -1567.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!口\\-うおーっ.png",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
StartFrame = -1
}
}
}
}
}
}
}
================================================
FILE: Templates/Edit/Generators/old/琴葉葵.setting
================================================
{
Tools = ordered() {
Aoi = GroupOperator {
Tools = ordered() {
Loader21 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
TimeCode = 0,
GlobalEnd = -1000,
FormatID = "PNGFormat",
Depth = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!顔色\\かげり.png",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 3135, -511.5 } }
},
Loader14 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
TimeCode = 0,
GlobalEnd = -1000,
FormatID = "PNGFormat",
Depth = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!左腕\\-考える.png",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 2145, -511.5 } }
},
Loader26 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
TimeCode = 0,
GlobalEnd = -1000,
FormatID = "PNGFormat",
Depth = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!口\\-うおーっ.png",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4510, -1567.5 } }
},
Loader36 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
TimeCode = 0,
GlobalEnd = -1000,
FormatID = "PNGFormat",
Depth = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!目\\-__.png",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 3685, -1897.5 } }
},
["荒ぶる"] = GroupOperator {
Outputs = {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "Transform1_2_1"
}
},
Tools = ordered() {
Transform1_2_1 = Transform {
Inputs = {
shake = Input {
Source = "Position",
SourceOp = "Shake1_1"
},
y = Input { Value = 0.03 },
Center = Input {
Expression = "Point(0.5, 0.5) + shake * in_out",
Value = { 0.502997744173508, 0.497908177638071 }
},
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
},
in_out = Input {
Source = "Result",
SourceOp = "KeyframeStretcher1_1"
},
x = Input { Value = 0.03 }
},
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
CtrlWZoom = false,
CtrlWShown = false,
UserControls = 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" } }
},
KeyframeStretcher1_1 = KeyStretcherMod {
CtrlWZoom = false,
Inputs = {
StretchEnd = Input { Value = 110 },
Keyframes = Input {
Source = "Value",
SourceOp = "KeyStretcheronTransform1_2_1Keyframes"
},
StretchStart = Input { Value = 10 }
}
},
KeyStretcheronTransform1_2_1Keyframes = BezierSpline {
CtrlWZoom = false,
SplineColor = { Green = 106, Blue = 231, Red = 193 },
KeyFrames = {
[0] = { 0, RH = { 3.33333333333333, 0 }, Flags = { Linear = true } },
[10] = { 1, RH = { 43.3333333333333, 1 }, LH = { 6.66666666666667, 1 } },
[110] = { 1, RH = { 113.333333333333, 1 }, LH = { 76.6666666666667, 1 } },
[120] = { 0, LH = { 116.666666666667, 0 } }
}
},
Shake1_1 = Shake {
CtrlWZoom = false,
Inputs = {
YMinimum = Input {
Expression = "-Transform1_2_1.y",
Value = -0.1
},
YMaximum = Input {
Expression = "Transform1_2_1.y",
Value = 0.1
},
Smoothness = Input { Value = 1.5 },
XMinimum = Input {
Expression = "-Transform1_2_1.x",
Value = -0.1
},
LockXY = Input { Value = 0 },
XMaximum = Input {
Expression = "Transform1_2_1.x",
Value = 0.1
}
},
Faster = true
}
},
ViewInfo = GroupInfo {
Offset = { 0, 0 },
Flags = {
AutoSnap = true,
RemoveRouters = true,
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true
},
Direction = "Horizontal",
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Pos = { 6050, 577.5 },
Scale = 1,
PipeStyle = "Direct"
},
NameSet = true,
Inputs = ordered() {
MainInput1 = InstanceInput {
Source = "Input",
SourceOp = "Transform1_2_1"
},
Input3 = InstanceInput {
Width = 1,
Source = "RandomSeed",
Default = 0,
SourceOp = "Shake1_1"
},
Input4 = InstanceInput {
Source = "Randomize",
Width = 0.385,
SourceOp = "Shake1_1"
},
Input5 = InstanceInput {
Source = "Smoothness",
Default = 10,
SourceOp = "Shake1_1"
},
Input1 = InstanceInput {
Default = 0.1,
Source = "x",
SourceOp = "Transform1_2_1",
Name = "X"
},
Input2 = InstanceInput {
Default = 0.1,
Source = "y",
SourceOp = "Transform1_2_1",
Name = "Y"
}
},
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } }
},
Loader25 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
TimeCode = 0,
GlobalEnd = -1000,
FormatID = "PNGFormat",
Depth = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!口\\-むー.png",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4400, -1567.5 } }
},
Loader32 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
TimeCode = 0,
GlobalEnd = -1000,
FormatID = "PNGFormat",
Depth = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!口\\-うへへ.png",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 5170, -1567.5 } }
},
Loader5 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
TimeCode = 0,
GlobalEnd = -1000,
FormatID = "PNGFormat",
Depth = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!右腕\\-腕をひろげる.png",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 935, -511.5 } }
},
Loader54 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
TimeCode = 0,
GlobalEnd = -1000,
FormatID = "PNGFormat",
Depth = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!眉\\-ごきげん.png",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 3795, -511.5 } }
},
Loader43 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
TimeCode = 0,
GlobalEnd = -1000,
FormatID = "PNGFormat",
Depth = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!目\\-目セット\\!黒目\\-ハート目.png",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4895, -2425.5 } }
},
["ぽよ"] = GroupOperator {
Outputs = {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "Transform"
}
},
Tools = ordered() {
Transform = Transform {
NameSet = true,
Inputs = {
Aspect = Input {
Source = "Result",
SourceOp = "Calculation1"
},
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
},
Pivot = Input { Value = { 0.5, 0 } }
},
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
CtrlWZoom = false,
CtrlWShown = false,
UserControls = 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" } }
},
Calculation1 = Calculation {
CtrlWZoom = false,
Inputs = {
FirstOperandTimeOffset = Input { Expression = "-comp.GlobalStart" },
SecondOperand = Input { Value = 1 },
FirstOperand = Input {
Source = "Result",
SourceOp = "Calculation2"
}
}
},
Calculation2 = Calculation {
CtrlWZoom = false,
Inputs = {
FirstOperandTimeScale = Input { Expression = "Transform.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate" },
SecondOperand = Input { Value = 0.8 },
FirstOperand = Input {
Source = "Value",
SourceOp = "CalculationonCalculationonTransformAspectFirstOperand"
},
Operator = Input { Value = 2 }
}
},
CalculationonCalculationonTransformAspectFirstOperand = BezierSpline {
CtrlWZoom = false,
SplineColor = { Green = 105, Blue = 30, Red = 210 },
KeyFrames = {
[0] = { 0, RH = { 1, 0 }, Flags = { Linear = true } },
[3] = { 0.0800000000000001, RH = { 4.66666666666667, 0.0800000000000001 }, LH = { 2, 0.0800000000000001 } },
[8] = { -0.0489999999999999, RH = { 9.33333333333333, -0.0489999999999999 }, LH = { 6.33333333333333, -0.0489999999999999 } },
[12] = { 0.03, RH = { 13.3333333333333, 0.03 }, LH = { 10.6666666666667, 0.03 } },
[16] = { -0.00700000000000001, RH = { 16.6666666666667, -0.00700000000000001 }, LH = { 14.6666666666667, -0.00700000000000001 } },
[18] = { 0.004, RH = { 18.6666666666667, 0.004 }, LH = { 17.3333333333333, 0.004 } },
[20] = { 0, LH = { 19.3333333333333, 0 } }
}
}
},
ViewInfo = GroupInfo {
Offset = { 0, 0 },
Flags = {
AutoSnap = true,
RemoveRouters = true,
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true
},
Direction = "Horizontal",
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Pos = { 5225, 577.5 },
Scale = 1,
PipeStyle = "Direct"
},
NameSet = true,
Inputs = ordered() {
MainInput1 = InstanceInput {
Source = "Input",
SourceOp = "Transform"
},
Input1 = InstanceInput {
Default = 1,
Source = "speed",
Page = "Controls",
SourceOp = "Transform",
Name = "スピード"
},
Input2 = InstanceInput {
Default = 1,
Source = "SecondOperand",
SourceOp = "Calculation2",
Name = "強さ"
},
Input3 = InstanceInput {
Source = "Pivot",
SourceOp = "Transform"
}
},
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } }
},
Loader13 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
TimeCode = 0,
GlobalEnd = -1000,
FormatID = "PNGFormat",
Depth = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!左腕\\-ピース.png",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 2035, -511.5 } }
},
Loader40 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
TimeCode = 0,
GlobalEnd = -1000,
FormatID = "PNGFormat",
Depth = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!目\\-目セット\\!黒目\\-白抜き目.png",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4565, -2425.5 } }
},
Loader50 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
TimeCode = 0,
GlobalEnd = -1000,
FormatID = "PNGFormat",
Depth = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!目\\-目セット\\-まつげ半目.png",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 5665, -2161.5 } }
},
Loader39 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
TimeCode = 0,
GlobalEnd = -1000,
FormatID = "PNGFormat",
Depth = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!目\\-縦線目.png",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4015, -1897.5 } }
},
Loader31 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
TimeCode = 0,
GlobalEnd = -1000,
FormatID = "PNGFormat",
Depth = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!口\\-にやり.png",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 5060, -1567.5 } }
},
Loader11 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
TimeCode = 0,
GlobalEnd = -1000,
FormatID = "PNGFormat",
Depth = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!左腕\\-腕をひろげる.png",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 1815, -511.5 } }
},
Loader7 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
TimeCode = 0,
GlobalEnd = -1000,
FormatID = "PNGFormat",
Depth = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!右腕\\-包丁.png",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 1155, -511.5 } }
},
Loader24 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
TimeCode = 0,
GlobalEnd = -1000,
FormatID = "PNGFormat",
Depth = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!口\\-ほー.png",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4290, -1567.5 } }
},
Loader23 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
TimeCode = 0,
GlobalEnd = -1000,
FormatID = "PNGFormat",
Depth = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!口\\-んー.png",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4180, -1567.5 } }
},
Loader38 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
TimeCode = 0,
GlobalEnd = -1000,
FormatID = "PNGFormat",
Depth = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!目\\-閉じ目.png",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 3905, -1897.5 } }
},
["跳ねる"] = GroupOperator {
Outputs = {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "Transform1_1"
}
},
Tools = ordered() {
Transform1_1 = Transform {
Inputs = {
speed = Input { Value = 2 },
amplitude = Input { Value = 0.08 },
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
Center = Input {
Expression = "Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))",
Value = { 0.5, 0.595105651629515 }
},
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
},
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\n",
Value = 0.951056516295154
}
},
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
CtrlWZoom = false,
CtrlWShown = false,
UserControls = 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" } }
}
},
ViewInfo = GroupInfo {
Offset = { 0, 0 },
Flags = {
AutoSnap = true,
RemoveRouters = true,
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true
},
Direction = "Horizontal",
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Pos = { 5555, 577.5 },
Scale = 1,
PipeStyle = "Direct"
},
NameSet = true,
Inputs = ordered() {
MainInput1 = InstanceInput {
Source = "Input",
SourceOp = "Transform1_1"
},
Input1 = InstanceInput {
Default = 2,
Source = "speed",
MinScale = 0.0010000000475,
SourceOp = "Transform1_1"
},
Input2 = InstanceInput {
Source = "amplitude",
Default = 0.1,
SourceOp = "Transform1_1"
}
},
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } }
},
Loader52 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
TimeCode = 0,
GlobalEnd = -1000,
FormatID = "PNGFormat",
Depth = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!眉\\-おこ.png",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 3575, -511.5 } }
},
Loader58 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
TimeCode = 0,
GlobalEnd = -1000,
FormatID = "PNGFormat",
Depth = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\記号など\\汗.png",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4455, -511.5 } }
},
Loader56 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
TimeCode = 0,
GlobalEnd = -1000,
FormatID = "PNGFormat",
Depth = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\記号など\\涙.png",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4235, -511.5 } }
},
Loader35 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
TimeCode = 0,
GlobalEnd = -1000,
FormatID = "PNGFormat",
Depth = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!目\\-にっこり.png",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 3575, -1897.5 } }
},
ST_Background = Background {
ViewInfo = OperatorInfo { Pos = { 5445, 973.5 } },
NameSet = true,
Inputs = {
Width = Input { Value = 1920 },
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
UseFrameFormatSettings = Input { Value = 1 },
Height = Input { Value = 1080 },
Depth = Input { Value = 1 }
},
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
}
},
ST_SetDomain = SetDomain {
ViewInfo = OperatorInfo { Pos = { 5610, 973.5 } },
NameSet = true,
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "ST_Background"
},
Mode = Input { Value = FuID { "Set" } },
Right = Input { Value = 0 },
Top = Input { Value = 0 }
},
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
}
},
["モーションSelector"] = Transform {
UserControls = ordered() {
["N000_モーションなし"] = {
LINKS_Name = "モーションなし",
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"モーションなし\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["N001_ぽよ"] = {
LINKS_Name = "ぽよ",
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"ぽよ\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["N002_ぴょん"] = {
LINKS_Name = "ぴょん",
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"ぴょん\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["N003_跳ねる"] = {
LINKS_Name = "跳ねる",
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"跳ねる\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["N004_跳ねる_小"] = {
LINKS_Name = "跳ねる_小",
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"跳ねる_小\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["N005_不安"] = {
LINKS_Name = "不安",
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"不安\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["N006_荒ぶる"] = {
LINKS_Name = "荒ぶる",
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"荒ぶる\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["N007_震え"] = {
LINKS_Name = "震え",
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"震え\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
}
},
ViewInfo = OperatorInfo { Pos = { 5775, 775.5 } },
Colors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
}
},
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
}
},
ST_MergeB = Merge {
Colors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },
ViewInfo = OperatorInfo { Pos = { 5775, 973.5 } },
NameSet = true,
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "ST_SetDomain"
},
PerformDepthMerge = Input { Value = 0 },
Center = Input { Value = { 0.85, 0 } },
Foreground = Input {
Source = "Output",
SourceOp = "モーションSelector"
}
},
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
}
},
Loader49 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
TimeCode = 0,
GlobalEnd = -1000,
FormatID = "PNGFormat",
Depth = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!目\\-目セット\\-まつげおこ.png",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 5555, -2161.5 } }
},
Loader44 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
TimeCode = 0,
GlobalEnd = -1000,
FormatID = "PNGFormat",
Depth = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!目\\-目セット\\!黒目\\-きらきら目.png",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 5005, -2425.5 } }
},
Loader42 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
TimeCode = 0,
GlobalEnd = -1000,
FormatID = "PNGFormat",
Depth = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!目\\-目セット\\!黒目\\-ぐるぐる目.png",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4785, -2425.5 } }
},
Loader6 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
TimeCode = 0,
GlobalEnd = -1000,
FormatID = "PNGFormat",
Depth = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!右腕\\-ばんざい.png",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 1045, -511.5 } }
},
Loader12 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
TimeCode = 0,
GlobalEnd = -1000,
FormatID = "PNGFormat",
Depth = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!左腕\\-ばんざい.png",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 1925, -511.5 } }
},
Loader8 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
TimeCode = 0,
GlobalEnd = -1000,
FormatID = "PNGFormat",
Depth = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!右腕\\-指さす.png",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 1265, -511.5 } }
},
Loader46 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
TimeCode = 0,
GlobalEnd = -1000,
FormatID = "PNGFormat",
Depth = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!目\\-目セット\\!黒目\\-目逸らし_左5px.png",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 5225, -2425.5 } }
},
["ぴょん"] = GroupOperator {
Outputs = {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "Transform1"
}
},
Tools = ordered() {
Transform1 = Transform {
Inputs = {
Center = Input {
Source = "Value",
SourceOp = "XYPath1"
},
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
}
},
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
CtrlWZoom = false,
CtrlWShown = false,
UserControls = 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" } }
},
XYPath1 = XYPath {
ShowKeyPoints = false,
DrawMode = "ModifyOnly",
CtrlWZoom = false,
Inputs = {
X = Input { Value = 0.5 },
Y = Input {
Source = "Result",
SourceOp = "Calculation1_1"
}
}
},
Calculation1_1 = Calculation {
CtrlWZoom = false,
Inputs = {
FirstOperandTimeOffset = Input { Expression = "-comp.GlobalStart - Transform1.offset" },
SecondOperand = Input { Value = 0.5 },
FirstOperand = Input {
Source = "Result",
SourceOp = "Calculation2_1"
}
}
},
Calculation2_1 = Calculation {
CtrlWZoom = false,
Inputs = {
FirstOperandTimeScale = Input { Expression = "Transform1.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate" },
SecondOperand = Input { Value = 0.5 },
FirstOperand = Input {
Source = "Value",
SourceOp = "CalculationonCalculationonTransform1CenterXYPath1YFirstOperand"
},
Operator = Input { Value = 2 }
}
},
CalculationonCalculationonTransform1CenterXYPath1YFirstOperand = BezierSpline {
CtrlWZoom = false,
SplineColor = { Green = 255, Blue = 0, Red = 0 },
KeyFrames = {
[0] = { 0, RH = { 4.65, 0.225 }, Flags = { Linear = true } },
[17] = { 0, RH = { 19.6825406677053, 0.0439451976698349 }, LH = { 12.4, 0.214 } },
[25] = { 0.000999999999999557, RH = { 27.6, 0.025 }, LH = { 23.6, 0.0269999999999996 } },
[30] = { 0, LH = { 28.4282452630596, 0 } }
}
}
},
ViewInfo = GroupInfo {
Offset = { 0, 0 },
Flags = {
AutoSnap = true,
RemoveRouters = true,
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true
},
Direction = "Horizontal",
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Pos = { 5390, 577.5 },
Scale = 1,
PipeStyle = "Direct"
},
NameSet = true,
Inputs = ordered() {
MainInput1 = InstanceInput {
Source = "Input",
SourceOp = "Transform1"
},
Input1 = InstanceInput {
Default = 1,
Source = "speed",
SourceOp = "Transform1",
Name = "スピード"
},
Input3 = InstanceInput {
Default = 1,
Source = "SecondOperand",
SourceOp = "Calculation2_1",
Name = "強さ"
},
Input2 = InstanceInput {
Default = 0,
Source = "offset",
SourceOp = "Transform1",
Name = "時間オフセット(フレーム)"
}
},
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } }
},
Loader30 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
TimeCode = 0,
GlobalEnd = -1000,
FormatID = "PNGFormat",
Depth = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!口\\-すん.png",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4950, -1567.5 } }
},
Loader41 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
TimeCode = 0,
GlobalEnd = -1000,
FormatID = "PNGFormat",
Depth = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!目\\-目セット\\!黒目\\-やば目.png",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4675, -2425.5 } }
},
Loader3 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
TimeCode = 0,
GlobalEnd = -1000,
FormatID = "PNGFormat",
Depth = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\髪飾り_flipx.png",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 495, -247.5 } }
},
["震え"] = GroupOperator {
Outputs = {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "Transform1_3"
}
},
Tools = ordered() {
Transform1_3 = Transform {
ViewInfo = OperatorInfo { Pos = { 0, 29.7576007843018 } },
CtrlWShown = false,
Inputs = {
speed = Input { Value = 12 },
v = Input {
Expression = "0.5 + amplitude * iif(time > out, 0,bound)",
Value = 0.504755282581476
},
amplitude = Input { Value = 0.005 },
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
Center = Input {
Expression = "iif(Y == 0, Point(v, 0.5),Point(0.5,v))",
Value = { 0.504755282581476, 0.5 }
},
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
},
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)",
Value = 0.951056516295153
}
},
UserControls = 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" } }
}
},
ViewInfo = GroupInfo {
Offset = { 0, 0 },
Flags = {
AutoSnap = true,
RemoveRouters = true,
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true
},
Direction = "Horizontal",
Size = { 126, 109.359001159668, 63, 24.2423992156982 },
Pos = { 6215, 577.5 },
Scale = 1,
PipeStyle = "Direct"
},
NameSet = true,
Inputs = ordered() {
MainInput1 = InstanceInput {
Source = "Input",
SourceOp = "Transform1_3"
},
Input1 = InstanceInput {
Source = "speed",
Default = 2,
SourceOp = "Transform1_3"
},
Input2 = InstanceInput {
Source = "amplitude",
Default = 0.1,
SourceOp = "Transform1_3"
},
Input3 = InstanceInput {
Source = "Y",
Default = 0,
SourceOp = "Transform1_3"
}
},
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } }
},
Loader9 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
TimeCode = 0,
GlobalEnd = -1000,
FormatID = "PNGFormat",
Depth = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!右腕\\-ピース.png",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 1375, -511.5 } }
},
Loader45 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
TimeCode = 0,
GlobalEnd = -1000,
FormatID = "PNGFormat",
Depth = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!目\\-目セット\\!黒目\\-濁り目.png",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 5115, -2425.5 } }
},
Loader47 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
TimeCode = 0,
GlobalEnd = -1000,
FormatID = "PNGFormat",
Depth = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!目\\-目セット\\!黒目\\-カメラ目線_右5px.png",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 5335, -2425.5 } }
},
Loader57 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
TimeCode = 0,
GlobalEnd = -1000,
FormatID = "PNGFormat",
Depth = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\記号など\\汗2_.png",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4345, -511.5 } }
},
Loader53 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
TimeCode = 0,
GlobalEnd = -1000,
FormatID = "PNGFormat",
Depth = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!眉\\-困り.png",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 3685, -511.5 } }
},
Loader19 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
TimeCode = 0,
GlobalEnd = -1000,
FormatID = "PNGFormat",
Depth = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!顔色\\-ほっぺ赤め.png",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 2915, -511.5 } }
},
Loader17 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
TimeCode = 0,
GlobalEnd = -1000,
FormatID = "PNGFormat",
Depth = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!顔色\\-クマ.png",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 2695, -511.5 } }
},
["跳ねる_小"] = GroupOperator {
Outputs = {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "Transform1_1_1"
}
},
Tools = ordered() {
Transform1_1_1 = Transform {
Inputs = {
speed = Input { Value = 2 },
amplitude = Input { Value = 0.02 },
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
Center = Input {
Expression = "Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))",
Value = { 0.5, 0.595105651629515 }
},
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
},
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\n",
Value = 0.951056516295154
}
},
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
CtrlWZoom = false,
CtrlWShown = false,
UserControls = 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" } }
}
},
ViewInfo = GroupInfo {
Offset = { 0, 0 },
Flags = {
AutoSnap = true,
RemoveRouters = true,
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true
},
Direction = "Horizontal",
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Pos = { 5720, 577.5 },
Scale = 1,
PipeStyle = "Direct"
},
NameSet = true,
Inputs = ordered() {
MainInput1 = InstanceInput {
Source = "Input",
SourceOp = "Transform1_1_1"
},
Input1 = InstanceInput {
Default = 2,
Source = "speed",
MinScale = 0.0010000000475,
SourceOp = "Transform1_1_1"
},
Input2 = InstanceInput {
Source = "amplitude",
Default = 0.1,
SourceOp = "Transform1_1_1"
}
},
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } }
},
Loader18 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
TimeCode = 0,
GlobalEnd = -1000,
FormatID = "PNGFormat",
Depth = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!顔色\\-ほっぺ赤め2_.png",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 2805, -511.5 } }
},
Background1 = Background {
Inputs = {
Width = Input { Value = 1482 },
TopLeftAlpha = Input { Value = 0 },
Depth = Input { Value = 1 },
Height = Input { Value = 2420 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 165, -247.5 } }
},
SetDomain1 = SetDomain {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Background1"
},
Mode = Input { Value = FuID { "Set" } },
Right = Input { Value = 0 },
Top = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 165, -115.5 } }
},
Loader1 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
TimeCode = 0,
GlobalEnd = -1000,
FormatID = "PNGFormat",
Depth = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!後ろ髪.png",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 275, -247.5 } }
},
["後ろ髪_MG"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "SetDomain1"
},
PerformDepthMerge = Input { Value = 0 },
Foreground = Input {
Source = "Output",
SourceOp = "Loader1"
}
},
ViewInfo = OperatorInfo { Pos = { 275, -115.5 } }
},
Loader2 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
TimeCode = 0,
GlobalEnd = -1000,
FormatID = "PNGFormat",
Depth = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!体.png",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 385, -247.5 } }
},
["体_MG"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "後ろ髪_MG"
},
PerformDepthMerge = Input { Value = 0 },
Foreground = Input {
Source = "Output",
SourceOp = "Loader2"
}
},
ViewInfo = OperatorInfo { Pos = { 385, -115.5 } }
},
["髪飾りflipx_MG"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "体_MG"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 495, -115.5 } }
},
Loader4 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
TimeCode = 0,
GlobalEnd = -1000,
FormatID = "PNGFormat",
Depth = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\髪飾り.png",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 605, -247.5 } }
},
["髪飾り_MG"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "髪飾りflipx_MG"
},
PerformDepthMerge = Input { Value = 0 },
Foreground = Input {
Source = "Output",
SourceOp = "Loader4"
}
},
ViewInfo = OperatorInfo { Pos = { 605, -115.5 } }
},
Background2 = Background {
Inputs = {
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 },
Depth = Input { Value = 1 },
Height = Input { Value = 1820 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 825, -379.5 } }
},
Loader10 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
TimeCode = 0,
GlobalEnd = -1000,
FormatID = "PNGFormat",
Depth = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!右腕\\-基本.png",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 1485, -511.5 } }
},
["右腕_MG"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "Background2"
},
PerformDepthMerge = Input { Value = 0 },
Foreground = Input {
Source = "Output",
SourceOp = "Loader10"
}
},
ViewInfo = OperatorInfo { Pos = { 1485, -379.5 } }
},
["右腕"] = Transform {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "右腕_MG"
}
},
ViewInfo = OperatorInfo { Pos = { 1485, -247.5 } }
},
["右腕_MG1"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "髪飾り_MG"
},
PerformDepthMerge = Input { Value = 0 },
Foreground = Input {
Source = "Output",
SourceOp = "右腕"
}
},
ViewInfo = OperatorInfo { Pos = { 1485, -115.5 } }
},
Background3 = Background {
Inputs = {
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 },
Depth = Input { Value = 1 },
Height = Input { Value = 1820 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 1705, -379.5 } }
},
Loader15 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
TimeCode = 0,
GlobalEnd = -1000,
FormatID = "PNGFormat",
Depth = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!左腕\\-基本.png",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 2255, -511.5 } }
},
["左腕_MG"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "Background3"
},
PerformDepthMerge = Input { Value = 0 },
Foreground = Input {
Source = "Output",
SourceOp = "Loader15"
}
},
ViewInfo = OperatorInfo { Pos = { 2255, -379.5 } }
},
["左腕"] = Transform {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "左腕_MG"
}
},
ViewInfo = OperatorInfo { Pos = { 2255, -247.5 } }
},
["左腕_MG1"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "右腕_MG1"
},
PerformDepthMerge = Input { Value = 0 },
Foreground = Input {
Source = "Output",
SourceOp = "左腕"
}
},
ViewInfo = OperatorInfo { Pos = { 2255, -115.5 } }
},
Loader16 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
TimeCode = 0,
GlobalEnd = -1000,
FormatID = "PNGFormat",
Depth = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!服のアレ.png",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 2365, -247.5 } }
},
["服のアレ_MG"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "左腕_MG1"
},
PerformDepthMerge = Input { Value = 0 },
Foreground = Input {
Source = "Output",
SourceOp = "Loader16"
}
},
ViewInfo = OperatorInfo { Pos = { 2365, -115.5 } }
},
Background4 = Background {
Inputs = {
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 },
Depth = Input { Value = 1 },
Height = Input { Value = 1820 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 2585, -379.5 } }
},
Loader20 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
TimeCode = 0,
GlobalEnd = -1000,
FormatID = "PNGFormat",
Depth = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!顔色\\-ほっぺ.png",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 3025, -511.5 } }
},
["顔色_MG"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "Background4"
},
PerformDepthMerge = Input { Value = 0 },
Foreground = Input {
Source = "Output",
SourceOp = "Loader20"
}
},
ViewInfo = OperatorInfo { Pos = { 3025, -379.5 } }
},
["かげり_MG"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "顔色_MG"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 3135, -379.5 } }
},
["顔色"] = Transform {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "かげり_MG"
}
},
ViewInfo = OperatorInfo { Pos = { 3135, -247.5 } }
},
["顔色_MG1"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "服のアレ_MG"
},
PerformDepthMerge = Input { Value = 0 },
Foreground = Input {
Source = "Output",
SourceOp = "顔色"
}
},
ViewInfo = OperatorInfo { Pos = { 3135, -115.5 } }
},
Loader22 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
TimeCode = 0,
GlobalEnd = -1000,
FormatID = "PNGFormat",
Depth = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!もみあげエアインテーク.png",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 3245, -247.5 } }
},
["もみあげエアインテーク_MG"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "顔色_MG1"
},
PerformDepthMerge = Input { Value = 0 },
Foreground = Input {
Source = "Output",
SourceOp = "Loader22"
}
},
ViewInfo = OperatorInfo { Pos = { 3245, -115.5 } }
},
Background9 = Background {
Inputs = {
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 },
Depth = Input { Value = 1 },
Height = Input { Value = 1820 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 3465, -379.5 } }
},
Loader55 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
TimeCode = 0,
GlobalEnd = -1000,
FormatID = "PNGFormat",
Depth = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!眉\\-基本.png",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 3905, -511.5 } }
},
["眉_MG"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "Background9"
},
PerformDepthMerge = Input { Value = 0 },
Foreground = Input {
Source = "Output",
SourceOp = "Loader55"
}
},
ViewInfo = OperatorInfo { Pos = { 3905, -379.5 } }
},
["眉"] = Transform {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "眉_MG"
}
},
ViewInfo = OperatorInfo { Pos = { 3905, -247.5 } }
},
["眉_MG1"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "もみあげエアインテーク_MG"
},
PerformDepthMerge = Input { Value = 0 },
Foreground = Input {
Source = "Output",
SourceOp = "眉"
}
},
ViewInfo = OperatorInfo { Pos = { 3905, -115.5 } }
},
Background10 = Background {
Inputs = {
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 },
Depth = Input { Value = 1 },
Height = Input { Value = 1820 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4125, -379.5 } }
},
["涙_MG"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "Background10"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 4235, -379.5 } }
},
["汗2_MG"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "涙_MG"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 4345, -379.5 } }
},
["汗_MG"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "汗2_MG"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 4455, -379.5 } }
},
["記号など"] = Transform {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "汗_MG"
}
},
ViewInfo = OperatorInfo { Pos = { 4455, -247.5 } }
},
["記号など_MG"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "眉_MG1"
},
PerformDepthMerge = Input { Value = 0 },
Foreground = Input {
Source = "Output",
SourceOp = "記号など"
}
},
ViewInfo = OperatorInfo { Pos = { 4455, -115.5 } }
},
AutoDomain1 = AutoDomain {
ViewInfo = OperatorInfo { Pos = { 4675, -115.5 } },
Colors = { TileColor = { G = 0.549019607843137, R = 0.913725490196078, B = 0.709803921568627 } },
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "記号など_MG"
}
},
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
}
},
Background5 = Background {
Inputs = {
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 },
Depth = Input { Value = 1 },
Height = Input { Value = 1820 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4070, -1435.5 } }
},
["口_MG"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "Background5"
},
PerformDepthMerge = Input { Value = 0 },
Foreground = Input {
Source = "Output",
SourceOp = "Loader34"
}
},
ViewInfo = OperatorInfo { Pos = { 5390, -1435.5 } }
},
AutoDomain1_1 = AutoDomain {
ViewInfo = OperatorInfo { Pos = { 5390, -1303.5 } },
Colors = { TileColor = { G = 0.549019607843137, R = 0.913725490196078, B = 0.709803921568627 } },
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "口_MG"
}
},
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
}
},
N = Fuse.Wireless {
ViewInfo = OperatorInfo { Pos = { 5280, -1138.5 } },
NameSet = true,
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Loader34"
}
},
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
}
},
Loader33 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
TimeCode = 0,
GlobalEnd = -1000,
FormatID = "PNGFormat",
Depth = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!口\\-わあー.png",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 5280, -1567.5 } }
},
A = Fuse.Wireless {
ViewInfo = OperatorInfo { Pos = { 5170, -1138.5 } },
NameSet = true,
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Loader33"
}
},
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
}
},
Loader27 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
TimeCode = 0,
GlobalEnd = -1000,
FormatID = "PNGFormat",
Depth = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!口\\-え.png",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4620, -1567.5 } }
},
I = Fuse.Wireless {
ViewInfo = OperatorInfo { Pos = { 5060, -1138.5 } },
NameSet = true,
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Loader27"
}
},
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
}
},
U = Fuse.Wireless {
ViewInfo = OperatorInfo { Pos = { 4950, -1138.5 } },
NameSet = true,
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Loader29"
}
},
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
}
},
E = Fuse.Wireless {
ViewInfo = OperatorInfo { Pos = { 4840, -1237.5 } },
NameSet = true,
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Loader28"
}
},
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
}
},
Transform4 = Transform {
Inputs = {
YSize = Input { Value = 0.75 },
Input = Input {
Source = "Output",
SourceOp = "E"
},
Pivot = Input { Value = { 0.477808599167822, 0.775 } },
UseSizeAndAspect = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 4840, -1138.5 } }
},
O = Fuse.Wireless {
ViewInfo = OperatorInfo { Pos = { 4730, -1039.5 } },
NameSet = true,
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Loader29"
}
},
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
}
},
DissolveE = Dissolve {
Transitions = {
[0] = "DFTLumaRamp"
},
ViewInfo = OperatorInfo { Pos = { 4840, -1039.5 } },
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "O"
},
Operation = Input { Value = FuID { "DFTLumaRamp" } },
Mix = Input {
Expression = "iif(MouthCtrl.Anim < 6, 0, 1)",
Value = 0
},
Background = Input {
Source = "Output",
SourceOp = "Transform4"
},
["DFTLumaRamp.Softness"] = Input { Value = 0 }
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
}
},
DissolveU = Dissolve {
Transitions = {
[0] = "DFTLumaRamp"
},
ViewInfo = OperatorInfo { Pos = { 4950, -1039.5 } },
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "DissolveE"
},
Operation = Input { Value = FuID { "DFTLumaRamp" } },
Mix = Input {
Expression = "iif(MouthCtrl.Anim < 5, 0, 1)",
Value = 0
},
Background = Input {
Source = "Output",
SourceOp = "U"
},
["DFTLumaRamp.Softness"] = Input { Value = 0 }
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
}
},
DissolveI = Dissolve {
Transitions = {
[0] = "DFTLumaRamp"
},
ViewInfo = OperatorInfo { Pos = { 5060, -1039.5 } },
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "DissolveU"
},
Operation = Input { Value = FuID { "DFTLumaRamp" } },
Mix = Input {
Expression = "iif(MouthCtrl.Anim < 4, 0, 1)",
Value = 0
},
Background = Input {
Source = "Output",
SourceOp = "I"
},
["DFTLumaRamp.Softness"] = Input { Value = 0 }
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
}
},
DissolveA = Dissolve {
Transitions = {
[0] = "DFTLumaRamp"
},
ViewInfo = OperatorInfo { Pos = { 5170, -1039.5 } },
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "DissolveI"
},
Operation = Input { Value = FuID { "DFTLumaRamp" } },
Mix = Input {
Expression = "iif(MouthCtrl.Anim < 3, 0, 1)",
Value = 0
},
Background = Input {
Source = "Output",
SourceOp = "A"
},
["DFTLumaRamp.Softness"] = Input { Value = 0 }
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
}
},
DissolveN = Dissolve {
Transitions = {
[0] = "DFTLumaRamp"
},
ViewInfo = OperatorInfo { Pos = { 5280, -1039.5 } },
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "DissolveA"
},
Operation = Input { Value = FuID { "DFTLumaRamp" } },
Mix = Input {
Expression = "iif(MouthCtrl.Anim < 2, 0, 1)",
Value = 0
},
Background = Input {
Source = "Output",
SourceOp = "N"
},
["DFTLumaRamp.Softness"] = Input { Value = 0 }
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
}
},
MouthAnim = Dissolve {
Transitions = {
[0] = "DFTLumaRamp"
},
ViewInfo = OperatorInfo { Pos = { 5390, -1039.5 } },
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "DissolveN"
},
Operation = Input { Value = FuID { "DFTLumaRamp" } },
Mix = Input {
Expression = "iif(MouthCtrl.Anim < 1, 0, 1)",
Value = 0
},
Background = Input {
Source = "Output",
SourceOp = "AutoDomain1_1"
},
["DFTLumaRamp.Softness"] = Input { Value = 0 }
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
}
},
MouthCtrl = Transform {
UserControls = ordered() {
Anim = {
LINKS_Name = "Anim",
ICS_ControlPage = "口パク",
INP_Default = 0,
INP_MaxScale = 6,
INPID_InputControl = "SliderControl",
INP_MinScale = 0,
INP_Integer = true,
LINKID_DataType = "Number"
},
AnimOn = {
LINKS_Name = "AnimOn",
ICS_ControlPage = "口パク",
BTNCS_Execute = "MouthAnim:SetAttrs({TOOLB_PassThrough = false})\nMouthCtrl.AnimStatus = \"On\"\n",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.4,
LINKID_DataType = "Number"
},
AnimOff = {
LINKS_Name = "AnimOff",
ICS_ControlPage = "口パク",
BTNCS_Execute = "MouthAnim:SetAttrs({TOOLB_PassThrough = true})\nMouthCtrl.AnimStatus = \"Off\"\n",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.4,
LINKID_DataType = "Number"
},
AnimStatus = {
LINKS_Name = "",
TEC_Lines = 1,
INPID_InputControl = "TextEditControl",
TEC_ReadOnly = true,
TEC_Wrap = false,
ICS_ControlPage = "口パク",
INP_External = false,
ICD_Width = 0.2,
LINKID_DataType = "Text"
}
},
Colors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },
ViewInfo = OperatorInfo { Pos = { 5390, -940.5 } },
NameSet = true,
Inputs = {
AnimStatus = Input { Value = "On" },
Input = Input {
Source = "Output",
SourceOp = "MouthAnim"
}
},
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
}
},
Loader34 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
TimeCode = 0,
GlobalEnd = -1000,
FormatID = "PNGFormat",
Depth = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!口\\-ほほえみ.png",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 5390, -1567.5 } }
},
M01 = Fuse.Wireless {
ViewInfo = OperatorInfo { Pos = { 5280, -841.5 } },
NameSet = true,
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Loader34"
}
},
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
}
},
M02 = Fuse.Wireless {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Loader29"
}
},
NameSet = true,
ViewInfo = OperatorInfo { Pos = { 5170, -940.5 } }
},
Loader29 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
TimeCode = 0,
GlobalEnd = -1000,
FormatID = "PNGFormat",
Depth = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!口\\-お.png",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4840, -1567.5 } }
},
M03 = Fuse.Wireless {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Loader29"
}
},
NameSet = true,
ViewInfo = OperatorInfo { Pos = { 5060, -940.5 } }
},
Transform2 = Transform {
Inputs = {
YSize = Input { Value = 1.5 },
Input = Input {
Source = "Output",
SourceOp = "M03"
},
Pivot = Input { Value = { 0.478285486809476, 0.771400169317463 } },
UseSizeAndAspect = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 5060, -841.5 } }
},
M04 = Fuse.Wireless {
ViewInfo = OperatorInfo { Pos = { 4950, -940.5 } },
NameSet = true,
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Loader28"
}
},
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
}
},
Transform3 = Transform {
Inputs = {
YSize = Input { Value = 0.8 },
Input = Input {
Source = "Output",
SourceOp = "M04"
},
Pivot = Input { Value = { 0.477458219976681, 0.770689997689998 } },
UseSizeAndAspect = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 4950, -841.5 } }
},
Loader28 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
TimeCode = 0,
GlobalEnd = -1000,
FormatID = "PNGFormat",
Depth = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!口\\-おー.png",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4730, -1567.5 } }
},
M05 = Fuse.Wireless {
ViewInfo = OperatorInfo { Pos = { 4840, -841.5 } },
NameSet = true,
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Loader28"
}
},
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
}
},
Dissolve1 = Dissolve {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "Transform3"
},
Mix = Input {
Expression = "iif(MouthCtrlB.Open >= MouthCtrlB.Threshold_005, 1, 0)",
Value = 0
},
Foreground = Input {
Source = "Output",
SourceOp = "M05"
}
},
Transitions = {
[0] = "DFTDissolve"
},
ViewInfo = OperatorInfo { Pos = { 4950, -742.5 } }
},
Dissolve2 = Dissolve {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "Transform2"
},
Mix = Input {
Expression = "iif(MouthCtrlB.Open >= MouthCtrlB.Threshold_004, 1, 0)",
Value = 0
},
Foreground = Input {
Source = "Output",
SourceOp = "Dissolve1"
}
},
Transitions = {
[0] = "DFTDissolve"
},
ViewInfo = OperatorInfo { Pos = { 5060, -742.5 } }
},
Dissolve3 = Dissolve {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "M02"
},
Mix = Input { Expression = "iif(MouthCtrlB.Open >= MouthCtrlB.Threshold_003, 1, 0)" },
Foreground = Input {
Source = "Output",
SourceOp = "Dissolve2"
}
},
Transitions = {
[0] = "DFTDissolve"
},
ViewInfo = OperatorInfo { Pos = { 5170, -742.5 } }
},
Dissolve4 = Dissolve {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "M01"
},
Mix = Input {
Expression = "iif(MouthCtrlB.Open >= MouthCtrlB.Threshold_002, 1, 0)",
Value = 0
},
Foreground = Input {
Source = "Output",
SourceOp = "Dissolve3"
}
},
Transitions = {
[0] = "DFTDissolve"
},
ViewInfo = OperatorInfo { Pos = { 5280, -742.5 } }
},
Dissolve5 = Dissolve {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "MouthCtrl"
},
Mix = Input {
Expression = "iif(MouthCtrlB.Open >= MouthCtrlB.Threshold_001, 1, 0)",
Value = 0
},
Foreground = Input {
Source = "Output",
SourceOp = "Dissolve4"
}
},
Transitions = {
[0] = "DFTDissolve"
},
ViewInfo = OperatorInfo { Pos = { 5390, -742.5 } }
},
MouthCtrlB = Transform {
NameSet = true,
ViewInfo = OperatorInfo { Pos = { 5390, -478.5 } },
Colors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },
Inputs = {
Threshold_005 = Input { Value = 0.8 },
Threshold_004 = Input { Value = 0.6 },
Threshold_003 = Input { Value = 0.4 },
Threshold_002 = Input { Value = 0.2 },
Threshold_001 = Input { Value = 0 },
Input = Input {
Source = "Output",
SourceOp = "Dissolve5"
},
Open = Input { Value = -1 }
},
UserControls = ordered() {
Open = {
LINKS_Name = "Open",
ICS_ControlPage = "口パク",
INP_Integer = false,
INP_Default = 0,
INPID_InputControl = "SliderControl",
LINKID_DataType = "Number"
},
Threshold_005 = {
LINKS_Name = "Threshold_005",
ICS_ControlPage = "口パク",
INP_Integer = false,
INP_Default = 0.833333333333333,
INPID_InputControl = "SliderControl",
LINKID_DataType = "Number"
},
Threshold_004 = {
LINKS_Name = "Threshold_004",
ICS_ControlPage = "口パク",
INP_Integer = false,
INP_Default = 0.666666666666667,
INPID_InputControl = "SliderControl",
LINKID_DataType = "Number"
},
Threshold_003 = {
LINKS_Name = "Threshold_003",
ICS_ControlPage = "口パク",
INP_Integer = false,
INP_Default = 0.5,
INPID_InputControl = "SliderControl",
LINKID_DataType = "Number"
},
Threshold_002 = {
LINKS_Name = "Threshold_002",
ICS_ControlPage = "口パク",
INP_Integer = false,
INP_Default = 0.333333333333333,
INPID_InputControl = "SliderControl",
LINKID_DataType = "Number"
},
Threshold_001 = {
LINKS_Name = "Threshold_001",
ICS_ControlPage = "口パク",
INP_Integer = false,
INP_Default = 0.166666666666667,
INPID_InputControl = "SliderControl",
LINKID_DataType = "Number"
}
}
},
["口"] = Transform {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "MouthCtrlB"
}
},
ViewInfo = OperatorInfo { Pos = { 5390, -247.5 } }
},
["口_MG1"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "AutoDomain1"
},
PerformDepthMerge = Input { Value = 0 },
Foreground = Input {
Source = "Output",
SourceOp = "口"
}
},
ViewInfo = OperatorInfo { Pos = { 5390, -115.5 } }
},
Background6 = Background {
Inputs = {
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 },
Depth = Input { Value = 1 },
Height = Input { Value = 1820 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 3465, -1765.5 } }
},
Background7 = Background {
Inputs = {
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 },
Depth = Input { Value = 1 },
Height = Input { Value = 1820 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4235, -2029.5 } }
},
Background8 = Background {
Inputs = {
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 },
Depth = Input { Value = 1 },
Height = Input { Value = 1820 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4455, -2293.5 } }
},
Loader48 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
TimeCode = 0,
GlobalEnd = -1000,
FormatID = "PNGFormat",
Depth = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!目\\-目セット\\!黒目\\-基本.png",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 5445, -2425.5 } }
},
["黒目_MG"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "Background8"
},
PerformDepthMerge = Input { Value = 0 },
Foreground = Input {
Source = "Output",
SourceOp = "Loader48"
}
},
ViewInfo = OperatorInfo { Pos = { 5445, -2293.5 } }
},
["黒目"] = Transform {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "黒目_MG"
}
},
ViewInfo = OperatorInfo { Pos = { 5445, -2161.5 } }
},
["黒目_MG1"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "Background7"
},
PerformDepthMerge = Input { Value = 0 },
Foreground = Input {
Source = "Output",
SourceOp = "黒目"
}
},
ViewInfo = OperatorInfo { Pos = { 5445, -2029.5 } }
},
Loader51 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
TimeCode = 0,
GlobalEnd = -1000,
FormatID = "PNGFormat",
Depth = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!目\\-目セット\\-まつげ基本.png",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 5775, -2161.5 } }
},
["目セット_MG"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "黒目_MG1"
},
PerformDepthMerge = Input { Value = 0 },
Foreground = Input {
Source = "Output",
SourceOp = "Loader51"
}
},
ViewInfo = OperatorInfo { Pos = { 5775, -2029.5 } }
},
["目セット"] = Transform {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "目セット_MG"
}
},
ViewInfo = OperatorInfo { Pos = { 5775, -1897.5 } }
},
["目_MG"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "Background6"
},
PerformDepthMerge = Input { Value = 0 },
Foreground = Input {
Source = "Output",
SourceOp = "目セット"
}
},
ViewInfo = OperatorInfo { Pos = { 5775, -1765.5 } }
},
AutoDomain1_2 = AutoDomain {
ViewInfo = OperatorInfo { Pos = { 5775, -1303.5 } },
Colors = { TileColor = { G = 0.549019607843137, R = 0.913725490196078, B = 0.709803921568627 } },
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "目_MG"
}
},
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
}
},
Loader37 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
TimeCode = 0,
GlobalEnd = -1000,
FormatID = "PNGFormat",
Depth = 0,
AspectMode = 0,
ID = "Clip1",
Filename = "CHARA:\\琴葉葵立ち絵素材\\!目\\-なごみ目.png",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 3795, -1897.5 } }
},
Closed = Fuse.Wireless {
ViewInfo = OperatorInfo { Pos = { 5665, -1039.5 } },
NameSet = true,
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Loader37"
}
},
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
}
},
EyeBlink = Dissolve {
Transitions = {
[0] = "DFTDissolve"
},
ViewInfo = OperatorInfo { Pos = { 5775, -1039.5 } },
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "AutoDomain1_2"
},
Mix = Input {
Source = "Value",
SourceOp = "EyeBlinkMix"
},
Foreground = Input {
Source = "Output",
SourceOp = "Closed"
}
},
NameSet = true
},
EyeBlinkMix = BezierSpline {
NameSet = true,
CtrlWZoom = false,
SplineColor = { Green = 164, Blue = 235, Red = 16 },
KeyFrames = {
[0] = { 0, RH = { 51, 0 }, Flags = { Linear = true, Loop = true, PreLoop = true } },
[153] = { 1, RH = { 154, 1 }, LH = { 153, 0.666666666666667 }, Flags = { StepIn = true } },
[157] = { 0, LH = { 157, 0.333333333333333 }, Flags = { Loop = true, PreLoop = true, StepIn = true } }
}
},
EyeCtrl = Transform {
UserControls = ordered() {
Blink = {
LINKS_Name = "Blink",
INP_Integer = true,
INP_MaxAllowed = 1000000,
INP_MinAllowed = 0,
INP_MaxScale = 500,
INP_MinScale = 0,
ICS_ControlPage = "目パチ",
INP_External = false,
INPID_InputControl = "SliderControl",
INP_Default = 127,
LINKID_DataType = "Number"
},
Close = {
LINKS_Name = "Close",
INP_Passive = true,
INP_Integer = true,
INP_MinAllowed = 0,
INP_MaxScale = 10,
INP_MinScale = 0,
INP_Default = 4,
INP_External = false,
ICS_ControlPage = "目パチ",
INPID_InputControl = "SliderControl",
LINKID_DataType = "Number"
},
Apply = {
LINKS_Name = "Apply",
ICS_ControlPage = "目パチ",
BTNCS_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",
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
at00 = {
LINKS_Name = "ボタンを押さないと反映されません。",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "目パチ",
LBLC_DropDownButton = false,
INP_Integer = false,
INP_External = false,
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
sp00 = {
LINKS_Name = "",
ICS_ControlPage = "目パチ",
INPID_InputControl = "LabelControl",
LBLC_DropDownButton = false,
INP_Integer = false,
INP_Passive = true,
INP_External = false,
LINKID_DataType = "Number"
},
BlinkOn = {
LINKS_Name = "BlinkOn",
ICS_ControlPage = "目パチ",
BTNCS_Execute = "EyeBlink:SetAttrs({TOOLB_PassThrough = false})\nEyeCtrl.EyeStatus = \"On\"\n",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.4,
LINKID_DataType = "Number"
},
BlinkOff = {
LINKS_Name = "BlinkOff",
ICS_ControlPage = "目パチ",
BTNCS_Execute = "EyeBlink:SetAttrs({TOOLB_PassThrough = true})\nEyeCtrl.EyeStatus = \"Off\"\n",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.4,
LINKID_DataType = "Number"
},
EyeStatus = {
LINKS_Name = "",
TEC_Lines = 1,
INPID_InputControl = "TextEditControl",
TEC_ReadOnly = true,
TEC_Wrap = false,
ICS_ControlPage = "目パチ",
INP_External = false,
ICD_Width = 0.2,
LINKID_DataType = "Text"
}
},
Colors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },
Inputs = {
Blink = Input { Value = 157 },
EyeStatus = Input { Value = "On" },
Input = Input {
Source = "Output",
SourceOp = "EyeBlink"
}
},
ViewInfo = OperatorInfo { Pos = { 5775, -940.5 } },
CtrlWZoom = false,
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
}
},
["目"] = Transform {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "EyeCtrl"
}
},
ViewInfo = OperatorInfo { Pos = { 5775, -247.5 } }
},
["目_MG1"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "口_MG1"
},
PerformDepthMerge = Input { Value = 0 },
Foreground = Input {
Source = "Output",
SourceOp = "目"
}
},
ViewInfo = OperatorInfo { Pos = { 5775, -115.5 } }
},
Root = Transform {
ViewInfo = OperatorInfo { Pos = { 5775, 82.5 } },
Colors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },
Inputs = {
["Grp_黒目"] = Input { Value = 0 },
Grp_Root = Input { Value = 0 },
Comments = 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" },
Input = Input {
Source = "Output",
SourceOp = "目_MG1"
},
["Grp_記号など"] = Input { Value = 0 },
["Grp_目セット"] = Input { Value = 0 }
},
UserControls = ordered() {
CopyPose = {
LINKS_Name = "Copy Pose",
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.copy(comp)]])",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
PastePose = {
LINKS_Name = "Paste Pose",
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.paste(comp)]])",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
SavePose = {
LINKS_Name = "Save Pose",
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.save(comp, fu)]])",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
LoadPose = {
LINKS_Name = "Load Pose",
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.load(comp, fu)]])",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
Grp_Root = {
LINKS_Name = "Root",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 6,
LINKID_DataType = "Number"
},
N012_kigounado_show_77 = {
LINKS_Name = "記号など show",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"記号など_MG\")\nlocal node = comp:FindTool(\"記号など\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N012_kigounado_hide_77 = {
LINKS_Name = "記号など hide",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"記号など_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N003_kamikazari_show_5 = {
LINKS_Name = "髪飾り show",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"髪飾り_MG\")\nlocal node = comp:FindTool(\"Loader4\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N003_kamikazari_hide_5 = {
LINKS_Name = "髪飾り hide",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"髪飾り_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N002_kamikazariflipx_show_4 = {
LINKS_Name = "髪飾り:flipx show",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N002_kamikazariflipx_hide_4 = {
LINKS_Name = "髪飾り:flipx hide",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"髪飾りflipx_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
["Grp_記号など"] = {
LINKS_Name = "記号など",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 6,
LINKID_DataType = "Number"
},
N002_ase_show_77 = {
LINKS_Name = "汗 show",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"汗_MG\")\nlocal node = comp:FindTool(\"Loader58\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N002_ase_hide_77 = {
LINKS_Name = "汗 hide",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"汗_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N001_ase2_show_76 = {
LINKS_Name = "汗2 show",
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N001_ase2_hide_76 = {
LINKS_Name = "汗2 hide",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"汗2_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N000_namida_show_75 = {
LINKS_Name = "涙 show",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"涙_MG\")\nlocal node = comp:FindTool(\"Loader56\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N000_namida_hide_75 = {
LINKS_Name = "涙 hide",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"涙_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
["Grp_眉"] = {
LINKS_Name = "眉",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 4,
LINKID_DataType = "Number"
},
N003_kihon72 = {
LINKS_Name = "*基本",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader55\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N002_gokigen71 = {
LINKS_Name = "*ごきげん",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader54\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_komari70 = {
LINKS_Name = "*困り",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader53\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_oko69 = {
LINKS_Name = "*おこ",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader52\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["Grp_目"] = {
LINKS_Name = "目",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 6,
LINKID_DataType = "Number"
},
N005_mesetto66 = {
LINKS_Name = "*目セット",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"目セット\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N004_tatesenme50 = {
LINKS_Name = "*縦線目",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader39\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N003_tojime49 = {
LINKS_Name = "*閉じ目",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader38\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N002_nagomime48 = {
LINKS_Name = "*なごみ目",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader37\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_none47 = {
LINKS_Name = "*><",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader36\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_nikkori46 = {
LINKS_Name = "*にっこり",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader35\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["Grp_目セット"] = {
LINKS_Name = "目セット",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 3,
LINKID_DataType = "Number"
},
N003_matsugekihon66 = {
LINKS_Name = "*まつげ基本",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目セット_MG\")\nlocal node = comp:FindTool(\"Loader51\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N002_matsugehanme65 = {
LINKS_Name = "*まつげ半目",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目セット_MG\")\nlocal node = comp:FindTool(\"Loader50\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_matsugeoko64 = {
LINKS_Name = "*まつげおこ",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目セット_MG\")\nlocal node = comp:FindTool(\"Loader49\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["Grp_黒目"] = {
LINKS_Name = "黒目",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 9,
LINKID_DataType = "Number"
},
N008_kihon63 = {
LINKS_Name = "*基本",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader48\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N007_kameramesenmigi5px62 = {
LINKS_Name = "*カメラ目線/右5px",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader47\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N006_mesorashihidari5px61 = {
LINKS_Name = "*目逸らし/左5px",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader46\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N005_nigorime60 = {
LINKS_Name = "*濁り目",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader45\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N004_kirakirame59 = {
LINKS_Name = "*きらきら目",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader44\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N003_haatome58 = {
LINKS_Name = "*ハート目",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader43\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N002_gurugurume57 = {
LINKS_Name = "*ぐるぐる目",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader42\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_yabame56 = {
LINKS_Name = "*やば目",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader41\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_shironukime55 = {
LINKS_Name = "*白抜き目",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader40\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["Grp_口"] = {
LINKS_Name = "口",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 12,
LINKID_DataType = "Number"
},
N011_hohoemi43 = {
LINKS_Name = "*ほほえみ",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader34\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N010_waaa42 = {
LINKS_Name = "*わあー",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader33\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N009_uhehe41 = {
LINKS_Name = "*うへへ",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader32\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N008_niyari40 = {
LINKS_Name = "*にやり",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader31\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N007_sun39 = {
LINKS_Name = "*すん",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader30\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N006_o38 = {
LINKS_Name = "*お",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader29\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N005_oo37 = {
LINKS_Name = "*おー",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader28\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N004_e36 = {
LINKS_Name = "*え",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader27\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N003_uootsu35 = {
LINKS_Name = "*うおーっ",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader26\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N002_muu34 = {
LINKS_Name = "*むー",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader25\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_hoo33 = {
LINKS_Name = "*ほー",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader24\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_nn32 = {
LINKS_Name = "*んー",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader23\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["Grp_顔色"] = {
LINKS_Name = "顔色",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 6,
LINKID_DataType = "Number"
},
N004_kageri_show_28 = {
LINKS_Name = "かげり show",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"かげり_MG\")\nlocal node = comp:FindTool(\"Loader21\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N004_kageri_hide_28 = {
LINKS_Name = "かげり hide",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"かげり_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5,
LINKID_DataType = "Number"
},
N003_hoppe27 = {
LINKS_Name = "*ほっぺ",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader20\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N002_hoppeakame26 = {
LINKS_Name = "*ほっぺ赤め",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader19\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_hoppeakame225 = {
LINKS_Name = "*ほっぺ赤め2",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader18\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_kuma24 = {
LINKS_Name = "*クマ",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader17\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["Grp_左腕"] = {
LINKS_Name = "左腕",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 5,
LINKID_DataType = "Number"
},
N004_kihon20 = {
LINKS_Name = "*基本",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader15\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N003_kangaeru19 = {
LINKS_Name = "*考える",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader14\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N002_piisu18 = {
LINKS_Name = "*ピース",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader13\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_banzai17 = {
LINKS_Name = "*ばんざい",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader12\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_udewohirogeru16 = {
LINKS_Name = "*腕をひろげる",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader11\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
["Grp_右腕"] = {
LINKS_Name = "右腕",
INP_Passive = true,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ",
LBLC_DropDownButton = true,
INP_Default = 1,
INP_External = false,
LBLC_NumInputs = 6,
LINKID_DataType = "Number"
},
N005_kihon13 = {
LINKS_Name = "*基本",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader10\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N004_piisu12 = {
LINKS_Name = "*ピース",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader9\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N003_sasasu11 = {
LINKS_Name = "*指さす",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader8\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N002_houchou10 = {
LINKS_Name = "*包丁",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader7\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N001_banzai9 = {
LINKS_Name = "*ばんざい",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader6\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
},
N000_udewohirogeru8 = {
LINKS_Name = "*腕をひろげる",
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader5\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
INPID_InputControl = "ButtonControl",
ICD_Width = 1,
LINKID_DataType = "Number"
}
}
},
["モーションなし"] = Transform {
ViewInfo = OperatorInfo { Pos = { 5775, 247.5 } },
NameSet = true,
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Root"
}
},
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
}
},
["不安"] = GroupOperator {
Outputs = {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "Transform1_2"
}
},
Tools = ordered() {
Transform1_2 = Transform {
Inputs = {
shake = Input {
Source = "Position",
SourceOp = "Shake1"
},
y = Input { Value = 0.01 },
Center = Input {
Expression = "Point(0.5, 0.5) + shake * in_out",
Value = { 0.502997744173508, 0.497908177638071 }
},
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
},
in_out = Input {
Source = "Result",
SourceOp = "KeyframeStretcher1"
},
x = Input { Value = 0.01 }
},
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
CtrlWZoom = false,
CtrlWShown = false,
UserControls = 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" } }
},
KeyframeStretcher1 = KeyStretcherMod {
CtrlWZoom = false,
Inputs = {
StretchEnd = Input { Value = 110 },
Keyframes = Input {
Source = "Value",
SourceOp = "KeyStretcheronTransform1_2Keyframes"
},
StretchStart = Input { Value = 10 }
}
},
KeyStretcheronTransform1_2Keyframes = BezierSpline {
CtrlWZoom = false,
SplineColor = { Green = 106, Blue = 231, Red = 193 },
KeyFrames = {
[0] = { 0, RH = { 3.33333333333333, 0 }, Flags = { Linear = true } },
[10] = { 1, RH = { 43.3333333333333, 1 }, LH = { 6.66666666666667, 1 } },
[110] = { 1, RH = { 113.333333333333, 1 }, LH = { 76.6666666666667, 1 } },
[120] = { 0, LH = { 116.666666666667, 0 } }
}
},
Shake1 = Shake {
CtrlWZoom = false,
Inputs = {
YMinimum = Input {
Expression = "-Transform1_2.y",
Value = -0.1
},
YMaximum = Input {
Expression = "Transform1_2.y",
Value = 0.1
},
Smoothness = Input { Value = 2 },
XMinimum = Input {
Expression = "-Transform1_2.x",
Value = -0.1
},
LockXY = Input { Value = 0 },
XMaximum = Input {
Expression = "Transform1_2.x",
Value = 0.1
}
},
Faster = true
}
},
ViewInfo = GroupInfo {
Offset = { 0, 0 },
Flags = {
AutoSnap = true,
RemoveRouters = true,
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true
},
Direction = "Horizontal",
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Pos = { 5885, 577.5 },
Scale = 1,
PipeStyle = "Direct"
},
NameSet = true,
Inputs = ordered() {
MainInput1 = InstanceInput {
Source = "Input",
SourceOp = "Transform1_2"
},
Input3 = InstanceInput {
Width = 1,
Source = "RandomSeed",
Default = 0,
SourceOp = "Shake1"
},
Input4 = InstanceInput {
Source = "Randomize",
Width = 0.385,
SourceOp = "Shake1"
},
Input5 = InstanceInput {
Source = "Smoothness",
Default = 10,
SourceOp = "Shake1"
},
Input1 = InstanceInput {
Default = 0.1,
Source = "x",
SourceOp = "Transform1_2",
Name = "X"
},
Input2 = InstanceInput {
Default = 0.1,
Source = "y",
SourceOp = "Transform1_2",
Name = "Y"
}
},
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと\\" } } }
}
},
ViewInfo = GroupInfo {
Flags = {
AutoSnap = true,
ForceAll = true,
GridSnap = true,
AllowPan = false
},
Direction = "Horizontal",
PipeStyle = "Direct",
Offset = { 0, 0 },
Scale = 1
},
CtrlWZoom = false,
Inputs = ordered() {
Input1 = InstanceInput {
Default = 0,
Name = "Copy Pose",
Source = "CopyPose",
SourceOp = "Root"
},
Input2 = InstanceInput {
Default = 0,
Name = "Paste Pose",
Source = "PastePose",
SourceOp = "Root"
},
Input3 = InstanceInput {
Default = 0,
Name = "Save Pose",
Source = "SavePose",
SourceOp = "Root"
},
Input4 = InstanceInput {
Default = 0,
Name = "Load Pose",
Source = "LoadPose",
SourceOp = "Root"
},
Input5 = InstanceInput {
Source = "Center",
SourceOp = "ST_MergeB"
},
Input6 = InstanceInput {
Source = "Size",
SourceOp = "ST_MergeB",
Default = 1
},
Input7 = InstanceInput {
Source = "Angle",
SourceOp = "ST_MergeB",
Default = 0
},
Input8 = InstanceInput {
Default = 0,
Source = "FlipHoriz",
ControlGroup = 1,
SourceOp = "ST_MergeB",
Name = "Flip Horizontal"
},
Input9 = InstanceInput {
Default = 0,
Source = "FlipVert",
ControlGroup = 1,
SourceOp = "ST_MergeB",
Name = "Flip Vertical"
},
Input10 = InstanceInput {
Default = 0,
Name = "モーションなし",
Source = "N000_モーションなし",
SourceOp = "モーションSelector"
},
Input11 = InstanceInput {
Default = 0,
Name = "ぽよ",
Source = "N001_ぽよ",
SourceOp = "モーションSelector"
},
Input12 = InstanceInput {
Default = 0,
Name = "ぴょん",
Source = "N002_ぴょん",
SourceOp = "モーションSelector"
},
Input13 = InstanceInput {
Default = 0,
Name = "跳ねる",
Source = "N003_跳ねる",
SourceOp = "モーションSelector"
},
Input14 = InstanceInput {
Default = 0,
Name = "跳ねる_小",
Source = "N004_跳ねる_小",
SourceOp = "モーションSelector"
},
Input15 = InstanceInput {
Default = 0,
Name = "不安",
Source = "N005_不安",
SourceOp = "モーションSelector"
},
Input16 = InstanceInput {
Default = 0,
Name = "荒ぶる",
Source = "N006_荒ぶる",
SourceOp = "モーションSelector"
},
Input17 = InstanceInput {
Default = 0,
Name = "震え",
Source = "N007_震え",
SourceOp = "モーションSelector"
},
Input18 = InstanceInput {
Default = 0,
Name = "記号など",
Source = "Grp_記号など",
SourceOp = "Root"
},
Input19 = InstanceInput {
Default = 0,
Name = "汗 show",
Source = "N002_ase_show_77",
SourceOp = "Root"
},
Input20 = InstanceInput {
Default = 0,
Name = "汗 hide",
Source = "N002_ase_hide_77",
SourceOp = "Root"
},
Input21 = InstanceInput {
Default = 0,
Name = "汗2 show",
Source = "N001_ase2_show_76",
SourceOp = "Root"
},
Input22 = InstanceInput {
Default = 0,
Name = "汗2 hide",
Source = "N001_ase2_hide_76",
SourceOp = "Root"
},
Input23 = InstanceInput {
Default = 0,
Name = "涙 show",
Source = "N000_namida_show_75",
SourceOp = "Root"
},
Input24 = InstanceInput {
Default = 0,
Name = "涙 hide",
Source = "N000_namida_hide_75",
SourceOp = "Root"
},
Input25 = InstanceInput {
Default = 1,
Name = "眉",
Source = "Grp_眉",
SourceOp = "Root"
},
Input26 = InstanceInput {
Default = 0,
Source = "N003_kihon72",
Width = 0.25,
Name = "*基本",
SourceOp = "Root"
},
Input27 = InstanceInput {
Default = 0,
Source = "N002_gokigen71",
Width = 0.25,
Name = "*ごきげん",
SourceOp = "Root"
},
Input28 = InstanceInput {
Default = 0,
Source = "N001_komari70",
Width = 0.25,
Name = "*困り",
SourceOp = "Root"
},
Input29 = InstanceInput {
Default = 0,
Source = "N000_oko69",
Width = 0.25,
Name = "*おこ",
SourceOp = "Root"
},
Input30 = InstanceInput {
Default = 1,
Name = "目",
Source = "Grp_目",
SourceOp = "Root"
},
Input31 = InstanceInput {
Default = 0,
Source = "N005_mesetto66",
Width = 0.25,
Name = "*目セット",
SourceOp = "Root"
},
Input32 = InstanceInput {
Default = 0,
Source = "N004_tatesenme50",
Width = 0.25,
Name = "*縦線目",
SourceOp = "Root"
},
Input33 = InstanceInput {
Default = 0,
Source = "N003_tojime49",
Width = 0.25,
Name = "*閉じ目",
SourceOp = "Root"
},
Input34 = InstanceInput {
Default = 0,
Source = "N002_nagomime48",
Width = 0.25,
Name = "*なごみ目",
SourceOp = "Root"
},
Input35 = InstanceInput {
Default = 0,
Source = "N001_none47",
Width = 0.25,
Name = "*><",
SourceOp = "Root"
},
Input36 = InstanceInput {
Default = 0,
Source = "N000_nikkori46",
Width = 0.25,
Name = "*にっこり",
SourceOp = "Root"
},
Input37 = InstanceInput {
Default = 0,
Name = "目セット",
Source = "Grp_目セット",
SourceOp = "Root"
},
Input38 = InstanceInput {
Default = 0,
Source = "N003_matsugekihon66",
Width = 0.25,
Name = "*まつげ基本",
SourceOp = "Root"
},
Input39 = InstanceInput {
Default = 0,
Source = "N002_matsugehanme65",
Width = 0.25,
Name = "*まつげ半目",
SourceOp = "Root"
},
Input40 = InstanceInput {
Default = 0,
Source = "N001_matsugeoko64",
Width = 0.25,
Name = "*まつげおこ",
SourceOp = "Root"
},
Input41 = InstanceInput {
Default = 0,
Name = "黒目",
Source = "Grp_黒目",
SourceOp = "Root"
},
Input42 = InstanceInput {
Default = 0,
Source = "N008_kihon63",
Width = 0.25,
Name = "*基本",
SourceOp = "Root"
},
Input43 = InstanceInput {
Default = 0,
Source = "N007_kameramesenmigi5px62",
Width = 0.25,
Name = "*カメラ目線/右5px",
SourceOp = "Root"
},
Input44 = InstanceInput {
Default = 0,
Source = "N006_mesorashihidari5px61",
Width = 0.25,
Name = "*目逸らし/左5px",
SourceOp = "Root"
},
Input45 = InstanceInput {
Default = 0,
Source = "N005_nigorime60",
Width = 0.25,
Name = "*濁り目",
SourceOp = "Root"
},
Input46 = InstanceInput {
Default = 0,
Source = "N004_kirakirame59",
Width = 0.25,
Name = "*きらきら目",
SourceOp = "Root"
},
Input47 = InstanceInput {
Default = 0,
Source = "N003_haatome58",
Width = 0.25,
Name = "*ハート目",
SourceOp = "Root"
},
Input48 = InstanceInput {
Default = 0,
Source = "N002_gurugurume57",
Width = 0.25,
Name = "*ぐるぐる目",
SourceOp = "Root"
},
Input49 = InstanceInput {
Default = 0,
Source = "N001_yabame56",
Width = 0.25,
Name = "*やば目",
SourceOp = "Root"
},
Input50 = InstanceInput {
Default = 0,
Source = "N000_shironukime55",
Width = 0.25,
Name = "*白抜き目",
SourceOp = "Root"
},
Input51 = InstanceInput {
Default = 1,
Name = "口",
Source = "Grp_口",
SourceOp = "Root"
},
Input52 = InstanceInput {
Default = 0,
Source = "N011_hohoemi43",
Width = 0.25,
Name = "*ほほえみ",
SourceOp = "Root"
},
Input53 = InstanceInput {
Default = 0,
Source = "N010_waaa42",
Width = 0.25,
Name = "*わあー",
SourceOp = "Root"
},
Input54 = InstanceInput {
Default = 0,
Source = "N009_uhehe41",
Width = 0.25,
Name = "*うへへ",
SourceOp = "Root"
},
Input55 = InstanceInput {
Default = 0,
Source = "N008_niyari40",
Width = 0.25,
Name = "*にやり",
SourceOp = "Root"
},
Input56 = InstanceInput {
Default = 0,
Source = "N007_sun39",
Width = 0.25,
Name = "*すん",
SourceOp = "Root"
},
Input57 = InstanceInput {
Default = 0,
Source = "N006_o38",
Width = 0.25,
Name = "*お",
SourceOp = "Root"
},
Input58 = InstanceInput {
Default = 0,
Source = "N005_oo37",
Width = 0.25,
Name = "*おー",
SourceOp = "Root"
},
Input59 = InstanceInput {
Default = 0,
Source = "N004_e36",
Width = 0.25,
Name = "*え",
SourceOp = "Root"
},
Input60 = InstanceInput {
Default = 0,
Source = "N003_uootsu35",
Width = 0.25,
Name = "*うおーっ",
SourceOp = "Root"
},
Input61 = InstanceInput {
Default = 0,
Source = "N002_muu34",
Width = 0.25,
Name = "*むー",
SourceOp = "Root"
},
Input62 = InstanceInput {
Default = 0,
Source = "N001_hoo33",
Width = 0.25,
Name = "*ほー",
SourceOp = "Root"
},
Input63 = InstanceInput {
Default = 0,
Source = "N000_nn32",
Width = 0.25,
Name = "*んー",
SourceOp = "Root"
},
Input64 = InstanceInput {
Default = 1,
Name = "顔色",
Source = "Grp_顔色",
SourceOp = "Root"
},
Input65 = InstanceInput {
Default = 0,
Name = "かげり show",
Source = "N004_kageri_show_28",
SourceOp = "Root"
},
Input66 = InstanceInput {
Default = 0,
Name = "かげり hide",
Source = "N004_kageri_hide_28",
SourceOp = "Root"
},
Input67 = InstanceInput {
Default = 0,
Source = "N003_hoppe27",
Width = 0.25,
Name = "*ほっぺ",
SourceOp = "Root"
},
Input68 = InstanceInput {
Default = 0,
Source = "N002_hoppeakame26",
Width = 0.25,
Name = "*ほっぺ赤め",
SourceOp = "Root"
},
Input69 = InstanceInput {
Default = 0,
Source = "N001_hoppeakame225",
Width = 0.25,
Name = "*ほっぺ赤め2",
SourceOp = "Root"
},
Input70 = InstanceInput {
Default = 0,
Source = "N000_kuma24",
Width = 0.25,
Name = "*クマ",
SourceOp = "Root"
},
Input71 = InstanceInput {
Default = 1,
Name = "左腕",
Source = "Grp_左腕",
SourceOp = "Root"
},
Input72 = InstanceInput {
Default = 0,
Source = "N004_kihon20",
Width = 0.25,
Name = "*基本",
SourceOp = "Root"
},
Input73 = InstanceInput {
Default = 0,
Source = "N003_kangaeru19",
Width = 0.25,
Name = "*考える",
SourceOp = "Root"
},
Input74 = InstanceInput {
Default = 0,
Source = "N002_piisu18",
Width = 0.25,
Name = "*ピース",
SourceOp = "Root"
},
Input75 = InstanceInput {
Default = 0,
Source = "N001_banzai17",
Width = 0.25,
Name = "*ばんざい",
SourceOp = "Root"
},
Input76 = InstanceInput {
Default = 0,
Source = "N000_udewohirogeru16",
Width = 0.25,
Name = "*腕をひろげる",
SourceOp = "Root"
},
Input77 = InstanceInput {
Default = 1,
Name = "右腕",
Source = "Grp_右腕",
SourceOp = "Root"
},
Input78 = InstanceInput {
Default = 0,
Source = "N005_kihon13",
Width = 0.25,
Name = "*基本",
SourceOp = "Root"
},
Input79 = InstanceInput {
Default = 0,
Source = "N004_piisu12",
Width = 0.25,
Name = "*ピース",
SourceOp = "Root"
},
Input80 = InstanceInput {
Default = 0,
Source = "N003_sasasu11",
Width = 0.25,
Name = "*指さす",
SourceOp = "Root"
},
Input81 = InstanceInput {
Default = 0,
Source = "N002_houchou10",
Width = 0.25,
Name = "*包丁",
SourceOp = "Root"
},
Input82 = InstanceInput {
Default = 0,
Source = "N001_banzai9",
Width = 0.25,
Name = "*ばんざい",
SourceOp = "Root"
},
Input83 = InstanceInput {
Default = 0,
Source = "N000_udewohirogeru8",
Width = 0.25,
Name = "*腕をひろげる",
SourceOp = "Root"
},
Input84 = InstanceInput {
Default = 0,
Name = "Root",
Source = "Grp_Root",
SourceOp = "Root"
},
Input85 = InstanceInput {
Default = 0,
Name = "記号など show",
Source = "N012_kigounado_show_77",
SourceOp = "Root"
},
Input86 = InstanceInput {
Default = 0,
Name = "記号など hide",
Source = "N012_kigounado_hide_77",
SourceOp = "Root"
},
Input87 = InstanceInput {
Default = 0,
Name = "髪飾り show",
Source = "N003_kamikazari_show_5",
SourceOp = "Root"
},
Input88 = InstanceInput {
Default = 0,
Name = "髪飾り hide",
Source = "N003_kamikazari_hide_5",
SourceOp = "Root"
},
Input89 = InstanceInput {
Default = 0,
Name = "髪飾り:flipx show",
Source = "N002_kamikazariflipx_show_4",
SourceOp = "Root"
},
Input90 = InstanceInput {
Default = 0,
Name = "髪飾り:flipx hide",
Source = "N002_kamikazariflipx_hide_4",
SourceOp = "Root"
},
Input91 = InstanceInput {
Source = "Anim",
SourceOp = "MouthCtrl",
Default = 0
},
Input92 = InstanceInput {
Source = "AnimOn",
SourceOp = "MouthCtrl",
Default = 0
},
Input93 = InstanceInput {
Source = "AnimOff",
SourceOp = "MouthCtrl",
Default = 0
},
Input94 = InstanceInput {
Name = "",
Source = "AnimStatus",
SourceOp = "MouthCtrl"
},
Input95 = InstanceInput {
Source = "Open",
SourceOp = "MouthCtrlB",
Default = -1
},
Input96 = InstanceInput {
Source = "Blink",
SourceOp = "EyeCtrl",
Default = 157
},
Input97 = InstanceInput {
Source = "Close",
SourceOp = "EyeCtrl",
Default = 4
},
Input98 = InstanceInput {
Source = "Apply",
SourceOp = "EyeCtrl",
Default = 0
},
Input99 = InstanceInput {
Default = 0,
Name = "ボタンを押さないと反映されません。",
Source = "at00",
SourceOp = "EyeCtrl"
},
Input100 = InstanceInput {
Default = 0,
Name = "",
Source = "sp00",
SourceOp = "EyeCtrl"
},
Input101 = InstanceInput {
Source = "BlinkOn",
SourceOp = "EyeCtrl",
Default = 0
},
Input102 = InstanceInput {
Source = "BlinkOff",
SourceOp = "EyeCtrl",
Default = 0
},
Input103 = InstanceInput {
Name = "",
Source = "EyeStatus",
SourceOp = "EyeCtrl"
}
},
Outputs = ordered() {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "ST_MergeB"
}
}
}
}
}
================================================
FILE: Templates/Edit/Generators/ずんだもん(Open).setting
================================================
{
Tools = ordered() {
Zundamon = GroupOperator {
Tools = ordered() {
Loader71 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-細め目ハート.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 11715, -1303.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader21 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\!左腕\\-口元.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 6490, -808.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader4 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\-ぱんつ.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 4180, -412.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader65 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-UU.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 11055, -1303.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader80 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-目セット\\!黒目\\-目逸らし.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 13145, -2095.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader50 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!口\\-んー.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 12815, -841.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader33 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装1_\\!左腕\\-腰.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 8250, -808.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader95 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\記号など\\汗3_.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 12045, -412.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader20 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\!左腕\\-苦しむ.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 6380, -808.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader72 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-上向き3_.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 11825, -1303.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader28 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装1_\\!左腕\\-ひそひそ.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 7700, -808.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader88 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!眉\\-困り眉1_.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 10835, -412.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader63 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-〇〇.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 10835, -1303.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader86 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-目セット\\!黒目\\-普通目.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 13805, -2095.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader27 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装1_\\!左腕\\-(非表示).png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 7590, -808.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader82 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-目セット\\!黒目\\-カメラ目線2_.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 13365, -2095.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader35 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装1_\\!右腕\\-(非表示).png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 8690, -808.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["ぽよ"] = GroupOperator {
Tools = ordered() {
Transform = Transform {
UserControls = 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 } },
Inputs = {
Aspect = Input {
SourceOp = "Calculation1",
Source = "Result"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
},
Pivot = Input { Value = { 0.5, 0 } }
},
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
CtrlWZoom = false,
NameSet = true,
CtrlWShown = false
},
Calculation1 = Calculation {
CtrlWZoom = false,
Inputs = {
SecondOperand = Input { Value = 1 },
FirstOperand = Input {
SourceOp = "Calculation2",
Source = "Result"
},
FirstOperandTimeOffset = Input { Expression = "-comp.GlobalStart" }
}
},
Calculation2 = Calculation {
CtrlWZoom = false,
Inputs = {
SecondOperand = Input { Value = 0.8 },
FirstOperandTimeScale = Input { Expression = "Transform.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate" },
FirstOperand = Input {
SourceOp = "CalculationonCalculationonTransformAspectFirstOperand",
Source = "Value"
},
Operator = Input { Value = 2 }
}
},
CalculationonCalculationonTransformAspectFirstOperand = BezierSpline {
CtrlWZoom = false,
SplineColor = { Green = 105, Blue = 30, Red = 210 },
KeyFrames = {
[0] = { 0, RH = { 1, 0 }, Flags = { Linear = true } },
[3] = { 0.0800000000000001, RH = { 4.66666666666667, 0.0800000000000001 }, LH = { 2, 0.0800000000000001 } },
[8] = { -0.0489999999999999, RH = { 9.33333333333333, -0.0489999999999999 }, LH = { 6.33333333333333, -0.0489999999999999 } },
[12] = { 0.03, RH = { 13.3333333333333, 0.03 }, LH = { 10.6666666666667, 0.03 } },
[16] = { -0.00700000000000001, RH = { 16.6666666666667, -0.00700000000000001 }, LH = { 14.6666666666667, -0.00700000000000001 } },
[18] = { 0.004, RH = { 18.6666666666667, 0.004 }, LH = { 17.3333333333333, 0.004 } },
[20] = { 0, LH = { 19.3333333333333, 0 } }
}
}
},
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform",
Source = "Output"
}
},
ViewInfo = GroupInfo {
Scale = 1,
Offset = { 0, 0 },
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Flags = {
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true,
AllowPan = false,
ForceAll = true,
GridSnap = true
},
PipeStyle = "Direct",
Pos = { 12815, 742.5 },
Direction = "Horizontal"
},
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
NameSet = true,
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform",
Source = "Input"
},
Input1 = InstanceInput {
Source = "speed",
SourceOp = "Transform",
Name = "スピード",
Default = 1,
Page = "Controls"
},
Input2 = InstanceInput {
Source = "SecondOperand",
SourceOp = "Calculation2",
Name = "強さ",
Default = 1
},
Input3 = InstanceInput {
SourceOp = "Transform",
Source = "Pivot"
}
}
},
Loader32 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装1_\\!左腕\\-手を挙げる.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 8140, -808.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader13 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\!右腕\\-手を挙げる.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 5390, -808.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader40 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装1_\\!右腕\\-手を挙げる.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 9240, -808.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader91 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!眉\\-普通眉.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 11165, -412.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader5 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\-スク水.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 4290, -412.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["パーターブ_Ctrl"] = Transform {
ViewInfo = OperatorInfo { Pos = { 13970, 742.5 } },
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
NameSet = true,
Inputs = {
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
},
Center = Input {
SourceOp = "Perturb1",
Source = "Value"
}
}
},
Perturb1 = PerturbPoint {
Inputs = {
Speed = Input {
SourceOp = "Motion_Speed",
Source = "Value"
},
Strength = Input {
SourceOp = "Motion_Str",
Source = "Value"
}
},
CtrlWZoom = false,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
}
},
Motion_Str = PublishNumber {
Inputs = {
Value = Input { Value = 1 }
},
CtrlWZoom = false,
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
}
},
Motion_Speed = PublishNumber {
Inputs = {
Value = Input { Value = 1 }
},
CtrlWZoom = false,
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
}
},
Loader98 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\記号など\\涙.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 12375, -412.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader99 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\記号など\\アヒルちゃん.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 12485, -412.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader39 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装1_\\!右腕\\-口元.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 9130, -808.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader15 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\!右腕\\-基本.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 5610, -808.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader31 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装1_\\!左腕\\-口元.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 8030, -808.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
ST_Background_1 = Background {
ViewInfo = OperatorInfo { Pos = { 13640, 907.5 } },
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
NameSet = true,
Inputs = {
UseFrameFormatSettings = Input { Value = 1 },
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1080 },
Depth = Input { Value = 1 },
Width = Input { Value = 1920 },
GlobalOut = Input { Value = 300 }
}
},
ST_SetDomain_1 = SetDomain {
ViewInfo = OperatorInfo { Pos = { 13640, 1039.5 } },
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
NameSet = true,
Inputs = {
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Input = Input {
SourceOp = "ST_Background_1",
Source = "Output"
},
Right = Input { Value = 0 }
}
},
["モーションSelector"] = Transform {
UserControls = ordered() {
["N000_モーションなし"] = {
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"モーションなし\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "モーションなし",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N001_ぽよ"] = {
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"ぽよ\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "ぽよ",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N002_ぴょん_Ctrl"] = {
ICS_ControlPage = "モーション",
BTNCS_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",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "ぴょん_Ctrl",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N003_リズム_Ctrl"] = {
ICS_ControlPage = "モーション",
BTNCS_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",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "リズム_Ctrl",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N004_跳ねる_Ctrl"] = {
ICS_ControlPage = "モーション",
BTNCS_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",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "跳ねる_Ctrl",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N005_横揺れ_Ctrl"] = {
ICS_ControlPage = "モーション",
BTNCS_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",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "横揺れ_Ctrl",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N006_縦揺れ_Ctrl"] = {
ICS_ControlPage = "モーション",
BTNCS_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",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "縦揺れ_Ctrl",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N007_拡縮_Ctrl"] = {
ICS_ControlPage = "モーション",
BTNCS_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",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "拡縮_Ctrl",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N008_パーターブ_Ctrl"] = {
ICS_ControlPage = "モーション",
BTNCS_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",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "パーターブ_Ctrl",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N009_跳ねる"] = {
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"跳ねる\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "跳ねる",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N010_跳ねる_小"] = {
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"跳ねる_小\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "跳ねる_小",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N011_不安"] = {
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"不安\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "不安",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N012_荒ぶる"] = {
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"荒ぶる\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "荒ぶる",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N013_震え"] = {
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"震え\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "震え",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
Speed = {
INP_Default = 1,
INP_MaxScale = 5,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Speed",
INPID_InputControl = "SliderControl",
INP_MinScale = 0
},
Str = {
INP_Default = 1,
INP_MaxScale = 5,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Str",
INPID_InputControl = "SliderControl",
INP_MinScale = 0
}
},
ViewInfo = OperatorInfo { Pos = { 13805, 907.5 } },
Colors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
Speed = Input {
SourceOp = "Motion_Speed",
Source = "Value"
},
Str = Input {
SourceOp = "Motion_Str",
Source = "Value"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
}
},
ST_Merge = Merge {
ViewInfo = OperatorInfo { Pos = { 13805, 1039.5 } },
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
NameSet = true,
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "ST_SetDomain_1",
Source = "Output"
},
Foreground = Input {
SourceOp = "モーションSelector",
Source = "Output"
}
}
},
["レイアウト"] = Transform {
Colors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },
ViewInfo = OperatorInfo { Pos = { 13805, 1171.5 } },
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
NameSet = true,
Inputs = {
Input = Input {
SourceOp = "ST_Merge",
Source = "Output"
},
Center = Input { Value = { 0.85, 0.1 } }
}
},
Loader11 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\!右腕\\-苦しむ.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 5170, -808.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader48 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!口\\-んあー.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 12595, -841.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader54 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!口\\-ゆ.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 13255, -841.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader36 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装1_\\!右腕\\-マイク.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 8800, -808.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader24 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\!左腕\\-基本.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 6820, -808.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader23 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\!左腕\\-腰.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 6710, -808.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["リズム_Ctrl"] = Transform {
ViewInfo = OperatorInfo { Pos = { 13145, 742.5 } },
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
NameSet = true,
Inputs = {
Aspect = Input {
SourceOp = "リズム_AspectAffset",
Source = "Result"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
},
Pivot = Input { Value = { 0.5, 0 } }
}
},
["リズム_AspectAffset"] = Calculation {
Inputs = {
FirstOperand = Input {
SourceOp = "リズム_ScaleAndTimeScaleForFPS",
Source = "Result"
},
SecondOperand = Input { Value = 1 }
},
CtrlWZoom = false,
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
}
},
["リズム_ScaleAndTimeScaleForFPS"] = Calculation {
Inputs = {
SecondOperand = Input {
SourceOp = "Motion_Str",
Source = "Value"
},
FirstOperandTimeScale = Input { Expression = "30 / comp:GetPrefs().Comp.FrameFormat.Rate" },
FirstOperand = Input {
SourceOp = "リズム_Loop",
Source = "Result"
},
Operator = Input { Value = 2 }
},
CtrlWZoom = false,
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
}
},
["リズム_Loop"] = Calculation {
Inputs = {
Frame = Input {
Expression = "30 / Speed",
Value = 30
},
Speed = Input {
SourceOp = "Motion_Speed",
Source = "Value"
},
Operator = Input { Value = 9 },
FirstOperand = Input {
SourceOp = "リズム_LoopFirstOperand",
Source = "Value"
},
FirstOperandTimeOffset = Input { Expression = "- math.floor(time / Frame) * Frame" }
},
UserControls = ordered() {
Speed = {
INP_Default = 1,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Speed",
INPID_InputControl = "SliderControl"
},
Frame = {
INP_Default = 1,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Frame",
INPID_InputControl = "SliderControl"
}
},
CtrlWZoom = false,
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
}
},
["リズム_LoopFirstOperand"] = BezierSpline {
KeyFrames = {
[0] = { 0, RH = { 1, 0 }, Flags = { Linear = true } },
[3] = { -0.01, RH = { 4, -0.01 }, LH = { 2, -0.01 } },
[6] = { 0, LH = { 5, 0 } }
},
SplineColor = { Green = 105, Blue = 30, Red = 210 },
CtrlWZoom = false,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
}
},
["横揺れ_Ctrl"] = Transform {
UserControls = 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" } },
ViewInfo = OperatorInfo { Pos = { 13475, 742.5 } },
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
NameSet = true,
Inputs = {
v = Input {
Expression = "0.5 + amplitude * iif(time > out, 0,bound)",
Value = 0.504755282581476
},
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
amplitude = Input {
SourceOp = "Motion_Str",
Source = "Value"
},
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)",
Value = 0.951056516295153
},
Center = Input {
Expression = "Point(v, 0.5)",
Value = { 0.504755282581476, 0.5 }
},
speed = Input {
SourceOp = "Motion_Speed",
Source = "Value"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
}
},
["拡縮_Ctrl"] = Transform {
UserControls = 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" } },
ViewInfo = OperatorInfo { Pos = { 13805, 742.5 } },
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
NameSet = true,
Inputs = {
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)",
Value = 0.951056516295153
},
Center = Input { Value = { 0.504755282581476, 0.5 } },
v = Input {
Expression = "1 + amplitude * iif(time > out, 0,bound)",
Value = 0.504755282581476
},
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
amplitude = Input {
SourceOp = "Motion_Str",
Source = "Value"
},
Size = Input { Expression = " v" },
speed = Input {
SourceOp = "Motion_Speed",
Source = "Value"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
}
},
["荒ぶる"] = GroupOperator {
Tools = ordered() {
Transform1_2_1 = Transform {
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
UserControls = 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" } },
CtrlWShown = false,
Inputs = {
y = Input { Value = 0.03 },
x = Input { Value = 0.03 },
in_out = Input {
SourceOp = "KeyframeStretcher1_1",
Source = "Result"
},
Center = Input {
Expression = "Point(0.5, 0.5) + shake * in_out",
Value = { 0.502997744173508, 0.497908177638071 }
},
shake = Input {
SourceOp = "Shake1_1",
Source = "Position"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
}
},
KeyframeStretcher1_1 = KeyStretcherMod {
CtrlWZoom = false,
Inputs = {
StretchStart = Input { Value = 10 },
StretchEnd = Input { Value = 110 },
Keyframes = Input {
SourceOp = "KeyStretcheronTransform1_2_1Keyframes",
Source = "Value"
}
}
},
KeyStretcheronTransform1_2_1Keyframes = BezierSpline {
CtrlWZoom = false,
SplineColor = { Green = 106, Blue = 231, Red = 193 },
KeyFrames = {
[0] = { 0, RH = { 3.33333333333333, 0 }, Flags = { Linear = true } },
[10] = { 1, RH = { 43.3333333333333, 1 }, LH = { 6.66666666666667, 1 } },
[110] = { 1, RH = { 113.333333333333, 1 }, LH = { 76.6666666666667, 1 } },
[120] = { 0, LH = { 116.666666666667, 0 } }
}
},
Shake1_1 = Shake {
Faster = true,
CtrlWZoom = false,
Inputs = {
Smoothness = Input { Value = 1.5 },
YMinimum = Input {
Expression = "-Transform1_2_1.y",
Value = -0.03
},
YMaximum = Input {
Expression = "Transform1_2_1.y",
Value = 0.03
},
LockXY = Input { Value = 0 },
XMinimum = Input {
Expression = "-Transform1_2_1.x",
Value = -0.03
},
XMaximum = Input {
Expression = "Transform1_2_1.x",
Value = 0.03
}
}
}
},
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform1_2_1",
Source = "Output"
}
},
ViewInfo = GroupInfo {
Scale = 1,
Offset = { 0, 0 },
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Flags = {
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true,
AllowPan = false,
ForceAll = true,
GridSnap = true
},
PipeStyle = "Direct",
Pos = { 14630, 742.5 },
Direction = "Horizontal"
},
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
NameSet = true,
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform1_2_1",
Source = "Input"
},
Input3 = InstanceInput {
Source = "RandomSeed",
SourceOp = "Shake1_1",
Width = 1,
Default = 0
},
Input4 = InstanceInput {
SourceOp = "Shake1_1",
Width = 0.385,
Source = "Randomize"
},
Input5 = InstanceInput {
Default = 10,
SourceOp = "Shake1_1",
Source = "Smoothness"
},
Input1 = InstanceInput {
Source = "x",
SourceOp = "Transform1_2_1",
Name = "X",
Default = 0.1
},
Input2 = InstanceInput {
Source = "y",
SourceOp = "Transform1_2_1",
Name = "Y",
Default = 0.1
}
}
},
Loader22 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\!左腕\\-手を挙げる.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 6600, -808.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader69 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-ジト目.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 11495, -1303.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader38 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装1_\\!右腕\\-苦しむ.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 9020, -808.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["跳ねる"] = GroupOperator {
Tools = ordered() {
Transform1_1 = Transform {
UserControls = 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" } },
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
CtrlWShown = false,
CtrlWZoom = false,
Inputs = {
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
amplitude = Input { Value = 0.08 },
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\n",
Value = 0.951056516295154
},
Center = Input {
Expression = "Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))",
Value = { 0.5, 0.595105651629515 }
},
speed = Input { Value = 2 },
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
}
}
},
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform1_1",
Source = "Output"
}
},
ViewInfo = GroupInfo {
Scale = 1,
Offset = { 0, 0 },
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Flags = {
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true,
AllowPan = false,
ForceAll = true,
GridSnap = true
},
PipeStyle = "Direct",
Pos = { 14135, 742.5 },
Direction = "Horizontal"
},
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
NameSet = true,
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform1_1",
Source = "Input"
},
Input1 = InstanceInput {
Source = "speed",
SourceOp = "Transform1_1",
MinScale = 0.0010000000475,
Default = 2
},
Input2 = InstanceInput {
Default = 0.1,
SourceOp = "Transform1_1",
Source = "amplitude"
}
}
},
Loader89 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!眉\\-上がり眉.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 10945, -412.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader52 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!口\\-おほお.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 13035, -841.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader58 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!顔色\\-青ざめ.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 10010, -412.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader59 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!顔色\\-ほっぺ赤め.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 10120, -412.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["縦揺れ_Ctrl"] = Transform {
UserControls = 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" } },
ViewInfo = OperatorInfo { Pos = { 13640, 742.5 } },
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
NameSet = true,
Inputs = {
v = Input {
Expression = "0.5 + amplitude * iif(time > out, 0,bound)",
Value = 0.504755282581476
},
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
amplitude = Input {
SourceOp = "Motion_Str",
Source = "Value"
},
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)",
Value = 0.951056516295153
},
Center = Input {
Expression = "Point(0.5,v)",
Value = { 0.504755282581476, 0.5 }
},
speed = Input {
SourceOp = "Motion_Speed",
Source = "Value"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
}
},
Loader14 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\!右腕\\-腰.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 5500, -808.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader96 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\記号など\\汗2_.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 12155, -412.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader55 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!口\\-むー.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 13365, -841.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader75 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-目セット\\-見開き白目.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 12375, -1699.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader56 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!顔色\\かげり.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 9790, -412.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader25 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装1_\\-制服.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 7150, -412.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader62 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-ぐるぐる.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 10725, -1303.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader76 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-目セット\\-ジト白目.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 12485, -1699.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["ぴょん_Ctrl"] = Transform {
UserControls = 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" } },
ViewInfo = OperatorInfo { Pos = { 12980, 742.5 } },
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
NameSet = true,
Inputs = {
Center = Input {
SourceOp = "XYPath1_1",
Source = "Value"
},
speed = Input {
SourceOp = "Motion_Speed",
Source = "Value"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
}
},
XYPath1_1 = XYPath {
ShowKeyPoints = false,
DrawMode = "ModifyOnly",
Inputs = {
Y = Input {
SourceOp = "Calculation1_1_1",
Source = "Result"
},
X = Input { Value = 0.5 }
},
CtrlWZoom = false,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
}
},
Calculation1_1_1 = Calculation {
Inputs = {
SecondOperand = Input { Value = 0.5 },
FirstOperand = Input {
SourceOp = "Calculation2_1_1",
Source = "Result"
},
FirstOperandTimeOffset = Input { Expression = "-comp.GlobalStart - ぴょん_Ctrl.offset" }
},
CtrlWZoom = false,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
}
},
Calculation2_1_1 = Calculation {
Inputs = {
SecondOperand = Input { Value = 0.5 },
FirstOperandTimeScale = Input { Expression = "ぴょん_Ctrl.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate" },
FirstOperand = Input {
SourceOp = "Calculation4_1",
Source = "Result"
},
Operator = Input { Value = 2 }
},
CtrlWZoom = false,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
}
},
Calculation4_1 = Calculation {
Inputs = {
SecondOperand = Input {
SourceOp = "Motion_Str",
Source = "Value"
},
FirstOperand = Input {
SourceOp = "Calculation4_1FirstOperand",
Source = "Value"
},
Operator = Input { Value = 2 }
},
CtrlWZoom = false,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
}
},
Calculation4_1FirstOperand = BezierSpline {
KeyFrames = {
[0] = { 0, RH = { 2.65, 0.18 }, Flags = { Linear = true } },
[13] = { 0, RH = { 15.2, 0.05 }, LH = { 9.5, 0.194 } },
[22] = { 0, RH = { 24.9, 0.02 }, LH = { 18.7, 0.06 } },
[30] = { 0, LH = { 27.4851924208954, 0 } }
},
SplineColor = { Green = 255, Blue = 0, Red = 0 },
CtrlWZoom = false,
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
}
},
Loader2 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\パーカー裏地.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 3740, -16.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader81 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-目セット\\!黒目\\-カメラ目線3_.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 13255, -2095.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader60 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!顔色\\-ほっぺ2_.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 10230, -412.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader49 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!口\\-んへー.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 12705, -841.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader85 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-目セット\\!黒目\\-普通目2_.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 13695, -2095.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader37 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装1_\\!右腕\\-指差し.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 8910, -808.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader70 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-細め目.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 11605, -1303.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader67 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-にっこり.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 11275, -1303.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader29 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装1_\\!左腕\\-考える.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 7810, -808.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader78 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-目セット\\!黒目\\-目逸らし3_.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 12925, -2095.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader64 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-__.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 10945, -1303.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader6 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\-バスタオル.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 4400, -412.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader12 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\!右腕\\-口元.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 5280, -808.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader94 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!枝豆\\-パーカー(裏地とセットで使用).png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 11715, -412.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader97 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\記号など\\汗1_.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 12265, -412.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader84 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-目セット\\!黒目\\-普通目3_.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 13585, -2095.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Background2 = Background {
ViewInfo = OperatorInfo { Pos = { 3960, -412.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
GlobalOut = Input { Value = 300 }
}
},
SetDomain2 = SetDomain {
ViewInfo = OperatorInfo { Pos = { 3960, -280.5 } },
Inputs = {
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background2",
Source = "Output"
},
Right = Input { Value = 0 }
}
},
Loader3 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\-素体.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 4070, -412.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["服装2_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 4400, -280.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain2",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader3",
Source = "Output"
}
}
},
Background3 = Background {
ViewInfo = OperatorInfo { Pos = { 4620, -808.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
GlobalOut = Input { Value = 300 }
}
},
SetDomain3 = SetDomain {
ViewInfo = OperatorInfo { Pos = { 4620, -676.5 } },
Inputs = {
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background3",
Source = "Output"
},
Right = Input { Value = 0 }
}
},
Loader7 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\!右腕\\-(非表示).png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 4730, -808.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["右腕_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 5610, -676.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain3",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader7",
Source = "Output"
}
}
},
["右腕"] = Transform {
ViewInfo = OperatorInfo { Pos = { 5610, -544.5 } },
Inputs = {
Input = Input {
SourceOp = "右腕_MG",
Source = "Output"
}
}
},
["右腕_MG1"] = Merge {
ViewInfo = OperatorInfo { Pos = { 5610, -280.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "服装2_MG",
Source = "Output"
},
Foreground = Input {
SourceOp = "右腕",
Source = "Output"
}
}
},
Background4 = Background {
ViewInfo = OperatorInfo { Pos = { 5830, -808.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
GlobalOut = Input { Value = 300 }
}
},
SetDomain4 = SetDomain {
ViewInfo = OperatorInfo { Pos = { 5830, -676.5 } },
Inputs = {
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background4",
Source = "Output"
},
Right = Input { Value = 0 }
}
},
Loader16 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\!左腕\\-(非表示).png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 5940, -808.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["左腕_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 6820, -676.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain4",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader16",
Source = "Output"
}
}
},
["左腕"] = Transform {
ViewInfo = OperatorInfo { Pos = { 6820, -544.5 } },
Inputs = {
Input = Input {
SourceOp = "左腕_MG",
Source = "Output"
}
}
},
["左腕_MG1"] = Merge {
ViewInfo = OperatorInfo { Pos = { 6820, -280.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "右腕_MG1",
Source = "Output"
},
Foreground = Input {
SourceOp = "左腕",
Source = "Output"
}
}
},
["服装2"] = Transform {
ViewInfo = OperatorInfo { Pos = { 6820, -148.5 } },
Inputs = {
Input = Input {
SourceOp = "左腕_MG1",
Source = "Output"
}
}
},
Loader66 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-にっこり2_.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 11165, -1303.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader87 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!眉\\-困り眉2_.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 10725, -412.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader8 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\!右腕\\-胸元.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 4840, -808.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader10 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\!右腕\\-指差し.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 5060, -808.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader92 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!枝豆\\-枝豆萎え.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 11495, -412.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader74 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-上向き.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 12045, -1303.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader30 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装1_\\!左腕\\-苦しむ.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 7920, -808.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader41 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装1_\\!右腕\\-腰.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 9350, -808.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["震え"] = GroupOperator {
Tools = ordered() {
Transform1_3 = Transform {
ViewInfo = OperatorInfo { Pos = { 0, 29.7576007843018 } },
UserControls = 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" } },
CtrlWShown = false,
Inputs = {
v = Input {
Expression = "0.5 + amplitude * iif(time > out, 0,bound)",
Value = 0.504755282581476
},
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
amplitude = Input { Value = 0.005 },
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)",
Value = 0.951056516295153
},
Center = Input {
Expression = "iif(Y == 0, Point(v, 0.5),Point(0.5,v))",
Value = { 0.504755282581476, 0.5 }
},
speed = Input { Value = 12 },
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
}
}
},
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform1_3",
Source = "Output"
}
},
ViewInfo = GroupInfo {
Scale = 1,
Offset = { 0, 0 },
Size = { 126, 109.359001159668, 63, 24.2423992156982 },
Flags = {
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true,
AllowPan = false,
ForceAll = true,
GridSnap = true
},
PipeStyle = "Direct",
Pos = { 14795, 742.5 },
Direction = "Horizontal"
},
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
NameSet = true,
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform1_3",
Source = "Input"
},
Input1 = InstanceInput {
Default = 2,
SourceOp = "Transform1_3",
Source = "speed"
},
Input2 = InstanceInput {
Default = 0.1,
SourceOp = "Transform1_3",
Source = "amplitude"
},
Input3 = InstanceInput {
Default = 0,
SourceOp = "Transform1_3",
Source = "Y"
}
}
},
Loader9 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\!右腕\\-マイク.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 4950, -808.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader47 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!口\\-△.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 12485, -841.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader73 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-上向き2_.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 11935, -1303.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader57 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!顔色\\-(非表示).png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 9900, -412.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["跳ねる_Ctrl"] = Transform {
UserControls = 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" } },
ViewInfo = OperatorInfo { Pos = { 13310, 742.5 } },
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
NameSet = true,
Inputs = {
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
amplitude = Input {
SourceOp = "Motion_Str",
Source = "Value"
},
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\n",
Value = 0.951056516295154
},
Center = Input {
Expression = "Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))",
Value = { 0.5, 0.595105651629515 }
},
speed = Input {
SourceOp = "Motion_Speed",
Source = "Value"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
}
},
Loader19 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\!左腕\\-考える.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 6270, -808.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader79 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-目セット\\!黒目\\-目逸らし2_.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 13035, -2095.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader17 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\!左腕\\-ひそひそ.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 6050, -808.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["跳ねる_小"] = GroupOperator {
Tools = ordered() {
Transform1_1_1 = Transform {
UserControls = 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" } },
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
CtrlWShown = false,
CtrlWZoom = false,
Inputs = {
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
amplitude = Input { Value = 0.02 },
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\n",
Value = 0.951056516295154
},
Center = Input {
Expression = "Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))",
Value = { 0.5, 0.595105651629515 }
},
speed = Input { Value = 2 },
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
}
}
},
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform1_1_1",
Source = "Output"
}
},
ViewInfo = GroupInfo {
Scale = 1,
Offset = { 0, 0 },
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Flags = {
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true,
AllowPan = false,
ForceAll = true,
GridSnap = true
},
PipeStyle = "Direct",
Pos = { 14300, 742.5 },
Direction = "Horizontal"
},
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
NameSet = true,
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform1_1_1",
Source = "Input"
},
Input1 = InstanceInput {
Source = "speed",
SourceOp = "Transform1_1_1",
MinScale = 0.0010000000475,
Default = 2
},
Input2 = InstanceInput {
Default = 0.1,
SourceOp = "Transform1_1_1",
Source = "amplitude"
}
}
},
Loader18 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\!左腕\\-胸元.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 6160, -808.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader51 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!口\\-はへえ.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 12925, -841.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
ST_Background = Background {
ViewInfo = OperatorInfo { Pos = { 3355, -16.5 } },
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
NameSet = true,
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
GlobalOut = Input { Value = 300 }
}
},
ST_SetDomain = SetDomain {
ViewInfo = OperatorInfo { Pos = { 3355, 115.5 } },
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
NameSet = true,
Inputs = {
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Input = Input {
SourceOp = "ST_Background",
Source = "Output"
},
Right = Input { Value = 0 }
}
},
Loader1 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\尻尾的なアレ.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 3630, -16.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["尻尾的なアレ_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 3630, 115.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "ST_SetDomain",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader1",
Source = "Output"
}
}
},
["パーカー裏地_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 3740, 115.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "尻尾的なアレ_MG",
Source = "Output"
}
}
},
Background5 = Background {
ViewInfo = OperatorInfo { Pos = { 7040, -412.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
GlobalOut = Input { Value = 300 }
}
},
SetDomain5 = SetDomain {
ViewInfo = OperatorInfo { Pos = { 7040, -280.5 } },
Inputs = {
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background5",
Source = "Output"
},
Right = Input { Value = 0 }
}
},
Loader26 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装1_\\-いつもの服.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 7260, -412.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["服装1_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 7260, -280.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain5",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader26",
Source = "Output"
}
}
},
Background6 = Background {
ViewInfo = OperatorInfo { Pos = { 7480, -808.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
GlobalOut = Input { Value = 300 }
}
},
SetDomain6 = SetDomain {
ViewInfo = OperatorInfo { Pos = { 7480, -676.5 } },
Inputs = {
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background6",
Source = "Output"
},
Right = Input { Value = 0 }
}
},
Loader34 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装1_\\!左腕\\-基本.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 8360, -808.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["左腕1_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 8360, -676.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain6",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader34",
Source = "Output"
}
}
},
["左腕1"] = Transform {
ViewInfo = OperatorInfo { Pos = { 8360, -544.5 } },
Inputs = {
Input = Input {
SourceOp = "左腕1_MG",
Source = "Output"
}
}
},
["左腕_MG2"] = Merge {
ViewInfo = OperatorInfo { Pos = { 8360, -280.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "服装1_MG",
Source = "Output"
},
Foreground = Input {
SourceOp = "左腕1",
Source = "Output"
}
}
},
Background7 = Background {
ViewInfo = OperatorInfo { Pos = { 8580, -808.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
GlobalOut = Input { Value = 300 }
}
},
SetDomain7 = SetDomain {
ViewInfo = OperatorInfo { Pos = { 8580, -676.5 } },
Inputs = {
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background7",
Source = "Output"
},
Right = Input { Value = 0 }
}
},
Loader42 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装1_\\!右腕\\-基本.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 9460, -808.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["右腕1_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 9460, -676.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain7",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader42",
Source = "Output"
}
}
},
["右腕1"] = Transform {
ViewInfo = OperatorInfo { Pos = { 9460, -544.5 } },
Inputs = {
Input = Input {
SourceOp = "右腕1_MG",
Source = "Output"
}
}
},
["右腕_MG2"] = Merge {
ViewInfo = OperatorInfo { Pos = { 9460, -280.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "左腕_MG2",
Source = "Output"
},
Foreground = Input {
SourceOp = "右腕1",
Source = "Output"
}
}
},
["服装1"] = Transform {
ViewInfo = OperatorInfo { Pos = { 9460, -148.5 } },
Inputs = {
Input = Input {
SourceOp = "右腕_MG2",
Source = "Output"
}
}
},
Root_MG = Merge {
ViewInfo = OperatorInfo { Pos = { 9460, 115.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "パーカー裏地_MG",
Source = "Output"
},
Foreground = Input {
SourceOp = "服装1",
Source = "Output"
}
}
},
Background9 = Background {
ViewInfo = OperatorInfo { Pos = { 9680, -412.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
GlobalOut = Input { Value = 300 }
}
},
SetDomain9 = SetDomain {
ViewInfo = OperatorInfo { Pos = { 9680, -280.5 } },
Inputs = {
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background9",
Source = "Output"
},
Right = Input { Value = 0 }
}
},
["かげり_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 9790, -280.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain9",
Source = "Output"
}
}
},
Loader61 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!顔色\\-ほっぺ.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 10340, -412.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["顔色_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 10340, -280.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "かげり_MG",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader61",
Source = "Output"
}
}
},
["顔色"] = Transform {
ViewInfo = OperatorInfo { Pos = { 10340, -148.5 } },
Inputs = {
Input = Input {
SourceOp = "顔色_MG",
Source = "Output"
}
}
},
["顔色_MG1"] = Merge {
ViewInfo = OperatorInfo { Pos = { 10340, 115.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "Root_MG",
Source = "Output"
},
Foreground = Input {
SourceOp = "顔色",
Source = "Output"
}
}
},
Background13 = Background {
ViewInfo = OperatorInfo { Pos = { 10615, -412.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
GlobalOut = Input { Value = 300 }
}
},
SetDomain13 = SetDomain {
ViewInfo = OperatorInfo { Pos = { 10615, -280.5 } },
Inputs = {
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background13",
Source = "Output"
},
Right = Input { Value = 0 }
}
},
Loader90 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!眉\\-怒り眉.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 11055, -412.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["眉_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 11165, -280.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain13",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader90",
Source = "Output"
}
}
},
["眉"] = Transform {
ViewInfo = OperatorInfo { Pos = { 11165, -148.5 } },
Inputs = {
Input = Input {
SourceOp = "眉_MG",
Source = "Output"
}
}
},
["眉_MG1"] = Merge {
ViewInfo = OperatorInfo { Pos = { 11165, 115.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "顔色_MG1",
Source = "Output"
},
Foreground = Input {
SourceOp = "眉",
Source = "Output"
}
}
},
Background14 = Background {
ViewInfo = OperatorInfo { Pos = { 11385, -412.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
GlobalOut = Input { Value = 300 }
}
},
SetDomain14 = SetDomain {
ViewInfo = OperatorInfo { Pos = { 11385, -280.5 } },
Inputs = {
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background14",
Source = "Output"
},
Right = Input { Value = 0 }
}
},
Loader93 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!枝豆\\-枝豆通常.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 11605, -412.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["枝豆_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 11715, -280.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain14",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader93",
Source = "Output"
}
}
},
["枝豆"] = Transform {
ViewInfo = OperatorInfo { Pos = { 11715, -148.5 } },
Inputs = {
Input = Input {
SourceOp = "枝豆_MG",
Source = "Output"
}
}
},
["枝豆_MG1"] = Merge {
ViewInfo = OperatorInfo { Pos = { 11715, 115.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "眉_MG1",
Source = "Output"
},
Foreground = Input {
SourceOp = "枝豆",
Source = "Output"
}
}
},
Background15 = Background {
ViewInfo = OperatorInfo { Pos = { 11935, -412.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
GlobalOut = Input { Value = 300 }
}
},
SetDomain15 = SetDomain {
ViewInfo = OperatorInfo { Pos = { 11935, -280.5 } },
Inputs = {
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background15",
Source = "Output"
},
Right = Input { Value = 0 }
}
},
["汗3_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 12045, -280.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain15",
Source = "Output"
}
}
},
["汗2_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 12155, -280.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "汗3_MG",
Source = "Output"
}
}
},
["汗1_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 12265, -280.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "汗2_MG",
Source = "Output"
}
}
},
["涙_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 12375, -280.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "汗1_MG",
Source = "Output"
}
}
},
["アヒルちゃん_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 12485, -280.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "涙_MG",
Source = "Output"
}
}
},
["記号など"] = Transform {
ViewInfo = OperatorInfo { Pos = { 12485, -148.5 } },
Inputs = {
Input = Input {
SourceOp = "アヒルちゃん_MG",
Source = "Output"
}
}
},
["記号など_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 12485, 115.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "枝豆_MG1",
Source = "Output"
},
Foreground = Input {
SourceOp = "記号など",
Source = "Output"
}
}
},
Body = Transform {
Locked = true,
Colors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } },
ViewInfo = OperatorInfo { Pos = { 12705, 115.5 } },
Inputs = {
FlattenTransform = Input { Value = 1 },
Input = Input {
SourceOp = "記号など_MG",
Source = "Output"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
}
},
Background8 = Background {
ViewInfo = OperatorInfo { Pos = { 11935, -841.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
GlobalOut = Input { Value = 300 }
}
},
SetDomain8 = SetDomain {
ViewInfo = OperatorInfo { Pos = { 11935, -709.5 } },
Inputs = {
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background8",
Source = "Output"
},
Right = Input { Value = 0 }
}
},
["口_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 13365, -709.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain8",
Source = "Output"
},
FlattenTransform = Input { Value = 1 },
Foreground = Input {
SourceOp = "Loader46",
Source = "Output"
}
}
},
MouthBase = Transform {
Locked = true,
Colors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } },
ViewInfo = OperatorInfo { Pos = { 13365, -280.5 } },
Inputs = {
FlattenTransform = Input { Value = 1 },
Input = Input {
SourceOp = "口_MG",
Source = "Output"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
}
},
Loader46 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!口\\-むふ.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 12375, -841.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
M_Close = Fuse.Wireless {
ViewInfo = OperatorInfo { Pos = { 13255, -280.5 } },
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
NameSet = true,
Inputs = {
Input = Input {
SourceOp = "Loader46",
Source = "Output"
}
}
},
Loader53 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!口\\-お.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 13145, -841.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
M01 = Fuse.Wireless {
ViewInfo = OperatorInfo { Pos = { 13145, -280.5 } },
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
NameSet = true,
Inputs = {
Input = Input {
SourceOp = "Loader53",
Source = "Output"
}
}
},
Loader45 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!口\\-ほー.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 12265, -841.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
M02 = Fuse.Wireless {
ViewInfo = OperatorInfo { Pos = { 13035, -280.5 } },
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
NameSet = true,
Inputs = {
Input = Input {
SourceOp = "Loader45",
Source = "Output"
}
}
},
Loader44 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!口\\-ほあ.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 12155, -841.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
M03 = Fuse.Wireless {
ViewInfo = OperatorInfo { Pos = { 12925, -280.5 } },
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
NameSet = true,
Inputs = {
Input = Input {
SourceOp = "Loader44",
Source = "Output"
}
}
},
Loader43 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!口\\-ほあー.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 12045, -841.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
M_Open = Fuse.Wireless {
ViewInfo = OperatorInfo { Pos = { 12815, -280.5 } },
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと\\"
}
}
},
NameSet = true,
Inputs = {
Input = Input {
SourceOp = "Loader43",
Source = "Output"
}
}
},
MouthOpenAnim = MultiMerge {
UserControls = ordered() {
M_Open = {
INP_Default = 6,
INP_External = false,
LINKID_DataType = "Number",
LINKS_Name = "M_Open",
ICS_ControlPage = "口パク",
INP_Passive = true,
INP_Integer = true,
INP_MaxScale = 6,
INP_MinAllowed = 3,
INPID_InputControl = "SliderControl",
INP_MinScale = 3
},
Threshold = {
INP_Default = 0.550000011920929,
INP_External = false,
LINKID_DataType = "Number",
LINKS_Name = "Threshold",
ICS_ControlPage = "口パク",
INP_MaxScale = 1,
INP_Passive = true,
INP_Integer = false,
INP_MaxAllowed = 1,
INP_MinAllowed = 0,
INPID_InputControl = "SliderControl",
INP_MinScale = 0
},
Label_000 = {
INP_External = false,
LBLC_DropDownButton = false,
ICS_ControlPage = "口パク",
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "※変更後アニメーションを作り直す必要があります。",
INPID_InputControl = "LabelControl",
INP_Passive = true
}
},
ViewInfo = OperatorInfo { Pos = { 13200, 115.5 } },
Colors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },
NameSet = true,
Inputs = {
LayerOrder = Input { Value = ScriptVal { {
[0] = 1,
2,
3,
4,
5,
6
} } },
["Layer1.Foreground"] = Input {
SourceOp = "MouthBase",
Source = "Output"
},
LayerName1 = Input { Value = "MouthBase" },
["Layer2.Foreground"] = Input {
SourceOp = "M_Close",
Source = "Output"
},
LayerName2 = Input { Value = "M_Close" },
LayerEnabled2 = Input { Value = 0 },
["Layer3.Foreground"] = Input {
SourceOp = "M01",
Source = "Output"
},
LayerName3 = Input { Value = "M01" },
LayerEnabled3 = Input { Value = 0 },
["Layer4.Foreground"] = Input {
SourceOp = "M02",
Source = "Output"
},
LayerName4 = Input { Value = "M02" },
LayerEnabled4 = Input { Value = 0 },
["Layer5.Foreground"] = Input {
SourceOp = "M03",
Source = "Output"
},
LayerName5 = Input { Value = "M03" },
LayerEnabled5 = Input { Value = 0 },
["Layer6.Foreground"] = Input {
SourceOp = "M_Open",
Source = "Output"
},
LayerName6 = Input { Value = "M_Open" },
LayerEnabled6 = Input { Value = 0 },
Threshold = Input { Value = 0.55 },
Background = Input {
SourceOp = "Body",
Source = "Output"
}
}
},
Background10 = Background {
ViewInfo = OperatorInfo { Pos = { 10615, -1303.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
GlobalOut = Input { Value = 300 }
}
},
SetDomain10 = SetDomain {
ViewInfo = OperatorInfo { Pos = { 10615, -1171.5 } },
Inputs = {
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background10",
Source = "Output"
},
Right = Input { Value = 0 }
}
},
Background11 = Background {
ViewInfo = OperatorInfo { Pos = { 12265, -1699.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
GlobalOut = Input { Value = 300 }
}
},
SetDomain11 = SetDomain {
ViewInfo = OperatorInfo { Pos = { 12265, -1567.5 } },
Inputs = {
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background11",
Source = "Output"
},
Right = Input { Value = 0 }
}
},
Loader77 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-目セット\\-普通白目.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 12595, -1699.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["目セット_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 12595, -1567.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain11",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader77",
Source = "Output"
}
}
},
Background12 = Background {
ViewInfo = OperatorInfo { Pos = { 12815, -2095.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
GlobalOut = Input { Value = 300 }
}
},
SetDomain12 = SetDomain {
ViewInfo = OperatorInfo { Pos = { 12815, -1963.5 } },
Inputs = {
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background12",
Source = "Output"
},
Right = Input { Value = 0 }
}
},
Loader83 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-目セット\\!黒目\\-カメラ目線.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 13475, -2095.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["黒目_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 13805, -1963.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain12",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader83",
Source = "Output"
}
}
},
["黒目"] = Transform {
ViewInfo = OperatorInfo { Pos = { 13805, -1831.5 } },
Inputs = {
Input = Input {
SourceOp = "黒目_MG",
Source = "Output"
}
}
},
["黒目_MG1"] = Merge {
ViewInfo = OperatorInfo { Pos = { 13805, -1567.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "目セット_MG",
Source = "Output"
},
Foreground = Input {
SourceOp = "黒目",
Source = "Output"
}
}
},
["目セット"] = Transform {
ViewInfo = OperatorInfo { Pos = { 13805, -1435.5 } },
Inputs = {
Input = Input {
SourceOp = "黒目_MG1",
Source = "Output"
}
}
},
["目_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 13805, -1171.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain10",
Source = "Output"
},
FlattenTransform = Input { Value = 1 },
Foreground = Input {
SourceOp = "目セット",
Source = "Output"
}
}
},
EyeBase = Transform {
Colors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } },
ViewInfo = OperatorInfo { Pos = { 13805, -280.5 } },
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
NameSet = true,
Inputs = {
FlattenTransform = Input { Value = 1 },
Input = Input {
SourceOp = "目_MG",
Source = "Output"
}
}
},
Loader68 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-なごみ目.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 11385, -1303.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Closed = Fuse.Wireless {
ViewInfo = OperatorInfo { Pos = { 13640, -280.5 } },
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
NameSet = true,
Inputs = {
Input = Input {
SourceOp = "Loader68",
Source = "Output"
}
}
},
EyeAnim = MultiMerge {
UserControls = ordered() {
Blink = {
INP_Default = 127,
ICS_ControlPage = "目パチ",
LINKID_DataType = "Number",
LINKS_Name = "Blink",
INPID_InputControl = "SliderControl",
INP_External = false,
INP_Integer = true,
INP_MaxAllowed = 1000000,
INP_MinAllowed = 0,
INP_MaxScale = 500,
INP_MinScale = 0
},
Close = {
INP_Default = 4,
INP_External = false,
LINKID_DataType = "Number",
LINKS_Name = "Close",
ICS_ControlPage = "目パチ",
INP_Passive = true,
INP_Integer = true,
INP_MaxScale = 10,
INP_MinAllowed = 0,
INPID_InputControl = "SliderControl",
INP_MinScale = 0
},
Offset = {
INP_Default = 0,
ICS_ControlPage = "目パチ",
LINKID_DataType = "Number",
LINKS_Name = "Offset",
INP_Integer = true,
INP_External = false,
INP_MaxScale = 100,
INPID_InputControl = "SliderControl",
INP_MinScale = 0
},
Make = {
ICD_Width = 0.5,
ICS_ControlPage = "目パチ",
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Make Anim",
INPID_InputControl = "ButtonControl",
BTNCS_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"
},
Delete = {
ICD_Width = 0.5,
ICS_ControlPage = "目パチ",
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Delete Anim",
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "local tool = comp:FindTool('EyeAnim')\ncomp:Execute('!Py3: from rs_fusion.core.eye_blink import delete_mm;delete_mm(comp)')\n"
},
at00 = {
INP_Passive = true,
LBLC_DropDownButton = false,
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "ボタンを押さないと反映されません。",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "目パチ"
},
sp00 = {
INP_Passive = true,
LBLC_DropDownButton = false,
ICS_ControlPage = "目パチ",
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "",
INPID_InputControl = "LabelControl",
INP_External = false
}
},
Colors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },
ViewInfo = OperatorInfo { Pos = { 13805, 115.5 } },
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
NameSet = true,
Inputs = {
["Layer2.Foreground"] = Input {
SourceOp = "Closed",
Source = "Output"
},
LayerEnabled1 = Input {
SourceOp = "EyeAnimLayerEnabled1",
Source = "Value"
},
LayerEnabled2 = Input {
SourceOp = "EyeAnimLayerEnabled2",
Source = "Value"
},
LayerName2 = Input { Value = "Closed" },
Background = Input {
SourceOp = "MouthOpenAnim",
Source = "Output"
},
LayerOrder = Input { Value = ScriptVal { {
[0] = 1,
2
} } },
["Layer1.Foreground"] = Input {
SourceOp = "EyeBase",
Source = "Output"
},
LayerName1 = Input { Value = "EyeBase " }
}
},
EyeAnimLayerEnabled1 = BezierSpline {
KeyFrames = {
[0] = { 1, RH = { 41, 0 }, Flags = { Linear = true, PreLoop = true, Loop = true } },
[123] = { 0, RH = { 124, 1 }, LH = { 123, 0.666666666666667 }, Flags = { StepIn = true } },
[127] = { 1, Flags = { StepIn = true, PreLoop = true, Loop = true }, LH = { 127, 0.333333333333333 } }
},
SplineColor = { Green = 82, Blue = 232, Red = 198 },
CtrlWZoom = false,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
}
},
EyeAnimLayerEnabled2 = BezierSpline {
KeyFrames = {
[0] = { 0, RH = { 41, 0 }, Flags = { Linear = true, PreLoop = true, Loop = true } },
[123] = { 1, RH = { 124, 1 }, LH = { 123, 0.666666666666667 }, Flags = { StepIn = true } },
[127] = { 0, Flags = { StepIn = true, PreLoop = true, Loop = true }, LH = { 127, 0.333333333333333 } }
},
SplineColor = { Green = 82, Blue = 214, Red = 232 },
CtrlWZoom = false,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
}
},
Root = Transform {
ViewInfo = OperatorInfo { Pos = { 13805, 346.5 } },
UserControls = ordered() {
CopyPose = {
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.copy(comp)]])",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Copy Pose",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
PastePose = {
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.paste(comp)]])",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Paste Pose",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
SavePose = {
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.save(comp, fu)]])",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Save Pose",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
LoadPose = {
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.load(comp, fu)]])",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Load Pose",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
Grp_Root = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 8,
LINKS_Name = "Root",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N009_kigounado_show_128 = {
BTNCS_Execute = "local mg = comp:FindTool(\"記号など_MG\")\nlocal node = comp:FindTool(\"記号など\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "記号など show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N009_kigounado_hide_128 = {
BTNCS_Execute = "local mg = comp:FindTool(\"記号など_MG\")\nmg.Foreground = nil",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "記号など hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N001_paakaauraji_show_3 = {
BTNCS_Execute = "local mg = comp:FindTool(\"パーカー裏地_MG\")\nlocal node = comp:FindTool(\"Loader2\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "パーカー裏地 show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N001_paakaauraji_hide_3 = {
BTNCS_Execute = "local mg = comp:FindTool(\"パーカー裏地_MG\")\nmg.Foreground = nil",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "パーカー裏地 hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N000_shippotekinaare_show_2 = {
BTNCS_Execute = "local mg = comp:FindTool(\"尻尾的なアレ_MG\")\nlocal node = comp:FindTool(\"Loader1\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "尻尾的なアレ show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N000_shippotekinaare_hide_2 = {
BTNCS_Execute = "local mg = comp:FindTool(\"尻尾的なアレ_MG\")\nmg.Foreground = nil",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "尻尾的なアレ hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N003_fukusou155 = {
BTNCS_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()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*服装1",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N002_fukusou231 = {
BTNCS_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()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*服装2",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["Grp_記号など"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 10,
LINKS_Name = "記号など",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N004_ahiruchan_show_128 = {
BTNCS_Execute = "local mg = comp:FindTool(\"アヒルちゃん_MG\")\nlocal node = comp:FindTool(\"Loader99\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "アヒルちゃん show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N004_ahiruchan_hide_128 = {
BTNCS_Execute = "local mg = comp:FindTool(\"アヒルちゃん_MG\")\nmg.Foreground = nil",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "アヒルちゃん hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N003_namida_show_127 = {
BTNCS_Execute = "local mg = comp:FindTool(\"涙_MG\")\nlocal node = comp:FindTool(\"Loader98\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "涙 show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N003_namida_hide_127 = {
BTNCS_Execute = "local mg = comp:FindTool(\"涙_MG\")\nmg.Foreground = nil",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "涙 hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N002_ase1_show_126 = {
BTNCS_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()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "汗1 show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N002_ase1_hide_126 = {
BTNCS_Execute = "local mg = comp:FindTool(\"汗1_MG\")\nmg.Foreground = nil",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "汗1 hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N001_ase2_show_125 = {
BTNCS_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()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "汗2 show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N001_ase2_hide_125 = {
BTNCS_Execute = "local mg = comp:FindTool(\"汗2_MG\")\nmg.Foreground = nil",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "汗2 hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N000_ase3_show_124 = {
BTNCS_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()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "汗3 show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N000_ase3_hide_124 = {
BTNCS_Execute = "local mg = comp:FindTool(\"汗3_MG\")\nmg.Foreground = nil",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "汗3 hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
["Grp_枝豆"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 3,
LINKS_Name = "枝豆",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N002_paakaaurajitosettodeshiyou121 = {
BTNCS_Execute = "local mg = comp:FindTool(\"枝豆_MG\")\nlocal node = comp:FindTool(\"Loader94\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*パーカー(裏地とセットで使用)",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N001_edamametsuujou120 = {
BTNCS_Execute = "local mg = comp:FindTool(\"枝豆_MG\")\nlocal node = comp:FindTool(\"Loader93\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*枝豆通常",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N000_edamamenae119 = {
BTNCS_Execute = "local mg = comp:FindTool(\"枝豆_MG\")\nlocal node = comp:FindTool(\"Loader92\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*枝豆萎え",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["Grp_眉"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 5,
LINKS_Name = "眉",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N004_futsuumayu116 = {
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader91\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*普通眉",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N003_ikarimayu115 = {
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader90\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*怒り眉",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N002_agarimayu114 = {
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader89\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*上がり眉",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N001_komarimayu1113 = {
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader88\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*困り眉1",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N000_komarimayu2112 = {
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader87\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*困り眉2",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["Grp_目"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 14,
LINKS_Name = "目",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N013_mesetto109 = {
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"目セット\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*目セット",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N012_uwamuki93 = {
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader74\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*上向き",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N011_uwamuki292 = {
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader73\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*上向き2",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N010_uwamuki391 = {
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader72\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*上向き3",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N009_hosomemehaato90 = {
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader71\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*細め目ハート",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N008_hosomeme89 = {
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader70\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*細め目",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N007_jitome88 = {
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader69\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ジト目",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N006_nagomime87 = {
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader68\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*なごみ目",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N005_nikkori86 = {
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader67\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*にっこり",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N004_nikkori285 = {
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader66\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*にっこり2",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N003_UU84 = {
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader65\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*UU",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N002_none83 = {
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader64\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*><",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["N001_〇〇82"] = {
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader63\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*〇〇",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N000_guruguru81 = {
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader62\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ぐるぐる",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["Grp_目セット"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 3,
LINKS_Name = "目セット",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N002_futsuushirome98 = {
BTNCS_Execute = "local mg = comp:FindTool(\"目セット_MG\")\nlocal node = comp:FindTool(\"Loader77\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*普通白目",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N001_jitoshirome97 = {
BTNCS_Execute = "local mg = comp:FindTool(\"目セット_MG\")\nlocal node = comp:FindTool(\"Loader76\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ジト白目",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N000_mihirakishirome96 = {
BTNCS_Execute = "local mg = comp:FindTool(\"目セット_MG\")\nlocal node = comp:FindTool(\"Loader75\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*見開き白目",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["Grp_黒目"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 9,
LINKS_Name = "黒目",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N008_futsuume109 = {
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader86\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*普通目",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N007_futsuume2108 = {
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader85\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*普通目2",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N006_futsuume3107 = {
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader84\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*普通目3",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N005_kameramesen106 = {
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader83\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*カメラ目線",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N004_kameramesen2105 = {
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader82\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*カメラ目線2",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N003_kameramesen3104 = {
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader81\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*カメラ目線3",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N002_mesorashi103 = {
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader80\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*目逸らし",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N001_mesorashi2102 = {
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader79\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*目逸らし2",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N000_mesorashi3101 = {
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader78\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*目逸らし3",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["Grp_顔色"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 7,
LINKS_Name = "顔色",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N000_kageri_show_73 = {
BTNCS_Execute = "local mg = comp:FindTool(\"かげり_MG\")\nlocal node = comp:FindTool(\"Loader56\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "かげり show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N000_kageri_hide_73 = {
BTNCS_Execute = "local mg = comp:FindTool(\"かげり_MG\")\nmg.Foreground = nil",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "かげり hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N005_hoppe78 = {
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader61\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ほっぺ",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N004_hoppe277 = {
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader60\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ほっぺ2",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N003_hoppeakame76 = {
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader59\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ほっぺ赤め",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N002_aozame75 = {
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader58\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*青ざめ",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N001_hihyouji74 = {
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader57\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*(非表示)",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["Grp_口"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 13,
LINKS_Name = "口",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N012_muu70 = {
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader55\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*むー",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N011_yu69 = {
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader54\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ゆ",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N010_o68 = {
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader53\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*お",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N009_ohoo67 = {
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader52\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*おほお",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N008_hahee66 = {
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader51\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*はへえ",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N007_nn65 = {
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader50\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*んー",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N006_nhee64 = {
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader49\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*んへー",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N005_naa63 = {
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader48\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*んあー",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["N004_△62"] = {
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader47\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*△",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N003_mufu61 = {
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader46\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*むふ",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N002_hoo60 = {
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader45\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ほー",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N001_hoa59 = {
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader44\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ほあ",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N000_hoaa58 = {
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader43\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ほあー",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["Grp_服装1"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 2,
LINKS_Name = "服装1",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N001_itsumonofuku35 = {
BTNCS_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()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*いつもの服",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N000_seifuku34 = {
BTNCS_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()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*制服",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["Grp_右腕1"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 8,
LINKS_Name = "右腕",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N007_kihon55 = {
BTNCS_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()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*基本",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N006_koshi54 = {
BTNCS_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()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*腰",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N005_tewoageru53 = {
BTNCS_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()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*手を挙げる",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N004_kuchimoto52 = {
BTNCS_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()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*口元",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N003_kurushimu51 = {
BTNCS_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()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*苦しむ",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N002_yubisashishi50 = {
BTNCS_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()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*指差し",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N001_maiku49 = {
BTNCS_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()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*マイク",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N000_hihyouji48 = {
BTNCS_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()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*(非表示)",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["Grp_左腕1"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 8,
LINKS_Name = "左腕",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N007_kihon45 = {
BTNCS_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()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*基本",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N006_koshi44 = {
BTNCS_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()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*腰",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N005_tewoageru43 = {
BTNCS_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()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*手を挙げる",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N004_kuchimoto42 = {
BTNCS_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()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*口元",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N003_kurushimu41 = {
BTNCS_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()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*苦しむ",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N002_kangaeru40 = {
BTNCS_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()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*考える",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N001_hisohiso39 = {
BTNCS_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()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ひそひそ",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N000_hihyouji38 = {
BTNCS_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()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*(非表示)",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["Grp_服装2"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 4,
LINKS_Name = "服装2",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N003_basutaoru9 = {
BTNCS_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()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*バスタオル",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N002_sukumizu8 = {
BTNCS_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()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*スク水",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N001_pantsu7 = {
BTNCS_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()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ぱんつ",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N000_motokarada6 = {
BTNCS_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()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*素体",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["Grp_左腕"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 9,
LINKS_Name = "左腕",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N008_kihon31 = {
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader24\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*基本",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N007_koshi30 = {
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader23\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*腰",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N006_tewoageru29 = {
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader22\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*手を挙げる",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N005_kuchimoto28 = {
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader21\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*口元",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N004_kurushimu27 = {
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader20\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*苦しむ",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N003_kangaeru26 = {
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader19\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*考える",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N002_munamoto25 = {
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader18\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*胸元",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N001_hisohiso24 = {
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader17\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ひそひそ",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N000_hihyouji23 = {
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader16\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*(非表示)",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["Grp_右腕"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 9,
LINKS_Name = "右腕",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N008_kihon20 = {
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader15\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*基本",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N007_koshi19 = {
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader14\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*腰",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N006_tewoageru18 = {
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader13\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*手を挙げる",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N005_kuchimoto17 = {
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader12\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*口元",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N004_kurushimu16 = {
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader11\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*苦しむ",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N003_yubisashishi15 = {
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader10\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*指差し",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N002_maiku14 = {
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader9\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*マイク",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N001_munamoto13 = {
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader8\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*胸元",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N000_hihyouji12 = {
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader7\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*(非表示)",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
Grp_Root2 = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 4,
LINKS_Name = "Root",
ICS_ControlPage = "ポーズ",
INPID_InputControl = "LabelControl",
LINKID_DataType = "Number",
INP_Passive = true,
INP_Integer = false,
INP_MaxAllowed = 1000000,
INP_MinAllowed = -1000000,
INP_MaxScale = 1,
INP_MinScale = 0
}
},
Colors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },
Inputs = {
Comments = 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" },
Grp_Root = Input { Value = 0 },
["Grp_記号など"] = Input { Value = 0 },
["Grp_枝豆"] = Input { Value = 0 },
["Grp_目セット"] = Input { Value = 0 },
["Grp_黒目"] = Input { Value = 0 },
["Grp_顔色"] = Input { Value = 0 },
["Grp_服装1"] = Input { Value = 0 },
["Grp_服装2"] = Input { Value = 0 },
["Grp_左腕"] = Input { Value = 0 },
["Grp_右腕"] = Input { Value = 0 },
Grp_Root2 = Input { Value = 0 },
Input = Input {
SourceOp = "EyeAnim",
Source = "Output"
}
}
},
["モーションなし"] = Transform {
Inputs = {
Input = Input {
SourceOp = "Root",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 13805, 478.5 } },
CtrlWZoom = false,
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
}
},
["不安"] = GroupOperator {
Tools = ordered() {
Transform1_2 = Transform {
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
UserControls = 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" } },
CtrlWShown = false,
Inputs = {
y = Input { Value = 0.01 },
x = Input { Value = 0.01 },
in_out = Input {
SourceOp = "KeyframeStretcher1",
Source = "Result"
},
Center = Input {
Expression = "Point(0.5, 0.5) + shake * in_out",
Value = { 0.502997744173508, 0.497908177638071 }
},
shake = Input {
SourceOp = "Shake1",
Source = "Position"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
}
},
KeyframeStretcher1 = KeyStretcherMod {
CtrlWZoom = false,
Inputs = {
StretchStart = Input { Value = 10 },
StretchEnd = Input { Value = 110 },
Keyframes = Input {
SourceOp = "KeyStretcheronTransform1_2Keyframes",
Source = "Value"
}
}
},
KeyStretcheronTransform1_2Keyframes = BezierSpline {
CtrlWZoom = false,
SplineColor = { Green = 106, Blue = 231, Red = 193 },
KeyFrames = {
[0] = { 0, RH = { 3.33333333333333, 0 }, Flags = { Linear = true } },
[10] = { 1, RH = { 43.3333333333333, 1 }, LH = { 6.66666666666667, 1 } },
[110] = { 1, RH = { 113.333333333333, 1 }, LH = { 76.6666666666667, 1 } },
[120] = { 0, LH = { 116.666666666667, 0 } }
}
},
Shake1 = Shake {
Faster = true,
CtrlWZoom = false,
Inputs = {
Smoothness = Input { Value = 2 },
YMinimum = Input {
Expression = "-Transform1_2.y",
Value = -0.01
},
YMaximum = Input {
Expression = "Transform1_2.y",
Value = 0.01
},
LockXY = Input { Value = 0 },
XMinimum = Input {
Expression = "-Transform1_2.x",
Value = -0.01
},
XMaximum = Input {
Expression = "Transform1_2.x",
Value = 0.01
}
}
}
},
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform1_2",
Source = "Output"
}
},
ViewInfo = GroupInfo {
Scale = 1,
Offset = { 0, 0 },
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Flags = {
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true,
AllowPan = false,
ForceAll = true,
GridSnap = true
},
PipeStyle = "Direct",
Pos = { 14465, 742.5 },
Direction = "Horizontal"
},
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
NameSet = true,
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform1_2",
Source = "Input"
},
Input3 = InstanceInput {
Source = "RandomSeed",
SourceOp = "Shake1",
Width = 1,
Default = 0
},
Input4 = InstanceInput {
SourceOp = "Shake1",
Width = 0.385,
Source = "Randomize"
},
Input5 = InstanceInput {
Default = 10,
SourceOp = "Shake1",
Source = "Smoothness"
},
Input1 = InstanceInput {
Source = "x",
SourceOp = "Transform1_2",
Name = "X",
Default = 0.1
},
Input2 = InstanceInput {
Source = "y",
SourceOp = "Transform1_2",
Name = "Y",
Default = 0.1
}
}
}
},
ViewInfo = GroupInfo {
Offset = { 0, 0 },
Direction = "Horizontal",
PipeStyle = "Direct",
Scale = 1,
Flags = {
AllowPan = false,
AutoSnap = true,
ForceAll = true,
GridSnap = true
}
},
Outputs = ordered() {
MainOutput1 = InstanceOutput {
SourceOp = "レイアウト",
Source = "Output"
}
},
CtrlWZoom = false,
Inputs = ordered() {
Input1 = InstanceInput {
Source = "CopyPose",
SourceOp = "Root",
Name = "Copy Pose",
Default = 0
},
Input2 = InstanceInput {
Source = "PastePose",
SourceOp = "Root",
Name = "Paste Pose",
Default = 0
},
Input3 = InstanceInput {
Source = "SavePose",
SourceOp = "Root",
Name = "Save Pose",
Default = 0
},
Input4 = InstanceInput {
Source = "LoadPose",
SourceOp = "Root",
Name = "Load Pose",
Default = 0
},
Input5 = InstanceInput {
SourceOp = "レイアウト",
Source = "Center"
},
Input6 = InstanceInput {
SourceOp = "レイアウト",
Source = "Pivot"
},
Input7 = InstanceInput {
Source = "UseSizeAndAspect",
SourceOp = "レイアウト",
Name = "Use Size and Aspect",
Default = 1
},
Input8 = InstanceInput {
Default = 1,
SourceOp = "レイアウト",
Source = "Size"
},
Input9 = InstanceInput {
Default = 1,
SourceOp = "レイアウト",
Source = "Aspect"
},
Input10 = InstanceInput {
Source = "XSize",
SourceOp = "レイアウト",
Name = "X Size",
Default = 1
},
Input11 = InstanceInput {
Source = "YSize",
SourceOp = "レイアウト",
Name = "Y Size",
Default = 1
},
Input12 = InstanceInput {
Default = 0,
SourceOp = "レイアウト",
Source = "Angle"
},
Input13 = InstanceInput {
Source = "FlipHoriz",
SourceOp = "レイアウト",
Name = "Flip Horizontal",
ControlGroup = 1,
Default = 0
},
Input14 = InstanceInput {
Source = "FlipVert",
SourceOp = "レイアウト",
Name = "Flip Vertical",
ControlGroup = 1,
Default = 0
},
Input15 = InstanceInput {
Source = "Value",
Default = 1,
Name = "スピード",
Page = "モーション",
SourceOp = "Motion_Speed"
},
Input16 = InstanceInput {
Source = "Value",
SourceOp = "Motion_Str",
Name = "強さ",
Default = 1
},
Input17 = InstanceInput {
Source = "N000_モーションなし",
SourceOp = "モーションSelector",
Name = "モーションなし",
Default = 0
},
Input18 = InstanceInput {
Source = "N001_ぽよ",
SourceOp = "モーションSelector",
Name = "ぽよ",
Default = 0
},
Input19 = InstanceInput {
Source = "N002_ぴょん_Ctrl",
SourceOp = "モーションSelector",
Name = "ぴょん_Ctrl",
Default = 0
},
Input20 = InstanceInput {
Source = "N003_リズム_Ctrl",
SourceOp = "モーションSelector",
Name = "リズム_Ctrl",
Default = 0
},
Input21 = InstanceInput {
Source = "N004_跳ねる_Ctrl",
SourceOp = "モーションSelector",
Name = "跳ねる_Ctrl",
Default = 0
},
Input22 = InstanceInput {
Source = "N005_横揺れ_Ctrl",
SourceOp = "モーションSelector",
Name = "横揺れ_Ctrl",
Default = 0
},
Input23 = InstanceInput {
Source = "N006_縦揺れ_Ctrl",
SourceOp = "モーションSelector",
Name = "縦揺れ_Ctrl",
Default = 0
},
Input24 = InstanceInput {
Source = "N007_拡縮_Ctrl",
SourceOp = "モーションSelector",
Name = "拡縮_Ctrl",
Default = 0
},
Input25 = InstanceInput {
Source = "N008_パーターブ_Ctrl",
SourceOp = "モーションSelector",
Name = "パーターブ_Ctrl",
Default = 0
},
Input26 = InstanceInput {
Source = "N009_跳ねる",
SourceOp = "モーションSelector",
Name = "跳ねる",
Default = 0
},
Input27 = InstanceInput {
Source = "N010_跳ねる_小",
SourceOp = "モーションSelector",
Name = "跳ねる_小",
Default = 0
},
Input28 = InstanceInput {
Source = "N011_不安",
SourceOp = "モーションSelector",
Name = "不安",
Default = 0
},
Input29 = InstanceInput {
Source = "N012_荒ぶる",
SourceOp = "モーションSelector",
Name = "荒ぶる",
Default = 0
},
Input30 = InstanceInput {
Source = "N013_震え",
SourceOp = "モーションSelector",
Name = "震え",
Default = 0
},
Input31 = InstanceInput {
Source = "Grp_記号など",
SourceOp = "Root",
Name = "記号など",
Default = 0
},
Input32 = InstanceInput {
Source = "N004_ahiruchan_show_128",
SourceOp = "Root",
Name = "アヒルちゃん show",
Default = 0
},
Input33 = InstanceInput {
Source = "N004_ahiruchan_hide_128",
SourceOp = "Root",
Name = "アヒルちゃん hide",
Default = 0
},
Input34 = InstanceInput {
Source = "N003_namida_show_127",
SourceOp = "Root",
Name = "涙 show",
Default = 0
},
Input35 = InstanceInput {
Source = "N003_namida_hide_127",
SourceOp = "Root",
Name = "涙 hide",
Default = 0
},
Input36 = InstanceInput {
Source = "N002_ase1_show_126",
SourceOp = "Root",
Name = "汗1 show",
Default = 0
},
Input37 = InstanceInput {
Source = "N002_ase1_hide_126",
SourceOp = "Root",
Name = "汗1 hide",
Default = 0
},
Input38 = InstanceInput {
Source = "N001_ase2_show_125",
SourceOp = "Root",
Name = "汗2 show",
Default = 0
},
Input39 = InstanceInput {
Source = "N001_ase2_hide_125",
SourceOp = "Root",
Name = "汗2 hide",
Default = 0
},
Input40 = InstanceInput {
Source = "N000_ase3_show_124",
SourceOp = "Root",
Name = "汗3 show",
Default = 0
},
Input41 = InstanceInput {
Source = "N000_ase3_hide_124",
SourceOp = "Root",
Name = "汗3 hide",
Default = 0
},
Input42 = InstanceInput {
Source = "Grp_枝豆",
SourceOp = "Root",
Name = "枝豆",
Default = 0
},
Input43 = InstanceInput {
Source = "N002_paakaaurajitosettodeshiyou121",
SourceOp = "Root",
Name = "*パーカー(裏地とセットで使用)",
Default = 0
},
Input44 = InstanceInput {
Source = "N001_edamametsuujou120",
SourceOp = "Root",
Name = "*枝豆通常",
Default = 0
},
Input45 = InstanceInput {
Source = "N000_edamamenae119",
SourceOp = "Root",
Name = "*枝豆萎え",
Default = 0
},
Input46 = InstanceInput {
Source = "Grp_眉",
SourceOp = "Root",
Name = "眉",
Default = 1
},
Input47 = InstanceInput {
Source = "N004_futsuumayu116",
SourceOp = "Root",
Name = "*普通眉",
Default = 0
},
Input48 = InstanceInput {
Source = "N003_ikarimayu115",
SourceOp = "Root",
Name = "*怒り眉",
Default = 0
},
Input49 = InstanceInput {
Source = "N002_agarimayu114",
SourceOp = "Root",
Name = "*上がり眉",
Default = 0
},
Input50 = InstanceInput {
Source = "N001_komarimayu1113",
SourceOp = "Root",
Name = "*困り眉1",
Default = 0
},
Input51 = InstanceInput {
Source = "N000_komarimayu2112",
SourceOp = "Root",
Name = "*困り眉2",
Default = 0
},
Input52 = InstanceInput {
Source = "Grp_目",
SourceOp = "Root",
Name = "目",
Default = 1
},
Input53 = InstanceInput {
Source = "N013_mesetto109",
SourceOp = "Root",
Name = "*目セット",
Default = 0
},
Input54 = InstanceInput {
Source = "N012_uwamuki93",
SourceOp = "Root",
Name = "*上向き",
Default = 0
},
Input55 = InstanceInput {
Source = "N011_uwamuki292",
SourceOp = "Root",
Name = "*上向き2",
Default = 0
},
Input56 = InstanceInput {
Source = "N010_uwamuki391",
SourceOp = "Root",
Name = "*上向き3",
Default = 0
},
Input57 = InstanceInput {
Source = "N009_hosomemehaato90",
SourceOp = "Root",
Name = "*細め目ハート",
Default = 0
},
Input58 = InstanceInput {
Source = "N008_hosomeme89",
SourceOp = "Root",
Name = "*細め目",
Default = 0
},
Input59 = InstanceInput {
Source = "N007_jitome88",
SourceOp = "Root",
Name = "*ジト目",
Default = 0
},
Input60 = InstanceInput {
Source = "N006_nagomime87",
SourceOp = "Root",
Name = "*なごみ目",
Default = 0
},
Input61 = InstanceInput {
Source = "N005_nikkori86",
SourceOp = "Root",
Name = "*にっこり",
Default = 0
},
Input62 = InstanceInput {
Source = "N004_nikkori285",
SourceOp = "Root",
Name = "*にっこり2",
Default = 0
},
Input63 = InstanceInput {
Source = "N003_UU84",
SourceOp = "Root",
Name = "*UU",
Default = 0
},
Input64 = InstanceInput {
Source = "N002_none83",
SourceOp = "Root",
Name = "*><",
Default = 0
},
Input65 = InstanceInput {
Source = "N001_〇〇82",
SourceOp = "Root",
Name = "*〇〇",
Default = 0
},
Input66 = InstanceInput {
Source = "N000_guruguru81",
SourceOp = "Root",
Name = "*ぐるぐる",
Default = 0
},
Input67 = InstanceInput {
Source = "Grp_目セット",
SourceOp = "Root",
Name = "目セット",
Default = 0
},
Input68 = InstanceInput {
Source = "N002_futsuushirome98",
SourceOp = "Root",
Name = "*普通白目",
Default = 0
},
Input69 = InstanceInput {
Source = "N001_jitoshirome97",
SourceOp = "Root",
Name = "*ジト白目",
Default = 0
},
Input70 = InstanceInput {
Source = "N000_mihirakishirome96",
SourceOp = "Root",
Name = "*見開き白目",
Default = 0
},
Input71 = InstanceInput {
Source = "Grp_黒目",
SourceOp = "Root",
Name = "黒目",
Default = 0
},
Input72 = InstanceInput {
Source = "N008_futsuume109",
SourceOp = "Root",
Name = "*普通目",
Default = 0
},
Input73 = InstanceInput {
Source = "N007_futsuume2108",
SourceOp = "Root",
Name = "*普通目2",
Default = 0
},
Input74 = InstanceInput {
Source = "N006_futsuume3107",
SourceOp = "Root",
Name = "*普通目3",
Default = 0
},
Input75 = InstanceInput {
Source = "N005_kameramesen106",
SourceOp = "Root",
Name = "*カメラ目線",
Default = 0
},
Input76 = InstanceInput {
Source = "N004_kameramesen2105",
SourceOp = "Root",
Name = "*カメラ目線2",
Default = 0
},
Input77 = InstanceInput {
Source = "N003_kameramesen3104",
SourceOp = "Root",
Name = "*カメラ目線3",
Default = 0
},
Input78 = InstanceInput {
Source = "N002_mesorashi103",
SourceOp = "Root",
Name = "*目逸らし",
Default = 0
},
Input79 = InstanceInput {
Source = "N001_mesorashi2102",
SourceOp = "Root",
Name = "*目逸らし2",
Default = 0
},
Input80 = InstanceInput {
Source = "N000_mesorashi3101",
SourceOp = "Root",
Name = "*目逸らし3",
Default = 0
},
Input81 = InstanceInput {
Source = "Grp_顔色",
SourceOp = "Root",
Name = "顔色",
Default = 0
},
Input82 = InstanceInput {
Source = "N000_kageri_show_73",
SourceOp = "Root",
Name = "かげり show",
Default = 0
},
Input83 = InstanceInput {
Source = "N000_kageri_hide_73",
SourceOp = "Root",
Name = "かげり hide",
Default = 0
},
Input84 = InstanceInput {
Source = "N005_hoppe78",
SourceOp = "Root",
Name = "*ほっぺ",
Default = 0
},
Input85 = InstanceInput {
Source = "N004_hoppe277",
SourceOp = "Root",
Name = "*ほっぺ2",
Default = 0
},
Input86 = InstanceInput {
Source = "N003_hoppeakame76",
SourceOp = "Root",
Name = "*ほっぺ赤め",
Default = 0
},
Input87 = InstanceInput {
Source = "N002_aozame75",
SourceOp = "Root",
Name = "*青ざめ",
Default = 0
},
Input88 = InstanceInput {
Source = "N001_hihyouji74",
SourceOp = "Root",
Name = "*(非表示)",
Default = 0
},
Input89 = InstanceInput {
Source = "Grp_口",
SourceOp = "Root",
Name = "口",
Default = 1
},
Input90 = InstanceInput {
Source = "N012_muu70",
SourceOp = "Root",
Name = "*むー",
Default = 0
},
Input91 = InstanceInput {
Source = "N011_yu69",
SourceOp = "Root",
Name = "*ゆ",
Default = 0
},
Input92 = InstanceInput {
Source = "N010_o68",
SourceOp = "Root",
Name = "*お",
Default = 0
},
Input93 = InstanceInput {
Source = "N009_ohoo67",
SourceOp = "Root",
Name = "*おほお",
Default = 0
},
Input94 = InstanceInput {
Source = "N008_hahee66",
SourceOp = "Root",
Name = "*はへえ",
Default = 0
},
Input95 = InstanceInput {
Source = "N007_nn65",
SourceOp = "Root",
Name = "*んー",
Default = 0
},
Input96 = InstanceInput {
Source = "N006_nhee64",
SourceOp = "Root",
Name = "*んへー",
Default = 0
},
Input97 = InstanceInput {
Source = "N005_naa63",
SourceOp = "Root",
Name = "*んあー",
Default = 0
},
Input98 = InstanceInput {
Source = "N004_△62",
SourceOp = "Root",
Name = "*△",
Default = 0
},
Input99 = InstanceInput {
Source = "N003_mufu61",
SourceOp = "Root",
Name = "*むふ",
Default = 0
},
Input100 = InstanceInput {
Source = "N002_hoo60",
SourceOp = "Root",
Name = "*ほー",
Default = 0
},
Input101 = InstanceInput {
Source = "N001_hoa59",
SourceOp = "Root",
Name = "*ほあ",
Default = 0
},
Input102 = InstanceInput {
Source = "N000_hoaa58",
SourceOp = "Root",
Name = "*ほあー",
Default = 0
},
Input103 = InstanceInput {
Source = "Grp_右腕1",
SourceOp = "Root",
Name = "右腕",
Default = 1
},
Input104 = InstanceInput {
Source = "N007_kihon55",
SourceOp = "Root",
Name = "*基本",
Default = 0
},
Input105 = InstanceInput {
Source = "N006_koshi54",
SourceOp = "Root",
Name = "*腰",
Default = 0
},
Input106 = InstanceInput {
Source = "N005_tewoageru53",
SourceOp = "Root",
Name = "*手を挙げる",
Default = 0
},
Input107 = InstanceInput {
Source = "N004_kuchimoto52",
SourceOp = "Root",
Name = "*口元",
Default = 0
},
Input108 = InstanceInput {
Source = "N003_kurushimu51",
SourceOp = "Root",
Name = "*苦しむ",
Default = 0
},
Input109 = InstanceInput {
Source = "N002_yubisashishi50",
SourceOp = "Root",
Name = "*指差し",
Default = 0
},
Input110 = InstanceInput {
Source = "N001_maiku49",
SourceOp = "Root",
Name = "*マイク",
Default = 0
},
Input111 = InstanceInput {
Source = "N000_hihyouji48",
SourceOp = "Root",
Name = "*(非表示)",
Default = 0
},
Input112 = InstanceInput {
Source = "Grp_左腕1",
SourceOp = "Root",
Name = "左腕",
Default = 1
},
Input113 = InstanceInput {
Source = "N007_kihon45",
SourceOp = "Root",
Name = "*基本",
Default = 0
},
Input114 = InstanceInput {
Source = "N006_koshi44",
SourceOp = "Root",
Name = "*腰",
Default = 0
},
Input115 = InstanceInput {
Source = "N005_tewoageru43",
SourceOp = "Root",
Name = "*手を挙げる",
Default = 0
},
Input116 = InstanceInput {
Source = "N004_kuchimoto42",
SourceOp = "Root",
Name = "*口元",
Default = 0
},
Input117 = InstanceInput {
Source = "N003_kurushimu41",
SourceOp = "Root",
Name = "*苦しむ",
Default = 0
},
Input118 = InstanceInput {
Source = "N002_kangaeru40",
SourceOp = "Root",
Name = "*考える",
Default = 0
},
Input119 = InstanceInput {
Source = "N001_hisohiso39",
SourceOp = "Root",
Name = "*ひそひそ",
Default = 0
},
Input120 = InstanceInput {
Source = "N000_hihyouji38",
SourceOp = "Root",
Name = "*(非表示)",
Default = 0
},
Input121 = InstanceInput {
Source = "Grp_服装1",
SourceOp = "Root",
Name = "服装1",
Default = 0
},
Input122 = InstanceInput {
Source = "N001_itsumonofuku35",
SourceOp = "Root",
Name = "*いつもの服",
Default = 0
},
Input123 = InstanceInput {
Source = "N000_seifuku34",
SourceOp = "Root",
Name = "*制服",
Default = 0
},
Input124 = InstanceInput {
Source = "Grp_Root2",
SourceOp = "Root",
Name = "Root",
Default = 0
},
Input125 = InstanceInput {
Source = "N001_paakaauraji_show_3",
SourceOp = "Root",
Name = "パーカー裏地 show",
Default = 0
},
Input126 = InstanceInput {
Source = "N001_paakaauraji_hide_3",
SourceOp = "Root",
Name = "パーカー裏地 hide",
Default = 0
},
Input127 = InstanceInput {
Source = "N000_shippotekinaare_show_2",
SourceOp = "Root",
Name = "尻尾的なアレ show",
Default = 0
},
Input128 = InstanceInput {
Source = "N000_shippotekinaare_hide_2",
SourceOp = "Root",
Name = "尻尾的なアレ hide",
Default = 0
},
Input129 = InstanceInput {
Default = 6,
SourceOp = "MouthOpenAnim",
Source = "M_Open"
},
Input130 = InstanceInput {
Default = 0.55,
SourceOp = "MouthOpenAnim",
Source = "Threshold"
},
Input131 = InstanceInput {
Source = "Label_000",
SourceOp = "MouthOpenAnim",
Name = "※変更後アニメーションを作り直す必要があります。",
Default = 0
},
Input132 = InstanceInput {
Source = "LayerOrder",
SourceOp = "MouthOpenAnim",
Name = "Layer List",
ControlGroup = 2
},
Input133 = InstanceInput {
Source = "LayerSelection",
SourceOp = "MouthOpenAnim",
Name = "Layer List",
ControlGroup = 2,
Default = 1
},
Input134 = InstanceInput {
Source = "LayerName1",
SourceOp = "MouthOpenAnim",
Name = "Layer List",
ControlGroup = 2
},
Input135 = InstanceInput {
Source = "LayerEnabled1",
SourceOp = "MouthOpenAnim",
Name = "Layer List",
ControlGroup = 2,
Default = 1
},
Input136 = InstanceInput {
Source = "LayerName2",
SourceOp = "MouthOpenAnim",
Name = "Layer List",
ControlGroup = 2
},
Input137 = InstanceInput {
Source = "LayerEnabled2",
SourceOp = "MouthOpenAnim",
Name = "Layer List",
ControlGroup = 2,
Default = 0
},
Input138 = InstanceInput {
Source = "LayerName3",
SourceOp = "MouthOpenAnim",
Name = "Layer List",
ControlGroup = 2
},
Input139 = InstanceInput {
Source = "LayerEnabled3",
SourceOp = "MouthOpenAnim",
Name = "Layer List",
ControlGroup = 2,
Default = 0
},
Input140 = InstanceInput {
Source = "LayerName4",
SourceOp = "MouthOpenAnim",
Name = "Layer List",
ControlGroup = 2
},
Input141 = InstanceInput {
Source = "LayerEnabled4",
SourceOp = "MouthOpenAnim",
Name = "Layer List",
ControlGroup = 2,
Default = 0
},
Input142 = InstanceInput {
Source = "LayerName5",
SourceOp = "MouthOpenAnim",
Name = "Layer List",
ControlGroup = 2
},
Input143 = InstanceInput {
Source = "LayerEnabled5",
SourceOp = "MouthOpenAnim",
Name = "Layer List",
ControlGroup = 2,
Default = 0
},
Input144 = InstanceInput {
Source = "LayerName6",
SourceOp = "MouthOpenAnim",
Name = "Layer List",
ControlGroup = 2
},
Input145 = InstanceInput {
Source = "LayerEnabled6",
SourceOp = "MouthOpenAnim",
Name = "Layer List",
ControlGroup = 2,
Default = 0
},
Input146 = InstanceInput {
Source = "LayerName7",
SourceOp = "MouthOpenAnim",
Name = "Layer List",
ControlGroup = 2
},
Input147 = InstanceInput {
Source = "LayerEnabled7",
SourceOp = "MouthOpenAnim",
Name = "Layer List",
ControlGroup = 2,
Default = 1
},
Input148 = InstanceInput {
Default = 127,
SourceOp = "EyeAnim",
Source = "Blink"
},
Input149 = InstanceInput {
Default = 4,
SourceOp = "EyeAnim",
Source = "Close"
},
Input150 = InstanceInput {
Default = 0,
SourceOp = "EyeAnim",
Source = "Offset"
},
Input151 = InstanceInput {
Source = "Make",
SourceOp = "EyeAnim",
Name = "Make Anim",
Default = 0
},
Input152 = InstanceInput {
Source = "Delete",
SourceOp = "EyeAnim",
Name = "Delete Anim",
Default = 0
},
Input153 = InstanceInput {
Source = "at00",
SourceOp = "EyeAnim",
Name = "ボタンを押さないと反映されません。",
Default = 0
},
Input154 = InstanceInput {
Source = "LayerOrder",
SourceOp = "EyeAnim",
Name = "Layer List",
ControlGroup = 3
},
Input155 = InstanceInput {
Source = "LayerSelection",
SourceOp = "EyeAnim",
Name = "Layer List",
ControlGroup = 3,
Default = 1
},
Input156 = InstanceInput {
Source = "LayerName1",
SourceOp = "EyeAnim",
Name = "Layer List",
ControlGroup = 3
},
Input157 = InstanceInput {
Source = "LayerEnabled1",
SourceOp = "EyeAnim",
Name = "Layer List",
ControlGroup = 3,
Default = 1
},
Input158 = InstanceInput {
Source = "LayerName2",
SourceOp = "EyeAnim",
Name = "Layer List",
ControlGroup = 3
},
Input159 = InstanceInput {
Source = "LayerEnabled2",
SourceOp = "EyeAnim",
Name = "Layer List",
ControlGroup = 3,
Default = 0
},
Input160 = InstanceInput {
Source = "LayerName3",
SourceOp = "EyeAnim",
Name = "Layer List",
ControlGroup = 3
},
Input161 = InstanceInput {
Source = "LayerEnabled3",
SourceOp = "EyeAnim",
Name = "Layer List",
ControlGroup = 3,
Default = 1
}
}
}
}
}
================================================
FILE: Templates/Edit/Generators/ずんだもん.setting
================================================
{
Tools = ordered() {
Zundamon = GroupOperator {
Tools = ordered() {
Loader72 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-上向き3_.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 11825, -1303.5 } }
},
Loader21 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\!左腕\\-口元.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 6490, -808.5 } }
},
Loader71 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-細め目ハート.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 11715, -1303.5 } }
},
Loader65 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-UU.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 11055, -1303.5 } }
},
Loader14 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\!右腕\\-腰.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 5500, -808.5 } }
},
Loader50 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!口\\-んー.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 12815, -841.5 } }
},
Loader89 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!眉\\-上がり眉.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 10945, -412.5 } }
},
Loader95 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\記号など\\汗3_.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 12045, -412.5 } }
},
Loader20 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\!左腕\\-苦しむ.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 6380, -808.5 } }
},
Loader80 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-目セット\\!黒目\\-目逸らし.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 13145, -2095.5 } }
},
Loader4 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\-ぱんつ.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4180, -412.5 } }
},
Loader28 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装1_\\!左腕\\-ひそひそ.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 7700, -808.5 } }
},
Loader38 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装1_\\!右腕\\-苦しむ.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 9020, -808.5 } }
},
Loader63 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-〇〇.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 10835, -1303.5 } }
},
Loader41 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装1_\\!右腕\\-腰.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 9350, -808.5 } }
},
Loader18 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\!左腕\\-胸元.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 6160, -808.5 } }
},
Loader82 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-目セット\\!黒目\\-カメラ目線2_.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 13365, -2095.5 } }
},
["ぽよ"] = GroupOperator {
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform",
Source = "Output"
}
},
ViewInfo = GroupInfo {
Scale = 1,
Offset = { 0, 0 },
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
PipeStyle = "Direct",
Pos = { 12815, 709.5 },
Flags = {
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true,
AllowPan = false
},
Direction = "Horizontal"
},
Tools = ordered() {
Transform = Transform {
CtrlWShown = false,
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
UserControls = 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 } },
CtrlWZoom = false,
Inputs = {
Pivot = Input { Value = { 0.5, 0 } },
Aspect = Input {
SourceOp = "Calculation1",
Source = "Result"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
NameSet = true
},
Calculation1 = Calculation {
Inputs = {
FirstOperand = Input {
SourceOp = "Calculation2",
Source = "Result"
},
FirstOperandTimeOffset = Input { Expression = "-comp.GlobalStart" },
SecondOperand = Input { Value = 1 }
},
CtrlWZoom = false
},
Calculation2 = Calculation {
Inputs = {
FirstOperand = Input {
SourceOp = "CalculationonCalculationonTransformAspectFirstOperand",
Source = "Value"
},
FirstOperandTimeScale = Input { Expression = "Transform.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate" },
SecondOperand = Input { Value = 0.8 },
Operator = Input { Value = 2 }
},
CtrlWZoom = false
},
CalculationonCalculationonTransformAspectFirstOperand = BezierSpline {
KeyFrames = {
[0] = { 0, Flags = { Linear = true }, RH = { 1, 0 } },
[3] = { 0.0800000000000001, RH = { 4.66666666666667, 0.0800000000000001 }, LH = { 2, 0.0800000000000001 } },
[8] = { -0.0489999999999999, RH = { 9.33333333333333, -0.0489999999999999 }, LH = { 6.33333333333333, -0.0489999999999999 } },
[12] = { 0.03, RH = { 13.3333333333333, 0.03 }, LH = { 10.6666666666667, 0.03 } },
[16] = { -0.00700000000000001, RH = { 16.6666666666667, -0.00700000000000001 }, LH = { 14.6666666666667, -0.00700000000000001 } },
[18] = { 0.004, RH = { 18.6666666666667, 0.004 }, LH = { 17.3333333333333, 0.004 } },
[20] = { 0, LH = { 19.3333333333333, 0 } }
},
CtrlWZoom = false,
SplineColor = { Green = 105, Blue = 30, Red = 210 }
}
},
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform",
Source = "Input"
},
Input1 = InstanceInput {
Page = "Controls",
Source = "speed",
Default = 1,
Name = "スピード",
SourceOp = "Transform"
},
Input2 = InstanceInput {
Source = "SecondOperand",
Default = 1,
Name = "強さ",
SourceOp = "Calculation2"
},
Input3 = InstanceInput {
SourceOp = "Transform",
Source = "Pivot"
}
},
NameSet = true
},
Loader22 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\!左腕\\-手を挙げる.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 6600, -808.5 } }
},
Loader13 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\!右腕\\-手を挙げる.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 5390, -808.5 } }
},
Loader40 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装1_\\!右腕\\-手を挙げる.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 9240, -808.5 } }
},
Loader35 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装1_\\!右腕\\-(非表示).png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 8690, -808.5 } }
},
Loader98 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\記号など\\涙.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 12375, -412.5 } }
},
Loader99 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\記号など\\アヒルちゃん.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 12485, -412.5 } }
},
Loader39 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装1_\\!右腕\\-口元.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 9130, -808.5 } }
},
Loader15 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\!右腕\\-基本.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 5610, -808.5 } }
},
Loader31 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装1_\\!左腕\\-口元.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 8030, -808.5 } }
},
ST_Background = Background {
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
ViewInfo = OperatorInfo { Pos = { 13640, 874.5 } },
Inputs = {
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
GlobalOut = Input { Value = 300 },
Height = Input { Value = 1080 },
Depth = Input { Value = 1 },
Width = Input { Value = 1920 },
UseFrameFormatSettings = Input { Value = 1 }
},
NameSet = true
},
ST_SetDomain = SetDomain {
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
ViewInfo = OperatorInfo { Pos = { 13640, 1006.5 } },
Inputs = {
Top = Input { Value = 0 },
Input = Input {
SourceOp = "ST_Background",
Source = "Output"
},
Mode = Input { Value = FuID { "Set" } },
Right = Input { Value = 0 }
},
NameSet = true
},
["モーションSelector"] = Transform {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Colors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },
ViewInfo = OperatorInfo { Pos = { 13805, 874.5 } },
Inputs = {
Str = Input {
SourceOp = "Motion_Str",
Source = "Value"
},
Speed = Input {
SourceOp = "Motion_Speed",
Source = "Value"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
UserControls = ordered() {
["N000_モーションなし"] = {
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"モーションなし\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "モーションなし",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N001_ぽよ"] = {
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"ぽよ\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "ぽよ",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N002_ぴょん_Ctrl"] = {
ICS_ControlPage = "モーション",
BTNCS_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",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "ぴょん_Ctrl",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N003_リズム_Ctrl"] = {
ICS_ControlPage = "モーション",
BTNCS_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",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "リズム_Ctrl",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N004_跳ねる_Ctrl"] = {
ICS_ControlPage = "モーション",
BTNCS_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",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "跳ねる_Ctrl",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N005_横揺れ_Ctrl"] = {
ICS_ControlPage = "モーション",
BTNCS_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",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "横揺れ_Ctrl",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N006_縦揺れ_Ctrl"] = {
ICS_ControlPage = "モーション",
BTNCS_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",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "縦揺れ_Ctrl",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N007_拡縮_Ctrl"] = {
ICS_ControlPage = "モーション",
BTNCS_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",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "拡縮_Ctrl",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N008_パーターブ_Ctrl"] = {
ICS_ControlPage = "モーション",
BTNCS_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",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "パーターブ_Ctrl",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N009_跳ねる"] = {
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"跳ねる\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "跳ねる",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N010_跳ねる_小"] = {
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"跳ねる_小\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "跳ねる_小",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N011_不安"] = {
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"不安\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "不安",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N012_荒ぶる"] = {
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"荒ぶる\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "荒ぶる",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N013_震え"] = {
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"震え\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "震え",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
Speed = {
INP_Default = 1,
INP_MaxScale = 5,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Speed",
INPID_InputControl = "SliderControl",
INP_MinScale = 0
},
Str = {
INP_Default = 1,
INP_MaxScale = 5,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Str",
INPID_InputControl = "SliderControl",
INP_MinScale = 0
}
}
},
Motion_Speed = PublishNumber {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
CtrlWZoom = false,
Inputs = {
Value = Input { Value = 1 }
},
NameSet = true
},
Motion_Str = PublishNumber {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
CtrlWZoom = false,
Inputs = {
Value = Input { Value = 1 }
},
NameSet = true
},
ST_Merge = Merge {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 13805, 1006.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "ST_SetDomain",
Source = "Output"
},
Foreground = Input {
SourceOp = "モーションSelector",
Source = "Output"
}
},
NameSet = true
},
["レイアウト"] = Transform {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Colors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },
ViewInfo = OperatorInfo { Pos = { 13805, 1138.5 } },
Inputs = {
Input = Input {
SourceOp = "ST_Merge",
Source = "Output"
},
Center = Input { Value = { 0.85, 0.1 } }
},
NameSet = true
},
Loader11 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\!右腕\\-苦しむ.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 5170, -808.5 } }
},
Loader48 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!口\\-んあー.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 12595, -841.5 } }
},
Loader36 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装1_\\!右腕\\-マイク.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 8800, -808.5 } }
},
Loader24 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\!左腕\\-基本.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 6820, -808.5 } }
},
Loader23 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\!左腕\\-腰.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 6710, -808.5 } }
},
Loader78 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-目セット\\!黒目\\-目逸らし3_.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 12925, -2095.5 } }
},
["パーターブ_Ctrl"] = Transform {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 13970, 709.5 } },
Inputs = {
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
},
Center = Input {
SourceOp = "Perturb1",
Source = "Value"
}
},
NameSet = true
},
Perturb1 = PerturbPoint {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
Strength = Input {
SourceOp = "Motion_Str",
Source = "Value"
},
Speed = Input {
SourceOp = "Motion_Speed",
Source = "Value"
}
},
CtrlWZoom = false
},
["リズム_Ctrl"] = Transform {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 13145, 709.5 } },
Inputs = {
Pivot = Input { Value = { 0.5, 0 } },
Aspect = Input {
SourceOp = "リズム_AspectAffset",
Source = "Result"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
NameSet = true
},
["リズム_AspectAffset"] = Calculation {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
CtrlWZoom = false,
Inputs = {
FirstOperand = Input {
SourceOp = "リズム_ScaleAndTimeScaleForFPS",
Source = "Result"
},
SecondOperand = Input { Value = 1 }
},
NameSet = true
},
["リズム_ScaleAndTimeScaleForFPS"] = Calculation {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
CtrlWZoom = false,
Inputs = {
FirstOperand = Input {
SourceOp = "リズム_Loop",
Source = "Result"
},
FirstOperandTimeScale = Input { Expression = "30 / comp:GetPrefs().Comp.FrameFormat.Rate" },
SecondOperand = Input {
SourceOp = "Motion_Str",
Source = "Value"
},
Operator = Input { Value = 2 }
},
NameSet = true
},
["リズム_Loop"] = Calculation {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
UserControls = ordered() {
Speed = {
INP_Default = 1,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Speed",
INPID_InputControl = "SliderControl"
},
Frame = {
INP_Default = 1,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Frame",
INPID_InputControl = "SliderControl"
}
},
CtrlWZoom = false,
Inputs = {
FirstOperand = Input {
SourceOp = "リズム_LoopFirstOperand",
Source = "Value"
},
FirstOperandTimeOffset = Input { Expression = "- math.floor(time / Frame) * Frame" },
Operator = Input { Value = 9 },
Speed = Input {
SourceOp = "Motion_Speed",
Source = "Value"
},
Frame = Input {
Expression = "30 / Speed",
Value = 30
}
},
NameSet = true
},
["リズム_LoopFirstOperand"] = BezierSpline {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
KeyFrames = {
[0] = { 0, Flags = { Linear = true }, RH = { 1, 0 } },
[3] = { -0.01, RH = { 4, -0.01 }, LH = { 2, -0.01 } },
[6] = { 0, LH = { 5, 0 } }
},
SplineColor = { Green = 105, Blue = 30, Red = 210 },
CtrlWZoom = false
},
["荒ぶる"] = GroupOperator {
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform1_2_1",
Source = "Output"
}
},
ViewInfo = GroupInfo {
Scale = 1,
Offset = { 0, 0 },
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
PipeStyle = "Direct",
Pos = { 14630, 709.5 },
Flags = {
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true,
AllowPan = false
},
Direction = "Horizontal"
},
Tools = ordered() {
Transform1_2_1 = Transform {
CtrlWShown = false,
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
Inputs = {
shake = Input {
SourceOp = "Shake1_1",
Source = "Position"
},
y = Input { Value = 0.03 },
x = Input { Value = 0.03 },
Center = Input {
Expression = "Point(0.5, 0.5) + shake * in_out",
Value = { 0.502997744173508, 0.497908177638071 }
},
in_out = Input {
SourceOp = "KeyframeStretcher1_1",
Source = "Result"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
UserControls = 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 } }
},
KeyframeStretcher1_1 = KeyStretcherMod {
Inputs = {
StretchStart = Input { Value = 10 },
StretchEnd = Input { Value = 110 },
Keyframes = Input {
SourceOp = "KeyStretcheronTransform1_2_1Keyframes",
Source = "Value"
}
},
CtrlWZoom = false
},
KeyStretcheronTransform1_2_1Keyframes = BezierSpline {
KeyFrames = {
[0] = { 0, Flags = { Linear = true }, RH = { 3.33333333333333, 0 } },
[10] = { 1, RH = { 43.3333333333333, 1 }, LH = { 6.66666666666667, 1 } },
[110] = { 1, RH = { 113.333333333333, 1 }, LH = { 76.6666666666667, 1 } },
[120] = { 0, LH = { 116.666666666667, 0 } }
},
CtrlWZoom = false,
SplineColor = { Green = 106, Blue = 231, Red = 193 }
},
Shake1_1 = Shake {
CtrlWZoom = false,
Inputs = {
YMinimum = Input {
Expression = "-Transform1_2_1.y",
Value = -0.03
},
YMaximum = Input {
Expression = "Transform1_2_1.y",
Value = 0.03
},
LockXY = Input { Value = 0 },
XMinimum = Input {
Expression = "-Transform1_2_1.x",
Value = -0.03
},
Smoothness = Input { Value = 1.5 },
XMaximum = Input {
Expression = "Transform1_2_1.x",
Value = 0.03
}
},
Faster = true
}
},
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform1_2_1",
Source = "Input"
},
Input3 = InstanceInput {
Source = "RandomSeed",
Default = 0,
Width = 1,
SourceOp = "Shake1_1"
},
Input4 = InstanceInput {
Width = 0.385,
SourceOp = "Shake1_1",
Source = "Randomize"
},
Input5 = InstanceInput {
Default = 10,
SourceOp = "Shake1_1",
Source = "Smoothness"
},
Input1 = InstanceInput {
Source = "x",
Default = 0.1,
Name = "X",
SourceOp = "Transform1_2_1"
},
Input2 = InstanceInput {
Source = "y",
Default = 0.1,
Name = "Y",
SourceOp = "Transform1_2_1"
}
},
NameSet = true
},
["横揺れ_Ctrl"] = Transform {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 13475, 709.5 } },
UserControls = 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 } },
Inputs = {
speed = Input {
SourceOp = "Motion_Speed",
Source = "Value"
},
v = Input {
Expression = "0.5 + amplitude * iif(time > out, 0,bound)",
Value = 0.504755282581476
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
},
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
amplitude = Input {
SourceOp = "Motion_Str",
Source = "Value"
},
Center = Input {
Expression = "Point(v, 0.5)",
Value = { 0.504755282581476, 0.5 }
},
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)",
Value = 0.951056516295153
}
},
NameSet = true
},
["縦揺れ_Ctrl"] = Transform {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 13640, 709.5 } },
UserControls = 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" } },
Inputs = {
speed = Input {
SourceOp = "Motion_Speed",
Source = "Value"
},
v = Input {
Expression = "0.5 + amplitude * iif(time > out, 0,bound)",
Value = 0.504755282581476
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
},
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
amplitude = Input {
SourceOp = "Motion_Str",
Source = "Value"
},
Center = Input {
Expression = "Point(0.5,v)",
Value = { 0.504755282581476, 0.5 }
},
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)",
Value = 0.951056516295153
}
},
NameSet = true
},
Loader69 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-ジト目.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 11495, -1303.5 } }
},
["跳ねる"] = GroupOperator {
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform1_1",
Source = "Output"
}
},
ViewInfo = GroupInfo {
Scale = 1,
Offset = { 0, 0 },
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
PipeStyle = "Direct",
Pos = { 14135, 709.5 },
Flags = {
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true,
AllowPan = false
},
Direction = "Horizontal"
},
Tools = ordered() {
Transform1_1 = Transform {
CtrlWShown = false,
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
UserControls = 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 } },
Inputs = {
speed = Input { Value = 2 },
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
},
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
amplitude = Input { Value = 0.08 },
Center = Input {
Expression = "Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))",
Value = { 0.5, 0.595105651629515 }
},
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\n",
Value = 0.951056516295154
}
},
CtrlWZoom = false
}
},
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform1_1",
Source = "Input"
},
Input1 = InstanceInput {
Source = "speed",
Default = 2,
SourceOp = "Transform1_1",
MinScale = 0.0010000000475
},
Input2 = InstanceInput {
Default = 0.1,
SourceOp = "Transform1_1",
Source = "amplitude"
}
},
NameSet = true
},
Loader86 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-目セット\\!黒目\\-普通目.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 13805, -2095.5 } }
},
["跳ねる_Ctrl"] = Transform {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 13310, 709.5 } },
UserControls = 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 } },
Inputs = {
speed = Input {
SourceOp = "Motion_Speed",
Source = "Value"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
},
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
amplitude = Input {
SourceOp = "Motion_Str",
Source = "Value"
},
Center = Input {
Expression = "Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))",
Value = { 0.5, 0.595105651629515 }
},
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\n",
Value = 0.951056516295154
}
},
NameSet = true
},
Loader52 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!口\\-おほお.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 13035, -841.5 } }
},
Loader58 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!顔色\\-青ざめ.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 10010, -412.5 } }
},
Loader12 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\!右腕\\-口元.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 5280, -808.5 } }
},
Loader59 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!顔色\\-ほっぺ赤め.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 10120, -412.5 } }
},
Loader96 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\記号など\\汗2_.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 12155, -412.5 } }
},
Loader55 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!口\\-むー.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 13365, -841.5 } }
},
Loader56 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!顔色\\かげり.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 9790, -412.5 } }
},
Loader62 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-ぐるぐる.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 10725, -1303.5 } }
},
Loader76 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-目セット\\-ジト白目.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 12485, -1699.5 } }
},
Loader10 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\!右腕\\-指差し.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 5060, -808.5 } }
},
Loader81 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-目セット\\!黒目\\-カメラ目線3_.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 13255, -2095.5 } }
},
Loader88 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!眉\\-困り眉1_.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 10835, -412.5 } }
},
Loader60 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!顔色\\-ほっぺ2_.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 10230, -412.5 } }
},
Loader85 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-目セット\\!黒目\\-普通目2_.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 13695, -2095.5 } }
},
Loader44 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!口\\-ほあ.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 12155, -841.5 } }
},
Loader37 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装1_\\!右腕\\-指差し.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 8910, -808.5 } }
},
Loader25 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装1_\\-制服.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 7150, -412.5 } }
},
Loader70 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-細め目.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 11605, -1303.5 } }
},
Loader67 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-にっこり.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 11275, -1303.5 } }
},
Loader29 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装1_\\!左腕\\-考える.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 7810, -808.5 } }
},
Loader64 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-__.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 10945, -1303.5 } }
},
Loader33 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装1_\\!左腕\\-腰.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 8250, -808.5 } }
},
Loader6 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\-バスタオル.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4400, -412.5 } }
},
Loader75 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-目セット\\-見開き白目.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 12375, -1699.5 } }
},
Loader94 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!枝豆\\-パーカー(裏地とセットで使用).png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 11715, -412.5 } }
},
Loader97 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\記号など\\汗1_.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 12265, -412.5 } }
},
["拡縮_Ctrl"] = Transform {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 13805, 709.5 } },
UserControls = 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 } },
Inputs = {
Center = Input { Value = { 0.504755282581476, 0.5 } },
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)",
Value = 0.951056516295153
},
speed = Input {
SourceOp = "Motion_Speed",
Source = "Value"
},
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
amplitude = Input {
SourceOp = "Motion_Str",
Source = "Value"
},
v = Input {
Expression = "1 + amplitude * iif(time > out, 0,bound)",
Value = 0.504755282581476
},
Size = Input { Expression = " v" },
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
NameSet = true
},
Loader84 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-目セット\\!黒目\\-普通目3_.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 13585, -2095.5 } }
},
Background2 = Background {
Inputs = {
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
GlobalOut = Input { Value = 300 }
},
ViewInfo = OperatorInfo { Pos = { 3960, -412.5 } }
},
SetDomain2 = SetDomain {
Inputs = {
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background2",
Source = "Output"
},
Mode = Input { Value = FuID { "Set" } },
Right = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 3960, -280.5 } }
},
Loader3 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\-素体.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4070, -412.5 } }
},
["服装2_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain2",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader3",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 4400, -280.5 } }
},
Background3 = Background {
Inputs = {
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
GlobalOut = Input { Value = 300 }
},
ViewInfo = OperatorInfo { Pos = { 4620, -808.5 } }
},
SetDomain3 = SetDomain {
Inputs = {
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background3",
Source = "Output"
},
Mode = Input { Value = FuID { "Set" } },
Right = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 4620, -676.5 } }
},
Loader7 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\!右腕\\-(非表示).png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4730, -808.5 } }
},
["右腕_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain3",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader7",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 5610, -676.5 } }
},
["右腕"] = Transform {
Inputs = {
Input = Input {
SourceOp = "右腕_MG",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 5610, -544.5 } }
},
["右腕_MG1"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "服装2_MG",
Source = "Output"
},
Foreground = Input {
SourceOp = "右腕",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 5610, -280.5 } }
},
Background4 = Background {
Inputs = {
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
GlobalOut = Input { Value = 300 }
},
ViewInfo = OperatorInfo { Pos = { 5830, -808.5 } }
},
SetDomain4 = SetDomain {
Inputs = {
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background4",
Source = "Output"
},
Mode = Input { Value = FuID { "Set" } },
Right = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 5830, -676.5 } }
},
Loader16 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\!左腕\\-(非表示).png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 5940, -808.5 } }
},
["左腕_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain4",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader16",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 6820, -676.5 } }
},
["左腕"] = Transform {
Inputs = {
Input = Input {
SourceOp = "左腕_MG",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 6820, -544.5 } }
},
["左腕_MG1"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "右腕_MG1",
Source = "Output"
},
Foreground = Input {
SourceOp = "左腕",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 6820, -280.5 } }
},
["服装2"] = Transform {
Inputs = {
Input = Input {
SourceOp = "左腕_MG1",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 6820, -148.5 } }
},
Loader66 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-にっこり2_.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 11165, -1303.5 } }
},
Loader87 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!眉\\-困り眉2_.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 10725, -412.5 } }
},
Loader8 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\!右腕\\-胸元.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4840, -808.5 } }
},
Loader32 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装1_\\!左腕\\-手を挙げる.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 8140, -808.5 } }
},
["ぴょん_Ctrl"] = Transform {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 12980, 709.5 } },
UserControls = 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 } },
Inputs = {
speed = Input {
SourceOp = "Motion_Speed",
Source = "Value"
},
Center = Input {
SourceOp = "XYPath1_1",
Source = "Value"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
NameSet = true
},
XYPath1_1 = XYPath {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ShowKeyPoints = false,
DrawMode = "ModifyOnly",
Inputs = {
Y = Input {
SourceOp = "Calculation1_1_1",
Source = "Result"
},
X = Input { Value = 0.5 }
},
CtrlWZoom = false
},
Calculation1_1_1 = Calculation {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
FirstOperand = Input {
SourceOp = "Calculation2_1_1",
Source = "Result"
},
FirstOperandTimeOffset = Input { Expression = "-comp.GlobalStart - ぴょん_Ctrl.offset" },
SecondOperand = Input { Value = 0.5 }
},
CtrlWZoom = false
},
Calculation2_1_1 = Calculation {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
FirstOperand = Input {
SourceOp = "Calculation4_1",
Source = "Result"
},
FirstOperandTimeScale = Input { Expression = "ぴょん_Ctrl.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate" },
SecondOperand = Input { Value = 0.5 },
Operator = Input { Value = 2 }
},
CtrlWZoom = false
},
Calculation4_1 = Calculation {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
FirstOperand = Input {
SourceOp = "CalculationonCalculationonCalculationonぴょん_CtrlCenterXYPath1_1YFirstOperandFirstOperand",
Source = "Value"
},
SecondOperand = Input {
SourceOp = "Motion_Str",
Source = "Value"
},
Operator = Input { Value = 2 }
},
CtrlWZoom = false
},
["CalculationonCalculationonCalculationonぴょん_CtrlCenterXYPath1_1YFirstOperandFirstOperand"] = BezierSpline {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
KeyFrames = {
[0] = { 0, Flags = { Linear = true }, RH = { 2.65, 0.18 } },
[13] = { 0, RH = { 15.2, 0.05 }, LH = { 9.5, 0.194 } },
[22] = { 0, RH = { 24.9, 0.02 }, LH = { 18.7, 0.06 } },
[30] = { 0, LH = { 27.4851924208954, 0 } }
},
SplineColor = { Green = 255, Blue = 0, Red = 0 },
CtrlWZoom = false,
NameSet = true
},
Loader92 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!枝豆\\-枝豆萎え.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 11495, -412.5 } }
},
Loader74 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-上向き.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 12045, -1303.5 } }
},
Loader2 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\パーカー裏地.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 3740, -16.5 } }
},
Loader30 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装1_\\!左腕\\-苦しむ.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 7920, -808.5 } }
},
Loader91 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!眉\\-普通眉.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 11165, -412.5 } }
},
["震え"] = GroupOperator {
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform1_3",
Source = "Output"
}
},
ViewInfo = GroupInfo {
Scale = 1,
Offset = { 0, 0 },
Size = { 126, 109.359001159668, 63, 24.2423992156982 },
PipeStyle = "Direct",
Pos = { 14795, 709.5 },
Flags = {
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true,
AllowPan = false
},
Direction = "Horizontal"
},
Tools = ordered() {
Transform1_3 = Transform {
CtrlWShown = false,
ViewInfo = OperatorInfo { Pos = { 0, 29.7576007843018 } },
Inputs = {
speed = Input { Value = 12 },
v = Input {
Expression = "0.5 + amplitude * iif(time > out, 0,bound)",
Value = 0.504755282581476
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
},
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
amplitude = Input { Value = 0.005 },
Center = Input {
Expression = "iif(Y == 0, Point(v, 0.5),Point(0.5,v))",
Value = { 0.504755282581476, 0.5 }
},
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)",
Value = 0.951056516295153
}
},
UserControls = 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 } }
}
},
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform1_3",
Source = "Input"
},
Input1 = InstanceInput {
Default = 2,
SourceOp = "Transform1_3",
Source = "speed"
},
Input2 = InstanceInput {
Default = 0.1,
SourceOp = "Transform1_3",
Source = "amplitude"
},
Input3 = InstanceInput {
Default = 0,
SourceOp = "Transform1_3",
Source = "Y"
}
},
NameSet = true
},
Loader9 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\!右腕\\-マイク.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4950, -808.5 } }
},
Loader47 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!口\\-△.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 12485, -841.5 } }
},
Loader73 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-上向き2_.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 11935, -1303.5 } }
},
Loader57 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!顔色\\-(非表示).png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 9900, -412.5 } }
},
Loader19 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\!左腕\\-考える.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 6270, -808.5 } }
},
Loader79 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-目セット\\!黒目\\-目逸らし2_.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 13035, -2095.5 } }
},
Loader17 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\!左腕\\-ひそひそ.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 6050, -808.5 } }
},
["跳ねる_小"] = GroupOperator {
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform1_1_1",
Source = "Output"
}
},
ViewInfo = GroupInfo {
Scale = 1,
Offset = { 0, 0 },
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
PipeStyle = "Direct",
Pos = { 14300, 709.5 },
Flags = {
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true,
AllowPan = false
},
Direction = "Horizontal"
},
Tools = ordered() {
Transform1_1_1 = Transform {
CtrlWShown = false,
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
UserControls = 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 } },
Inputs = {
speed = Input { Value = 2 },
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
},
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
amplitude = Input { Value = 0.02 },
Center = Input {
Expression = "Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))",
Value = { 0.5, 0.595105651629515 }
},
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\n",
Value = 0.951056516295154
}
},
CtrlWZoom = false
}
},
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform1_1_1",
Source = "Input"
},
Input1 = InstanceInput {
Source = "speed",
Default = 2,
SourceOp = "Transform1_1_1",
MinScale = 0.0010000000475
},
Input2 = InstanceInput {
Default = 0.1,
SourceOp = "Transform1_1_1",
Source = "amplitude"
}
},
NameSet = true
},
Loader5 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装2_\\-スク水.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4290, -412.5 } }
},
Loader51 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!口\\-はへえ.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 12925, -841.5 } }
},
Background1 = Background {
Inputs = {
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
GlobalOut = Input { Value = 300 }
},
ViewInfo = OperatorInfo { Pos = { 3410, -16.5 } }
},
SetDomain1 = SetDomain {
Inputs = {
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background1",
Source = "Output"
},
Mode = Input { Value = FuID { "Set" } },
Right = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 3410, 115.5 } }
},
Loader1 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\尻尾的なアレ.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 3630, -16.5 } }
},
["尻尾的なアレ_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain1",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader1",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 3630, 115.5 } }
},
["パーカー裏地_MG"] = Merge {
Inputs = {
Background = Input {
SourceOp = "尻尾的なアレ_MG",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 3740, 115.5 } }
},
Background5 = Background {
Inputs = {
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
GlobalOut = Input { Value = 300 }
},
ViewInfo = OperatorInfo { Pos = { 7040, -412.5 } }
},
SetDomain5 = SetDomain {
Inputs = {
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background5",
Source = "Output"
},
Mode = Input { Value = FuID { "Set" } },
Right = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 7040, -280.5 } }
},
Loader26 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装1_\\-いつもの服.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 7260, -412.5 } }
},
["服装1_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain5",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader26",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 7260, -280.5 } }
},
Background6 = Background {
Inputs = {
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
GlobalOut = Input { Value = 300 }
},
ViewInfo = OperatorInfo { Pos = { 7480, -808.5 } }
},
SetDomain6 = SetDomain {
Inputs = {
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background6",
Source = "Output"
},
Mode = Input { Value = FuID { "Set" } },
Right = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 7480, -676.5 } }
},
Loader34 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装1_\\!左腕\\-基本.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 8360, -808.5 } }
},
["左腕1_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain6",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader34",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 8360, -676.5 } }
},
["左腕1"] = Transform {
Inputs = {
Input = Input {
SourceOp = "左腕1_MG",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 8360, -544.5 } }
},
["左腕_MG2"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "服装1_MG",
Source = "Output"
},
Foreground = Input {
SourceOp = "左腕1",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 8360, -280.5 } }
},
Background7 = Background {
Inputs = {
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
GlobalOut = Input { Value = 300 }
},
ViewInfo = OperatorInfo { Pos = { 8580, -808.5 } }
},
SetDomain7 = SetDomain {
Inputs = {
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background7",
Source = "Output"
},
Mode = Input { Value = FuID { "Set" } },
Right = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 8580, -676.5 } }
},
Loader42 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装1_\\!右腕\\-基本.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 9460, -808.5 } }
},
["右腕1_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain7",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader42",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 9460, -676.5 } }
},
["右腕1"] = Transform {
Inputs = {
Input = Input {
SourceOp = "右腕1_MG",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 9460, -544.5 } }
},
["右腕_MG2"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "左腕_MG2",
Source = "Output"
},
Foreground = Input {
SourceOp = "右腕1",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 9460, -280.5 } }
},
["服装1"] = Transform {
Inputs = {
Input = Input {
SourceOp = "右腕_MG2",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 9460, -148.5 } }
},
Root_MG = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "パーカー裏地_MG",
Source = "Output"
},
Foreground = Input {
SourceOp = "服装1",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 9460, 115.5 } }
},
Background9 = Background {
Inputs = {
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
GlobalOut = Input { Value = 300 }
},
ViewInfo = OperatorInfo { Pos = { 9680, -412.5 } }
},
SetDomain9 = SetDomain {
Inputs = {
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background9",
Source = "Output"
},
Mode = Input { Value = FuID { "Set" } },
Right = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 9680, -280.5 } }
},
["かげり_MG"] = Merge {
Inputs = {
Background = Input {
SourceOp = "SetDomain9",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 9790, -280.5 } }
},
Loader61 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!顔色\\-ほっぺ.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 10340, -412.5 } }
},
["顔色_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "かげり_MG",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader61",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 10340, -280.5 } }
},
["顔色"] = Transform {
Inputs = {
Input = Input {
SourceOp = "顔色_MG",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 10340, -148.5 } }
},
["顔色_MG1"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "Root_MG",
Source = "Output"
},
Foreground = Input {
SourceOp = "顔色",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 10340, 115.5 } }
},
Background13 = Background {
Inputs = {
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
GlobalOut = Input { Value = 300 }
},
ViewInfo = OperatorInfo { Pos = { 10615, -412.5 } }
},
SetDomain13 = SetDomain {
Inputs = {
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background13",
Source = "Output"
},
Mode = Input { Value = FuID { "Set" } },
Right = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 10615, -280.5 } }
},
Loader90 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!眉\\-怒り眉.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 11055, -412.5 } }
},
["眉_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain13",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader90",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 11165, -280.5 } }
},
["眉"] = Transform {
Inputs = {
Input = Input {
SourceOp = "眉_MG",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 11165, -148.5 } }
},
["眉_MG1"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "顔色_MG1",
Source = "Output"
},
Foreground = Input {
SourceOp = "眉",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 11165, 115.5 } }
},
Background14 = Background {
Inputs = {
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
GlobalOut = Input { Value = 300 }
},
ViewInfo = OperatorInfo { Pos = { 11385, -412.5 } }
},
SetDomain14 = SetDomain {
Inputs = {
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background14",
Source = "Output"
},
Mode = Input { Value = FuID { "Set" } },
Right = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 11385, -280.5 } }
},
Loader93 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!枝豆\\-枝豆通常.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 11605, -412.5 } }
},
["枝豆_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain14",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader93",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 11715, -280.5 } }
},
["枝豆"] = Transform {
Inputs = {
Input = Input {
SourceOp = "枝豆_MG",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 11715, -148.5 } }
},
["枝豆_MG1"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "眉_MG1",
Source = "Output"
},
Foreground = Input {
SourceOp = "枝豆",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 11715, 115.5 } }
},
Background15 = Background {
Inputs = {
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
GlobalOut = Input { Value = 300 }
},
ViewInfo = OperatorInfo { Pos = { 11935, -412.5 } }
},
SetDomain15 = SetDomain {
Inputs = {
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background15",
Source = "Output"
},
Mode = Input { Value = FuID { "Set" } },
Right = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 11935, -280.5 } }
},
["汗3_MG"] = Merge {
Inputs = {
Background = Input {
SourceOp = "SetDomain15",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 12045, -280.5 } }
},
["汗2_MG"] = Merge {
Inputs = {
Background = Input {
SourceOp = "汗3_MG",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 12155, -280.5 } }
},
["汗1_MG"] = Merge {
Inputs = {
Background = Input {
SourceOp = "汗2_MG",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 12265, -280.5 } }
},
["涙_MG"] = Merge {
Inputs = {
Background = Input {
SourceOp = "汗1_MG",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 12375, -280.5 } }
},
["アヒルちゃん_MG"] = Merge {
Inputs = {
Background = Input {
SourceOp = "涙_MG",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 12485, -280.5 } }
},
["記号など"] = Transform {
Inputs = {
Input = Input {
SourceOp = "アヒルちゃん_MG",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 12485, -148.5 } }
},
["記号など_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "枝豆_MG1",
Source = "Output"
},
Foreground = Input {
SourceOp = "記号など",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 12485, 115.5 } }
},
Body = Transform {
Locked = true,
Colors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } },
ViewInfo = OperatorInfo { Pos = { 12705, 115.5 } },
NameSet = true,
Inputs = {
FlattenTransform = Input { Value = 1 },
Input = Input {
SourceOp = "記号など_MG",
Source = "Output"
}
},
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
}
},
Background8 = Background {
Inputs = {
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
GlobalOut = Input { Value = 300 }
},
ViewInfo = OperatorInfo { Pos = { 11935, -841.5 } }
},
SetDomain8 = SetDomain {
Inputs = {
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background8",
Source = "Output"
},
Mode = Input { Value = FuID { "Set" } },
Right = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 11935, -709.5 } }
},
["口_MG"] = Merge {
Inputs = {
FlattenTransform = Input { Value = 1 },
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain8",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader46",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 13365, -709.5 } }
},
MouthBase = Transform {
Locked = true,
Colors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } },
ViewInfo = OperatorInfo { Pos = { 13365, -280.5 } },
NameSet = true,
Inputs = {
FlattenTransform = Input { Value = 1 },
Input = Input {
SourceOp = "口_MG",
Source = "Output"
}
},
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
}
},
MouthScale = Transform {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Colors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },
ViewInfo = OperatorInfo { Pos = { 13365, -16.5 } },
Inputs = {
Input = Input {
SourceOp = "MouthBase",
Source = "Output"
},
Pivot = Input { Value = { 0.460079669291306, 0.690525920907883 } }
},
NameSet = true
},
Loader46 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!口\\-むふ.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 12375, -841.5 } }
},
N = Fuse.Wireless {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 13255, -280.5 } },
Inputs = {
Input = Input {
SourceOp = "Loader46",
Source = "Output"
}
},
NameSet = true
},
Instance_MouthScale = Transform {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 13255, -16.5 } },
Inputs = {
EffectMask = Input { },
SettingsNest = Input { },
TransformNest = Input { },
CommentsNest = Input { },
FrameRenderScriptNest = Input { },
StartRenderScripts = Input { },
EndRenderScripts = Input { },
ReferenceSize = Input { },
Input = Input {
SourceOp = "N",
Source = "Output"
}
},
SourceOp = "MouthScale",
NameSet = true
},
Loader43 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!口\\-ほあー.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 12045, -841.5 } }
},
A = Fuse.Wireless {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 13145, -280.5 } },
Inputs = {
Input = Input {
SourceOp = "Loader43",
Source = "Output"
}
},
NameSet = true
},
Instance_MouthScale_1 = Transform {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 13145, -16.5 } },
Inputs = {
EffectMask = Input { },
SettingsNest = Input { },
TransformNest = Input { },
CommentsNest = Input { },
FrameRenderScriptNest = Input { },
StartRenderScripts = Input { },
EndRenderScripts = Input { },
ReferenceSize = Input { },
Input = Input {
SourceOp = "A",
Source = "Output"
}
},
SourceOp = "MouthScale",
NameSet = true
},
Loader49 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!口\\-んへー.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 12705, -841.5 } }
},
I = Fuse.Wireless {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 13035, -280.5 } },
Inputs = {
Input = Input {
SourceOp = "Loader49",
Source = "Output"
}
},
NameSet = true
},
Instance_MouthScale_2 = Transform {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 13035, -16.5 } },
Inputs = {
EffectMask = Input { },
SettingsNest = Input { },
TransformNest = Input { },
CommentsNest = Input { },
FrameRenderScriptNest = Input { },
StartRenderScripts = Input { },
EndRenderScripts = Input { },
ReferenceSize = Input { },
Input = Input {
SourceOp = "I",
Source = "Output"
}
},
SourceOp = "MouthScale",
NameSet = true
},
Loader54 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!口\\-ゆ.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 13255, -841.5 } }
},
U = Fuse.Wireless {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 12925, -280.5 } },
Inputs = {
Input = Input {
SourceOp = "Loader54",
Source = "Output"
}
},
NameSet = true
},
Instance_MouthScale_3 = Transform {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 12925, -16.5 } },
Inputs = {
EffectMask = Input { },
SettingsNest = Input { },
TransformNest = Input { },
CommentsNest = Input { },
FrameRenderScriptNest = Input { },
StartRenderScripts = Input { },
EndRenderScripts = Input { },
ReferenceSize = Input { },
Input = Input {
SourceOp = "U",
Source = "Output"
}
},
SourceOp = "MouthScale",
NameSet = true
},
Loader45 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!口\\-ほー.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 12265, -841.5 } }
},
E = Fuse.Wireless {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 12815, -280.5 } },
Inputs = {
Input = Input {
SourceOp = "Loader45",
Source = "Output"
}
},
NameSet = true
},
Instance_MouthScale_4 = Transform {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 12815, -16.5 } },
Inputs = {
EffectMask = Input { },
SettingsNest = Input { },
TransformNest = Input { },
CommentsNest = Input { },
FrameRenderScriptNest = Input { },
StartRenderScripts = Input { },
EndRenderScripts = Input { },
ReferenceSize = Input { },
Input = Input {
SourceOp = "E",
Source = "Output"
}
},
SourceOp = "MouthScale",
NameSet = true
},
Loader53 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!口\\-お.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 13145, -841.5 } }
},
O = Fuse.Wireless {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 12705, -280.5 } },
Inputs = {
Input = Input {
SourceOp = "Loader53",
Source = "Output"
}
},
NameSet = true
},
Instance_MouthScale_5 = Transform {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 12705, -16.5 } },
Inputs = {
EffectMask = Input { },
SettingsNest = Input { },
TransformNest = Input { },
CommentsNest = Input { },
FrameRenderScriptNest = Input { },
StartRenderScripts = Input { },
EndRenderScripts = Input { },
ReferenceSize = Input { },
Input = Input {
SourceOp = "O",
Source = "Output"
}
},
SourceOp = "MouthScale",
NameSet = true
},
MouthAnim = MultiMerge {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Colors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },
ViewInfo = OperatorInfo { Pos = { 13145, 115.5 } },
Inputs = {
LayerName5 = Input { Value = "U" },
LayerEnabled5 = Input { Value = 0 },
["Layer6.Foreground"] = Input {
SourceOp = "Instance_MouthScale_4",
Source = "Output"
},
LayerName6 = Input { Value = "E" },
LayerEnabled6 = Input { Value = 0 },
["Layer7.Foreground"] = Input {
SourceOp = "Instance_MouthScale_5",
Source = "Output"
},
Background = Input {
SourceOp = "Body",
Source = "Output"
},
LayerEnabled7 = Input { Value = 0 },
LayerName7 = Input { Value = "O" },
LayerOrder = Input { Value = ScriptVal { {
[0] = 1,
2,
3,
4,
5,
6,
7
} } },
["Layer1.Foreground"] = Input {
SourceOp = "MouthScale",
Source = "Output"
},
LayerName1 = Input { Value = "MouthBase" },
["Layer2.Foreground"] = Input {
SourceOp = "Instance_MouthScale",
Source = "Output"
},
LayerName2 = Input { Value = "N" },
LayerEnabled2 = Input { Value = 0 },
["Layer3.Foreground"] = Input {
SourceOp = "Instance_MouthScale_1",
Source = "Output"
},
LayerName3 = Input { Value = "A" },
LayerEnabled3 = Input { Value = 0 },
["Layer4.Foreground"] = Input {
SourceOp = "Instance_MouthScale_2",
Source = "Output"
},
LayerName4 = Input { Value = "I" },
LayerEnabled4 = Input { Value = 0 },
["Layer5.Foreground"] = Input {
SourceOp = "Instance_MouthScale_3",
Source = "Output"
}
},
NameSet = true
},
Background10 = Background {
Inputs = {
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
GlobalOut = Input { Value = 300 }
},
ViewInfo = OperatorInfo { Pos = { 10615, -1303.5 } }
},
SetDomain10 = SetDomain {
Inputs = {
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background10",
Source = "Output"
},
Mode = Input { Value = FuID { "Set" } },
Right = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 10615, -1171.5 } }
},
Background11 = Background {
Inputs = {
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
GlobalOut = Input { Value = 300 }
},
ViewInfo = OperatorInfo { Pos = { 12265, -1699.5 } }
},
SetDomain11 = SetDomain {
Inputs = {
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background11",
Source = "Output"
},
Mode = Input { Value = FuID { "Set" } },
Right = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 12265, -1567.5 } }
},
Loader77 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-目セット\\-普通白目.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 12595, -1699.5 } }
},
["目セット_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain11",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader77",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 12595, -1567.5 } }
},
Background12 = Background {
Inputs = {
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
GlobalOut = Input { Value = 300 }
},
ViewInfo = OperatorInfo { Pos = { 12815, -2095.5 } }
},
SetDomain12 = SetDomain {
Inputs = {
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background12",
Source = "Output"
},
Mode = Input { Value = FuID { "Set" } },
Right = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 12815, -1963.5 } }
},
Loader83 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-目セット\\!黒目\\-カメラ目線.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 13475, -2095.5 } }
},
["黒目_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain12",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader83",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 13805, -1963.5 } }
},
["黒目"] = Transform {
Inputs = {
Input = Input {
SourceOp = "黒目_MG",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 13805, -1831.5 } }
},
["黒目_MG1"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "目セット_MG",
Source = "Output"
},
Foreground = Input {
SourceOp = "黒目",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 13805, -1567.5 } }
},
["目セット"] = Transform {
Inputs = {
Input = Input {
SourceOp = "黒目_MG1",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 13805, -1435.5 } }
},
["目_MG"] = Merge {
Inputs = {
FlattenTransform = Input { Value = 1 },
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain10",
Source = "Output"
},
Foreground = Input {
SourceOp = "目セット",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 13805, -1171.5 } }
},
EyeBase = Transform {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Colors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } },
ViewInfo = OperatorInfo { Pos = { 13805, -280.5 } },
Inputs = {
FlattenTransform = Input { Value = 1 },
Input = Input {
SourceOp = "目_MG",
Source = "Output"
}
},
NameSet = true
},
Loader68 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\!目\\-なごみ目.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 11385, -1303.5 } }
},
Closed = Fuse.Wireless {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 13640, -280.5 } },
Inputs = {
Input = Input {
SourceOp = "Loader68",
Source = "Output"
}
},
NameSet = true
},
EyeAnim = MultiMerge {
Colors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },
ViewInfo = OperatorInfo { Pos = { 13805, 148.5 } },
UserControls = ordered() {
Blink = {
INP_Default = 127,
ICS_ControlPage = "目パチ",
LINKID_DataType = "Number",
LINKS_Name = "Blink",
INPID_InputControl = "SliderControl",
INP_External = false,
INP_Integer = true,
INP_MaxAllowed = 1000000,
INP_MinAllowed = 0,
INP_MaxScale = 500,
INP_MinScale = 0
},
Close = {
INP_Default = 4,
INP_External = false,
LINKID_DataType = "Number",
LINKS_Name = "Close",
ICS_ControlPage = "目パチ",
INP_Passive = true,
INP_Integer = true,
INP_MaxScale = 10,
INP_MinAllowed = 0,
INPID_InputControl = "SliderControl",
INP_MinScale = 0
},
Offset = {
INP_Default = 0,
ICS_ControlPage = "目パチ",
LINKID_DataType = "Number",
LINKS_Name = "Offset",
INP_Integer = true,
INP_External = false,
INP_MaxScale = 100,
INPID_InputControl = "SliderControl",
INP_MinScale = 0
},
Make = {
ICD_Width = 0.5,
ICS_ControlPage = "目パチ",
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Make Anim",
INPID_InputControl = "ButtonControl",
BTNCS_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"
},
Delete = {
ICD_Width = 0.5,
ICS_ControlPage = "目パチ",
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Delete Anim",
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "local tool = comp:FindTool('EyeAnim')\ncomp:Execute('!Py3: from rs_fusion.core.eye_blink import delete_mm;delete_mm(comp)')\n"
},
at00 = {
INP_Passive = true,
LBLC_DropDownButton = false,
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "ボタンを押さないと反映されません。",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "目パチ"
},
sp00 = {
INP_Passive = true,
LBLC_DropDownButton = false,
ICS_ControlPage = "目パチ",
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "",
INPID_InputControl = "LabelControl",
INP_External = false
}
},
Inputs = {
LayerEnabled2 = Input {
SourceOp = "EyeAnim_2LayerEnabled2",
Source = "Value"
},
LayerEnabled1 = Input {
SourceOp = "EyeAnim_2LayerEnabled1",
Source = "Value"
},
["Layer2.Foreground"] = Input {
SourceOp = "Closed",
Source = "Output"
},
LayerOrder = Input { Value = ScriptVal { {
[0] = 1,
2
} } },
["Layer1.Foreground"] = Input {
SourceOp = "EyeBase",
Source = "Output"
},
LayerName1 = Input { Value = "EyeBase " },
Background = Input {
SourceOp = "MouthAnim",
Source = "Output"
},
LayerName2 = Input { Value = "Closed" }
},
NameSet = true
},
EyeAnim_2LayerEnabled1 = BezierSpline {
KeyFrames = {
[0] = { 1, Flags = { Linear = true, PreLoop = true, Loop = true }, RH = { 41, 0.666666666666667 } },
[123] = { 0, Flags = { StepIn = true }, RH = { 124.333333333333, 0.333333333333333 }, LH = { 82, 0.333333333333333 } },
[127] = { 1, Flags = { StepIn = true, PreLoop = true, Loop = true }, LH = { 125.666666666667, 0.666666666666667 } }
},
SplineColor = { Green = 82, Blue = 232, Red = 198 },
CtrlWZoom = false,
NameSet = true
},
EyeAnim_2LayerEnabled2 = BezierSpline {
KeyFrames = {
[0] = { 0, Flags = { Linear = true, PreLoop = true, Loop = true }, RH = { 41, 0.333333333333333 } },
[123] = { 1, Flags = { StepIn = true }, RH = { 124.333333333333, 0.666666666666667 }, LH = { 82, 0.666666666666667 } },
[127] = { 0, Flags = { StepIn = true, PreLoop = true, Loop = true }, LH = { 125.666666666667, 0.333333333333333 } }
},
SplineColor = { Green = 82, Blue = 214, Red = 232 },
CtrlWZoom = false,
NameSet = true
},
Root = Transform {
Colors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },
ViewInfo = OperatorInfo { Pos = { 13805, 346.5 } },
Inputs = {
Comments = 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" },
Grp_Root = Input { Value = 0 },
["Grp_記号など"] = Input { Value = 0 },
["Grp_枝豆"] = Input { Value = 0 },
["Grp_目セット"] = Input { Value = 0 },
["Grp_黒目"] = Input { Value = 0 },
["Grp_顔色"] = Input { Value = 0 },
["Grp_服装1"] = Input { Value = 0 },
["Grp_服装2"] = Input { Value = 0 },
["Grp_左腕"] = Input { Value = 0 },
["Grp_右腕"] = Input { Value = 0 },
Grp_Root2 = Input { Value = 0 },
Input = Input {
SourceOp = "EyeAnim",
Source = "Output"
}
},
UserControls = ordered() {
CopyPose = {
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.copy(comp)]])",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Copy Pose",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
PastePose = {
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.paste(comp)]])",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Paste Pose",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
SavePose = {
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.save(comp, fu)]])",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Save Pose",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
LoadPose = {
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.load(comp, fu)]])",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Load Pose",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
Grp_Root = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 8,
LINKS_Name = "Root",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N009_kigounado_show_128 = {
BTNCS_Execute = "local mg = comp:FindTool(\"記号など_MG\")\nlocal node = comp:FindTool(\"記号など\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "記号など show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N009_kigounado_hide_128 = {
BTNCS_Execute = "local mg = comp:FindTool(\"記号など_MG\")\nmg.Foreground = nil",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "記号など hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N001_paakaauraji_show_3 = {
BTNCS_Execute = "local mg = comp:FindTool(\"パーカー裏地_MG\")\nlocal node = comp:FindTool(\"Loader2\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "パーカー裏地 show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N001_paakaauraji_hide_3 = {
BTNCS_Execute = "local mg = comp:FindTool(\"パーカー裏地_MG\")\nmg.Foreground = nil",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "パーカー裏地 hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N000_shippotekinaare_show_2 = {
BTNCS_Execute = "local mg = comp:FindTool(\"尻尾的なアレ_MG\")\nlocal node = comp:FindTool(\"Loader1\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "尻尾的なアレ show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N000_shippotekinaare_hide_2 = {
BTNCS_Execute = "local mg = comp:FindTool(\"尻尾的なアレ_MG\")\nmg.Foreground = nil",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "尻尾的なアレ hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N003_fukusou155 = {
BTNCS_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()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*服装1",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N002_fukusou231 = {
BTNCS_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()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*服装2",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["Grp_記号など"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 10,
LINKS_Name = "記号など",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N004_ahiruchan_show_128 = {
BTNCS_Execute = "local mg = comp:FindTool(\"アヒルちゃん_MG\")\nlocal node = comp:FindTool(\"Loader99\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "アヒルちゃん show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N004_ahiruchan_hide_128 = {
BTNCS_Execute = "local mg = comp:FindTool(\"アヒルちゃん_MG\")\nmg.Foreground = nil",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "アヒルちゃん hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N003_namida_show_127 = {
BTNCS_Execute = "local mg = comp:FindTool(\"涙_MG\")\nlocal node = comp:FindTool(\"Loader98\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "涙 show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N003_namida_hide_127 = {
BTNCS_Execute = "local mg = comp:FindTool(\"涙_MG\")\nmg.Foreground = nil",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "涙 hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N002_ase1_show_126 = {
BTNCS_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()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "汗1 show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N002_ase1_hide_126 = {
BTNCS_Execute = "local mg = comp:FindTool(\"汗1_MG\")\nmg.Foreground = nil",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "汗1 hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N001_ase2_show_125 = {
BTNCS_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()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "汗2 show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N001_ase2_hide_125 = {
BTNCS_Execute = "local mg = comp:FindTool(\"汗2_MG\")\nmg.Foreground = nil",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "汗2 hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N000_ase3_show_124 = {
BTNCS_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()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "汗3 show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N000_ase3_hide_124 = {
BTNCS_Execute = "local mg = comp:FindTool(\"汗3_MG\")\nmg.Foreground = nil",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "汗3 hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
["Grp_枝豆"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 3,
LINKS_Name = "枝豆",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N002_paakaaurajitosettodeshiyou121 = {
BTNCS_Execute = "local mg = comp:FindTool(\"枝豆_MG\")\nlocal node = comp:FindTool(\"Loader94\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*パーカー(裏地とセットで使用)",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N001_edamametsuujou120 = {
BTNCS_Execute = "local mg = comp:FindTool(\"枝豆_MG\")\nlocal node = comp:FindTool(\"Loader93\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*枝豆通常",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N000_edamamenae119 = {
BTNCS_Execute = "local mg = comp:FindTool(\"枝豆_MG\")\nlocal node = comp:FindTool(\"Loader92\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*枝豆萎え",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["Grp_眉"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 5,
LINKS_Name = "眉",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N004_futsuumayu116 = {
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader91\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*普通眉",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N003_ikarimayu115 = {
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader90\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*怒り眉",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N002_agarimayu114 = {
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader89\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*上がり眉",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N001_komarimayu1113 = {
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader88\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*困り眉1",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N000_komarimayu2112 = {
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader87\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*困り眉2",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["Grp_目"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 14,
LINKS_Name = "目",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N013_mesetto109 = {
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"目セット\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*目セット",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N012_uwamuki93 = {
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader74\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*上向き",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N011_uwamuki292 = {
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader73\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*上向き2",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N010_uwamuki391 = {
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader72\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*上向き3",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N009_hosomemehaato90 = {
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader71\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*細め目ハート",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N008_hosomeme89 = {
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader70\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*細め目",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N007_jitome88 = {
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader69\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ジト目",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N006_nagomime87 = {
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader68\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*なごみ目",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N005_nikkori86 = {
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader67\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*にっこり",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N004_nikkori285 = {
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader66\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*にっこり2",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N003_UU84 = {
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader65\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*UU",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N002_none83 = {
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader64\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*><",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["N001_〇〇82"] = {
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader63\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*〇〇",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N000_guruguru81 = {
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader62\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ぐるぐる",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["Grp_目セット"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 3,
LINKS_Name = "目セット",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N002_futsuushirome98 = {
BTNCS_Execute = "local mg = comp:FindTool(\"目セット_MG\")\nlocal node = comp:FindTool(\"Loader77\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*普通白目",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N001_jitoshirome97 = {
BTNCS_Execute = "local mg = comp:FindTool(\"目セット_MG\")\nlocal node = comp:FindTool(\"Loader76\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ジト白目",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N000_mihirakishirome96 = {
BTNCS_Execute = "local mg = comp:FindTool(\"目セット_MG\")\nlocal node = comp:FindTool(\"Loader75\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*見開き白目",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["Grp_黒目"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 9,
LINKS_Name = "黒目",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N008_futsuume109 = {
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader86\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*普通目",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N007_futsuume2108 = {
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader85\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*普通目2",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N006_futsuume3107 = {
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader84\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*普通目3",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N005_kameramesen106 = {
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader83\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*カメラ目線",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N004_kameramesen2105 = {
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader82\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*カメラ目線2",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N003_kameramesen3104 = {
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader81\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*カメラ目線3",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N002_mesorashi103 = {
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader80\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*目逸らし",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N001_mesorashi2102 = {
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader79\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*目逸らし2",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N000_mesorashi3101 = {
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader78\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*目逸らし3",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["Grp_顔色"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 7,
LINKS_Name = "顔色",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N000_kageri_show_73 = {
BTNCS_Execute = "local mg = comp:FindTool(\"かげり_MG\")\nlocal node = comp:FindTool(\"Loader56\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "かげり show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N000_kageri_hide_73 = {
BTNCS_Execute = "local mg = comp:FindTool(\"かげり_MG\")\nmg.Foreground = nil",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "かげり hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N005_hoppe78 = {
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader61\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ほっぺ",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N004_hoppe277 = {
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader60\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ほっぺ2",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N003_hoppeakame76 = {
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader59\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ほっぺ赤め",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N002_aozame75 = {
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader58\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*青ざめ",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N001_hihyouji74 = {
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader57\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*(非表示)",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["Grp_口"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 13,
LINKS_Name = "口",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N012_muu70 = {
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader55\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*むー",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N011_yu69 = {
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader54\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ゆ",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N010_o68 = {
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader53\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*お",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N009_ohoo67 = {
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader52\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*おほお",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N008_hahee66 = {
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader51\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*はへえ",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N007_nn65 = {
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader50\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*んー",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N006_nhee64 = {
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader49\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*んへー",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N005_naa63 = {
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader48\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*んあー",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["N004_△62"] = {
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader47\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*△",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N003_mufu61 = {
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader46\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*むふ",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N002_hoo60 = {
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader45\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ほー",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N001_hoa59 = {
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader44\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ほあ",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N000_hoaa58 = {
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader43\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ほあー",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["Grp_服装1"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 2,
LINKS_Name = "服装1",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N001_itsumonofuku35 = {
BTNCS_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()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*いつもの服",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N000_seifuku34 = {
BTNCS_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()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*制服",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["Grp_右腕1"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 8,
LINKS_Name = "右腕",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N007_kihon55 = {
BTNCS_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()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*基本",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N006_koshi54 = {
BTNCS_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()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*腰",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N005_tewoageru53 = {
BTNCS_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()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*手を挙げる",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N004_kuchimoto52 = {
BTNCS_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()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*口元",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N003_kurushimu51 = {
BTNCS_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()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*苦しむ",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N002_yubisashishi50 = {
BTNCS_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()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*指差し",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N001_maiku49 = {
BTNCS_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()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*マイク",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N000_hihyouji48 = {
BTNCS_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()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*(非表示)",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["Grp_左腕1"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 8,
LINKS_Name = "左腕",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N007_kihon45 = {
BTNCS_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()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*基本",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N006_koshi44 = {
BTNCS_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()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*腰",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N005_tewoageru43 = {
BTNCS_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()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*手を挙げる",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N004_kuchimoto42 = {
BTNCS_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()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*口元",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N003_kurushimu41 = {
BTNCS_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()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*苦しむ",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N002_kangaeru40 = {
BTNCS_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()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*考える",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N001_hisohiso39 = {
BTNCS_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()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ひそひそ",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N000_hihyouji38 = {
BTNCS_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()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*(非表示)",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["Grp_服装2"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 4,
LINKS_Name = "服装2",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N003_basutaoru9 = {
BTNCS_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()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*バスタオル",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N002_sukumizu8 = {
BTNCS_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()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*スク水",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N001_pantsu7 = {
BTNCS_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()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ぱんつ",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N000_motokarada6 = {
BTNCS_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()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*素体",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["Grp_左腕"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 9,
LINKS_Name = "左腕",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N008_kihon31 = {
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader24\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*基本",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N007_koshi30 = {
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader23\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*腰",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N006_tewoageru29 = {
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader22\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*手を挙げる",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N005_kuchimoto28 = {
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader21\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*口元",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N004_kurushimu27 = {
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader20\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*苦しむ",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N003_kangaeru26 = {
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader19\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*考える",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N002_munamoto25 = {
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader18\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*胸元",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N001_hisohiso24 = {
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader17\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ひそひそ",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N000_hihyouji23 = {
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader16\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*(非表示)",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["Grp_右腕"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 9,
LINKS_Name = "右腕",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N008_kihon20 = {
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader15\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*基本",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N007_koshi19 = {
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader14\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*腰",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N006_tewoageru18 = {
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader13\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*手を挙げる",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N005_kuchimoto17 = {
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader12\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*口元",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N004_kurushimu16 = {
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader11\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*苦しむ",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N003_yubisashishi15 = {
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader10\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*指差し",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N002_maiku14 = {
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader9\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*マイク",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N001_munamoto13 = {
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader8\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*胸元",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N000_hihyouji12 = {
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader7\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*(非表示)",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
Grp_Root2 = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 4,
LINKS_Name = "Root",
ICS_ControlPage = "ポーズ",
INPID_InputControl = "LabelControl",
LINKID_DataType = "Number",
INP_Passive = true,
INP_Integer = false,
INP_MaxAllowed = 1000000,
INP_MinAllowed = -1000000,
INP_MaxScale = 1,
INP_MinScale = 0
}
}
},
["モーションなし"] = Transform {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 13805, 445.5 } },
Inputs = {
Input = Input {
SourceOp = "Root",
Source = "Output"
}
},
NameSet = true
},
["不安"] = GroupOperator {
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform1_2",
Source = "Output"
}
},
ViewInfo = GroupInfo {
Scale = 1,
Offset = { 0, 0 },
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
PipeStyle = "Direct",
Pos = { 14465, 709.5 },
Flags = {
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true,
AllowPan = false
},
Direction = "Horizontal"
},
Tools = ordered() {
Transform1_2 = Transform {
CtrlWShown = false,
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
Inputs = {
shake = Input {
SourceOp = "Shake1",
Source = "Position"
},
y = Input { Value = 0.01 },
x = Input { Value = 0.01 },
Center = Input {
Expression = "Point(0.5, 0.5) + shake * in_out",
Value = { 0.502997744173508, 0.497908177638071 }
},
in_out = Input {
SourceOp = "KeyframeStretcher1",
Source = "Result"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
UserControls = 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 } }
},
KeyframeStretcher1 = KeyStretcherMod {
Inputs = {
StretchStart = Input { Value = 10 },
StretchEnd = Input { Value = 110 },
Keyframes = Input {
SourceOp = "KeyStretcheronTransform1_2Keyframes",
Source = "Value"
}
},
CtrlWZoom = false
},
KeyStretcheronTransform1_2Keyframes = BezierSpline {
KeyFrames = {
[0] = { 0, Flags = { Linear = true }, RH = { 3.33333333333333, 0 } },
[10] = { 1, RH = { 43.3333333333333, 1 }, LH = { 6.66666666666667, 1 } },
[110] = { 1, RH = { 113.333333333333, 1 }, LH = { 76.6666666666667, 1 } },
[120] = { 0, LH = { 116.666666666667, 0 } }
},
CtrlWZoom = false,
SplineColor = { Green = 106, Blue = 231, Red = 193 }
},
Shake1 = Shake {
CtrlWZoom = false,
Inputs = {
YMinimum = Input {
Expression = "-Transform1_2.y",
Value = -0.01
},
YMaximum = Input {
Expression = "Transform1_2.y",
Value = 0.01
},
LockXY = Input { Value = 0 },
XMinimum = Input {
Expression = "-Transform1_2.x",
Value = -0.01
},
Smoothness = Input { Value = 2 },
XMaximum = Input {
Expression = "Transform1_2.x",
Value = 0.01
}
},
Faster = true
}
},
CtrlWZoom = false,
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform1_2",
Source = "Input"
},
Input3 = InstanceInput {
Source = "RandomSeed",
Default = 0,
Width = 1,
SourceOp = "Shake1"
},
Input4 = InstanceInput {
Width = 0.385,
SourceOp = "Shake1",
Source = "Randomize"
},
Input5 = InstanceInput {
Default = 10,
SourceOp = "Shake1",
Source = "Smoothness"
},
Input1 = InstanceInput {
Source = "x",
Default = 0.1,
Name = "X",
SourceOp = "Transform1_2"
},
Input2 = InstanceInput {
Source = "y",
Default = 0.1,
Name = "Y",
SourceOp = "Transform1_2"
}
},
NameSet = true
},
Loader27 = Loader {
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
TimeCode = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\ずんだもん立ち絵素材2.3\\-服装1_\\!左腕\\-(非表示).png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 7590, -808.5 } }
}
},
Outputs = ordered() {
MainOutput1 = InstanceOutput {
SourceOp = "レイアウト",
Source = "Output"
}
},
ViewInfo = GroupInfo {
Offset = { 0, 0 },
Scale = 1,
Direction = "Horizontal",
Flags = {
ForceAll = true,
GridSnap = true,
AllowPan = false,
AutoSnap = true
},
PipeStyle = "Direct"
},
Inputs = ordered() {
Input1 = InstanceInput {
Source = "CopyPose",
Default = 0,
Name = "Copy Pose",
SourceOp = "Root"
},
Input2 = InstanceInput {
Source = "PastePose",
Default = 0,
Name = "Paste Pose",
SourceOp = "Root"
},
Input3 = InstanceInput {
Source = "SavePose",
Default = 0,
Name = "Save Pose",
SourceOp = "Root"
},
Input4 = InstanceInput {
Source = "LoadPose",
Default = 0,
Name = "Load Pose",
SourceOp = "Root"
},
Input5 = InstanceInput {
SourceOp = "レイアウト",
Source = "Center"
},
Input6 = InstanceInput {
SourceOp = "レイアウト",
Source = "Pivot"
},
Input7 = InstanceInput {
Source = "UseSizeAndAspect",
Default = 1,
Name = "Use Size and Aspect",
SourceOp = "レイアウト"
},
Input8 = InstanceInput {
Default = 1,
SourceOp = "レイアウト",
Source = "Size"
},
Input9 = InstanceInput {
Default = 1,
SourceOp = "レイアウト",
Source = "Aspect"
},
Input10 = InstanceInput {
Source = "XSize",
Default = 1,
Name = "X Size",
SourceOp = "レイアウト"
},
Input11 = InstanceInput {
Source = "YSize",
Default = 1,
Name = "Y Size",
SourceOp = "レイアウト"
},
Input12 = InstanceInput {
Default = 0,
SourceOp = "レイアウト",
Source = "Angle"
},
Input13 = InstanceInput {
Source = "FlipHoriz",
ControlGroup = 1,
Name = "Flip Horizontal",
SourceOp = "レイアウト",
Default = 0
},
Input14 = InstanceInput {
Source = "FlipVert",
ControlGroup = 1,
Name = "Flip Vertical",
SourceOp = "レイアウト",
Default = 0
},
Input15 = InstanceInput {
Page = "モーション",
Source = "Value",
Default = 1,
Name = "スピード",
SourceOp = "Motion_Speed"
},
Input16 = InstanceInput {
Source = "Value",
Default = 1,
Name = "強さ",
SourceOp = "Motion_Str"
},
Input17 = InstanceInput {
Source = "N000_モーションなし",
Default = 0,
Name = "モーションなし",
SourceOp = "モーションSelector"
},
Input18 = InstanceInput {
Source = "N001_ぽよ",
Default = 0,
Name = "ぽよ",
SourceOp = "モーションSelector"
},
Input19 = InstanceInput {
Source = "N002_ぴょん_Ctrl",
Default = 0,
Name = "ぴょん_Ctrl",
SourceOp = "モーションSelector"
},
Input20 = InstanceInput {
Source = "N003_リズム_Ctrl",
Default = 0,
Name = "リズム_Ctrl",
SourceOp = "モーションSelector"
},
Input21 = InstanceInput {
Source = "N004_跳ねる_Ctrl",
Default = 0,
Name = "跳ねる_Ctrl",
SourceOp = "モーションSelector"
},
Input22 = InstanceInput {
Source = "N005_横揺れ_Ctrl",
Default = 0,
Name = "横揺れ_Ctrl",
SourceOp = "モーションSelector"
},
Input23 = InstanceInput {
Source = "N006_縦揺れ_Ctrl",
Default = 0,
Name = "縦揺れ_Ctrl",
SourceOp = "モーションSelector"
},
Input24 = InstanceInput {
Source = "N007_拡縮_Ctrl",
Default = 0,
Name = "拡縮_Ctrl",
SourceOp = "モーションSelector"
},
Input25 = InstanceInput {
Source = "N008_パーターブ_Ctrl",
Default = 0,
Name = "パーターブ_Ctrl",
SourceOp = "モーションSelector"
},
Input26 = InstanceInput {
Source = "N009_跳ねる",
Default = 0,
Name = "跳ねる",
SourceOp = "モーションSelector"
},
Input27 = InstanceInput {
Source = "N010_跳ねる_小",
Default = 0,
Name = "跳ねる_小",
SourceOp = "モーションSelector"
},
Input28 = InstanceInput {
Source = "N011_不安",
Default = 0,
Name = "不安",
SourceOp = "モーションSelector"
},
Input29 = InstanceInput {
Source = "N012_荒ぶる",
Default = 0,
Name = "荒ぶる",
SourceOp = "モーションSelector"
},
Input30 = InstanceInput {
Source = "N013_震え",
Default = 0,
Name = "震え",
SourceOp = "モーションSelector"
},
Input31 = InstanceInput {
Source = "Grp_記号など",
Default = 0,
Name = "記号など",
SourceOp = "Root"
},
Input32 = InstanceInput {
Source = "N004_ahiruchan_show_128",
Default = 0,
Name = "アヒルちゃん show",
SourceOp = "Root"
},
Input33 = InstanceInput {
Source = "N004_ahiruchan_hide_128",
Default = 0,
Name = "アヒルちゃん hide",
SourceOp = "Root"
},
Input34 = InstanceInput {
Source = "N003_namida_show_127",
Default = 0,
Name = "涙 show",
SourceOp = "Root"
},
Input35 = InstanceInput {
Source = "N003_namida_hide_127",
Default = 0,
Name = "涙 hide",
SourceOp = "Root"
},
Input36 = InstanceInput {
Source = "N002_ase1_show_126",
Default = 0,
Name = "汗1 show",
SourceOp = "Root"
},
Input37 = InstanceInput {
Source = "N002_ase1_hide_126",
Default = 0,
Name = "汗1 hide",
SourceOp = "Root"
},
Input38 = InstanceInput {
Source = "N001_ase2_show_125",
Default = 0,
Name = "汗2 show",
SourceOp = "Root"
},
Input39 = InstanceInput {
Source = "N001_ase2_hide_125",
Default = 0,
Name = "汗2 hide",
SourceOp = "Root"
},
Input40 = InstanceInput {
Source = "N000_ase3_show_124",
Default = 0,
Name = "汗3 show",
SourceOp = "Root"
},
Input41 = InstanceInput {
Source = "N000_ase3_hide_124",
Default = 0,
Name = "汗3 hide",
SourceOp = "Root"
},
Input42 = InstanceInput {
Source = "Grp_枝豆",
Default = 0,
Name = "枝豆",
SourceOp = "Root"
},
Input43 = InstanceInput {
Source = "N002_paakaaurajitosettodeshiyou121",
Default = 0,
Name = "*パーカー(裏地とセットで使用)",
SourceOp = "Root"
},
Input44 = InstanceInput {
Source = "N001_edamametsuujou120",
Default = 0,
Name = "*枝豆通常",
SourceOp = "Root"
},
Input45 = InstanceInput {
Source = "N000_edamamenae119",
Default = 0,
Name = "*枝豆萎え",
SourceOp = "Root"
},
Input46 = InstanceInput {
Source = "Grp_眉",
Default = 1,
Name = "眉",
SourceOp = "Root"
},
Input47 = InstanceInput {
Source = "N004_futsuumayu116",
Default = 0,
Name = "*普通眉",
SourceOp = "Root"
},
Input48 = InstanceInput {
Source = "N003_ikarimayu115",
Default = 0,
Name = "*怒り眉",
SourceOp = "Root"
},
Input49 = InstanceInput {
Source = "N002_agarimayu114",
Default = 0,
Name = "*上がり眉",
SourceOp = "Root"
},
Input50 = InstanceInput {
Source = "N001_komarimayu1113",
Default = 0,
Name = "*困り眉1",
SourceOp = "Root"
},
Input51 = InstanceInput {
Source = "N000_komarimayu2112",
Default = 0,
Name = "*困り眉2",
SourceOp = "Root"
},
Input52 = InstanceInput {
Source = "Grp_目",
Default = 1,
Name = "目",
SourceOp = "Root"
},
Input53 = InstanceInput {
Source = "N013_mesetto109",
Default = 0,
Name = "*目セット",
SourceOp = "Root"
},
Input54 = InstanceInput {
Source = "N012_uwamuki93",
Default = 0,
Name = "*上向き",
SourceOp = "Root"
},
Input55 = InstanceInput {
Source = "N011_uwamuki292",
Default = 0,
Name = "*上向き2",
SourceOp = "Root"
},
Input56 = InstanceInput {
Source = "N010_uwamuki391",
Default = 0,
Name = "*上向き3",
SourceOp = "Root"
},
Input57 = InstanceInput {
Source = "N009_hosomemehaato90",
Default = 0,
Name = "*細め目ハート",
SourceOp = "Root"
},
Input58 = InstanceInput {
Source = "N008_hosomeme89",
Default = 0,
Name = "*細め目",
SourceOp = "Root"
},
Input59 = InstanceInput {
Source = "N007_jitome88",
Default = 0,
Name = "*ジト目",
SourceOp = "Root"
},
Input60 = InstanceInput {
Source = "N006_nagomime87",
Default = 0,
Name = "*なごみ目",
SourceOp = "Root"
},
Input61 = InstanceInput {
Source = "N005_nikkori86",
Default = 0,
Name = "*にっこり",
SourceOp = "Root"
},
Input62 = InstanceInput {
Source = "N004_nikkori285",
Default = 0,
Name = "*にっこり2",
SourceOp = "Root"
},
Input63 = InstanceInput {
Source = "N003_UU84",
Default = 0,
Name = "*UU",
SourceOp = "Root"
},
Input64 = InstanceInput {
Source = "N002_none83",
Default = 0,
Name = "*><",
SourceOp = "Root"
},
Input65 = InstanceInput {
Source = "N001_〇〇82",
Default = 0,
Name = "*〇〇",
SourceOp = "Root"
},
Input66 = InstanceInput {
Source = "N000_guruguru81",
Default = 0,
Name = "*ぐるぐる",
SourceOp = "Root"
},
Input67 = InstanceInput {
Source = "Grp_目セット",
Default = 0,
Name = "目セット",
SourceOp = "Root"
},
Input68 = InstanceInput {
Source = "N002_futsuushirome98",
Default = 0,
Name = "*普通白目",
SourceOp = "Root"
},
Input69 = InstanceInput {
Source = "N001_jitoshirome97",
Default = 0,
Name = "*ジト白目",
SourceOp = "Root"
},
Input70 = InstanceInput {
Source = "N000_mihirakishirome96",
Default = 0,
Name = "*見開き白目",
SourceOp = "Root"
},
Input71 = InstanceInput {
Source = "Grp_黒目",
Default = 0,
Name = "黒目",
SourceOp = "Root"
},
Input72 = InstanceInput {
Source = "N008_futsuume109",
Default = 0,
Name = "*普通目",
SourceOp = "Root"
},
Input73 = InstanceInput {
Source = "N007_futsuume2108",
Default = 0,
Name = "*普通目2",
SourceOp = "Root"
},
Input74 = InstanceInput {
Source = "N006_futsuume3107",
Default = 0,
Name = "*普通目3",
SourceOp = "Root"
},
Input75 = InstanceInput {
Source = "N005_kameramesen106",
Default = 0,
Name = "*カメラ目線",
SourceOp = "Root"
},
Input76 = InstanceInput {
Source = "N004_kameramesen2105",
Default = 0,
Name = "*カメラ目線2",
SourceOp = "Root"
},
Input77 = InstanceInput {
Source = "N003_kameramesen3104",
Default = 0,
Name = "*カメラ目線3",
SourceOp = "Root"
},
Input78 = InstanceInput {
Source = "N002_mesorashi103",
Default = 0,
Name = "*目逸らし",
SourceOp = "Root"
},
Input79 = InstanceInput {
Source = "N001_mesorashi2102",
Default = 0,
Name = "*目逸らし2",
SourceOp = "Root"
},
Input80 = InstanceInput {
Source = "N000_mesorashi3101",
Default = 0,
Name = "*目逸らし3",
SourceOp = "Root"
},
Input81 = InstanceInput {
Source = "Grp_顔色",
Default = 0,
Name = "顔色",
SourceOp = "Root"
},
Input82 = InstanceInput {
Source = "N000_kageri_show_73",
Default = 0,
Name = "かげり show",
SourceOp = "Root"
},
Input83 = InstanceInput {
Source = "N000_kageri_hide_73",
Default = 0,
Name = "かげり hide",
SourceOp = "Root"
},
Input84 = InstanceInput {
Source = "N005_hoppe78",
Default = 0,
Name = "*ほっぺ",
SourceOp = "Root"
},
Input85 = InstanceInput {
Source = "N004_hoppe277",
Default = 0,
Name = "*ほっぺ2",
SourceOp = "Root"
},
Input86 = InstanceInput {
Source = "N003_hoppeakame76",
Default = 0,
Name = "*ほっぺ赤め",
SourceOp = "Root"
},
Input87 = InstanceInput {
Source = "N002_aozame75",
Default = 0,
Name = "*青ざめ",
SourceOp = "Root"
},
Input88 = InstanceInput {
Source = "N001_hihyouji74",
Default = 0,
Name = "*(非表示)",
SourceOp = "Root"
},
Input89 = InstanceInput {
Source = "Grp_口",
Default = 1,
Name = "口",
SourceOp = "Root"
},
Input90 = InstanceInput {
Source = "N012_muu70",
Default = 0,
Name = "*むー",
SourceOp = "Root"
},
Input91 = InstanceInput {
Source = "N011_yu69",
Default = 0,
Name = "*ゆ",
SourceOp = "Root"
},
Input92 = InstanceInput {
Source = "N010_o68",
Default = 0,
Name = "*お",
SourceOp = "Root"
},
Input93 = InstanceInput {
Source = "N009_ohoo67",
Default = 0,
Name = "*おほお",
SourceOp = "Root"
},
Input94 = InstanceInput {
Source = "N008_hahee66",
Default = 0,
Name = "*はへえ",
SourceOp = "Root"
},
Input95 = InstanceInput {
Source = "N007_nn65",
Default = 0,
Name = "*んー",
SourceOp = "Root"
},
Input96 = InstanceInput {
Source = "N006_nhee64",
Default = 0,
Name = "*んへー",
SourceOp = "Root"
},
Input97 = InstanceInput {
Source = "N005_naa63",
Default = 0,
Name = "*んあー",
SourceOp = "Root"
},
Input98 = InstanceInput {
Source = "N004_△62",
Default = 0,
Name = "*△",
SourceOp = "Root"
},
Input99 = InstanceInput {
Source = "N003_mufu61",
Default = 0,
Name = "*むふ",
SourceOp = "Root"
},
Input100 = InstanceInput {
Source = "N002_hoo60",
Default = 0,
Name = "*ほー",
SourceOp = "Root"
},
Input101 = InstanceInput {
Source = "N001_hoa59",
Default = 0,
Name = "*ほあ",
SourceOp = "Root"
},
Input102 = InstanceInput {
Source = "N000_hoaa58",
Default = 0,
Name = "*ほあー",
SourceOp = "Root"
},
Input103 = InstanceInput {
Source = "Grp_右腕1",
Default = 1,
Name = "右腕",
SourceOp = "Root"
},
Input104 = InstanceInput {
Source = "N007_kihon55",
Default = 0,
Name = "*基本",
SourceOp = "Root"
},
Input105 = InstanceInput {
Source = "N006_koshi54",
Default = 0,
Name = "*腰",
SourceOp = "Root"
},
Input106 = InstanceInput {
Source = "N005_tewoageru53",
Default = 0,
Name = "*手を挙げる",
SourceOp = "Root"
},
Input107 = InstanceInput {
Source = "N004_kuchimoto52",
Default = 0,
Name = "*口元",
SourceOp = "Root"
},
Input108 = InstanceInput {
Source = "N003_kurushimu51",
Default = 0,
Name = "*苦しむ",
SourceOp = "Root"
},
Input109 = InstanceInput {
Source = "N002_yubisashishi50",
Default = 0,
Name = "*指差し",
SourceOp = "Root"
},
Input110 = InstanceInput {
Source = "N001_maiku49",
Default = 0,
Name = "*マイク",
SourceOp = "Root"
},
Input111 = InstanceInput {
Source = "N000_hihyouji48",
Default = 0,
Name = "*(非表示)",
SourceOp = "Root"
},
Input112 = InstanceInput {
Source = "Grp_左腕1",
Default = 1,
Name = "左腕",
SourceOp = "Root"
},
Input113 = InstanceInput {
Source = "N007_kihon45",
Default = 0,
Name = "*基本",
SourceOp = "Root"
},
Input114 = InstanceInput {
Source = "N006_koshi44",
Default = 0,
Name = "*腰",
SourceOp = "Root"
},
Input115 = InstanceInput {
Source = "N005_tewoageru43",
Default = 0,
Name = "*手を挙げる",
SourceOp = "Root"
},
Input116 = InstanceInput {
Source = "N004_kuchimoto42",
Default = 0,
Name = "*口元",
SourceOp = "Root"
},
Input117 = InstanceInput {
Source = "N003_kurushimu41",
Default = 0,
Name = "*苦しむ",
SourceOp = "Root"
},
Input118 = InstanceInput {
Source = "N002_kangaeru40",
Default = 0,
Name = "*考える",
SourceOp = "Root"
},
Input119 = InstanceInput {
Source = "N001_hisohiso39",
Default = 0,
Name = "*ひそひそ",
SourceOp = "Root"
},
Input120 = InstanceInput {
Source = "N000_hihyouji38",
Default = 0,
Name = "*(非表示)",
SourceOp = "Root"
},
Input121 = InstanceInput {
Source = "Grp_服装1",
Default = 0,
Name = "服装1",
SourceOp = "Root"
},
Input122 = InstanceInput {
Source = "N001_itsumonofuku35",
Default = 0,
Name = "*いつもの服",
SourceOp = "Root"
},
Input123 = InstanceInput {
Source = "N000_seifuku34",
Default = 0,
Name = "*制服",
SourceOp = "Root"
},
Input124 = InstanceInput {
Source = "Grp_Root2",
Default = 0,
Name = "Root",
SourceOp = "Root"
},
Input125 = InstanceInput {
Source = "N001_paakaauraji_show_3",
Default = 0,
Name = "パーカー裏地 show",
SourceOp = "Root"
},
Input126 = InstanceInput {
Source = "N001_paakaauraji_hide_3",
Default = 0,
Name = "パーカー裏地 hide",
SourceOp = "Root"
},
Input127 = InstanceInput {
Source = "N000_shippotekinaare_show_2",
Default = 0,
Name = "尻尾的なアレ show",
SourceOp = "Root"
},
Input128 = InstanceInput {
Source = "N000_shippotekinaare_hide_2",
Default = 0,
Name = "尻尾的なアレ hide",
SourceOp = "Root"
},
Input129 = InstanceInput {
Page = "口パク",
Source = "LayerOrder",
ControlGroup = 2,
Name = "Layer List",
SourceOp = "MouthAnim"
},
Input130 = InstanceInput {
Source = "LayerSelection",
ControlGroup = 2,
Name = "Layer List",
SourceOp = "MouthAnim",
Default = 1
},
Input131 = InstanceInput {
Source = "LayerName1",
ControlGroup = 2,
Name = "Layer List",
SourceOp = "MouthAnim"
},
Input132 = InstanceInput {
Source = "LayerEnabled1",
ControlGroup = 2,
Name = "Layer List",
SourceOp = "MouthAnim",
Default = 1
},
Input133 = InstanceInput {
Source = "LayerName2",
ControlGroup = 2,
Name = "Layer List",
SourceOp = "MouthAnim"
},
Input134 = InstanceInput {
Source = "LayerEnabled2",
ControlGroup = 2,
Name = "Layer List",
SourceOp = "MouthAnim",
Default = 0
},
Input135 = InstanceInput {
Source = "LayerName3",
ControlGroup = 2,
Name = "Layer List",
SourceOp = "MouthAnim"
},
Input136 = InstanceInput {
Source = "LayerEnabled3",
ControlGroup = 2,
Name = "Layer List",
SourceOp = "MouthAnim",
Default = 0
},
Input137 = InstanceInput {
Source = "LayerName4",
ControlGroup = 2,
Name = "Layer List",
SourceOp = "MouthAnim"
},
Input138 = InstanceInput {
Source = "LayerEnabled4",
ControlGroup = 2,
Name = "Layer List",
SourceOp = "MouthAnim",
Default = 0
},
Input139 = InstanceInput {
Source = "LayerName5",
ControlGroup = 2,
Name = "Layer List",
SourceOp = "MouthAnim"
},
Input140 = InstanceInput {
Source = "LayerEnabled5",
ControlGroup = 2,
Name = "Layer List",
SourceOp = "MouthAnim",
Default = 0
},
Input141 = InstanceInput {
Source = "LayerName6",
ControlGroup = 2,
Name = "Layer List",
SourceOp = "MouthAnim"
},
Input142 = InstanceInput {
Source = "LayerEnabled6",
ControlGroup = 2,
Name = "Layer List",
SourceOp = "MouthAnim",
Default = 0
},
Input143 = InstanceInput {
Source = "LayerName7",
ControlGroup = 2,
Name = "Layer List",
SourceOp = "MouthAnim"
},
Input144 = InstanceInput {
Source = "LayerEnabled7",
ControlGroup = 2,
Name = "Layer List",
SourceOp = "MouthAnim",
Default = 0
},
Input145 = InstanceInput {
Source = "LayerName8",
ControlGroup = 2,
Name = "Layer List",
SourceOp = "MouthAnim"
},
Input146 = InstanceInput {
Source = "LayerEnabled8",
ControlGroup = 2,
Name = "Layer List",
SourceOp = "MouthAnim",
Default = 1
},
Input147 = InstanceInput {
Default = 1,
SourceOp = "MouthScale",
Source = "Size"
},
Input148 = InstanceInput {
Default = 127,
SourceOp = "EyeAnim",
Source = "Blink"
},
Input149 = InstanceInput {
Default = 4,
SourceOp = "EyeAnim",
Source = "Close"
},
Input150 = InstanceInput {
Default = 0,
SourceOp = "EyeAnim",
Source = "Offset"
},
Input151 = InstanceInput {
Source = "Make",
Default = 0,
Name = "Make Anim",
SourceOp = "EyeAnim"
},
Input152 = InstanceInput {
Source = "Delete",
Default = 0,
Name = "Delete Anim",
SourceOp = "EyeAnim"
},
Input153 = InstanceInput {
Source = "at00",
Default = 0,
Name = "ボタンを押さないと反映されません。",
SourceOp = "EyeAnim"
},
Input154 = InstanceInput {
Source = "LayerOrder",
ControlGroup = 3,
Name = "Layer List",
SourceOp = "EyeAnim"
},
Input155 = InstanceInput {
Source = "LayerSelection",
ControlGroup = 3,
Name = "Layer List",
SourceOp = "EyeAnim",
Default = 1
},
Input156 = InstanceInput {
Source = "LayerName1",
ControlGroup = 3,
Name = "Layer List",
SourceOp = "EyeAnim"
},
Input157 = InstanceInput {
Source = "LayerEnabled1",
ControlGroup = 3,
Name = "Layer List",
SourceOp = "EyeAnim",
Default = 1
},
Input158 = InstanceInput {
Source = "LayerName2",
ControlGroup = 3,
Name = "Layer List",
SourceOp = "EyeAnim"
},
Input159 = InstanceInput {
Source = "LayerEnabled2",
ControlGroup = 3,
Name = "Layer List",
SourceOp = "EyeAnim",
Default = 0
},
Input160 = InstanceInput {
Source = "LayerName3",
ControlGroup = 3,
Name = "Layer List",
SourceOp = "EyeAnim"
},
Input161 = InstanceInput {
Source = "LayerEnabled3",
ControlGroup = 3,
Name = "Layer List",
SourceOp = "EyeAnim",
Default = 1
}
},
CtrlWZoom = false
}
}
}
================================================
FILE: Templates/Edit/Generators/ちびめたん.setting
================================================
{
Tools = ordered() {
Metan = GroupOperator {
Inputs = ordered() {
Input1 = InstanceInput {
SourceOp = "Root",
Source = "CopyPose",
Default = 0,
Name = "Copy Pose"
},
Input2 = InstanceInput {
SourceOp = "Root",
Source = "PastePose",
Default = 0,
Name = "Paste Pose"
},
Input3 = InstanceInput {
SourceOp = "Root",
Source = "SavePose",
Default = 0,
Name = "Save Pose"
},
Input4 = InstanceInput {
SourceOp = "Root",
Source = "LoadPose",
Default = 0,
Name = "Load Pose"
},
Input5 = InstanceInput {
SourceOp = "レイアウト",
Source = "Center"
},
Input6 = InstanceInput {
SourceOp = "レイアウト",
Source = "Pivot"
},
Input7 = InstanceInput {
SourceOp = "レイアウト",
Source = "UseSizeAndAspect",
Default = 1,
Name = "Use Size and Aspect"
},
Input8 = InstanceInput {
Default = 1,
SourceOp = "レイアウト",
Source = "Size"
},
Input9 = InstanceInput {
Default = 1,
SourceOp = "レイアウト",
Source = "Aspect"
},
Input10 = InstanceInput {
SourceOp = "レイアウト",
Source = "XSize",
Default = 1,
Name = "X Size"
},
Input11 = InstanceInput {
SourceOp = "レイアウト",
Source = "YSize",
Default = 1,
Name = "Y Size"
},
Input12 = InstanceInput {
Default = 0,
SourceOp = "レイアウト",
Source = "Angle"
},
Input13 = InstanceInput {
SourceOp = "レイアウト",
Source = "FlipHoriz",
ControlGroup = 1,
Name = "Flip Horizontal",
Default = 0
},
Input14 = InstanceInput {
SourceOp = "レイアウト",
Source = "FlipVert",
ControlGroup = 1,
Name = "Flip Vertical",
Default = 0
},
Input15 = InstanceInput {
SourceOp = "Motion_Speed",
Source = "Value",
Default = 1,
Name = "スピード",
Page = "モーション"
},
Input16 = InstanceInput {
SourceOp = "Motion_Str",
Source = "Value",
Default = 1,
Name = "強さ"
},
Input17 = InstanceInput {
SourceOp = "モーションSelector",
Source = "N000_モーションなし",
Default = 0,
Name = "モーションなし"
},
Input18 = InstanceInput {
SourceOp = "モーションSelector",
Source = "N001_ぽよ",
Default = 0,
Name = "ぽよ"
},
Input19 = InstanceInput {
SourceOp = "モーションSelector",
Source = "N002_ぴょん_Ctrl",
Default = 0,
Name = "ぴょん_Ctrl"
},
Input20 = InstanceInput {
SourceOp = "モーションSelector",
Source = "N003_リズム_Ctrl",
Default = 0,
Name = "リズム_Ctrl"
},
Input21 = InstanceInput {
SourceOp = "モーションSelector",
Source = "N004_跳ねる_Ctrl",
Default = 0,
Name = "跳ねる_Ctrl"
},
Input22 = InstanceInput {
SourceOp = "モーションSelector",
Source = "N005_横揺れ_Ctrl",
Default = 0,
Name = "横揺れ_Ctrl"
},
Input23 = InstanceInput {
SourceOp = "モーションSelector",
Source = "N006_縦揺れ_Ctrl",
Default = 0,
Name = "縦揺れ_Ctrl"
},
Input24 = InstanceInput {
SourceOp = "モーションSelector",
Source = "N007_拡縮_Ctrl",
Default = 0,
Name = "拡縮_Ctrl"
},
Input25 = InstanceInput {
SourceOp = "モーションSelector",
Source = "N008_パーターブ_Ctrl",
Default = 0,
Name = "パーターブ_Ctrl"
},
Input26 = InstanceInput {
SourceOp = "モーションSelector",
Source = "N009_跳ねる",
Default = 0,
Name = "跳ねる"
},
Input27 = InstanceInput {
SourceOp = "モーションSelector",
Source = "N010_跳ねる_小",
Default = 0,
Name = "跳ねる_小"
},
Input28 = InstanceInput {
SourceOp = "モーションSelector",
Source = "N011_不安",
Default = 0,
Name = "不安"
},
Input29 = InstanceInput {
SourceOp = "モーションSelector",
Source = "N012_荒ぶる",
Default = 0,
Name = "荒ぶる"
},
Input30 = InstanceInput {
SourceOp = "モーションSelector",
Source = "N013_震え",
Default = 0,
Name = "震え"
},
Input31 = InstanceInput {
SourceOp = "Root",
Source = "Grp_記号など",
Default = 0,
Name = "記号など"
},
Input32 = InstanceInput {
SourceOp = "Root",
Source = "N003_namida_show_86",
Default = 0,
Name = "涙 show"
},
Input33 = InstanceInput {
SourceOp = "Root",
Source = "N003_namida_hide_86",
Default = 0,
Name = "涙 hide"
},
Input34 = InstanceInput {
SourceOp = "Root",
Source = "N002_ase1_show_85",
Default = 0,
Name = "汗1 show"
},
Input35 = InstanceInput {
SourceOp = "Root",
Source = "N002_ase1_hide_85",
Default = 0,
Name = "汗1 hide"
},
Input36 = InstanceInput {
SourceOp = "Root",
Source = "N001_ase2_show_84",
Default = 0,
Name = "汗2 show"
},
Input37 = InstanceInput {
SourceOp = "Root",
Source = "N001_ase2_hide_84",
Default = 0,
Name = "汗2 hide"
},
Input38 = InstanceInput {
SourceOp = "Root",
Source = "N000_ase3_show_83",
Default = 0,
Name = "汗3 show"
},
Input39 = InstanceInput {
SourceOp = "Root",
Source = "N000_ase3_hide_83",
Default = 0,
Name = "汗3 hide"
},
Input40 = InstanceInput {
SourceOp = "Root",
Source = "Grp_眉",
Default = 1,
Name = "眉"
},
Input41 = InstanceInput {
SourceOp = "Root",
Source = "N007_futsuufutomayu80",
Default = 0,
Name = "*普通太眉"
},
Input42 = InstanceInput {
SourceOp = "Root",
Source = "N006_ikarifutomayu79",
Default = 0,
Name = "*怒り太眉"
},
Input43 = InstanceInput {
SourceOp = "Root",
Source = "N005_komarifutomayu78",
Default = 0,
Name = "*困り太眉"
},
Input44 = InstanceInput {
SourceOp = "Root",
Source = "N004_futsuumayu77",
Default = 0,
Name = "*普通眉"
},
Input45 = InstanceInput {
SourceOp = "Root",
Source = "N003_ikarimayu76",
Default = 0,
Name = "*怒り眉"
},
Input46 = InstanceInput {
SourceOp = "Root",
Source = "N002_agarimayu75",
Default = 0,
Name = "*上がり眉"
},
Input47 = InstanceInput {
SourceOp = "Root",
Source = "N001_komarimayu174",
Default = 0,
Name = "*困り眉1"
},
Input48 = InstanceInput {
SourceOp = "Root",
Source = "N000_komarimayu273",
Default = 0,
Name = "*困り眉2"
},
Input49 = InstanceInput {
SourceOp = "Root",
Source = "Grp_目",
Default = 1,
Name = "目"
},
Input50 = InstanceInput {
SourceOp = "Root",
Source = "N008_mesetto70",
Default = 0,
Name = "*目セット"
},
Input51 = InstanceInput {
SourceOp = "Root",
Source = "N007_jitome61",
Default = 0,
Name = "*ジト目"
},
Input52 = InstanceInput {
SourceOp = "Root",
Source = "N006_nagomime60",
Default = 0,
Name = "*なごみ目"
},
Input53 = InstanceInput {
SourceOp = "Root",
Source = "N005_nikkori59",
Default = 0,
Name = "*にっこり"
},
Input54 = InstanceInput {
SourceOp = "Root",
Source = "N004_nikkori258",
Default = 0,
Name = "*にっこり2"
},
Input55 = InstanceInput {
SourceOp = "Root",
Source = "N003_UU57",
Default = 0,
Name = "*UU"
},
Input56 = InstanceInput {
SourceOp = "Root",
Source = "N002_none56",
Default = 0,
Name = "*><"
},
Input57 = InstanceInput {
SourceOp = "Root",
Source = "N001_〇〇55",
Default = 0,
Name = "*〇〇"
},
Input58 = InstanceInput {
SourceOp = "Root",
Source = "N000_guruguru54",
Default = 0,
Name = "*ぐるぐる"
},
Input59 = InstanceInput {
SourceOp = "Root",
Source = "Grp_目セット",
Default = 0,
Name = "目セット"
},
Input60 = InstanceInput {
SourceOp = "Root",
Source = "N001_futsuushirome65",
Default = 0,
Name = "*普通白目"
},
Input61 = InstanceInput {
SourceOp = "Root",
Source = "N000_jitoshirome64",
Default = 0,
Name = "*ジト白目"
},
Input62 = InstanceInput {
SourceOp = "Root",
Source = "Grp_黒目",
Default = 0,
Name = "黒目"
},
Input63 = InstanceInput {
SourceOp = "Root",
Source = "N002_futsuume70",
Default = 0,
Name = "*普通目"
},
Input64 = InstanceInput {
SourceOp = "Root",
Source = "N001_kameramesen69",
Default = 0,
Name = "*カメラ目線"
},
Input65 = InstanceInput {
SourceOp = "Root",
Source = "N000_mesorashi68",
Default = 0,
Name = "*目逸らし"
},
Input66 = InstanceInput {
SourceOp = "Root",
Source = "Grp_口",
Default = 1,
Name = "口"
},
Input67 = InstanceInput {
SourceOp = "Root",
Source = "N018_nishi51",
Default = 0,
Name = "*にし"
},
Input68 = InstanceInput {
SourceOp = "Root",
Source = "N017_hetsu50",
Default = 0,
Name = "*へっ"
},
Input69 = InstanceInput {
SourceOp = "Root",
Source = "N016_ohoo49",
Default = 0,
Name = "*おほお"
},
Input70 = InstanceInput {
SourceOp = "Root",
Source = "N015_hahee48",
Default = 0,
Name = "*はへえ"
},
Input71 = InstanceInput {
SourceOp = "Root",
Source = "N014_muu47",
Default = 0,
Name = "*むー"
},
Input72 = InstanceInput {
SourceOp = "Root",
Source = "N013_yu46",
Default = 0,
Name = "*ゆ"
},
Input73 = InstanceInput {
SourceOp = "Root",
Source = "N012_o45",
Default = 0,
Name = "*お"
},
Input74 = InstanceInput {
SourceOp = "Root",
Source = "N011_n44",
Default = 0,
Name = "*ん"
},
Input75 = InstanceInput {
SourceOp = "Root",
Source = "N010_nn43",
Default = 0,
Name = "*んー"
},
Input76 = InstanceInput {
SourceOp = "Root",
Source = "N009_nhee42",
Default = 0,
Name = "*んへー"
},
Input77 = InstanceInput {
SourceOp = "Root",
Source = "N008_naa41",
Default = 0,
Name = "*んあー"
},
Input78 = InstanceInput {
SourceOp = "Root",
Source = "N007_△40",
Default = 0,
Name = "*△"
},
Input79 = InstanceInput {
SourceOp = "Root",
Source = "N006_mufu39",
Default = 0,
Name = "*むふ"
},
Input80 = InstanceInput {
SourceOp = "Root",
Source = "N005_hoo38",
Default = 0,
Name = "*ほー"
},
Input81 = InstanceInput {
SourceOp = "Root",
Source = "N004_hoa37",
Default = 0,
Name = "*ほあ"
},
Input82 = InstanceInput {
SourceOp = "Root",
Source = "N003_hoaa36",
Default = 0,
Name = "*ほあー"
},
Input83 = InstanceInput {
SourceOp = "Root",
Source = "N002_hohoemi35",
Default = 0,
Name = "*ほほえみ"
},
Input84 = InstanceInput {
SourceOp = "Root",
Source = "N001_aha34",
Default = 0,
Name = "*あは"
},
Input85 = InstanceInput {
SourceOp = "Root",
Source = "N000_aha33",
Default = 0,
Name = "*あは"
},
Input86 = InstanceInput {
SourceOp = "Root",
Source = "Grp_顔色",
Default = 0,
Name = "顔色"
},
Input87 = InstanceInput {
SourceOp = "Root",
Source = "N000_kageri_show_24",
Default = 0,
Name = "かげり show"
},
Input88 = InstanceInput {
SourceOp = "Root",
Source = "N000_kageri_hide_24",
Default = 0,
Name = "かげり hide"
},
Input89 = InstanceInput {
SourceOp = "Root",
Source = "N006_hoppe30",
Default = 0,
Name = "*ほっぺ"
},
Input90 = InstanceInput {
SourceOp = "Root",
Source = "N005_hoppe229",
Default = 0,
Name = "*ほっぺ2"
},
Input91 = InstanceInput {
SourceOp = "Root",
Source = "N004_hoppe328",
Default = 0,
Name = "*ほっぺ3"
},
Input92 = InstanceInput {
SourceOp = "Root",
Source = "N003_hoppe427",
Default = 0,
Name = "*ほっぺ4"
},
Input93 = InstanceInput {
SourceOp = "Root",
Source = "N002_aozame26",
Default = 0,
Name = "*青ざめ"
},
Input94 = InstanceInput {
SourceOp = "Root",
Source = "N001_hihyouji25",
Default = 0,
Name = "*(非表示)"
},
Input95 = InstanceInput {
SourceOp = "Root",
Source = "Grp_右腕",
Default = 1,
Name = "右腕"
},
Input96 = InstanceInput {
SourceOp = "Root",
Source = "N006_kihon21",
Default = 0,
Name = "*基本"
},
Input97 = InstanceInput {
SourceOp = "Root",
Source = "N005_koshi20",
Default = 0,
Name = "*腰"
},
Input98 = InstanceInput {
SourceOp = "Root",
Source = "N004_tewoageru19",
Default = 0,
Name = "*手を挙げる"
},
Input99 = InstanceInput {
SourceOp = "Root",
Source = "N003_kuchimoto18",
Default = 0,
Name = "*口元"
},
Input100 = InstanceInput {
SourceOp = "Root",
Source = "N002_kurushimu17",
Default = 0,
Name = "*苦しむ"
},
Input101 = InstanceInput {
SourceOp = "Root",
Source = "N001_yubisashishi16",
Default = 0,
Name = "*指差し"
},
Input102 = InstanceInput {
SourceOp = "Root",
Source = "N000_maiku15",
Default = 0,
Name = "*マイク"
},
Input103 = InstanceInput {
SourceOp = "Root",
Source = "Grp_左腕",
Default = 1,
Name = "左腕"
},
Input104 = InstanceInput {
SourceOp = "Root",
Source = "N006_kihon12",
Default = 0,
Name = "*基本"
},
Input105 = InstanceInput {
SourceOp = "Root",
Source = "N005_koshi11",
Default = 0,
Name = "*腰"
},
Input106 = InstanceInput {
SourceOp = "Root",
Source = "N004_tewoageru10",
Default = 0,
Name = "*手を挙げる"
},
Input107 = InstanceInput {
SourceOp = "Root",
Source = "N003_kuchimoto9",
Default = 0,
Name = "*口元"
},
Input108 = InstanceInput {
SourceOp = "Root",
Source = "N002_kurushimu8",
Default = 0,
Name = "*苦しむ"
},
Input109 = InstanceInput {
SourceOp = "Root",
Source = "N001_kangaeru7",
Default = 0,
Name = "*考える"
},
Input110 = InstanceInput {
SourceOp = "Root",
Source = "N000_hisohiso6",
Default = 0,
Name = "*ひそひそ"
},
Input111 = InstanceInput {
SourceOp = "Root",
Source = "Grp_Root",
Default = 0,
Name = "Root"
},
Input112 = InstanceInput {
SourceOp = "Root",
Source = "N008_kigounado_show_86",
Default = 0,
Name = "記号など show"
},
Input113 = InstanceInput {
SourceOp = "Root",
Source = "N008_kigounado_hide_86",
Default = 0,
Name = "記号など hide"
},
Input114 = InstanceInput {
SourceOp = "MouthAnim",
Source = "LayerOrder",
ControlGroup = 2,
Name = "Layer List",
Page = "口パク"
},
Input115 = InstanceInput {
SourceOp = "MouthAnim",
Source = "LayerSelection",
ControlGroup = 2,
Name = "Layer List",
Default = 1
},
Input116 = InstanceInput {
SourceOp = "MouthAnim",
Source = "LayerName1",
ControlGroup = 2,
Name = "Layer List"
},
Input117 = InstanceInput {
SourceOp = "MouthAnim",
Source = "LayerEnabled1",
ControlGroup = 2,
Name = "Layer List",
Default = 1
},
Input118 = InstanceInput {
SourceOp = "MouthAnim",
Source = "LayerName2",
ControlGroup = 2,
Name = "Layer List"
},
Input119 = InstanceInput {
SourceOp = "MouthAnim",
Source = "LayerEnabled2",
ControlGroup = 2,
Name = "Layer List",
Default = 0
},
Input120 = InstanceInput {
SourceOp = "MouthAnim",
Source = "LayerName3",
ControlGroup = 2,
Name = "Layer List"
},
Input121 = InstanceInput {
SourceOp = "MouthAnim",
Source = "LayerEnabled3",
ControlGroup = 2,
Name = "Layer List",
Default = 0
},
Input122 = InstanceInput {
SourceOp = "MouthAnim",
Source = "LayerName4",
ControlGroup = 2,
Name = "Layer List"
},
Input123 = InstanceInput {
SourceOp = "MouthAnim",
Source = "LayerEnabled4",
ControlGroup = 2,
Name = "Layer List",
Default = 0
},
Input124 = InstanceInput {
SourceOp = "MouthAnim",
Source = "LayerName5",
ControlGroup = 2,
Name = "Layer List"
},
Input125 = InstanceInput {
SourceOp = "MouthAnim",
Source = "LayerEnabled5",
ControlGroup = 2,
Name = "Layer List",
Default = 0
},
Input126 = InstanceInput {
SourceOp = "MouthAnim",
Source = "LayerName6",
ControlGroup = 2,
Name = "Layer List"
},
Input127 = InstanceInput {
SourceOp = "MouthAnim",
Source = "LayerEnabled6",
ControlGroup = 2,
Name = "Layer List",
Default = 0
},
Input128 = InstanceInput {
SourceOp = "MouthAnim",
Source = "LayerName7",
ControlGroup = 2,
Name = "Layer List"
},
Input129 = InstanceInput {
SourceOp = "MouthAnim",
Source = "LayerEnabled7",
ControlGroup = 2,
Name = "Layer List",
Default = 0
},
Input130 = InstanceInput {
SourceOp = "MouthAnim",
Source = "LayerName8",
ControlGroup = 2,
Name = "Layer List"
},
Input131 = InstanceInput {
SourceOp = "MouthAnim",
Source = "LayerEnabled8",
ControlGroup = 2,
Name = "Layer List",
Default = 1
},
Input132 = InstanceInput {
Default = 1,
SourceOp = "MouthScale",
Source = "Size"
},
Input133 = InstanceInput {
Default = 139,
SourceOp = "EyeAnim",
Source = "Blink"
},
Input134 = InstanceInput {
Default = 4,
SourceOp = "EyeAnim",
Source = "Close"
},
Input135 = InstanceInput {
Default = 0,
SourceOp = "EyeAnim",
Source = "Offset"
},
Input136 = InstanceInput {
SourceOp = "EyeAnim",
Source = "Make",
Default = 0,
Name = "Make Anim"
},
Input137 = InstanceInput {
SourceOp = "EyeAnim",
Source = "Delete",
Default = 0,
Name = "Delete Anim"
},
Input138 = InstanceInput {
SourceOp = "EyeAnim",
Source = "at00",
Default = 0,
Name = "ボタンを押さないと反映されません。"
},
Input139 = InstanceInput {
SourceOp = "EyeAnim",
Source = "LayerOrder",
ControlGroup = 3,
Name = "Layer List"
},
Input140 = InstanceInput {
SourceOp = "EyeAnim",
Source = "LayerSelection",
ControlGroup = 3,
Name = "Layer List",
Default = 1
},
Input141 = InstanceInput {
SourceOp = "EyeAnim",
Source = "LayerName1",
ControlGroup = 3,
Name = "Layer List"
},
Input142 = InstanceInput {
SourceOp = "EyeAnim",
Source = "LayerEnabled1",
ControlGroup = 3,
Name = "Layer List",
Default = 1
},
Input143 = InstanceInput {
SourceOp = "EyeAnim",
Source = "LayerName2",
ControlGroup = 3,
Name = "Layer List"
},
Input144 = InstanceInput {
SourceOp = "EyeAnim",
Source = "LayerEnabled2",
ControlGroup = 3,
Name = "Layer List",
Default = 0
},
Input145 = InstanceInput {
SourceOp = "EyeAnim",
Source = "LayerName3",
ControlGroup = 3,
Name = "Layer List"
},
Input146 = InstanceInput {
SourceOp = "EyeAnim",
Source = "LayerEnabled3",
ControlGroup = 3,
Name = "Layer List",
Default = 1
}
},
Outputs = ordered() {
MainOutput1 = InstanceOutput {
SourceOp = "レイアウト",
Source = "Output"
}
},
Tools = ordered() {
Loader21 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\ちびめたん立ち絵素材\\!顔色\\-ほっぺ3_.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 3135, -643.5 } }
},
Loader65 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\ちびめたん立ち絵素材\\記号など\\汗2_.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4950, -643.5 } }
},
Loader27 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\ちびめたん立ち絵素材\\!口\\-ほあー.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4730, -1105.5 } }
},
Loader50 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\ちびめたん立ち絵素材\\!目\\-ジト目.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 5830, -1402.5 } }
},
Loader7 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\ちびめたん立ち絵素材\\!左腕\\-手を挙げる.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 1155, -643.5 } }
},
["荒ぶる"] = GroupOperator {
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform1_2_1",
Source = "Input"
},
Input3 = InstanceInput {
SourceOp = "Shake1_1",
Source = "RandomSeed",
Default = 0,
Width = 1
},
Input4 = InstanceInput {
Width = 0.385,
SourceOp = "Shake1_1",
Source = "Randomize"
},
Input5 = InstanceInput {
Default = 10,
SourceOp = "Shake1_1",
Source = "Smoothness"
},
Input1 = InstanceInput {
SourceOp = "Transform1_2_1",
Source = "x",
Default = 0.1,
Name = "X"
},
Input2 = InstanceInput {
SourceOp = "Transform1_2_1",
Source = "y",
Default = 0.1,
Name = "Y"
}
},
Tools = ordered() {
Transform1_2_1 = Transform {
Inputs = {
in_out = Input {
SourceOp = "KeyframeStretcher1_1",
Source = "Result"
},
y = Input { Value = 0.03 },
x = Input { Value = 0.03 },
Center = Input {
Expression = "Point(0.5, 0.5) + shake * in_out",
Value = { 0.502997744173508, 0.497908177638071 }
},
shake = Input {
SourceOp = "Shake1_1",
Source = "Position"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
CtrlWShown = false,
UserControls = 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 } },
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } }
},
KeyframeStretcher1_1 = KeyStretcherMod {
CtrlWZoom = false,
Inputs = {
StretchStart = Input { Value = 10 },
StretchEnd = Input { Value = 110 },
Keyframes = Input {
SourceOp = "KeyStretcheronTransform1_2_1Keyframes",
Source = "Value"
}
}
},
KeyStretcheronTransform1_2_1Keyframes = BezierSpline {
KeyFrames = {
[0] = { 0, Flags = { Linear = true }, RH = { 3.33333333333333, 0 } },
[10] = { 1, RH = { 43.3333333333333, 1 }, LH = { 6.66666666666667, 1 } },
[110] = { 1, RH = { 113.333333333333, 1 }, LH = { 76.6666666666667, 1 } },
[120] = { 0, LH = { 116.666666666667, 0 } }
},
CtrlWZoom = false,
SplineColor = { Green = 106, Blue = 231, Red = 193 }
},
Shake1_1 = Shake {
Faster = true,
CtrlWZoom = false,
Inputs = {
YMaximum = Input {
Expression = "Transform1_2_1.y",
Value = 0.03
},
LockXY = Input { Value = 0 },
XMinimum = Input {
Expression = "-Transform1_2_1.x",
Value = -0.03
},
XMaximum = Input {
Expression = "Transform1_2_1.x",
Value = 0.03
},
Smoothness = Input { Value = 1.5 },
YMinimum = Input {
Expression = "-Transform1_2_1.y",
Value = -0.03
}
}
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform1_2_1",
Source = "Output"
}
},
ViewInfo = GroupInfo {
Pos = { 7645, 379.5 },
Offset = { 0, 0 },
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Scale = 1,
PipeStyle = "Direct",
Direction = "Horizontal",
Flags = {
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true
}
}
},
Loader20 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\ちびめたん立ち絵素材\\!顔色\\-ほっぺ4_.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 3025, -643.5 } }
},
Loader35 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\ちびめたん立ち絵素材\\!口\\-ん.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 5610, -1105.5 } }
},
Loader28 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\ちびめたん立ち絵素材\\!口\\-ほあ.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4840, -1105.5 } }
},
Loader22 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\ちびめたん立ち絵素材\\!顔色\\-ほっぺ2_.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 3245, -643.5 } }
},
Loader5 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\ちびめたん立ち絵素材\\!左腕\\-苦しむ.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 935, -643.5 } }
},
["パーターブ_Ctrl"] = Transform {
Inputs = {
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
},
Center = Input {
SourceOp = "Perturb1",
Source = "Value"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 6985, 379.5 } }
},
Perturb1 = PerturbPoint {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
CtrlWZoom = false,
Inputs = {
Strength = Input {
SourceOp = "Motion_Str",
Source = "Value"
},
Speed = Input {
SourceOp = "Motion_Speed",
Source = "Value"
}
}
},
Motion_Str = PublishNumber {
Inputs = {
Value = Input { Value = 1 }
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
CtrlWZoom = false
},
Motion_Speed = PublishNumber {
Inputs = {
Value = Input { Value = 1 }
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
CtrlWZoom = false
},
Loader43 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\ちびめたん立ち絵素材\\!目\\-ぐるぐる.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 5060, -1402.5 } }
},
["横揺れ_Ctrl"] = Transform {
Inputs = {
v = Input {
Expression = "0.5 + amplitude * iif(time > out, 0,bound)",
Value = 0.504755282581476
},
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)",
Value = 0.951056516295153
},
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
amplitude = Input {
SourceOp = "Motion_Str",
Source = "Value"
},
Center = Input {
Expression = "Point(v, 0.5)",
Value = { 0.504755282581476, 0.5 }
},
speed = Input {
SourceOp = "Motion_Speed",
Source = "Value"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
UserControls = 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 } },
ViewInfo = OperatorInfo { Pos = { 6490, 379.5 } }
},
["縦揺れ_Ctrl"] = Transform {
Inputs = {
v = Input {
Expression = "0.5 + amplitude * iif(time > out, 0,bound)",
Value = 0.504755282581476
},
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)",
Value = 0.951056516295153
},
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
amplitude = Input {
SourceOp = "Motion_Str",
Source = "Value"
},
Center = Input {
Expression = "Point(0.5,v)",
Value = { 0.504755282581476, 0.5 }
},
speed = Input {
SourceOp = "Motion_Speed",
Source = "Value"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
UserControls = 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 } },
ViewInfo = OperatorInfo { Pos = { 6655, 379.5 } }
},
Loader10 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\ちびめたん立ち絵素材\\!右腕\\-マイク.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 1705, -643.5 } }
},
["ぽよ"] = GroupOperator {
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform",
Source = "Input"
},
Input1 = InstanceInput {
SourceOp = "Transform",
Source = "speed",
Page = "Controls",
Name = "スピード",
Default = 1
},
Input2 = InstanceInput {
SourceOp = "Calculation2",
Source = "SecondOperand",
Default = 1,
Name = "強さ"
},
Input3 = InstanceInput {
SourceOp = "Transform",
Source = "Pivot"
}
},
Tools = ordered() {
Transform = Transform {
Inputs = {
Pivot = Input { Value = { 0.5, 0 } },
Aspect = Input {
SourceOp = "Calculation1",
Source = "Result"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
CtrlWShown = false,
NameSet = true,
UserControls = 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 } },
CtrlWZoom = false,
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } }
},
Calculation1 = Calculation {
CtrlWZoom = false,
Inputs = {
FirstOperand = Input {
SourceOp = "Calculation2",
Source = "Result"
},
FirstOperandTimeOffset = Input { Expression = "-comp.GlobalStart" },
SecondOperand = Input { Value = 1 }
}
},
Calculation2 = Calculation {
CtrlWZoom = false,
Inputs = {
FirstOperandTimeScale = Input { Expression = "Transform.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate" },
FirstOperand = Input {
SourceOp = "CalculationonCalculationonTransformAspectFirstOperand",
Source = "Value"
},
SecondOperand = Input { Value = 0.8 },
Operator = Input { Value = 2 }
}
},
CalculationonCalculationonTransformAspectFirstOperand = BezierSpline {
KeyFrames = {
[0] = { 0, Flags = { Linear = true }, RH = { 1, 0 } },
[3] = { 0.0800000000000001, RH = { 4.66666666666667, 0.0800000000000001 }, LH = { 2, 0.0800000000000001 } },
[8] = { -0.0489999999999999, RH = { 9.33333333333333, -0.0489999999999999 }, LH = { 6.33333333333333, -0.0489999999999999 } },
[12] = { 0.03, RH = { 13.3333333333333, 0.03 }, LH = { 10.6666666666667, 0.03 } },
[16] = { -0.00700000000000001, RH = { 16.6666666666667, -0.00700000000000001 }, LH = { 14.6666666666667, -0.00700000000000001 } },
[18] = { 0.004, RH = { 18.6666666666667, 0.004 }, LH = { 17.3333333333333, 0.004 } },
[20] = { 0, LH = { 19.3333333333333, 0 } }
},
CtrlWZoom = false,
SplineColor = { Green = 105, Blue = 30, Red = 210 }
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform",
Source = "Output"
}
},
ViewInfo = GroupInfo {
Pos = { 5830, 379.5 },
Offset = { 0, 0 },
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Scale = 1,
PipeStyle = "Direct",
Direction = "Horizontal",
Flags = {
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true
}
}
},
Loader13 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\ちびめたん立ち絵素材\\!右腕\\-口元.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 2035, -643.5 } }
},
Loader40 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\ちびめたん立ち絵素材\\!口\\-おほお.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 6160, -1105.5 } }
},
Loader4 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\ちびめたん立ち絵素材\\!左腕\\-考える.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 825, -643.5 } }
},
["拡縮_Ctrl"] = Transform {
Inputs = {
speed = Input {
SourceOp = "Motion_Speed",
Source = "Value"
},
Center = Input { Value = { 0.504755282581476, 0.5 } },
v = Input {
Expression = "1 + amplitude * iif(time > out, 0,bound)",
Value = 0.504755282581476
},
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)",
Value = 0.951056516295153
},
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
amplitude = Input {
SourceOp = "Motion_Str",
Source = "Value"
},
Size = Input { Expression = " v" },
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
UserControls = 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 } },
ViewInfo = OperatorInfo { Pos = { 6820, 379.5 } }
},
Loader39 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\ちびめたん立ち絵素材\\!口\\-はへえ.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 6050, -1105.5 } }
},
Loader15 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\ちびめたん立ち絵素材\\!右腕\\-腰.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 2255, -643.5 } }
},
Loader31 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\ちびめたん立ち絵素材\\!口\\-△.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 5170, -1105.5 } }
},
ST_Background = Background {
Inputs = {
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1080 },
Depth = Input { Value = 1 },
Width = Input { Value = 1920 },
UseFrameFormatSettings = Input { Value = 1 }
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
ViewInfo = OperatorInfo { Pos = { 6655, 544.5 } }
},
ST_SetDomain = SetDomain {
Inputs = {
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Input = Input {
SourceOp = "ST_Background",
Source = "Output"
},
Right = Input { Value = 0 }
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
ViewInfo = OperatorInfo { Pos = { 6655, 676.5 } }
},
["モーションSelector"] = Transform {
Inputs = {
Str = Input {
SourceOp = "Motion_Str",
Source = "Value"
},
Speed = Input {
SourceOp = "Motion_Speed",
Source = "Value"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
Colors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
UserControls = ordered() {
["N000_モーションなし"] = {
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"モーションなし\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "モーションなし",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N001_ぽよ"] = {
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"ぽよ\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "ぽよ",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N002_ぴょん_Ctrl"] = {
ICS_ControlPage = "モーション",
BTNCS_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",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "ぴょん_Ctrl",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N003_リズム_Ctrl"] = {
ICS_ControlPage = "モーション",
BTNCS_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",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "リズム_Ctrl",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N004_跳ねる_Ctrl"] = {
ICS_ControlPage = "モーション",
BTNCS_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",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "跳ねる_Ctrl",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N005_横揺れ_Ctrl"] = {
ICS_ControlPage = "モーション",
BTNCS_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",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "横揺れ_Ctrl",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N006_縦揺れ_Ctrl"] = {
ICS_ControlPage = "モーション",
BTNCS_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",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "縦揺れ_Ctrl",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N007_拡縮_Ctrl"] = {
ICS_ControlPage = "モーション",
BTNCS_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",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "拡縮_Ctrl",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N008_パーターブ_Ctrl"] = {
ICS_ControlPage = "モーション",
BTNCS_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",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "パーターブ_Ctrl",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N009_跳ねる"] = {
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"跳ねる\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "跳ねる",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N010_跳ねる_小"] = {
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"跳ねる_小\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "跳ねる_小",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N011_不安"] = {
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"不安\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "不安",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N012_荒ぶる"] = {
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"荒ぶる\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "荒ぶる",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N013_震え"] = {
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"震え\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "震え",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
Speed = {
INP_Default = 1,
INP_MaxScale = 5,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Speed",
INPID_InputControl = "SliderControl",
INP_MinScale = 0
},
Str = {
INP_Default = 1,
INP_MaxScale = 5,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Str",
INPID_InputControl = "SliderControl",
INP_MinScale = 0
}
},
ViewInfo = OperatorInfo { Pos = { 6820, 544.5 } }
},
ST_Merge = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "ST_SetDomain",
Source = "Output"
},
Foreground = Input {
SourceOp = "モーションSelector",
Source = "Output"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 6820, 676.5 } }
},
["レイアウト"] = Transform {
Inputs = {
Input = Input {
SourceOp = "ST_Merge",
Source = "Output"
},
Center = Input { Value = { 0.85, 0.1 } }
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Colors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },
ViewInfo = OperatorInfo { Pos = { 6820, 808.5 } }
},
Loader11 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\ちびめたん立ち絵素材\\!右腕\\-指差し.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 1815, -643.5 } }
},
Loader14 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\ちびめたん立ち絵素材\\!右腕\\-手を挙げる.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 2145, -643.5 } }
},
["リズム_Ctrl"] = Transform {
Inputs = {
Pivot = Input { Value = { 0.5, 0 } },
Aspect = Input {
SourceOp = "リズム_AspectAffset",
Source = "Result"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 6160, 379.5 } }
},
["リズム_AspectAffset"] = Calculation {
Inputs = {
SecondOperand = Input { Value = 1 },
FirstOperand = Input {
SourceOp = "リズム_ScaleAndTimeScaleForFPS",
Source = "Result"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
CtrlWZoom = false
},
["リズム_ScaleAndTimeScaleForFPS"] = Calculation {
Inputs = {
FirstOperandTimeScale = Input { Expression = "30 / comp:GetPrefs().Comp.FrameFormat.Rate" },
FirstOperand = Input {
SourceOp = "リズム_Loop",
Source = "Result"
},
SecondOperand = Input {
SourceOp = "Motion_Str",
Source = "Value"
},
Operator = Input { Value = 2 }
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
CtrlWZoom = false
},
["リズム_Loop"] = Calculation {
Inputs = {
Frame = Input {
Expression = "30 / Speed",
Value = 30
},
Speed = Input {
SourceOp = "Motion_Speed",
Source = "Value"
},
Operator = Input { Value = 9 },
FirstOperand = Input {
SourceOp = "リズム_LoopFirstOperand",
Source = "Value"
},
FirstOperandTimeOffset = Input { Expression = "- math.floor(time / Frame) * Frame" }
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
CtrlWZoom = false,
UserControls = ordered() {
Speed = {
INP_Default = 1,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Speed",
INPID_InputControl = "SliderControl"
},
Frame = {
INP_Default = 1,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Frame",
INPID_InputControl = "SliderControl"
}
}
},
["リズム_LoopFirstOperand"] = BezierSpline {
SplineColor = { Green = 105, Blue = 30, Red = 210 },
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
CtrlWZoom = false,
KeyFrames = {
[0] = { 0, Flags = { Linear = true }, RH = { 1, 0 } },
[3] = { -0.01, RH = { 4, -0.01 }, LH = { 2, -0.01 } },
[6] = { 0, LH = { 5, 0 } }
}
},
Loader53 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\ちびめたん立ち絵素材\\!目\\-目セット\\!黒目\\-目逸らし.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 6600, -2194.5 } }
},
Loader38 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\ちびめたん立ち絵素材\\!口\\-むー.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 5940, -1105.5 } }
},
Loader48 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\ちびめたん立ち絵素材\\!目\\-にっこり.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 5610, -1402.5 } }
},
["跳ねる"] = GroupOperator {
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform1_1",
Source = "Input"
},
Input1 = InstanceInput {
MinScale = 0.0010000000475,
SourceOp = "Transform1_1",
Source = "speed",
Default = 2
},
Input2 = InstanceInput {
Default = 0.1,
SourceOp = "Transform1_1",
Source = "amplitude"
}
},
Tools = ordered() {
Transform1_1 = Transform {
Inputs = {
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\n",
Value = 0.951056516295154
},
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
amplitude = Input { Value = 0.08 },
Center = Input {
Expression = "Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))",
Value = { 0.5, 0.595105651629515 }
},
speed = Input { Value = 2 },
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
CtrlWShown = false,
UserControls = 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 } },
CtrlWZoom = false,
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } }
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform1_1",
Source = "Output"
}
},
ViewInfo = GroupInfo {
Pos = { 7150, 379.5 },
Offset = { 0, 0 },
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Scale = 1,
PipeStyle = "Direct",
Direction = "Horizontal",
Flags = {
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true
}
}
},
Loader52 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\ちびめたん立ち絵素材\\!目\\-目セット\\-普通白目.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 6270, -1798.5 } }
},
Loader58 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\ちびめたん立ち絵素材\\!眉\\-上がり眉.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 3960, -643.5 } }
},
Loader59 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\ちびめたん立ち絵素材\\!眉\\-怒り眉.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4070, -643.5 } }
},
["ぴょん_Ctrl"] = Transform {
Inputs = {
Center = Input {
SourceOp = "XYPath1_1",
Source = "Value"
},
speed = Input {
SourceOp = "Motion_Speed",
Source = "Value"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
UserControls = 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 } },
ViewInfo = OperatorInfo { Pos = { 5995, 379.5 } }
},
XYPath1_1 = XYPath {
Inputs = {
Y = Input {
SourceOp = "Calculation1_1_1",
Source = "Result"
},
X = Input { Value = 0.5 }
},
ShowKeyPoints = false,
DrawMode = "ModifyOnly",
CtrlWZoom = false,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
}
},
Calculation1_1_1 = Calculation {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
CtrlWZoom = false,
Inputs = {
FirstOperand = Input {
SourceOp = "Calculation2_1_1",
Source = "Result"
},
FirstOperandTimeOffset = Input { Expression = "-comp.GlobalStart - ぴょん_Ctrl.offset" },
SecondOperand = Input { Value = 0.5 }
}
},
Calculation2_1_1 = Calculation {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
CtrlWZoom = false,
Inputs = {
FirstOperandTimeScale = Input { Expression = "ぴょん_Ctrl.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate" },
FirstOperand = Input {
SourceOp = "Calculation4_1",
Source = "Result"
},
SecondOperand = Input { Value = 0.5 },
Operator = Input { Value = 2 }
}
},
Calculation4_1 = Calculation {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
CtrlWZoom = false,
Inputs = {
FirstOperand = Input {
SourceOp = "Calculation4_1FirstOperand",
Source = "Value"
},
SecondOperand = Input {
SourceOp = "Motion_Str",
Source = "Value"
},
Operator = Input { Value = 2 }
}
},
Calculation4_1FirstOperand = BezierSpline {
KeyFrames = {
[0] = { 0, Flags = { Linear = true }, RH = { 2.65, 0.18 } },
[13] = { 0, RH = { 15.2, 0.05 }, LH = { 9.5, 0.194 } },
[22] = { 0, RH = { 24.9, 0.02 }, LH = { 18.7, 0.06 } },
[30] = { 0, LH = { 27.4851924208954, 0 } }
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
CtrlWZoom = false,
SplineColor = { Green = 255, Blue = 0, Red = 0 }
},
Loader55 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\ちびめたん立ち絵素材\\!目\\-目セット\\!黒目\\-普通目.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 6820, -2194.5 } }
},
Loader56 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\ちびめたん立ち絵素材\\!眉\\-困り眉2_.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 3740, -643.5 } }
},
Loader62 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\ちびめたん立ち絵素材\\!眉\\-怒り太眉.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4400, -643.5 } }
},
Loader61 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\ちびめたん立ち絵素材\\!眉\\-困り太眉.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4290, -643.5 } }
},
Loader60 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\ちびめたん立ち絵素材\\!眉\\-普通眉.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4180, -643.5 } }
},
Loader44 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\ちびめたん立ち絵素材\\!目\\-〇〇.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 5170, -1402.5 } }
},
Loader67 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\ちびめたん立ち絵素材\\記号など\\涙.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 5170, -643.5 } }
},
Loader29 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\ちびめたん立ち絵素材\\!口\\-ほー.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4950, -1105.5 } }
},
Loader64 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\ちびめたん立ち絵素材\\記号など\\汗3_.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4840, -643.5 } }
},
Loader33 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\ちびめたん立ち絵素材\\!口\\-んへー.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 5390, -1105.5 } }
},
Loader6 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\ちびめたん立ち絵素材\\!左腕\\-口元.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 1045, -643.5 } }
},
Loader12 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\ちびめたん立ち絵素材\\!右腕\\-苦しむ.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 1925, -643.5 } }
},
Loader66 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\ちびめたん立ち絵素材\\記号など\\汗1_.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 5060, -643.5 } }
},
Loader8 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\ちびめたん立ち絵素材\\!左腕\\-腰.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 1265, -643.5 } }
},
Loader32 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\ちびめたん立ち絵素材\\!口\\-んあー.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 5280, -1105.5 } }
},
Loader46 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\ちびめたん立ち絵素材\\!目\\-UU.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 5390, -1402.5 } }
},
Loader34 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\ちびめたん立ち絵素材\\!口\\-んー.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 5500, -1105.5 } }
},
Loader30 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\ちびめたん立ち絵素材\\!口\\-むふ.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 5060, -1105.5 } }
},
Loader41 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\ちびめたん立ち絵素材\\!口\\-へっ.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 6270, -1105.5 } }
},
Loader3 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\ちびめたん立ち絵素材\\!左腕\\-ひそひそ.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 715, -643.5 } }
},
["震え"] = GroupOperator {
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform1_3",
Source = "Input"
},
Input1 = InstanceInput {
Default = 2,
SourceOp = "Transform1_3",
Source = "speed"
},
Input2 = InstanceInput {
Default = 0.1,
SourceOp = "Transform1_3",
Source = "amplitude"
},
Input3 = InstanceInput {
Default = 0,
SourceOp = "Transform1_3",
Source = "Y"
}
},
Tools = ordered() {
Transform1_3 = Transform {
Inputs = {
v = Input {
Expression = "0.5 + amplitude * iif(time > out, 0,bound)",
Value = 0.504755282581476
},
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)",
Value = 0.951056516295153
},
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
amplitude = Input { Value = 0.005 },
Center = Input {
Expression = "iif(Y == 0, Point(v, 0.5),Point(0.5,v))",
Value = { 0.504755282581476, 0.5 }
},
speed = Input { Value = 12 },
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
CtrlWShown = false,
UserControls = 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 } },
ViewInfo = OperatorInfo { Pos = { 0, 29.7576007843018 } }
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform1_3",
Source = "Output"
}
},
ViewInfo = GroupInfo {
Pos = { 7810, 379.5 },
Offset = { 0, 0 },
Size = { 126, 109.359001159668, 63, 24.2423992156982 },
Scale = 1,
PipeStyle = "Direct",
Direction = "Horizontal",
Flags = {
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true
}
}
},
Loader45 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\ちびめたん立ち絵素材\\!目\\-__.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 5280, -1402.5 } }
},
Loader47 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\ちびめたん立ち絵素材\\!目\\-にっこり2_.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 5500, -1402.5 } }
},
Loader57 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\ちびめたん立ち絵素材\\!眉\\-困り眉1_.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 3850, -643.5 } }
},
["跳ねる_Ctrl"] = Transform {
Inputs = {
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\n",
Value = 0.951056516295154
},
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
amplitude = Input {
SourceOp = "Motion_Str",
Source = "Value"
},
Center = Input {
Expression = "Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))",
Value = { 0.5, 0.595105651629515 }
},
speed = Input {
SourceOp = "Motion_Speed",
Source = "Value"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
UserControls = 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 } },
ViewInfo = OperatorInfo { Pos = { 6325, 379.5 } }
},
Loader19 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\ちびめたん立ち絵素材\\!顔色\\-青ざめ.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 2915, -643.5 } }
},
Loader17 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\ちびめたん立ち絵素材\\!顔色\\かげり.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 2695, -643.5 } }
},
["跳ねる_小"] = GroupOperator {
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform1_1_1",
Source = "Input"
},
Input1 = InstanceInput {
MinScale = 0.0010000000475,
SourceOp = "Transform1_1_1",
Source = "speed",
Default = 2
},
Input2 = InstanceInput {
Default = 0.1,
SourceOp = "Transform1_1_1",
Source = "amplitude"
}
},
Tools = ordered() {
Transform1_1_1 = Transform {
Inputs = {
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\n",
Value = 0.951056516295154
},
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
amplitude = Input { Value = 0.02 },
Center = Input {
Expression = "Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))",
Value = { 0.5, 0.595105651629515 }
},
speed = Input { Value = 2 },
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
CtrlWShown = false,
UserControls = 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 } },
CtrlWZoom = false,
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } }
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform1_1_1",
Source = "Output"
}
},
ViewInfo = GroupInfo {
Pos = { 7315, 379.5 },
Offset = { 0, 0 },
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Scale = 1,
PipeStyle = "Direct",
Direction = "Horizontal",
Flags = {
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true
}
}
},
Loader18 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\ちびめたん立ち絵素材\\!顔色\\-(非表示).png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 2805, -643.5 } }
},
Background1 = Background {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 165, -247.5 } }
},
SetDomain1 = SetDomain {
Inputs = {
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background1",
Source = "Output"
},
Right = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 165, -115.5 } }
},
Loader1 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\ちびめたん立ち絵素材\\!身体.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 275, -247.5 } }
},
["身体_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain1",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader1",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 275, -115.5 } }
},
Loader2 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\ちびめたん立ち絵素材\\!ヘアバンド.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 385, -247.5 } }
},
["ヘアバンド_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "身体_MG",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader2",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 385, -115.5 } }
},
Background2 = Background {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 605, -643.5 } }
},
SetDomain2 = SetDomain {
Inputs = {
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background2",
Source = "Output"
},
Right = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 605, -511.5 } }
},
Loader9 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\ちびめたん立ち絵素材\\!左腕\\-基本.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 1375, -643.5 } }
},
["左腕_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain2",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader9",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 1375, -511.5 } }
},
["左腕"] = Transform {
Inputs = {
Input = Input {
SourceOp = "左腕_MG",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 1375, -379.5 } }
},
["左腕_MG1"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "ヘアバンド_MG",
Source = "Output"
},
Foreground = Input {
SourceOp = "左腕",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 1375, -115.5 } }
},
Background3 = Background {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 1595, -643.5 } }
},
SetDomain3 = SetDomain {
Inputs = {
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background3",
Source = "Output"
},
Right = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 1595, -511.5 } }
},
Loader16 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\ちびめたん立ち絵素材\\!右腕\\-基本.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 2365, -643.5 } }
},
["右腕_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain3",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader16",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 2365, -511.5 } }
},
["右腕"] = Transform {
Inputs = {
Input = Input {
SourceOp = "右腕_MG",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 2365, -379.5 } }
},
["右腕_MG1"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "左腕_MG1",
Source = "Output"
},
Foreground = Input {
SourceOp = "右腕",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 2365, -115.5 } }
},
Background4 = Background {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 2585, -643.5 } }
},
SetDomain4 = SetDomain {
Inputs = {
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background4",
Source = "Output"
},
Right = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 2585, -511.5 } }
},
["かげり_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain4",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 2695, -511.5 } }
},
Loader23 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\ちびめたん立ち絵素材\\!顔色\\-ほっぺ.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 3355, -643.5 } }
},
["顔色_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "かげり_MG",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader23",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 3355, -511.5 } }
},
["顔色"] = Transform {
Inputs = {
Input = Input {
SourceOp = "顔色_MG",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 3355, -379.5 } }
},
["顔色_MG1"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "右腕_MG1",
Source = "Output"
},
Foreground = Input {
SourceOp = "顔色",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 3355, -115.5 } }
},
Background9 = Background {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 3630, -643.5 } }
},
SetDomain9 = SetDomain {
Inputs = {
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background9",
Source = "Output"
},
Right = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 3630, -511.5 } }
},
Loader63 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\ちびめたん立ち絵素材\\!眉\\-普通太眉.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4510, -643.5 } }
},
["眉_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain9",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader63",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 4510, -511.5 } }
},
["眉"] = Transform {
Inputs = {
Input = Input {
SourceOp = "眉_MG",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 4510, -379.5 } }
},
["眉_MG1"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "顔色_MG1",
Source = "Output"
},
Foreground = Input {
SourceOp = "眉",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 4510, -115.5 } }
},
Background10 = Background {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 4730, -643.5 } }
},
SetDomain10 = SetDomain {
Inputs = {
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background10",
Source = "Output"
},
Right = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 4730, -511.5 } }
},
["汗3_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain10",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 4840, -511.5 } }
},
["汗2_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "汗3_MG",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 4950, -511.5 } }
},
["汗1_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "汗2_MG",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 5060, -511.5 } }
},
["涙_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "汗1_MG",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 5170, -511.5 } }
},
["記号など"] = Transform {
Inputs = {
Input = Input {
SourceOp = "涙_MG",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 5170, -379.5 } }
},
["記号など_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "眉_MG1",
Source = "Output"
},
Foreground = Input {
SourceOp = "記号など",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 5170, -115.5 } }
},
Body = Transform {
Locked = true,
Inputs = {
FlattenTransform = Input { Value = 1 },
Input = Input {
SourceOp = "記号など_MG",
Source = "Output"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Colors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } },
ViewInfo = OperatorInfo { Pos = { 5720, -115.5 } }
},
Background5 = Background {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 4290, -1105.5 } }
},
SetDomain5 = SetDomain {
Inputs = {
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background5",
Source = "Output"
},
Right = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 4290, -973.5 } }
},
["口_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain5",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader26",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 6380, -973.5 } }
},
["口"] = Transform {
Inputs = {
Input = Input {
SourceOp = "口_MG",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 6380, -841.5 } }
},
MouthBase = Transform {
Locked = true,
Inputs = {
FlattenTransform = Input { Value = 1 },
Input = Input {
SourceOp = "口",
Source = "Output"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Colors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } },
ViewInfo = OperatorInfo { Pos = { 6380, -511.5 } }
},
MouthScale = Transform {
Inputs = {
Input = Input {
SourceOp = "MouthBase",
Source = "Output"
},
Pivot = Input { Value = { 0.46131230879227, 0.693462995897606 } }
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Colors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },
ViewInfo = OperatorInfo { Pos = { 6380, -214.5 } }
},
Loader26 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\ちびめたん立ち絵素材\\!口\\-ほほえみ.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4620, -1105.5 } }
},
N = Fuse.Wireless {
Inputs = {
Input = Input {
SourceOp = "Loader26",
Source = "Output"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 6270, -511.5 } }
},
Instance_MouthScale = Transform {
SourceOp = "MouthScale",
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
CommentsNest = Input { },
FrameRenderScriptNest = Input { },
StartRenderScripts = Input { },
EndRenderScripts = Input { },
ReferenceSize = Input { },
TransformNest = Input { },
EffectMask = Input { },
SettingsNest = Input { },
Input = Input {
SourceOp = "N",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 6270, -214.5 } }
},
Loader24 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\ちびめたん立ち絵素材\\!口\\-あは.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4400, -1105.5 } }
},
A = Fuse.Wireless {
Inputs = {
Input = Input {
SourceOp = "Loader24",
Source = "Output"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 6160, -511.5 } }
},
Instance_MouthScale_1 = Transform {
SourceOp = "MouthScale",
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
CommentsNest = Input { },
FrameRenderScriptNest = Input { },
StartRenderScripts = Input { },
EndRenderScripts = Input { },
ReferenceSize = Input { },
TransformNest = Input { },
EffectMask = Input { },
SettingsNest = Input { },
Input = Input {
SourceOp = "A",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 6160, -214.5 } }
},
Loader42 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\ちびめたん立ち絵素材\\!口\\-にし.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 6380, -1105.5 } }
},
I = Fuse.Wireless {
Inputs = {
Input = Input {
SourceOp = "Loader42",
Source = "Output"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 6050, -511.5 } }
},
Instance_MouthScale_2 = Transform {
SourceOp = "MouthScale",
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
CommentsNest = Input { },
FrameRenderScriptNest = Input { },
StartRenderScripts = Input { },
EndRenderScripts = Input { },
ReferenceSize = Input { },
TransformNest = Input { },
EffectMask = Input { },
SettingsNest = Input { },
Input = Input {
SourceOp = "I",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 6050, -214.5 } }
},
Loader37 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\ちびめたん立ち絵素材\\!口\\-ゆ.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 5830, -1105.5 } }
},
U = Fuse.Wireless {
Inputs = {
Input = Input {
SourceOp = "Loader37",
Source = "Output"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 5940, -511.5 } }
},
Instance_MouthScale_3 = Transform {
SourceOp = "MouthScale",
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
CommentsNest = Input { },
FrameRenderScriptNest = Input { },
StartRenderScripts = Input { },
EndRenderScripts = Input { },
ReferenceSize = Input { },
TransformNest = Input { },
EffectMask = Input { },
SettingsNest = Input { },
Input = Input {
SourceOp = "U",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 5940, -214.5 } }
},
Loader25 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\ちびめたん立ち絵素材\\!口\\-あは_.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4510, -1105.5 } }
},
E = Fuse.Wireless {
Inputs = {
Input = Input {
SourceOp = "Loader25",
Source = "Output"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 5830, -511.5 } }
},
Instance_MouthScale_4 = Transform {
SourceOp = "MouthScale",
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
CommentsNest = Input { },
FrameRenderScriptNest = Input { },
StartRenderScripts = Input { },
EndRenderScripts = Input { },
ReferenceSize = Input { },
TransformNest = Input { },
EffectMask = Input { },
SettingsNest = Input { },
Input = Input {
SourceOp = "E",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 5830, -214.5 } }
},
Loader36 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\ちびめたん立ち絵素材\\!口\\-お.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 5720, -1105.5 } }
},
O = Fuse.Wireless {
Inputs = {
Input = Input {
SourceOp = "Loader36",
Source = "Output"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 5720, -511.5 } }
},
Instance_MouthScale_5 = Transform {
SourceOp = "MouthScale",
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
CommentsNest = Input { },
FrameRenderScriptNest = Input { },
StartRenderScripts = Input { },
EndRenderScripts = Input { },
ReferenceSize = Input { },
TransformNest = Input { },
EffectMask = Input { },
SettingsNest = Input { },
Input = Input {
SourceOp = "O",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 5720, -214.5 } }
},
MouthAnim = MultiMerge {
Inputs = {
LayerName7 = Input { Value = "O" },
LayerEnabled7 = Input { Value = 0 },
Background = Input {
SourceOp = "Body",
Source = "Output"
},
LayerOrder = Input { Value = ScriptVal { {
[0] = 1,
2,
3,
4,
5,
6,
7
} } },
["Layer1.Foreground"] = Input {
SourceOp = "MouthScale",
Source = "Output"
},
LayerName1 = Input { Value = "MouthBase" },
["Layer2.Foreground"] = Input {
SourceOp = "Instance_MouthScale",
Source = "Output"
},
LayerName2 = Input { Value = "N" },
LayerEnabled2 = Input { Value = 0 },
["Layer3.Foreground"] = Input {
SourceOp = "Instance_MouthScale_1",
Source = "Output"
},
LayerName3 = Input { Value = "A" },
LayerEnabled3 = Input { Value = 0 },
["Layer4.Foreground"] = Input {
SourceOp = "Instance_MouthScale_2",
Source = "Output"
},
LayerName4 = Input { Value = "I" },
LayerEnabled4 = Input { Value = 0 },
["Layer5.Foreground"] = Input {
SourceOp = "Instance_MouthScale_3",
Source = "Output"
},
LayerName5 = Input { Value = "U" },
LayerEnabled5 = Input { Value = 0 },
["Layer6.Foreground"] = Input {
SourceOp = "Instance_MouthScale_4",
Source = "Output"
},
LayerName6 = Input { Value = "E" },
LayerEnabled6 = Input { Value = 0 },
["Layer7.Foreground"] = Input {
SourceOp = "Instance_MouthScale_5",
Source = "Output"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Colors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },
ViewInfo = OperatorInfo { Pos = { 6160, -115.5 } }
},
Background6 = Background {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 4950, -1402.5 } }
},
SetDomain6 = SetDomain {
Inputs = {
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background6",
Source = "Output"
},
Right = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 4950, -1270.5 } }
},
Background7 = Background {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 6050, -1798.5 } }
},
SetDomain7 = SetDomain {
Inputs = {
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background7",
Source = "Output"
},
Right = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 6050, -1666.5 } }
},
Loader51 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\ちびめたん立ち絵素材\\!目\\-目セット\\-ジト白目.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 6160, -1798.5 } }
},
["目セット_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain7",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader51",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 6270, -1666.5 } }
},
Background8 = Background {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1650 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 6490, -2194.5 } }
},
SetDomain8 = SetDomain {
Inputs = {
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background8",
Source = "Output"
},
Right = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 6490, -2062.5 } }
},
Loader54 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\ちびめたん立ち絵素材\\!目\\-目セット\\!黒目\\-カメラ目線.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 6710, -2194.5 } }
},
["黒目_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain8",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader54",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 6820, -2062.5 } }
},
["黒目"] = Transform {
Inputs = {
Input = Input {
SourceOp = "黒目_MG",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 6820, -1930.5 } }
},
["黒目_MG1"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "目セット_MG",
Source = "Output"
},
Foreground = Input {
SourceOp = "黒目",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 6820, -1666.5 } }
},
["目セット"] = Transform {
Inputs = {
Input = Input {
SourceOp = "黒目_MG1",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 6820, -1534.5 } }
},
["目_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain6",
Source = "Output"
},
Foreground = Input {
SourceOp = "目セット",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 6820, -1270.5 } }
},
["目"] = Transform {
Inputs = {
Input = Input {
SourceOp = "目_MG",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 6820, -1138.5 } }
},
EyeBase = Transform {
Inputs = {
FlattenTransform = Input { Value = 1 },
Input = Input {
SourceOp = "目",
Source = "Output"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Colors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } },
ViewInfo = OperatorInfo { Pos = { 6820, -511.5 } }
},
Loader49 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\ちびめたん立ち絵素材\\!目\\-なごみ目.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 5720, -1402.5 } }
},
Closed = Fuse.Wireless {
Inputs = {
Input = Input {
SourceOp = "Loader49",
Source = "Output"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 6655, -511.5 } }
},
EyeAnim = MultiMerge {
Inputs = {
["Layer2.Foreground"] = Input {
SourceOp = "Closed",
Source = "Output"
},
LayerName2 = Input { Value = "Closed" },
LayerEnabled2 = Input {
SourceOp = "EyeAnim_2LayerEnabled2",
Source = "Value"
},
LayerEnabled1 = Input {
SourceOp = "EyeAnim_2LayerEnabled1",
Source = "Value"
},
Background = Input {
SourceOp = "MouthAnim",
Source = "Output"
},
Blink = Input { Value = 139 },
LayerOrder = Input { Value = ScriptVal { {
[0] = 1,
2
} } },
["Layer1.Foreground"] = Input {
SourceOp = "EyeBase",
Source = "Output"
},
LayerName1 = Input { Value = "EyeBase " }
},
NameSet = true,
UserControls = ordered() {
Blink = {
INP_Default = 127,
ICS_ControlPage = "目パチ",
LINKID_DataType = "Number",
LINKS_Name = "Blink",
INPID_InputControl = "SliderControl",
INP_External = false,
INP_Integer = true,
INP_MaxAllowed = 1000000,
INP_MinAllowed = 0,
INP_MaxScale = 500,
INP_MinScale = 0
},
Close = {
INP_Default = 4,
INP_External = false,
LINKID_DataType = "Number",
LINKS_Name = "Close",
ICS_ControlPage = "目パチ",
INP_Passive = true,
INP_Integer = true,
INP_MaxScale = 10,
INP_MinAllowed = 0,
INPID_InputControl = "SliderControl",
INP_MinScale = 0
},
Offset = {
INP_Default = 0,
ICS_ControlPage = "目パチ",
LINKID_DataType = "Number",
LINKS_Name = "Offset",
INP_Integer = true,
INP_External = false,
INP_MaxScale = 100,
INPID_InputControl = "SliderControl",
INP_MinScale = 0
},
Make = {
ICD_Width = 0.5,
ICS_ControlPage = "目パチ",
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Make Anim",
INPID_InputControl = "ButtonControl",
BTNCS_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"
},
Delete = {
ICD_Width = 0.5,
ICS_ControlPage = "目パチ",
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Delete Anim",
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "local tool = comp:FindTool('EyeAnim')\ncomp:Execute('!Py3: from rs_fusion.core.eye_blink import delete_mm;delete_mm(comp)')\n"
},
at00 = {
INP_Passive = true,
LBLC_DropDownButton = false,
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "ボタンを押さないと反映されません。",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "目パチ"
},
sp00 = {
INP_Passive = true,
LBLC_DropDownButton = false,
ICS_ControlPage = "目パチ",
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "",
INPID_InputControl = "LabelControl",
INP_External = false
}
},
Colors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },
ViewInfo = OperatorInfo { Pos = { 6820, -115.5 } }
},
EyeAnim_2LayerEnabled1 = BezierSpline {
NameSet = true,
KeyFrames = {
[0] = { 1, Flags = { Linear = true, PreLoop = true, Loop = true }, RH = { 45, 0.666666666666667 } },
[135] = { 0, RH = { 136.333333333333, 0.333333333333333 }, Flags = { StepIn = true }, LH = { 90, 0.333333333333333 } },
[139] = { 1, Flags = { StepIn = true, PreLoop = true, Loop = true }, LH = { 137.666666666667, 0.666666666666667 } }
},
CtrlWZoom = false,
SplineColor = { Green = 82, Blue = 232, Red = 198 }
},
EyeAnim_2LayerEnabled2 = BezierSpline {
NameSet = true,
KeyFrames = {
[0] = { 0, Flags = { Linear = true, PreLoop = true, Loop = true }, RH = { 45, 0.333333333333333 } },
[135] = { 1, RH = { 136.333333333333, 0.666666666666667 }, Flags = { StepIn = true }, LH = { 90, 0.666666666666667 } },
[139] = { 0, Flags = { StepIn = true, PreLoop = true, Loop = true }, LH = { 137.666666666667, 0.333333333333333 } }
},
CtrlWZoom = false,
SplineColor = { Green = 82, Blue = 214, Red = 232 }
},
Root = Transform {
Inputs = {
["Grp_顔色"] = Input { Value = 0 },
Comments = 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" },
["Grp_黒目"] = Input { Value = 0 },
Grp_Root = Input { Value = 0 },
["Grp_記号など"] = Input { Value = 0 },
["Grp_目セット"] = Input { Value = 0 },
Input = Input {
SourceOp = "EyeAnim",
Source = "Output"
}
},
Colors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },
UserControls = ordered() {
CopyPose = {
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.copy(comp)]])",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Copy Pose",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
PastePose = {
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.paste(comp)]])",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Paste Pose",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
SavePose = {
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.save(comp, fu)]])",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Save Pose",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
LoadPose = {
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.load(comp, fu)]])",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Load Pose",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
Grp_Root = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 2,
LINKS_Name = "Root",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N008_kigounado_show_86 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"記号など_MG\")\nlocal node = comp:FindTool(\"記号など\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "記号など show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N008_kigounado_hide_86 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"記号など_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "記号など hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
["Grp_記号など"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 8,
LINKS_Name = "記号など",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N003_namida_show_86 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"涙_MG\")\nlocal node = comp:FindTool(\"Loader67\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "涙 show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N003_namida_hide_86 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"涙_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "涙 hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N002_ase1_show_85 = {
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "汗1 show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N002_ase1_hide_85 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"汗1_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "汗1 hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N001_ase2_show_84 = {
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "汗2 show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N001_ase2_hide_84 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"汗2_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "汗2 hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N000_ase3_show_83 = {
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "汗3 show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N000_ase3_hide_83 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"汗3_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "汗3 hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
["Grp_眉"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 8,
LINKS_Name = "眉",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N007_futsuufutomayu80 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader63\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*普通太眉",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N006_ikarifutomayu79 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader62\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*怒り太眉",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N005_komarifutomayu78 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader61\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*困り太眉",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N004_futsuumayu77 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader60\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*普通眉",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N003_ikarimayu76 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader59\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*怒り眉",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N002_agarimayu75 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader58\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*上がり眉",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N001_komarimayu174 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader57\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*困り眉1",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N000_komarimayu273 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader56\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*困り眉2",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["Grp_目"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 9,
LINKS_Name = "目",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N008_mesetto70 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"目セット\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*目セット",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N007_jitome61 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader50\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ジト目",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N006_nagomime60 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader49\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*なごみ目",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N005_nikkori59 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader48\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*にっこり",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N004_nikkori258 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader47\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*にっこり2",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N003_UU57 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader46\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*UU",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N002_none56 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader45\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*><",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["N001_〇〇55"] = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader44\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*〇〇",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N000_guruguru54 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader43\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ぐるぐる",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["Grp_目セット"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 2,
LINKS_Name = "目セット",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N001_futsuushirome65 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目セット_MG\")\nlocal node = comp:FindTool(\"Loader52\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*普通白目",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N000_jitoshirome64 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目セット_MG\")\nlocal node = comp:FindTool(\"Loader51\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ジト白目",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["Grp_黒目"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 3,
LINKS_Name = "黒目",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N002_futsuume70 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader55\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*普通目",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N001_kameramesen69 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader54\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*カメラ目線",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N000_mesorashi68 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader53\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*目逸らし",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["Grp_口"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 19,
LINKS_Name = "口",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N018_nishi51 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader42\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*にし",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N017_hetsu50 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader41\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*へっ",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N016_ohoo49 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader40\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*おほお",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N015_hahee48 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader39\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*はへえ",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N014_muu47 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader38\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*むー",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N013_yu46 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader37\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ゆ",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N012_o45 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader36\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*お",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N011_n44 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader35\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ん",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N010_nn43 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader34\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*んー",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N009_nhee42 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader33\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*んへー",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N008_naa41 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader32\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*んあー",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["N007_△40"] = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader31\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*△",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N006_mufu39 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader30\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*むふ",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N005_hoo38 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader29\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ほー",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N004_hoa37 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader28\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ほあ",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N003_hoaa36 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader27\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ほあー",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N002_hohoemi35 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader26\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ほほえみ",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N001_aha34 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader25\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*あは",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N000_aha33 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader24\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*あは",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["Grp_顔色"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 8,
LINKS_Name = "顔色",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N000_kageri_show_24 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"かげり_MG\")\nlocal node = comp:FindTool(\"Loader17\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "かげり show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N000_kageri_hide_24 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"かげり_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "かげり hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N006_hoppe30 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader23\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ほっぺ",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N005_hoppe229 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader22\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ほっぺ2",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N004_hoppe328 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader21\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ほっぺ3",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N003_hoppe427 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader20\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ほっぺ4",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N002_aozame26 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader19\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*青ざめ",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N001_hihyouji25 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader18\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*(非表示)",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["Grp_右腕"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 7,
LINKS_Name = "右腕",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N006_kihon21 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader16\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*基本",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N005_koshi20 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader15\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*腰",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N004_tewoageru19 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader14\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*手を挙げる",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N003_kuchimoto18 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader13\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*口元",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N002_kurushimu17 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader12\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*苦しむ",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N001_yubisashishi16 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader11\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*指差し",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N000_maiku15 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader10\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*マイク",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["Grp_左腕"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 7,
LINKS_Name = "左腕",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N006_kihon12 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader9\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*基本",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N005_koshi11 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader8\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*腰",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N004_tewoageru10 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader7\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*手を挙げる",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N003_kuchimoto9 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader6\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*口元",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N002_kurushimu8 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader5\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*苦しむ",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N001_kangaeru7 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader4\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*考える",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N000_hisohiso6 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader3\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ひそひそ",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
}
},
ViewInfo = OperatorInfo { Pos = { 6820, 16.5 } }
},
["モーションなし"] = Transform {
Inputs = {
Input = Input {
SourceOp = "Root",
Source = "Output"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
CtrlWZoom = false,
ViewInfo = OperatorInfo { Pos = { 6820, 115.5 } }
},
["不安"] = GroupOperator {
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform1_2",
Source = "Input"
},
Input3 = InstanceInput {
SourceOp = "Shake1",
Source = "RandomSeed",
Default = 0,
Width = 1
},
Input4 = InstanceInput {
Width = 0.385,
SourceOp = "Shake1",
Source = "Randomize"
},
Input5 = InstanceInput {
Default = 10,
SourceOp = "Shake1",
Source = "Smoothness"
},
Input1 = InstanceInput {
SourceOp = "Transform1_2",
Source = "x",
Default = 0.1,
Name = "X"
},
Input2 = InstanceInput {
SourceOp = "Transform1_2",
Source = "y",
Default = 0.1,
Name = "Y"
}
},
Tools = ordered() {
Transform1_2 = Transform {
Inputs = {
in_out = Input {
SourceOp = "KeyframeStretcher1",
Source = "Result"
},
y = Input { Value = 0.01 },
x = Input { Value = 0.01 },
Center = Input {
Expression = "Point(0.5, 0.5) + shake * in_out",
Value = { 0.502997744173508, 0.497908177638071 }
},
shake = Input {
SourceOp = "Shake1",
Source = "Position"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
CtrlWShown = false,
UserControls = 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 } },
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } }
},
KeyframeStretcher1 = KeyStretcherMod {
CtrlWZoom = false,
Inputs = {
StretchStart = Input { Value = 10 },
StretchEnd = Input { Value = 110 },
Keyframes = Input {
SourceOp = "KeyStretcheronTransform1_2Keyframes",
Source = "Value"
}
}
},
KeyStretcheronTransform1_2Keyframes = BezierSpline {
KeyFrames = {
[0] = { 0, Flags = { Linear = true }, RH = { 3.33333333333333, 0 } },
[10] = { 1, RH = { 43.3333333333333, 1 }, LH = { 6.66666666666667, 1 } },
[110] = { 1, RH = { 113.333333333333, 1 }, LH = { 76.6666666666667, 1 } },
[120] = { 0, LH = { 116.666666666667, 0 } }
},
CtrlWZoom = false,
SplineColor = { Green = 106, Blue = 231, Red = 193 }
},
Shake1 = Shake {
Faster = true,
CtrlWZoom = false,
Inputs = {
YMaximum = Input {
Expression = "Transform1_2.y",
Value = 0.01
},
LockXY = Input { Value = 0 },
XMinimum = Input {
Expression = "-Transform1_2.x",
Value = -0.01
},
XMaximum = Input {
Expression = "Transform1_2.x",
Value = 0.01
},
Smoothness = Input { Value = 2 },
YMinimum = Input {
Expression = "-Transform1_2.y",
Value = -0.01
}
}
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform1_2",
Source = "Output"
}
},
ViewInfo = GroupInfo {
Pos = { 7480, 379.5 },
Offset = { 0, 0 },
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Scale = 1,
PipeStyle = "Direct",
Direction = "Horizontal",
Flags = {
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true
}
}
}
},
CtrlWZoom = false,
ViewInfo = GroupInfo {
Flags = {
GridSnap = true,
AllowPan = false,
AutoSnap = true,
ForceAll = true
},
Offset = { 0, 0 },
Scale = 1,
Direction = "Horizontal",
PipeStyle = "Direct"
}
}
}
}
================================================
FILE: Templates/Edit/Generators/まりさ.setting
================================================
{
Tools = ordered() {
Marisa = GroupOperator {
Tools = ordered() {
EYE_18_01_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 8305, -907.5 } },
Inputs = {
Comments = Input { Value = "18-15" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\18-15.01.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_09_05_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 7315, -2491.5 } },
Inputs = {
Comments = Input { Value = "09-15" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\09-15.05.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_12_01_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 7645, -907.5 } },
Inputs = {
Comments = Input { Value = "12" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\12.01.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_11_03_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 7535, -1699.5 } },
Inputs = {
Comments = Input { Value = "11" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\11.03.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_13_03_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 3685, -1699.5 } },
Inputs = {
Comments = Input { Value = "13" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\13.03.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_05_02_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 6875, -1303.5 } },
Inputs = {
Comments = Input { Value = "05" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\05.02.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_18_01_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 4235, -907.5 } },
Inputs = {
Comments = Input { Value = "18" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\18.01.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_14_03_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 7865, -1699.5 } },
Inputs = {
Comments = Input { Value = "14" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\14.03.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_17_00_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 8195, -511.5 } },
Inputs = {
Comments = Input { Value = "17" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\17.00.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYEBROW_02_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 495, 148.5 } },
Inputs = {
Comments = Input { Value = "02" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\眉\\02.眉.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_08_00_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 7205, -511.5 } },
Inputs = {
Comments = Input { Value = "08-15" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\08-15.00.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_08_02_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 3135, -1303.5 } },
Inputs = {
Comments = Input { Value = "08" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\08.02.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_14_02_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 3795, -1303.5 } },
Inputs = {
Comments = Input { Value = "14" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\14.02.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_07_02_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 3025, -1303.5 } },
Inputs = {
Comments = Input { Value = "07" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\07.02.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_03_05_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 2585, -2491.5 } },
Inputs = {
Comments = Input { Value = "03" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\03.05.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_08_03_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 7205, -1699.5 } },
Inputs = {
Comments = Input { Value = "08-15" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\08-15.03.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_20_00_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 8525, -511.5 } },
Inputs = {
Comments = Input { Value = "20" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\20.00.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_04_00_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 2695, -511.5 } },
Inputs = {
Comments = Input { Value = "04" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\04.00.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_15_03_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 3905, -1699.5 } },
Inputs = {
Comments = Input { Value = "15" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\15.03.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_28_00_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 5335, -511.5 } },
Inputs = {
Comments = Input { Value = "28" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\28.00.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_10_01_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 3355, -907.5 } },
Inputs = {
Comments = Input { Value = "10" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\10.01.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_33_00_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 5885, -511.5 } },
Inputs = {
Comments = Input { Value = "33" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\33.00.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_10_00_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 7425, -511.5 } },
Inputs = {
Comments = Input { Value = "10" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\10.00.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_04_04_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 6765, -2095.5 } },
Inputs = {
Comments = Input { Value = "04" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\04.04.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_12_00_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 7645, -511.5 } },
Inputs = {
Comments = Input { Value = "12" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\12.00.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_11_04_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 3465, -2095.5 } },
Inputs = {
Comments = Input { Value = "11" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\11.04.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYEBROW_01_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 385, 148.5 } },
Inputs = {
Comments = Input { Value = "01" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\眉\\01.眉.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_07_00_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 3025, -511.5 } },
Inputs = {
Comments = Input { Value = "07" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\07.00.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_05_01_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 2805, -907.5 } },
Inputs = {
Comments = Input { Value = "05" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\05.01.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_01_00_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 2365, -511.5 } },
Inputs = {
Comments = Input { Value = "01" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\01.00.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_12_05_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 7645, -2491.5 } },
Inputs = {
Comments = Input { Value = "12" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\12.05.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_09_04_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 7315, -2095.5 } },
Inputs = {
Comments = Input { Value = "09-15" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\09-15.04.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_17_01_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 8195, -907.5 } },
Inputs = {
Comments = Input { Value = "17" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\17.01.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_17_00_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 4125, -511.5 } },
Inputs = {
Comments = Input { Value = "17" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\17.00.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_13_01_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 3685, -907.5 } },
Inputs = {
Comments = Input { Value = "13" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\13.01.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_11_01_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 7535, -907.5 } },
Inputs = {
Comments = Input { Value = "11" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\11.01.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_05_05_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 2805, -2491.5 } },
Inputs = {
Comments = Input { Value = "05" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\05.05.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_07_01_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 3025, -907.5 } },
Inputs = {
Comments = Input { Value = "07" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\07.01.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYEBROW_08_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 1155, 148.5 } },
Inputs = {
Comments = Input { Value = "08" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\眉\\08.眉.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_04_03_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 2695, -1699.5 } },
Inputs = {
Comments = Input { Value = "04" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\04.03.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_17_04_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 4125, -2095.5 } },
Inputs = {
Comments = Input { Value = "17" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\17.04.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
FACE_03_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 1375, -511.5 } },
Inputs = {
Comments = Input { Value = "03" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\顔\\03b.顔.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_06_04_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 6985, -2095.5 } },
Inputs = {
Comments = Input { Value = "06" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\06.04.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
FACE_02_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 1265, -511.5 } },
Inputs = {
Comments = Input { Value = "02" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\顔\\02b.顔.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_02_03_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 2475, -1699.5 } },
Inputs = {
Comments = Input { Value = "02" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\02.03.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_09_02_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 7315, -1303.5 } },
Inputs = {
Comments = Input { Value = "09-15" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\09-15.02.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_13_01_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 7755, -907.5 } },
Inputs = {
Comments = Input { Value = "13" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\13.01.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
FACE_06_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 1705, -511.5 } },
Inputs = {
Comments = Input { Value = "06" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\顔\\06a.顔.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
BODY_01_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 825, -511.5 } },
Inputs = {
Comments = Input { Value = "01" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\体\\01.体.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_13_05_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 7755, -2491.5 } },
Inputs = {
Comments = Input { Value = "13" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\13.05.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_31_00_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 9735, -511.5 } },
Inputs = {
Comments = Input { Value = "31" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\31.00.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_08_04_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 7205, -2095.5 } },
Inputs = {
Comments = Input { Value = "08-15" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\08-15.04.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_27_00_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 5225, -511.5 } },
Inputs = {
Comments = Input { Value = "27" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\27.00.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_26_00_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 9185, -511.5 } },
Inputs = {
Comments = Input { Value = "26" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\26.00.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_16_01_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 4015, -907.5 } },
Inputs = {
Comments = Input { Value = "16" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\16.01.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_02_05_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 2475, -2491.5 } },
Inputs = {
Comments = Input { Value = "02" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\02.05.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_35_00_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 10175, -511.5 } },
Inputs = {
Comments = Input { Value = "35" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\35.00.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_15_01_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 7975, -907.5 } },
Inputs = {
Comments = Input { Value = "15" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\15.01.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_08_01_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 7205, -907.5 } },
Inputs = {
Comments = Input { Value = "08-15" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\08-15.01.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_10_05_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 3355, -2491.5 } },
Inputs = {
Comments = Input { Value = "10" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\10.05.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_08_05_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 7205, -2491.5 } },
Inputs = {
Comments = Input { Value = "08-15" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\08-15.05.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_11_04_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 7535, -2095.5 } },
Inputs = {
Comments = Input { Value = "11" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\11.04.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_15_00_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 7975, -511.5 } },
Inputs = {
Comments = Input { Value = "15" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\15.00.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_08_03_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 3135, -1699.5 } },
Inputs = {
Comments = Input { Value = "08" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\08.03.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_32_00_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 5775, -511.5 } },
Inputs = {
Comments = Input { Value = "32" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\32.00.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_05_03_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 2805, -1699.5 } },
Inputs = {
Comments = Input { Value = "05" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\05.03.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_07_05_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 3025, -2491.5 } },
Inputs = {
Comments = Input { Value = "07" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\07.05.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_21_00_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 8635, -511.5 } },
Inputs = {
Comments = Input { Value = "21" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\21.00.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
ST_Background = Background {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 10285, 1501.5 } },
Inputs = {
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Width = Input { Value = 1920 },
Height = Input { Value = 1080 },
Depth = Input { Value = 1 },
UseFrameFormatSettings = Input { Value = 1 }
}
},
ST_SetDomain = SetDomain {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 10450, 1501.5 } },
Inputs = {
Right = Input { Value = 0 },
Top = Input { Value = 0 },
Input = Input {
SourceOp = "ST_Background",
Source = "Output"
},
Mode = Input { Value = FuID { "Set" } }
}
},
["モーションSelector"] = Transform {
UserControls = ordered() {
["N000_モーションなし"] = {
ICD_Width = 1,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"モーションなし\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKS_Name = "モーションなし",
ICS_ControlPage = "モーション",
LINKID_DataType = "Number"
},
["N001_ぽよ"] = {
ICD_Width = 1,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"ぽよ\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKS_Name = "ぽよ",
ICS_ControlPage = "モーション",
LINKID_DataType = "Number"
},
["N002_ぴょん"] = {
ICD_Width = 1,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"ぴょん\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKS_Name = "ぴょん",
ICS_ControlPage = "モーション",
LINKID_DataType = "Number"
},
["N003_跳ねる"] = {
ICD_Width = 1,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"跳ねる\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKS_Name = "跳ねる",
ICS_ControlPage = "モーション",
LINKID_DataType = "Number"
},
["N004_跳ねる_小"] = {
ICD_Width = 1,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"跳ねる_小\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKS_Name = "跳ねる_小",
ICS_ControlPage = "モーション",
LINKID_DataType = "Number"
},
["N005_不安"] = {
ICD_Width = 1,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"不安\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKS_Name = "不安",
ICS_ControlPage = "モーション",
LINKID_DataType = "Number"
},
["N006_荒ぶる"] = {
ICD_Width = 1,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"荒ぶる\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKS_Name = "荒ぶる",
ICS_ControlPage = "モーション",
LINKID_DataType = "Number"
},
["N007_震え"] = {
ICD_Width = 1,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"震え\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKS_Name = "震え",
ICS_ControlPage = "モーション",
LINKID_DataType = "Number"
}
},
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 10615, 1303.5 } },
Inputs = {
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
Colors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } }
},
ST_MergeB = Merge {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 10615, 1501.5 } },
Inputs = {
Background = Input {
SourceOp = "ST_SetDomain",
Source = "Output"
},
Foreground = Input {
SourceOp = "モーションSelector",
Source = "Output"
},
Size = Input { Value = 2 },
PerformDepthMerge = Input { Value = 0 },
Center = Input { Value = { 0.8, 0.5 } }
},
Colors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } }
},
EYE_03_04_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 6655, -2095.5 } },
Inputs = {
Comments = Input { Value = "03" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\03.04.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_03_02_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 6655, -1303.5 } },
Inputs = {
Comments = Input { Value = "03" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\03.02.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_03_00_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 6655, -511.5 } },
Inputs = {
Comments = Input { Value = "03" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\03.00.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_02_04_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 6545, -2095.5 } },
Inputs = {
Comments = Input { Value = "02" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\02.04.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_02_02_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 6545, -1303.5 } },
Inputs = {
Comments = Input { Value = "02" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\02.02.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_02_00_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 6545, -511.5 } },
Inputs = {
Comments = Input { Value = "02" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\02.00.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_01_04_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 6435, -2095.5 } },
Inputs = {
Comments = Input { Value = "01" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\01.04.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_01_02_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 6435, -1303.5 } },
Inputs = {
Comments = Input { Value = "01" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\01.02.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_01_00_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 6435, -511.5 } },
Inputs = {
Comments = Input { Value = "01" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\01.00.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
FACE_05_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 1595, -511.5 } },
Inputs = {
Comments = Input { Value = "05" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\顔\\05a.顔.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_04_01_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 6765, -907.5 } },
Inputs = {
Comments = Input { Value = "04" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\04.01.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_04_00_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 6765, -511.5 } },
Inputs = {
Comments = Input { Value = "04" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\04.00.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_06_01_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 2915, -907.5 } },
Inputs = {
Comments = Input { Value = "06" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\06.01.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_13_00_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 3685, -511.5 } },
Inputs = {
Comments = Input { Value = "13" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\13.00.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
FACE_08_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 1925, -511.5 } },
Inputs = {
Comments = Input { Value = "space" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\透明.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_09_03_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 3245, -1699.5 } },
Inputs = {
Comments = Input { Value = "09" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\09.03.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYEBROW_04_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 715, 148.5 } },
Inputs = {
Comments = Input { Value = "04" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\眉\\04.眉.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_09_03_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 7315, -1699.5 } },
Inputs = {
Comments = Input { Value = "09-15" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\09-15.03.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_16_03_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 8085, -1699.5 } },
Inputs = {
Comments = Input { Value = "16" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\16.03.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_17_03_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 8195, -1699.5 } },
Inputs = {
Comments = Input { Value = "17" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\17.03.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_02_04_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 2475, -2095.5 } },
Inputs = {
Comments = Input { Value = "02" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\02.04.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_22_00_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 8745, -511.5 } },
Inputs = {
Comments = Input { Value = "22" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\22.00.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
BACK_01_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 385, -511.5 } },
Inputs = {
Comments = Input { Value = "04" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\後\\04.後.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_23_00_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 8855, -511.5 } },
Inputs = {
Comments = Input { Value = "23+眉" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\23+眉.00.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_16_01_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 8085, -907.5 } },
Inputs = {
Comments = Input { Value = "16" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\16.01.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_21_00_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 4565, -511.5 } },
Inputs = {
Comments = Input { Value = "21" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\21.00.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
FACE_07_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 1815, -511.5 } },
Inputs = {
Comments = Input { Value = "07" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\顔\\07a.顔.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_12_03_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 7645, -1699.5 } },
Inputs = {
Comments = Input { Value = "12" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\12.03.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_03_04_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 2585, -2095.5 } },
Inputs = {
Comments = Input { Value = "03" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\03.04.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_05_02_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 2805, -1303.5 } },
Inputs = {
Comments = Input { Value = "05" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\05.02.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_06_05_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 6985, -2491.5 } },
Inputs = {
Comments = Input { Value = "06" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\06.05.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYEBROW_12_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 1595, 148.5 } },
Inputs = {
Comments = Input { Value = "12" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\眉\\12.眉.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_12_04_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 7645, -2095.5 } },
Inputs = {
Comments = Input { Value = "12" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\12.04.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_05_04_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 2805, -2095.5 } },
Inputs = {
Comments = Input { Value = "05" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\05.04.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_18_00_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 8305, -511.5 } },
Inputs = {
Comments = Input { Value = "18-15" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\18-15.00.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_14_03_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 3795, -1699.5 } },
Inputs = {
Comments = Input { Value = "14" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\14.03.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_12_00_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 3575, -511.5 } },
Inputs = {
Comments = Input { Value = "12" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\12.00.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_07_00_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 7095, -511.5 } },
Inputs = {
Comments = Input { Value = "07-15" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\07-15.00.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_15_05_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 3905, -2491.5 } },
Inputs = {
Comments = Input { Value = "15" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\15.05.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_06_01_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 6985, -907.5 } },
Inputs = {
Comments = Input { Value = "06" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\06.01.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
["荒ぶる"] = GroupOperator {
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform1_2_1",
Source = "Output"
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
ViewInfo = GroupInfo {
PipeStyle = "Direct",
Scale = 1,
Offset = { 0, 0 },
Direction = "Horizontal",
Flags = {
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true,
AllowPan = false,
ForceAll = true
},
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Pos = { 10890, 1105.5 }
},
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform1_2_1",
Source = "Input"
},
Input3 = InstanceInput {
Default = 0,
SourceOp = "Shake1_1",
Source = "RandomSeed",
Width = 1
},
Input4 = InstanceInput {
SourceOp = "Shake1_1",
Source = "Randomize",
Width = 0.385
},
Input5 = InstanceInput {
SourceOp = "Shake1_1",
Source = "Smoothness",
Default = 10
},
Input1 = InstanceInput {
Default = 0.1,
SourceOp = "Transform1_2_1",
Source = "x",
Name = "X"
},
Input2 = InstanceInput {
Default = 0.1,
SourceOp = "Transform1_2_1",
Source = "y",
Name = "Y"
}
},
Tools = ordered() {
Transform1_2_1 = Transform {
UserControls = 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" } },
CtrlWShown = false,
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
Inputs = {
y = Input { Value = 0.03 },
x = Input { Value = 0.03 },
Center = Input {
Expression = "Point(0.5, 0.5) + shake * in_out",
Value = { 0.502997744173508, 0.497908177638071 }
},
shake = Input {
SourceOp = "Shake1_1",
Source = "Position"
},
in_out = Input {
SourceOp = "KeyframeStretcher1_1",
Source = "Result"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
CtrlWZoom = false
},
KeyframeStretcher1_1 = KeyStretcherMod {
Inputs = {
StretchEnd = Input { Value = 110 },
Keyframes = Input {
SourceOp = "KeyStretcheronTransform1_2_1Keyframes",
Source = "Value"
},
StretchStart = Input { Value = 10 }
},
CtrlWZoom = false
},
KeyStretcheronTransform1_2_1Keyframes = BezierSpline {
KeyFrames = {
[0] = { 0, RH = { 3.33333333333333, 0 }, Flags = { Linear = true } },
[10] = { 1, RH = { 43.3333333333333, 1 }, LH = { 6.66666666666667, 1 } },
[110] = { 1, RH = { 113.333333333333, 1 }, LH = { 76.6666666666667, 1 } },
[120] = { 0, LH = { 116.666666666667, 0 } }
},
SplineColor = { Red = 193, Green = 106, Blue = 231 },
CtrlWZoom = false
},
Shake1_1 = Shake {
CtrlWZoom = false,
Inputs = {
YMinimum = Input {
Expression = "-Transform1_2_1.y",
Value = -0.1
},
YMaximum = Input {
Expression = "Transform1_2_1.y",
Value = 0.1
},
LockXY = Input { Value = 0 },
XMinimum = Input {
Expression = "-Transform1_2_1.x",
Value = -0.1
},
Smoothness = Input { Value = 1.5 },
XMaximum = Input {
Expression = "Transform1_2_1.x",
Value = 0.1
}
},
Faster = true
}
}
},
MOUTH_06_03_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 2915, -1699.5 } },
Inputs = {
Comments = Input { Value = "06" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\06.03.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_09_02_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 3245, -1303.5 } },
Inputs = {
Comments = Input { Value = "09" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\09.02.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_23_00_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 4785, -511.5 } },
Inputs = {
Comments = Input { Value = "23" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\23.00.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_25_00_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 5005, -511.5 } },
Inputs = {
Comments = Input { Value = "25" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\25.00.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_13_05_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 3685, -2491.5 } },
Inputs = {
Comments = Input { Value = "13" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\13.05.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_05_05_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 6875, -2491.5 } },
Inputs = {
Comments = Input { Value = "05" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\05.05.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_16_00_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 4015, -511.5 } },
Inputs = {
Comments = Input { Value = "16" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\16.00.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_14_05_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 7865, -2491.5 } },
Inputs = {
Comments = Input { Value = "14" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\14.05.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_08_05_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 3135, -2491.5 } },
Inputs = {
Comments = Input { Value = "08" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\08.05.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
FACE_04_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 1485, -511.5 } },
Inputs = {
Comments = Input { Value = "04" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\顔\\04b.顔.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_10_04_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 7425, -2095.5 } },
Inputs = {
Comments = Input { Value = "10" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\10.04.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_17_04_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 8195, -2095.5 } },
Inputs = {
Comments = Input { Value = "17" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\17.04.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_16_04_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 8085, -2095.5 } },
Inputs = {
Comments = Input { Value = "16" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\16.04.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_07_04_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 7095, -2095.5 } },
Inputs = {
Comments = Input { Value = "07-15" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\07-15.04.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_12_02_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 7645, -1303.5 } },
Inputs = {
Comments = Input { Value = "12" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\12.02.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_05_00_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 2805, -511.5 } },
Inputs = {
Comments = Input { Value = "05" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\05.00.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_19_00_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 8415, -511.5 } },
Inputs = {
Comments = Input { Value = "19" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\19.00.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_30_00_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 9625, -511.5 } },
Inputs = {
Comments = Input { Value = "30" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\30.00.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_36_00_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 10285, -511.5 } },
Inputs = {
Comments = Input { Value = "36" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\36.00.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_24_00_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 4895, -511.5 } },
Inputs = {
Comments = Input { Value = "24" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\24.00.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_15_03_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 7975, -1699.5 } },
Inputs = {
Comments = Input { Value = "15" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\15.03.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_18_02_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 8305, -1303.5 } },
Inputs = {
Comments = Input { Value = "18-15" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\18-15.02.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_12_03_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 3575, -1699.5 } },
Inputs = {
Comments = Input { Value = "12" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\12.03.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_04_02_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 6765, -1303.5 } },
Inputs = {
Comments = Input { Value = "04" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\04.02.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_01_04_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 2365, -2095.5 } },
Inputs = {
Comments = Input { Value = "01" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\01.04.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_13_00_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 7755, -511.5 } },
Inputs = {
Comments = Input { Value = "13" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\13.00.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_15_02_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 7975, -1303.5 } },
Inputs = {
Comments = Input { Value = "15" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\15.02.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_09_01_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 7315, -907.5 } },
Inputs = {
Comments = Input { Value = "09-15" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\09-15.01.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_11_05_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 3465, -2491.5 } },
Inputs = {
Comments = Input { Value = "11" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\11.05.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_02_00_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 2475, -511.5 } },
Inputs = {
Comments = Input { Value = "02" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\02.00.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
["ぴょん"] = GroupOperator {
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform1",
Source = "Output"
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
ViewInfo = GroupInfo {
PipeStyle = "Direct",
Scale = 1,
Offset = { 0, 0 },
Direction = "Horizontal",
Flags = {
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true,
AllowPan = false,
ForceAll = true
},
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Pos = { 10230, 1105.5 }
},
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform1",
Source = "Input"
},
Input1 = InstanceInput {
Default = 1,
SourceOp = "Transform1",
Source = "speed",
Name = "スピード"
},
Input3 = InstanceInput {
Default = 1,
SourceOp = "Calculation2_1",
Source = "SecondOperand",
Name = "強さ"
},
Input2 = InstanceInput {
Default = 0,
SourceOp = "Transform1",
Source = "offset",
Name = "時間オフセット(フレーム)"
}
},
Tools = ordered() {
Transform1 = Transform {
UserControls = 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" } },
CtrlWShown = false,
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
Inputs = {
Center = Input {
SourceOp = "XYPath1",
Source = "Value"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
CtrlWZoom = false
},
XYPath1 = XYPath {
Inputs = {
X = Input { Value = 0.5 },
Y = Input {
SourceOp = "Calculation1_1",
Source = "Result"
}
},
ShowKeyPoints = false,
DrawMode = "ModifyOnly",
CtrlWZoom = false
},
Calculation1_1 = Calculation {
Inputs = {
FirstOperandTimeOffset = Input { Expression = "-comp.GlobalStart - Transform1.offset" },
FirstOperand = Input {
SourceOp = "Calculation2_1",
Source = "Result"
},
SecondOperand = Input { Value = 0.5 }
},
CtrlWZoom = false
},
Calculation2_1 = Calculation {
Inputs = {
Operator = Input { Value = 2 },
FirstOperandTimeScale = Input { Expression = "Transform1.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate" },
FirstOperand = Input {
SourceOp = "CalculationonCalculationonTransform1CenterXYPath1YFirstOperand",
Source = "Value"
},
SecondOperand = Input { Value = 0.5 }
},
CtrlWZoom = false
},
CalculationonCalculationonTransform1CenterXYPath1YFirstOperand = BezierSpline {
KeyFrames = {
[0] = { 0, RH = { 4.65, 0.225 }, Flags = { Linear = true } },
[17] = { 0, RH = { 19.6825406677053, 0.0439451976698349 }, LH = { 12.4, 0.214 } },
[25] = { 0.000999999999999557, RH = { 27.6, 0.025 }, LH = { 23.6, 0.0269999999999996 } },
[30] = { 0, LH = { 28.4282452630596, 0 } }
},
SplineColor = { Red = 0, Green = 255, Blue = 0 },
CtrlWZoom = false
}
}
},
MOUTH_29_00_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 5445, -511.5 } },
Inputs = {
Comments = Input { Value = "29" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\29.00.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_14_04_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 7865, -2095.5 } },
Inputs = {
Comments = Input { Value = "14" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\14.04.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_04_05_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 6765, -2491.5 } },
Inputs = {
Comments = Input { Value = "04" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\04.05.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_03_02_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 2585, -1303.5 } },
Inputs = {
Comments = Input { Value = "03" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\03.02.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_10_05_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 7425, -2491.5 } },
Inputs = {
Comments = Input { Value = "10" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\10.05.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_18_03_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 8305, -1699.5 } },
Inputs = {
Comments = Input { Value = "18-15" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\18-15.03.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_11_02_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 7535, -1303.5 } },
Inputs = {
Comments = Input { Value = "11" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\11.02.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_06_02_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 6985, -1303.5 } },
Inputs = {
Comments = Input { Value = "06" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\06.02.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_17_05_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 4125, -2491.5 } },
Inputs = {
Comments = Input { Value = "17" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\17.05.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_03_01_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 2585, -907.5 } },
Inputs = {
Comments = Input { Value = "03" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\03.01.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_25_00_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 9075, -511.5 } },
Inputs = {
Comments = Input { Value = "25" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\25.00.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_03_00_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 2585, -511.5 } },
Inputs = {
Comments = Input { Value = "03" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\03.00.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_09_00_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 7315, -511.5 } },
Inputs = {
Comments = Input { Value = "09-15" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\09-15.00.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_16_03_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 4015, -1699.5 } },
Inputs = {
Comments = Input { Value = "16" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\16.03.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_16_02_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 4015, -1303.5 } },
Inputs = {
Comments = Input { Value = "16" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\16.02.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYEBROW_11_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 1485, 148.5 } },
Inputs = {
Comments = Input { Value = "11" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\眉\\11.眉.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_17_01_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 4125, -907.5 } },
Inputs = {
Comments = Input { Value = "17" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\17.01.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_06_00_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 6985, -511.5 } },
Inputs = {
Comments = Input { Value = "06" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\06.00.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_15_04_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 3905, -2095.5 } },
Inputs = {
Comments = Input { Value = "15" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\15.04.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_12_01_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 3575, -907.5 } },
Inputs = {
Comments = Input { Value = "12" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\12.01.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_10_00_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 3355, -511.5 } },
Inputs = {
Comments = Input { Value = "10" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\10.00.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_04_03_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 6765, -1699.5 } },
Inputs = {
Comments = Input { Value = "04" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\04.03.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_11_02_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 3465, -1303.5 } },
Inputs = {
Comments = Input { Value = "11" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\11.02.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_12_04_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 3575, -2095.5 } },
Inputs = {
Comments = Input { Value = "12" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\12.04.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_07_03_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 3025, -1699.5 } },
Inputs = {
Comments = Input { Value = "07" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\07.03.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_15_02_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 3905, -1303.5 } },
Inputs = {
Comments = Input { Value = "15" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\15.02.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_18_05_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 4235, -2491.5 } },
Inputs = {
Comments = Input { Value = "18" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\18.05.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_18_02_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 4235, -1303.5 } },
Inputs = {
Comments = Input { Value = "18" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\18.02.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
["跳ねる"] = GroupOperator {
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform1_1",
Source = "Output"
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
ViewInfo = GroupInfo {
PipeStyle = "Direct",
Scale = 1,
Offset = { 0, 0 },
Direction = "Horizontal",
Flags = {
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true,
AllowPan = false,
ForceAll = true
},
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Pos = { 10395, 1105.5 }
},
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform1_1",
Source = "Input"
},
Input1 = InstanceInput {
MinScale = 0.0010000000475,
Default = 2,
SourceOp = "Transform1_1",
Source = "speed"
},
Input2 = InstanceInput {
SourceOp = "Transform1_1",
Source = "amplitude",
Default = 0.1
}
},
Tools = ordered() {
Transform1_1 = Transform {
UserControls = 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" } },
CtrlWShown = false,
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
Inputs = {
speed = Input { Value = 2 },
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
},
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\n",
Value = 0.951056516295154
},
amplitude = Input { Value = 0.08 },
Center = Input {
Expression = "Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))",
Value = { 0.5, 0.595105651629515 }
}
},
CtrlWZoom = false
}
}
},
MOUTH_14_05_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 3795, -2491.5 } },
Inputs = {
Comments = Input { Value = "14" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\14.05.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
["跳ねる_小"] = GroupOperator {
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform1_1_1",
Source = "Output"
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
ViewInfo = GroupInfo {
PipeStyle = "Direct",
Scale = 1,
Offset = { 0, 0 },
Direction = "Horizontal",
Flags = {
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true,
AllowPan = false,
ForceAll = true
},
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Pos = { 10560, 1105.5 }
},
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform1_1_1",
Source = "Input"
},
Input1 = InstanceInput {
MinScale = 0.0010000000475,
Default = 2,
SourceOp = "Transform1_1_1",
Source = "speed"
},
Input2 = InstanceInput {
SourceOp = "Transform1_1_1",
Source = "amplitude",
Default = 0.1
}
},
Tools = ordered() {
Transform1_1_1 = Transform {
UserControls = 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" } },
CtrlWShown = false,
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
Inputs = {
speed = Input { Value = 2 },
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
},
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\n",
Value = 0.951056516295154
},
amplitude = Input { Value = 0.02 },
Center = Input {
Expression = "Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))",
Value = { 0.5, 0.595105651629515 }
}
},
CtrlWZoom = false
}
}
},
["不安"] = GroupOperator {
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform1_2",
Source = "Output"
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
ViewInfo = GroupInfo {
PipeStyle = "Direct",
Scale = 1,
Offset = { 0, 0 },
Direction = "Horizontal",
Flags = {
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true,
AllowPan = false,
ForceAll = true
},
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Pos = { 10725, 1105.5 }
},
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform1_2",
Source = "Input"
},
Input3 = InstanceInput {
Default = 0,
SourceOp = "Shake1",
Source = "RandomSeed",
Width = 1
},
Input4 = InstanceInput {
SourceOp = "Shake1",
Source = "Randomize",
Width = 0.385
},
Input5 = InstanceInput {
SourceOp = "Shake1",
Source = "Smoothness",
Default = 10
},
Input1 = InstanceInput {
Default = 0.1,
SourceOp = "Transform1_2",
Source = "x",
Name = "X"
},
Input2 = InstanceInput {
Default = 0.1,
SourceOp = "Transform1_2",
Source = "y",
Name = "Y"
}
},
Tools = ordered() {
Transform1_2 = Transform {
UserControls = 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" } },
CtrlWShown = false,
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
Inputs = {
y = Input { Value = 0.01 },
x = Input { Value = 0.01 },
Center = Input {
Expression = "Point(0.5, 0.5) + shake * in_out",
Value = { 0.502997744173508, 0.497908177638071 }
},
shake = Input {
SourceOp = "Shake1",
Source = "Position"
},
in_out = Input {
SourceOp = "KeyframeStretcher1",
Source = "Result"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
CtrlWZoom = false
},
KeyframeStretcher1 = KeyStretcherMod {
Inputs = {
StretchEnd = Input { Value = 110 },
Keyframes = Input {
SourceOp = "KeyStretcheronTransform1_2Keyframes",
Source = "Value"
},
StretchStart = Input { Value = 10 }
},
CtrlWZoom = false
},
KeyStretcheronTransform1_2Keyframes = BezierSpline {
KeyFrames = {
[0] = { 0, RH = { 3.33333333333333, 0 }, Flags = { Linear = true } },
[10] = { 1, RH = { 43.3333333333333, 1 }, LH = { 6.66666666666667, 1 } },
[110] = { 1, RH = { 113.333333333333, 1 }, LH = { 76.6666666666667, 1 } },
[120] = { 0, LH = { 116.666666666667, 0 } }
},
SplineColor = { Red = 193, Green = 106, Blue = 231 },
CtrlWZoom = false
},
Shake1 = Shake {
CtrlWZoom = false,
Inputs = {
YMinimum = Input {
Expression = "-Transform1_2.y",
Value = -0.1
},
YMaximum = Input {
Expression = "Transform1_2.y",
Value = 0.1
},
LockXY = Input { Value = 0 },
XMinimum = Input {
Expression = "-Transform1_2.x",
Value = -0.1
},
Smoothness = Input { Value = 2 },
XMaximum = Input {
Expression = "Transform1_2.x",
Value = 0.1
}
},
Faster = true
}
}
},
["震え"] = GroupOperator {
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform1_3",
Source = "Output"
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
ViewInfo = GroupInfo {
PipeStyle = "Direct",
Scale = 1,
Offset = { 0, 0 },
Direction = "Horizontal",
Flags = {
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true,
AllowPan = false,
ForceAll = true
},
Size = { 126, 109.359001159668, 63, 24.2423992156982 },
Pos = { 11055, 1105.5 }
},
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform1_3",
Source = "Input"
},
Input1 = InstanceInput {
SourceOp = "Transform1_3",
Source = "speed",
Default = 2
},
Input2 = InstanceInput {
SourceOp = "Transform1_3",
Source = "amplitude",
Default = 0.1
},
Input3 = InstanceInput {
SourceOp = "Transform1_3",
Source = "Y",
Default = 0
}
},
Tools = ordered() {
Transform1_3 = Transform {
UserControls = 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" } },
ViewInfo = OperatorInfo { Pos = { 0, 29.7576007843018 } },
Inputs = {
speed = Input { Value = 12 },
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
},
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)",
Value = 0.951056516295153
},
v = Input {
Expression = "0.5 + amplitude * iif(time > out, 0,bound)",
Value = 0.504755282581476
},
amplitude = Input { Value = 0.005 },
Center = Input {
Expression = "iif(Y == 0, Point(v, 0.5),Point(0.5,v))",
Value = { 0.504755282581476, 0.5 }
}
},
CtrlWShown = false
}
}
},
EYE_18_05_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 8305, -2491.5 } },
Inputs = {
Comments = Input { Value = "18-15" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\18-15.05.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_08_01_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 3135, -907.5 } },
Inputs = {
Comments = Input { Value = "08" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\08.01.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYEBROW_09_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 1265, 148.5 } },
Inputs = {
Comments = Input { Value = "09" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\眉\\09.眉.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_16_04_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 4015, -2095.5 } },
Inputs = {
Comments = Input { Value = "16" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\16.04.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_02_01_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 2475, -907.5 } },
Inputs = {
Comments = Input { Value = "02" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\02.01.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_19_00_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 4345, -511.5 } },
Inputs = {
Comments = Input { Value = "19" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\19.00.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_20_00_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 4455, -511.5 } },
Inputs = {
Comments = Input { Value = "20" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\20.00.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_15_00_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 3905, -511.5 } },
Inputs = {
Comments = Input { Value = "15" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\15.00.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_09_01_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 3245, -907.5 } },
Inputs = {
Comments = Input { Value = "09" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\09.01.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYEBROW_05_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 825, 148.5 } },
Inputs = {
Comments = Input { Value = "05" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\眉\\05.眉.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_06_00_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 2915, -511.5 } },
Inputs = {
Comments = Input { Value = "06" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\06.00.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
BACK_00_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 275, -511.5 } },
Inputs = {
Comments = Input { Value = "03u1" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\後\\03.後u1.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = 1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_16_02_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 8085, -1303.5 } },
Inputs = {
Comments = Input { Value = "16" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\16.02.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_16_00_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 8085, -511.5 } },
Inputs = {
Comments = Input { Value = "16" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\16.00.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_14_02_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 7865, -1303.5 } },
Inputs = {
Comments = Input { Value = "14" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\14.02.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_17_02_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 4125, -1303.5 } },
Inputs = {
Comments = Input { Value = "17" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\17.02.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_15_04_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 7975, -2095.5 } },
Inputs = {
Comments = Input { Value = "15" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\15.04.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_08_00_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 3135, -511.5 } },
Inputs = {
Comments = Input { Value = "08" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\08.00.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_14_00_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 7865, -511.5 } },
Inputs = {
Comments = Input { Value = "14" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\14.00.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_11_00_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 7535, -511.5 } },
Inputs = {
Comments = Input { Value = "11" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\11.00.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_10_04_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 3355, -2095.5 } },
Inputs = {
Comments = Input { Value = "10" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\10.04.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_13_04_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 7755, -2095.5 } },
Inputs = {
Comments = Input { Value = "13" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\13.04.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_13_02_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 7755, -1303.5 } },
Inputs = {
Comments = Input { Value = "13" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\13.02.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_11_01_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 3465, -907.5 } },
Inputs = {
Comments = Input { Value = "11" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\11.01.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_13_03_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 7755, -1699.5 } },
Inputs = {
Comments = Input { Value = "13" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\13.03.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_11_03_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 3465, -1699.5 } },
Inputs = {
Comments = Input { Value = "11" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\11.03.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_26_00_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 5115, -511.5 } },
Inputs = {
Comments = Input { Value = "26" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\26.00.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_07_02_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 7095, -1303.5 } },
Inputs = {
Comments = Input { Value = "07-15" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\07-15.02.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYEBROW_06_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 935, 148.5 } },
Inputs = {
Comments = Input { Value = "06" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\眉\\06.眉.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_05_00_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 6875, -511.5 } },
Inputs = {
Comments = Input { Value = "05" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\05.00.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_17_02_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 8195, -1303.5 } },
Inputs = {
Comments = Input { Value = "17" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\17.02.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_17_05_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 8195, -2491.5 } },
Inputs = {
Comments = Input { Value = "17" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\17.05.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_17_03_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 4125, -1699.5 } },
Inputs = {
Comments = Input { Value = "17" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\17.03.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_09_05_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 3245, -2491.5 } },
Inputs = {
Comments = Input { Value = "09" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\09.05.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_18_04_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 8305, -2095.5 } },
Inputs = {
Comments = Input { Value = "18-15" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\18-15.04.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_06_03_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 6985, -1699.5 } },
Inputs = {
Comments = Input { Value = "06" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\06.03.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_31_00_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 5665, -511.5 } },
Inputs = {
Comments = Input { Value = "31" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\31.00.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_12_05_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 3575, -2491.5 } },
Inputs = {
Comments = Input { Value = "12" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\12.05.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_10_02_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 3355, -1303.5 } },
Inputs = {
Comments = Input { Value = "10" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\10.02.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_18_03_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 4235, -1699.5 } },
Inputs = {
Comments = Input { Value = "18" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\18.03.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_13_04_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 3685, -2095.5 } },
Inputs = {
Comments = Input { Value = "13" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\13.04.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYEBROW_13_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 1705, 148.5 } },
Inputs = {
Comments = Input { Value = "13" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\眉\\13.眉.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_16_05_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 8085, -2491.5 } },
Inputs = {
Comments = Input { Value = "16" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\16.05.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_10_03_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 3355, -1699.5 } },
Inputs = {
Comments = Input { Value = "10" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\10.03.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_18_04_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 4235, -2095.5 } },
Inputs = {
Comments = Input { Value = "18" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\18.04.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_14_04_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 3795, -2095.5 } },
Inputs = {
Comments = Input { Value = "14" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\14.04.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_06_04_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 2915, -2095.5 } },
Inputs = {
Comments = Input { Value = "06" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\06.04.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_08_04_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 3135, -2095.5 } },
Inputs = {
Comments = Input { Value = "08" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\08.04.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_30_00_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 5555, -511.5 } },
Inputs = {
Comments = Input { Value = "30" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\30.00.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_01_03_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 2365, -1699.5 } },
Inputs = {
Comments = Input { Value = "01" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\01.03.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_18_00_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 4235, -511.5 } },
Inputs = {
Comments = Input { Value = "18" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\18.00.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_32_00_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 9845, -511.5 } },
Inputs = {
Comments = Input { Value = "32" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\32.00.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_24_00_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 8965, -511.5 } },
Inputs = {
Comments = Input { Value = "24" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\24.00.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_07_05_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 7095, -2491.5 } },
Inputs = {
Comments = Input { Value = "07-15" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\07-15.05.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
FRONT_01_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 2365, 148.5 } },
Inputs = {
Comments = Input { Value = "01m2" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
Filename = "CHARA:\\まりさ\\前\\01.後m2.png",
GlobalEnd = -1000,
TrimIn = 0,
LengthSetManually = true,
FormatID = "PNGFormat",
GlobalStart = -1000,
StartFrame = 1,
ID = "Clip1",
Length = 2
}
}
},
MOUTH_04_01_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 2695, -907.5 } },
Inputs = {
Comments = Input { Value = "04" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\04.01.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_28_00_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 9405, -511.5 } },
Inputs = {
Comments = Input { Value = "28" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\28.00.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_10_01_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 7425, -907.5 } },
Inputs = {
Comments = Input { Value = "10" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\10.01.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_03_03_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 2585, -1699.5 } },
Inputs = {
Comments = Input { Value = "03" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\03.03.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_02_02_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 2475, -1303.5 } },
Inputs = {
Comments = Input { Value = "02" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\02.02.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_04_05_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 2695, -2491.5 } },
Inputs = {
Comments = Input { Value = "04" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\04.05.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_34_00_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 10065, -511.5 } },
Inputs = {
Comments = Input { Value = "34+眉" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\34+眉.00.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_01_01_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 2365, -907.5 } },
Inputs = {
Comments = Input { Value = "01" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\01.01.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_14_01_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 3795, -907.5 } },
Inputs = {
Comments = Input { Value = "14" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\14.01.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_04_04_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 2695, -2095.5 } },
Inputs = {
Comments = Input { Value = "04" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\04.04.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYEBROW_07_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 1045, 148.5 } },
Inputs = {
Comments = Input { Value = "07" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\眉\\07.眉.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_07_03_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 7095, -1699.5 } },
Inputs = {
Comments = Input { Value = "07-15" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\07-15.03.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYEBROW_03_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 605, 148.5 } },
Inputs = {
Comments = Input { Value = "03" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\眉\\03.眉.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
FACE_01_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 1155, -511.5 } },
Inputs = {
Comments = Input { Value = "01" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\顔\\01a.顔.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_12_02_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 3575, -1303.5 } },
Inputs = {
Comments = Input { Value = "12" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\12.02.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_14_00_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 3795, -511.5 } },
Inputs = {
Comments = Input { Value = "14" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\14.00.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYEBROW_10_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 1375, 148.5 } },
Inputs = {
Comments = Input { Value = "10" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\眉\\10.眉.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_11_00_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 3465, -511.5 } },
Inputs = {
Comments = Input { Value = "11" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\11.00.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_29_00_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 9515, -511.5 } },
Inputs = {
Comments = Input { Value = "29" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\29.00.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_05_04_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 6875, -2095.5 } },
Inputs = {
Comments = Input { Value = "05" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\05.04.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_15_05_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 7975, -2491.5 } },
Inputs = {
Comments = Input { Value = "15" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\15.05.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_08_02_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 7205, -1303.5 } },
Inputs = {
Comments = Input { Value = "08-15" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\08-15.02.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
HAIR_01_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 2035, 148.5 } },
Inputs = {
Comments = Input { Value = "01" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\髪\\01.髪.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_37_00_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 10395, -511.5 } },
Inputs = {
Comments = Input { Value = "37" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\37.00.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_01_05_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 2365, -2491.5 } },
Inputs = {
Comments = Input { Value = "01" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\01.05.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
FRONT_02_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 2475, 148.5 } },
Inputs = {
Comments = Input { Value = "02m1" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\前\\02.後m1.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = 1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_09_04_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 3245, -2095.5 } },
Inputs = {
Comments = Input { Value = "09" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\09.04.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_15_01_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 3905, -907.5 } },
Inputs = {
Comments = Input { Value = "15" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\15.01.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
["ぽよ"] = GroupOperator {
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform",
Source = "Output"
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
ViewInfo = GroupInfo {
PipeStyle = "Direct",
Scale = 1,
Offset = { 0, 0 },
Direction = "Horizontal",
Flags = {
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true,
AllowPan = false,
ForceAll = true
},
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Pos = { 10065, 1105.5 }
},
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform",
Source = "Input"
},
Input1 = InstanceInput {
Page = "Controls",
Default = 1,
SourceOp = "Transform",
Source = "speed",
Name = "スピード"
},
Input2 = InstanceInput {
Default = 1,
SourceOp = "Calculation2_2",
Source = "SecondOperand",
Name = "強さ"
},
Input3 = InstanceInput {
SourceOp = "Transform",
Source = "Pivot"
}
},
Tools = ordered() {
Transform = Transform {
UserControls = 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" } },
NameSet = true,
CtrlWShown = false,
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
Inputs = {
Pivot = Input { Value = { 0.5, 0 } },
Aspect = Input {
SourceOp = "Calculation1_2",
Source = "Result"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
CtrlWZoom = false
},
Calculation1_2 = Calculation {
Inputs = {
FirstOperandTimeOffset = Input { Expression = "-comp.GlobalStart" },
FirstOperand = Input {
SourceOp = "Calculation2_2",
Source = "Result"
},
SecondOperand = Input { Value = 1 }
},
CtrlWZoom = false
},
Calculation2_2 = Calculation {
Inputs = {
Operator = Input { Value = 2 },
FirstOperandTimeScale = Input { Expression = "Transform.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate" },
FirstOperand = Input {
SourceOp = "CalculationonCalculationonTransformAspectFirstOperand",
Source = "Value"
},
SecondOperand = Input { Value = 0.8 }
},
CtrlWZoom = false
},
CalculationonCalculationonTransformAspectFirstOperand = BezierSpline {
KeyFrames = {
[0] = { 0, RH = { 1, 0 }, Flags = { Linear = true } },
[3] = { 0.0800000000000001, RH = { 4.66666666666667, 0.0800000000000001 }, LH = { 2, 0.0800000000000001 } },
[8] = { -0.0489999999999999, RH = { 9.33333333333333, -0.0489999999999999 }, LH = { 6.33333333333333, -0.0489999999999999 } },
[12] = { 0.03, RH = { 13.3333333333333, 0.03 }, LH = { 10.6666666666667, 0.03 } },
[16] = { -0.00700000000000001, RH = { 16.6666666666667, -0.00700000000000001 }, LH = { 14.6666666666667, -0.00700000000000001 } },
[18] = { 0.004, RH = { 18.6666666666667, 0.004 }, LH = { 17.3333333333333, 0.004 } },
[20] = { 0, LH = { 19.3333333333333, 0 } }
},
SplineColor = { Red = 210, Green = 105, Blue = 30 },
CtrlWZoom = false
}
}
},
EYE_01_01_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 6435, -907.5 } },
Inputs = {
Comments = Input { Value = "01" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\01.01.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_01_03_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 6435, -1699.5 } },
Inputs = {
Comments = Input { Value = "01" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\01.03.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_01_05_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 6435, -2491.5 } },
Inputs = {
Comments = Input { Value = "01" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\01.05.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_02_01_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 6545, -907.5 } },
Inputs = {
Comments = Input { Value = "02" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\02.01.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_02_03_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 6545, -1699.5 } },
Inputs = {
Comments = Input { Value = "02" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\02.03.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_02_05_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 6545, -2491.5 } },
Inputs = {
Comments = Input { Value = "02" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\02.05.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_03_01_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 6655, -907.5 } },
Inputs = {
Comments = Input { Value = "03" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\03.01.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_03_03_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 6655, -1699.5 } },
Inputs = {
Comments = Input { Value = "03" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\03.03.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_03_05_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 6655, -2491.5 } },
Inputs = {
Comments = Input { Value = "03" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\03.05.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
BACK_02_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 495, -511.5 } },
Inputs = {
Comments = Input { Value = "space" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\透明.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
["後_Xf"] = Transform {
ViewInfo = OperatorInfo { Pos = { 495, -247.5 } },
Inputs = {
Input = Input {
SourceOp = "BACK_02_LD",
Source = "Output"
},
Comments = 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}" }
}
},
["後_Mrg"] = Merge {
ViewInfo = OperatorInfo { Pos = { 495, -115.5 } },
Inputs = {
Foreground = Input {
SourceOp = "後_Xf",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain1",
Source = "Output"
}
}
},
BODY_00_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 715, -511.5 } },
Inputs = {
Comments = Input { Value = "00" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\体\\00.体.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
["体_Xf"] = Transform {
ViewInfo = OperatorInfo { Pos = { 825, -247.5 } },
Inputs = {
Input = Input {
SourceOp = "BODY_00_LD",
Source = "Output"
},
Comments = 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}" }
}
},
["体_Mrg"] = Merge {
ViewInfo = OperatorInfo { Pos = { 825, -115.5 } },
Inputs = {
Foreground = Input {
SourceOp = "体_Xf",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "後_Mrg",
Source = "Output"
}
}
},
FACE_00_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 1045, -511.5 } },
Inputs = {
Comments = Input { Value = "00" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\顔\\00a.顔.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
["顔_Xf"] = Transform {
ViewInfo = OperatorInfo { Pos = { 1925, -247.5 } },
Inputs = {
Input = Input {
SourceOp = "FACE_00_LD",
Source = "Output"
},
Comments = 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}" }
}
},
["顔_Mrg"] = Merge {
ViewInfo = OperatorInfo { Pos = { 1925, -115.5 } },
Inputs = {
Background = Input {
SourceOp = "体_Mrg",
Source = "Output"
},
Foreground = Input {
SourceOp = "顔_Xf",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 },
ApplyMode = Input { Value = FuID { "Multiply" } },
FlattenTransform = Input { Value = 1 }
},
Colors = { TileColor = { G = 0.549019607843137, R = 0.913725490196078, B = 0.709803921568627 } }
},
MOUTH_00_00_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 2255, -511.5 } },
Inputs = {
Comments = Input { Value = "00" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\00.00.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
["口_00_Xf"] = Transform {
ViewInfo = OperatorInfo { Pos = { 5995, -247.5 } },
Inputs = {
Input = Input {
SourceOp = "MOUTH_00_00_LD",
Source = "Output"
},
Comments = 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}" }
}
},
MOUTH_00_01_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 2255, -907.5 } },
Inputs = {
Comments = Input { Value = "00" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\00.01.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
["口_01_Xf"] = Transform {
ViewInfo = OperatorInfo { Pos = { 5995, -643.5 } },
Inputs = {
Input = Input {
SourceOp = "MOUTH_00_01_LD",
Source = "Output"
}
}
},
MOUTH_00_02_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 2255, -1303.5 } },
Inputs = {
Comments = Input { Value = "00" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\00.02.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
["口_02_Xf"] = Transform {
ViewInfo = OperatorInfo { Pos = { 5995, -1039.5 } },
Inputs = {
Input = Input {
SourceOp = "MOUTH_00_02_LD",
Source = "Output"
}
}
},
MOUTH_00_03_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 2255, -1699.5 } },
Inputs = {
Comments = Input { Value = "00" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\00.03.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
["口_03_Xf"] = Transform {
ViewInfo = OperatorInfo { Pos = { 5995, -1435.5 } },
Inputs = {
Input = Input {
SourceOp = "MOUTH_00_03_LD",
Source = "Output"
}
}
},
MOUTH_00_04_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 2255, -2095.5 } },
Inputs = {
Comments = Input { Value = "00" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\00.04.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
["口_04_Xf"] = Transform {
ViewInfo = OperatorInfo { Pos = { 5995, -1831.5 } },
Inputs = {
Input = Input {
SourceOp = "MOUTH_00_04_LD",
Source = "Output"
}
}
},
MOUTH_00_05_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 2255, -2491.5 } },
Inputs = {
Comments = Input { Value = "00" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\00.05.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
["口_05_Xf"] = Transform {
ViewInfo = OperatorInfo { Pos = { 5995, -2227.5 } },
Inputs = {
Input = Input {
SourceOp = "MOUTH_00_05_LD",
Source = "Output"
}
}
},
["口_04_DX"] = Dissolve {
ViewInfo = OperatorInfo { Pos = { 6105, -1831.5 } },
Inputs = {
Foreground = Input {
SourceOp = "口_05_Xf",
Source = "Output"
},
Mix = Input {
SourceOp = "Calculation6",
Source = "Result"
},
Background = Input {
SourceOp = "口_04_Xf",
Source = "Output"
}
},
Transitions = {
[0] = "DFTDissolve"
}
},
Calculation6 = Calculation {
Inputs = {
Operator = Input { Value = 1 },
FirstOperand = Input {
SourceOp = "Expression1",
Source = "NumberResult"
},
SecondOperand = Input { Value = 4 }
},
CtrlWZoom = false
},
Expression1 = Expression {
Inputs = {
n1 = Input {
SourceOp = "Calculation1",
Source = "Result"
},
NumberExpression = Input { Value = "int(n1)" },
ShowNumber2 = Input { Value = 0 },
ShowNumber3 = Input { Value = 0 },
ShowNumber4 = Input { Value = 0 },
ShowNumber5 = Input { Value = 0 },
ShowNumber6 = Input { Value = 0 },
ShowNumber7 = Input { Value = 0 },
ShowNumber8 = Input { Value = 0 },
ShowNumber9 = Input { Value = 0 },
ShowPoint1 = Input { Value = 0 },
ShowPoint2 = Input { Value = 0 },
ShowPoint3 = Input { Value = 0 },
ShowPoint4 = Input { Value = 0 },
ShowPoint5 = Input { Value = 0 },
ShowPoint6 = Input { Value = 0 },
ShowPoint7 = Input { Value = 0 },
ShowPoint8 = Input { Value = 0 },
ShowPoint9 = Input { Value = 0 }
},
CtrlWZoom = false
},
Calculation1 = Calculation {
Inputs = {
Operator = Input { Value = 2 },
FirstOperand = Input {
SourceOp = "Mouth_Ctrl",
Source = "Result"
},
SecondOperand = Input { Value = 6 }
},
CtrlWZoom = false
},
Mouth_Ctrl = Calculation {
NameSet = true,
Inputs = {
Operator = Input { Value = 3 },
SecondOperand = Input { Value = 0.7 }
},
CtrlWZoom = false
},
["口_03_DX"] = Dissolve {
ViewInfo = OperatorInfo { Pos = { 6105, -1435.5 } },
Inputs = {
Foreground = Input {
SourceOp = "口_04_DX",
Source = "Output"
},
Mix = Input {
SourceOp = "Calculation5",
Source = "Result"
},
Background = Input {
SourceOp = "口_03_Xf",
Source = "Output"
}
},
Transitions = {
[0] = "DFTDissolve"
}
},
Calculation5 = Calculation {
Inputs = {
Operator = Input { Value = 1 },
FirstOperand = Input {
SourceOp = "Expression1",
Source = "NumberResult"
},
SecondOperand = Input { Value = 3 }
},
CtrlWZoom = false
},
["口_02_DX"] = Dissolve {
ViewInfo = OperatorInfo { Pos = { 6105, -1039.5 } },
Inputs = {
Foreground = Input {
SourceOp = "口_03_DX",
Source = "Output"
},
Mix = Input {
SourceOp = "Calculation4",
Source = "Result"
},
Background = Input {
SourceOp = "口_02_Xf",
Source = "Output"
}
},
Transitions = {
[0] = "DFTDissolve"
}
},
Calculation4 = Calculation {
Inputs = {
Operator = Input { Value = 1 },
FirstOperand = Input {
SourceOp = "Expression1",
Source = "NumberResult"
},
SecondOperand = Input { Value = 2 }
},
CtrlWZoom = false
},
["口_01_DX"] = Dissolve {
ViewInfo = OperatorInfo { Pos = { 6105, -643.5 } },
Inputs = {
Foreground = Input {
SourceOp = "口_02_DX",
Source = "Output"
},
Mix = Input {
SourceOp = "Calculation3",
Source = "Result"
},
Background = Input {
SourceOp = "口_01_Xf",
Source = "Output"
}
},
Transitions = {
[0] = "DFTDissolve"
}
},
Calculation3 = Calculation {
Inputs = {
Operator = Input { Value = 1 },
FirstOperand = Input {
SourceOp = "Expression1",
Source = "NumberResult"
},
SecondOperand = Input { Value = 1 }
},
CtrlWZoom = false
},
["口_00_DX"] = Dissolve {
Transitions = {
[0] = "DFTDissolve"
},
ViewInfo = OperatorInfo { Pos = { 6105, -247.5 } },
Inputs = {
Foreground = Input {
SourceOp = "口_01_DX",
Source = "Output"
},
Mix = Input {
SourceOp = "Calculation2",
Source = "Result"
},
Background = Input {
SourceOp = "口_00_Xf",
Source = "Output"
}
},
Colors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } }
},
Calculation2 = Calculation {
Inputs = {
FirstOperand = Input {
SourceOp = "Expression1",
Source = "NumberResult"
},
Operator = Input { Value = 1 }
},
CtrlWZoom = false
},
["口_Mrg"] = Merge {
ViewInfo = OperatorInfo { Pos = { 6105, -115.5 } },
Inputs = {
Foreground = Input {
SourceOp = "口_00_DX",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "顔_Mrg",
Source = "Output"
}
}
},
EYE_00_00_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 6325, -511.5 } },
Inputs = {
Comments = Input { Value = "00" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\00.00.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
["目_00_Xf"] = Transform {
ViewInfo = OperatorInfo { Pos = { 10395, -247.5 } },
Inputs = {
Input = Input {
SourceOp = "EYE_00_00_LD",
Source = "Output"
},
Comments = 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}" }
}
},
EYE_00_01_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 6325, -907.5 } },
Inputs = {
Comments = Input { Value = "00" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\00.01.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
["目_01_Xf"] = Transform {
ViewInfo = OperatorInfo { Pos = { 10395, -643.5 } },
Inputs = {
Input = Input {
SourceOp = "EYE_00_01_LD",
Source = "Output"
}
}
},
EYE_00_02_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 6325, -1303.5 } },
Inputs = {
Comments = Input { Value = "00" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\00.02.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
["目_02_Xf"] = Transform {
ViewInfo = OperatorInfo { Pos = { 10395, -1039.5 } },
Inputs = {
Input = Input {
SourceOp = "EYE_00_02_LD",
Source = "Output"
}
}
},
EYE_00_03_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 6325, -1699.5 } },
Inputs = {
Comments = Input { Value = "00" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\00.03.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
["目_03_Xf"] = Transform {
ViewInfo = OperatorInfo { Pos = { 10395, -1435.5 } },
Inputs = {
Input = Input {
SourceOp = "EYE_00_03_LD",
Source = "Output"
}
}
},
EYE_00_04_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 6325, -2095.5 } },
Inputs = {
Comments = Input { Value = "00" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\00.04.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
["目_04_Xf"] = Transform {
ViewInfo = OperatorInfo { Pos = { 10395, -1831.5 } },
Inputs = {
Input = Input {
SourceOp = "EYE_00_04_LD",
Source = "Output"
}
}
},
EYE_00_05_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 6325, -2491.5 } },
Inputs = {
Comments = Input { Value = "00" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\00.05.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
["目_05_Xf"] = Transform {
ViewInfo = OperatorInfo { Pos = { 10395, -2227.5 } },
Inputs = {
Input = Input {
SourceOp = "EYE_00_05_LD",
Source = "Output"
}
}
},
["目_04_DX"] = Dissolve {
ViewInfo = OperatorInfo { Pos = { 10505, -1831.5 } },
Inputs = {
Foreground = Input {
SourceOp = "目_05_Xf",
Source = "Output"
},
Mix = Input {
SourceOp = "目_04_DXBackgroundForeground",
Source = "Value"
},
Background = Input {
SourceOp = "目_04_Xf",
Source = "Output"
}
},
Transitions = {
[0] = "DFTDissolve"
}
},
["目_04_DXBackgroundForeground"] = BezierSpline {
NameSet = true,
KeyFrames = {
[0] = { 0, RH = { 53.6666666666667, 0.333333333333333 }, Flags = { PreLoop = true, Loop = true, Linear = true } },
[161] = { 1, RH = { 161.666666666667, 0.666666666666667 }, LH = { 107.333333333333, 0.666666666666667 }, Flags = { StepIn = true } },
[163] = { 0, RH = { 164.333333333333, 0 }, LH = { 162.333333333333, 0.333333333333333 }, Flags = { StepIn = true } },
[167] = { 0, LH = { 165.666666666667, 0 }, Flags = { PreLoop = true, Loop = true, StepIn = true } }
},
SplineColor = { Red = 16, Green = 164, Blue = 235 },
CtrlWZoom = false
},
["目_03_DX"] = Dissolve {
ViewInfo = OperatorInfo { Pos = { 10505, -1435.5 } },
Inputs = {
Foreground = Input {
SourceOp = "目_04_DX",
Source = "Output"
},
Mix = Input {
SourceOp = "目_03_DXBackgroundForeground",
Source = "Value"
},
Background = Input {
SourceOp = "目_03_Xf",
Source = "Output"
}
},
Transitions = {
[0] = "DFTDissolve"
}
},
["目_03_DXBackgroundForeground"] = BezierSpline {
NameSet = true,
KeyFrames = {
[0] = { 0, RH = { 53.3333333333333, 0.333333333333333 }, Flags = { PreLoop = true, Loop = true, Linear = true } },
[160] = { 1, RH = { 161.333333333333, 0.666666666666667 }, LH = { 106.666666666667, 0.666666666666667 }, Flags = { StepIn = true } },
[164] = { 0, RH = { 165, 0 }, LH = { 162.666666666667, 0.333333333333333 }, Flags = { StepIn = true } },
[167] = { 0, LH = { 166, 0 }, Flags = { PreLoop = true, Loop = true, StepIn = true } }
},
SplineColor = { Red = 16, Green = 164, Blue = 235 },
CtrlWZoom = false
},
["目_02_DX"] = Dissolve {
ViewInfo = OperatorInfo { Pos = { 10505, -1039.5 } },
Inputs = {
Foreground = Input {
SourceOp = "目_03_DX",
Source = "Output"
},
Mix = Input {
SourceOp = "目_02_DXBackgroundForeground",
Source = "Value"
},
Background = Input {
SourceOp = "目_02_Xf",
Source = "Output"
}
},
Transitions = {
[0] = "DFTDissolve"
}
},
["目_02_DXBackgroundForeground"] = BezierSpline {
NameSet = true,
KeyFrames = {
[0] = { 0, RH = { 53, 0.333333333333333 }, Flags = { PreLoop = true, Loop = true, Linear = true } },
[159] = { 1, RH = { 161, 0.666666666666667 }, LH = { 106, 0.666666666666667 }, Flags = { StepIn = true } },
[165] = { 0, RH = { 165.666666666667, 0 }, LH = { 163, 0.333333333333333 }, Flags = { StepIn = true } },
[167] = { 0, LH = { 166.333333333333, 0 }, Flags = { PreLoop = true, Loop = true, StepIn = true } }
},
SplineColor = { Red = 16, Green = 164, Blue = 235 },
CtrlWZoom = false
},
["目_01_DX"] = Dissolve {
ViewInfo = OperatorInfo { Pos = { 10505, -643.5 } },
Inputs = {
Foreground = Input {
SourceOp = "目_02_DX",
Source = "Output"
},
Mix = Input {
SourceOp = "目_01_DXBackgroundForeground",
Source = "Value"
},
Background = Input {
SourceOp = "目_01_Xf",
Source = "Output"
}
},
Transitions = {
[0] = "DFTDissolve"
}
},
["目_01_DXBackgroundForeground"] = BezierSpline {
NameSet = true,
KeyFrames = {
[0] = { 0, RH = { 52.6666666666667, 0.333333333333333 }, Flags = { PreLoop = true, Loop = true, Linear = true } },
[158] = { 1, RH = { 160.666666666667, 0.666666666666667 }, LH = { 105.333333333333, 0.666666666666667 }, Flags = { StepIn = true } },
[166] = { 0, RH = { 166.333333333333, 0 }, LH = { 163.333333333333, 0.333333333333333 }, Flags = { StepIn = true } },
[167] = { 0, LH = { 166.666666666667, 0 }, Flags = { PreLoop = true, Loop = true, StepIn = true } }
},
SplineColor = { Red = 16, Green = 164, Blue = 235 },
CtrlWZoom = false
},
["目_00_DX"] = Dissolve {
ViewInfo = OperatorInfo { Pos = { 10505, -247.5 } },
Inputs = {
Foreground = Input {
SourceOp = "目_01_DX",
Source = "Output"
},
Mix = Input {
SourceOp = "目_00_DXBackgroundForeground",
Source = "Value"
},
Background = Input {
SourceOp = "目_00_Xf",
Source = "Output"
}
},
Transitions = {
[0] = "DFTDissolve"
}
},
["目_00_DXBackgroundForeground"] = BezierSpline {
NameSet = true,
KeyFrames = {
[0] = { 0, RH = { 52.3333333333333, 0.333333333333333 }, Flags = { PreLoop = true, Loop = true, Linear = true } },
[157] = { 1, RH = { 160.333333333333, 0.666666666666667 }, LH = { 104.666666666667, 0.666666666666667 }, Flags = { StepIn = true } },
[167] = { 0, LH = { 163.666666666667, 0.333333333333333 }, Flags = { PreLoop = true, Loop = true, StepIn = true } }
},
SplineColor = { Red = 16, Green = 164, Blue = 235 },
CtrlWZoom = false
},
["目_Mrg"] = Merge {
ViewInfo = OperatorInfo { Pos = { 10505, -115.5 } },
Inputs = {
Foreground = Input {
SourceOp = "目_00_DX",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "口_Mrg",
Source = "Output"
}
}
},
PipeRouter1 = PipeRouter {
ViewInfo = PipeRouterInfo { Pos = { 10615, -115.5 } },
Inputs = {
Input = Input {
SourceOp = "目_Mrg",
Source = "Output"
}
}
},
Background1 = Background {
ViewInfo = OperatorInfo { Pos = { 55, -247.5 } },
Inputs = {
TopLeftAlpha = Input { Value = 0 },
Width = Input { Value = 400 },
Height = Input { Value = 320 },
Depth = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
SetDomain1 = SetDomain {
ViewInfo = OperatorInfo { Pos = { 55, -115.5 } },
Inputs = {
Right = Input { Value = 0 },
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background1",
Source = "Output"
},
Mode = Input { Value = FuID { "Set" } }
}
},
EYEBROW_00_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 275, 148.5 } },
Inputs = {
Comments = Input { Value = "00" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\眉\\00.眉.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
["眉_Xf"] = Transform {
ViewInfo = OperatorInfo { Pos = { 1705, 412.5 } },
Inputs = {
Input = Input {
SourceOp = "EYEBROW_00_LD",
Source = "Output"
},
Comments = 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}" }
}
},
["眉_Mrg"] = Merge {
ViewInfo = OperatorInfo { Pos = { 1705, 544.5 } },
Inputs = {
Foreground = Input {
SourceOp = "眉_Xf",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain1",
Source = "Output"
}
}
},
HAIR_00_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 1925, 148.5 } },
Inputs = {
Comments = Input { Value = "00" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\髪\\00.髪.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
["髪_Xf"] = Transform {
ViewInfo = OperatorInfo { Pos = { 2035, 412.5 } },
Inputs = {
Input = Input {
SourceOp = "HAIR_00_LD",
Source = "Output"
},
Comments = 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}" }
}
},
["髪_Mrg"] = Merge {
ViewInfo = OperatorInfo { Pos = { 2035, 544.5 } },
Inputs = {
Foreground = Input {
SourceOp = "髪_Xf",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "眉_Mrg",
Source = "Output"
}
}
},
FRONT_03_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 2585, 148.5 } },
Inputs = {
Comments = Input { Value = "space" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\透明.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
["前_Xf"] = Transform {
ViewInfo = OperatorInfo { Pos = { 2585, 412.5 } },
Inputs = {
Input = Input {
SourceOp = "FRONT_03_LD",
Source = "Output"
},
Comments = 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}" }
}
},
["前_Mrg"] = Merge {
ViewInfo = OperatorInfo { Pos = { 2585, 544.5 } },
Inputs = {
Foreground = Input {
SourceOp = "前_Xf",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "髪_Mrg",
Source = "Output"
},
FlattenTransform = Input { Value = 1 }
},
Colors = { TileColor = { G = 0.549019607843137, R = 0.913725490196078, B = 0.709803921568627 } }
},
Merge1 = Merge {
ViewInfo = OperatorInfo { Pos = { 10615, 544.5 } },
Inputs = {
Foreground = Input {
SourceOp = "前_Mrg",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "PipeRouter1",
Source = "Output"
}
}
},
Root = Transform {
UserControls = ordered() {
CopyPose = {
ICD_Width = 0.5,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.copy(comp)]])",
INP_External = false,
INP_Integer = false,
LINKS_Name = "Copy Pose",
LINKID_DataType = "Number"
},
PastePose = {
ICD_Width = 0.5,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.paste(comp, is_chara_sozai=True)]])",
INP_External = false,
INP_Integer = false,
LINKS_Name = "Paste Pose",
LINKID_DataType = "Number"
},
SavePose = {
ICD_Width = 0.5,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.save(comp, fu)]])",
INP_External = false,
INP_Integer = false,
LINKS_Name = "Save Pose",
LINKID_DataType = "Number"
},
LoadPose = {
ICD_Width = 0.5,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.load(comp, fu, is_chara_sozai=True)]])",
INP_External = false,
INP_Integer = false,
LINKS_Name = "Load Pose",
LINKID_DataType = "Number"
},
Grp_FRONT = {
LINKS_Name = "前",
INPID_InputControl = "LabelControl",
INP_Passive = true,
LBLC_DropDownButton = true,
INP_Default = 1,
ICS_ControlPage = "ポーズ",
INP_External = false,
LBLC_NumInputs = 7,
LINKID_DataType = "Number"
},
Prev_Btn_FRONT = {
ICD_Width = 0.4,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.prev_next(comp, \"前_Xf\", False)\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "PREV",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
Next_Btn_FRONT = {
ICD_Width = 0.4,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.prev_next(comp, \"前_Xf\", True)\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "NEXT",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
Preview_FRONT = {
ICD_Width = 0.2,
INPID_InputControl = "TextEditControl",
TEC_Wrap = false,
INP_Passive = true,
LINKS_Name = "",
INP_External = false,
ICS_ControlPage = "ポーズ",
TEC_Lines = 1,
TEC_ReadOnly = true,
LINKID_DataType = "Text"
},
FRONT_01m1_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"前_Xf\", \"01m1\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "01m1",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
FRONT_01m2_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"前_Xf\", \"01m2\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "01m2",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
FRONT_02m1_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"前_Xf\", \"02m1\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "02m1",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
FRONT_space_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"前_Xf\", \"space\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "space",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
Grp_HAIR = {
LINKS_Name = "髪",
INPID_InputControl = "LabelControl",
INP_Passive = true,
LBLC_DropDownButton = true,
INP_Default = 1,
ICS_ControlPage = "ポーズ",
INP_External = false,
LBLC_NumInputs = 5,
LINKID_DataType = "Number"
},
Prev_Btn_HAIR = {
ICD_Width = 0.4,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.prev_next(comp, \"髪_Xf\", False)\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "PREV",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
Next_Btn_HAIR = {
ICD_Width = 0.4,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.prev_next(comp, \"髪_Xf\", True)\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "NEXT",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
Preview_HAIR = {
ICD_Width = 0.2,
INPID_InputControl = "TextEditControl",
TEC_Wrap = false,
INP_Passive = true,
LINKS_Name = "",
INP_External = false,
ICS_ControlPage = "ポーズ",
TEC_Lines = 1,
TEC_ReadOnly = true,
LINKID_DataType = "Text"
},
HAIR_00_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"髪_Xf\", \"00\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "00",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
HAIR_01_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"髪_Xf\", \"01\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "01",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
Grp_EYEBROW = {
LINKS_Name = "眉",
INPID_InputControl = "LabelControl",
INP_Passive = true,
LBLC_DropDownButton = true,
INP_Default = 1,
ICS_ControlPage = "ポーズ",
INP_External = false,
LBLC_NumInputs = 17,
LINKID_DataType = "Number"
},
Prev_Btn_EYEBROW = {
ICD_Width = 0.4,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.prev_next(comp, \"眉_Xf\", False)\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "PREV",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
Next_Btn_EYEBROW = {
ICD_Width = 0.4,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.prev_next(comp, \"眉_Xf\", True)\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "NEXT",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
Preview_EYEBROW = {
ICD_Width = 0.2,
INPID_InputControl = "TextEditControl",
TEC_Wrap = false,
INP_Passive = true,
LINKS_Name = "",
INP_External = false,
ICS_ControlPage = "ポーズ",
TEC_Lines = 1,
TEC_ReadOnly = true,
LINKID_DataType = "Text"
},
EYEBROW_00_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"眉_Xf\", \"00\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "00",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
EYEBROW_01_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"眉_Xf\", \"01\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "01",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
EYEBROW_02_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"眉_Xf\", \"02\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "02",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
EYEBROW_03_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"眉_Xf\", \"03\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "03",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
EYEBROW_04_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"眉_Xf\", \"04\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "04",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
EYEBROW_05_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"眉_Xf\", \"05\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "05",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
EYEBROW_06_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"眉_Xf\", \"06\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "06",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
EYEBROW_07_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"眉_Xf\", \"07\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "07",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
EYEBROW_08_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"眉_Xf\", \"08\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "08",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
EYEBROW_09_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"眉_Xf\", \"09\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "09",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
EYEBROW_10_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"眉_Xf\", \"10\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "10",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
EYEBROW_11_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"眉_Xf\", \"11\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "11",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
EYEBROW_12_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"眉_Xf\", \"12\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "12",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
EYEBROW_13_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"眉_Xf\", \"13\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "13",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
Grp_EYE = {
LINKS_Name = "目",
INPID_InputControl = "LabelControl",
INP_Passive = true,
LBLC_DropDownButton = true,
INP_Default = 1,
ICS_ControlPage = "ポーズ",
INP_External = false,
LBLC_NumInputs = 41,
LINKID_DataType = "Number"
},
Prev_Btn_EYE = {
ICD_Width = 0.4,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.prev_next(comp, \"目_00_Xf\", False)\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "PREV",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
Next_Btn_EYE = {
ICD_Width = 0.4,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.prev_next(comp, \"目_00_Xf\", True)\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "NEXT",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
Preview_EYE = {
ICD_Width = 0.2,
INPID_InputControl = "TextEditControl",
TEC_Wrap = false,
INP_Passive = true,
LINKS_Name = "",
INP_External = false,
ICS_ControlPage = "ポーズ",
TEC_Lines = 1,
TEC_ReadOnly = true,
LINKID_DataType = "Text"
},
EYE_00_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"目_00_Xf\", \"00\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "00",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
EYE_01_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"目_00_Xf\", \"01\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "01",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
EYE_02_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"目_00_Xf\", \"02\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "02",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
EYE_03_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"目_00_Xf\", \"03\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "03",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
EYE_04_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"目_00_Xf\", \"04\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "04",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
EYE_05_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"目_00_Xf\", \"05\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "05",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
EYE_06_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"目_00_Xf\", \"06\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "06",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
["EYE_07-15_Button"] = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"目_00_Xf\", \"07-15\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "07-15",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
["EYE_08-15_Button"] = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"目_00_Xf\", \"08-15\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "08-15",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
["EYE_09-15_Button"] = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"目_00_Xf\", \"09-15\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "09-15",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
EYE_10_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"目_00_Xf\", \"10\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "10",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
EYE_11_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"目_00_Xf\", \"11\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "11",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
EYE_12_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"目_00_Xf\", \"12\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "12",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
EYE_13_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"目_00_Xf\", \"13\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "13",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
EYE_14_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"目_00_Xf\", \"14\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "14",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
EYE_15_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"目_00_Xf\", \"15\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "15",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
EYE_16_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"目_00_Xf\", \"16\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "16",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
EYE_17_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"目_00_Xf\", \"17\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "17",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
["EYE_18-15_Button"] = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"目_00_Xf\", \"18-15\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "18-15",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
EYE_19_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"目_00_Xf\", \"19\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "19",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
EYE_20_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"目_00_Xf\", \"20\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "20",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
EYE_21_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"目_00_Xf\", \"21\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "21",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
EYE_22_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"目_00_Xf\", \"22\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "22",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
["EYE_23+眉_Button"] = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"目_00_Xf\", \"23+眉\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "23+眉",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
EYE_24_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"目_00_Xf\", \"24\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "24",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
EYE_25_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"目_00_Xf\", \"25\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "25",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
EYE_26_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"目_00_Xf\", \"26\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "26",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
EYE_27_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"目_00_Xf\", \"27\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "27",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
EYE_28_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"目_00_Xf\", \"28\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "28",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
EYE_29_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"目_00_Xf\", \"29\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "29",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
EYE_30_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"目_00_Xf\", \"30\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "30",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
EYE_31_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"目_00_Xf\", \"31\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "31",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
EYE_32_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"目_00_Xf\", \"32\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "32",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
EYE_33_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"目_00_Xf\", \"33\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "33",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
["EYE_34+眉_Button"] = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"目_00_Xf\", \"34+眉\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "34+眉",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
EYE_35_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"目_00_Xf\", \"35\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "35",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
EYE_36_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"目_00_Xf\", \"36\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "36",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
EYE_37_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"目_00_Xf\", \"37\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "37",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
Grp_MOUTH = {
LINKS_Name = "口",
INPID_InputControl = "LabelControl",
INP_Passive = true,
LBLC_DropDownButton = true,
INP_Default = 1,
ICS_ControlPage = "ポーズ",
INP_External = false,
LBLC_NumInputs = 38,
LINKID_DataType = "Number"
},
Prev_Btn_MOUTH = {
ICD_Width = 0.4,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.prev_next(comp, \"口_00_Xf\", False)\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "PREV",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
Next_Btn_MOUTH = {
ICD_Width = 0.4,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.prev_next(comp, \"口_00_Xf\", True)\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "NEXT",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
Preview_MOUTH = {
ICD_Width = 0.2,
INPID_InputControl = "TextEditControl",
TEC_Wrap = false,
INP_Passive = true,
LINKS_Name = "",
INP_External = false,
ICS_ControlPage = "ポーズ",
TEC_Lines = 1,
TEC_ReadOnly = true,
LINKID_DataType = "Text"
},
MOUTH_00_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"口_00_Xf\", \"00\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "00",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
MOUTH_01_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"口_00_Xf\", \"01\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "01",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
MOUTH_02_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"口_00_Xf\", \"02\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "02",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
MOUTH_03_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"口_00_Xf\", \"03\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "03",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
MOUTH_04_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"口_00_Xf\", \"04\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "04",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
MOUTH_05_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"口_00_Xf\", \"05\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "05",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
MOUTH_06_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"口_00_Xf\", \"06\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "06",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
MOUTH_07_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"口_00_Xf\", \"07\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "07",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
MOUTH_08_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"口_00_Xf\", \"08\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "08",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
MOUTH_09_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"口_00_Xf\", \"09\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "09",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
MOUTH_10_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"口_00_Xf\", \"10\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "10",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
MOUTH_11_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"口_00_Xf\", \"11\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "11",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
MOUTH_12_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"口_00_Xf\", \"12\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "12",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
MOUTH_13_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"口_00_Xf\", \"13\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "13",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
MOUTH_14_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"口_00_Xf\", \"14\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "14",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
MOUTH_15_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"口_00_Xf\", \"15\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "15",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
MOUTH_16_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"口_00_Xf\", \"16\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "16",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
MOUTH_17_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"口_00_Xf\", \"17\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "17",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
MOUTH_18_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"口_00_Xf\", \"18\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "18",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
MOUTH_19_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"口_00_Xf\", \"19\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "19",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
MOUTH_20_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"口_00_Xf\", \"20\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "20",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
MOUTH_21_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"口_00_Xf\", \"21\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "21",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
MOUTH_22_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"口_00_Xf\", \"22\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "22",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
MOUTH_23_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"口_00_Xf\", \"23\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "23",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
MOUTH_24_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"口_00_Xf\", \"24\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "24",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
MOUTH_25_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"口_00_Xf\", \"25\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "25",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
MOUTH_26_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"口_00_Xf\", \"26\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "26",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
MOUTH_27_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"口_00_Xf\", \"27\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "27",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
MOUTH_28_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"口_00_Xf\", \"28\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "28",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
MOUTH_29_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"口_00_Xf\", \"29\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "29",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
MOUTH_30_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"口_00_Xf\", \"30\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "30",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
MOUTH_31_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"口_00_Xf\", \"31\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "31",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
MOUTH_32_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"口_00_Xf\", \"32\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "32",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
MOUTH_33_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"口_00_Xf\", \"33\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "33",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
MOUTH_34_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"口_00_Xf\", \"34\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "34",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
Grp_FACE = {
LINKS_Name = "顔",
INPID_InputControl = "LabelControl",
INP_Passive = true,
LBLC_DropDownButton = true,
INP_Default = 1,
ICS_ControlPage = "ポーズ",
INP_External = false,
LBLC_NumInputs = 12,
LINKID_DataType = "Number"
},
Prev_Btn_FACE = {
ICD_Width = 0.4,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.prev_next(comp, \"顔_Xf\", False)\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "PREV",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
Next_Btn_FACE = {
ICD_Width = 0.4,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.prev_next(comp, \"顔_Xf\", True)\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "NEXT",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
Preview_FACE = {
ICD_Width = 0.2,
INPID_InputControl = "TextEditControl",
TEC_Wrap = false,
INP_Passive = true,
LINKS_Name = "",
INP_External = false,
ICS_ControlPage = "ポーズ",
TEC_Lines = 1,
TEC_ReadOnly = true,
LINKID_DataType = "Text"
},
FACE_00_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"顔_Xf\", \"00\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "00",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
FACE_01_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"顔_Xf\", \"01\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "01",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
FACE_02_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"顔_Xf\", \"02\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "02",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
FACE_03_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"顔_Xf\", \"03\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "03",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
FACE_04_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"顔_Xf\", \"04\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "04",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
FACE_05_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"顔_Xf\", \"05\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "05",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
FACE_06_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"顔_Xf\", \"06\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "06",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
FACE_07_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"顔_Xf\", \"07\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "07",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
FACE_space_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"顔_Xf\", \"space\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "space",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
Grp_BODY = {
LINKS_Name = "体",
INPID_InputControl = "LabelControl",
INP_Passive = true,
LBLC_DropDownButton = true,
INP_Default = 1,
ICS_ControlPage = "ポーズ",
INP_External = false,
LBLC_NumInputs = 5,
LINKID_DataType = "Number"
},
Prev_Btn_BODY = {
ICD_Width = 0.4,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.prev_next(comp, \"体_Xf\", False)\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "PREV",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
Next_Btn_BODY = {
ICD_Width = 0.4,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.prev_next(comp, \"体_Xf\", True)\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "NEXT",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
Preview_BODY = {
ICD_Width = 0.2,
INPID_InputControl = "TextEditControl",
TEC_Wrap = false,
INP_Passive = true,
LINKS_Name = "",
INP_External = false,
ICS_ControlPage = "ポーズ",
TEC_Lines = 1,
TEC_ReadOnly = true,
LINKID_DataType = "Text"
},
BODY_00_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"体_Xf\", \"00\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "00",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
BODY_01_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"体_Xf\", \"01\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "01",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
Grp_BACK = {
LINKS_Name = "後",
INPID_InputControl = "LabelControl",
INP_Passive = true,
LBLC_DropDownButton = true,
INP_Default = 1,
ICS_ControlPage = "ポーズ",
INP_External = false,
LBLC_NumInputs = 6,
LINKID_DataType = "Number"
},
Prev_Btn_BACK = {
ICD_Width = 0.4,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.prev_next(comp, \"後_Xf\", False)\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "PREV",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
Next_Btn_BACK = {
ICD_Width = 0.4,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.prev_next(comp, \"後_Xf\", True)\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "NEXT",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
Preview_BACK = {
ICD_Width = 0.2,
INPID_InputControl = "TextEditControl",
TEC_Wrap = false,
INP_Passive = true,
LINKS_Name = "",
INP_External = false,
ICS_ControlPage = "ポーズ",
TEC_Lines = 1,
TEC_ReadOnly = true,
LINKID_DataType = "Text"
},
BACK_03u1_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"後_Xf\", \"03u1\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "03u1",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
BACK_04_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"後_Xf\", \"04\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "04",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
BACK_space_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"後_Xf\", \"space\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "space",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
Blink = {
LINKS_Name = "Blink",
INPID_InputControl = "SliderControl",
INP_Passive = true,
INP_Integer = true,
INP_MaxScale = 500,
INP_MinScale = 0,
INP_Default = 127,
INP_External = false,
ICS_ControlPage = "目パチ",
LINKID_DataType = "Number"
},
Other = {
LINKS_Name = "Other",
INPID_InputControl = "SliderControl",
INP_Passive = true,
INP_Integer = true,
INP_MaxScale = 10,
INP_MinScale = 0,
INP_Default = 1,
INP_External = false,
ICS_ControlPage = "目パチ",
LINKID_DataType = "Number"
},
Close = {
LINKS_Name = "Close",
INPID_InputControl = "SliderControl",
INP_Passive = true,
INP_Integer = true,
INP_MaxScale = 10,
INP_MinScale = 0,
INP_Default = 2,
INP_External = false,
ICS_ControlPage = "目パチ",
LINKID_DataType = "Number"
},
Apply = {
ICD_Width = 0.5,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.set_blink(comp, \"目_00_Xf\")\n]])\n",
ICS_ControlPage = "目パチ",
LINKS_Name = "Apply",
LINKID_DataType = "Number"
},
at00 = {
ICD_Width = 0.5,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "目パチ",
LINKS_Name = "ボタンを押さないと反映されません。",
INP_Passive = true,
INP_External = false,
LINKID_DataType = "Number"
}
},
Colors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },
ViewInfo = OperatorInfo { Pos = { 10615, 676.5 } },
Inputs = {
Preview_BODY = Input { Value = "00" },
Grp_BACK = Input { Value = 0 },
Input = Input {
SourceOp = "Merge1",
Source = "Output"
},
Blink = Input { Value = 167 },
Preview_BACK = Input { Value = "space" },
Preview_EYE = Input { Value = "00" },
Grp_FRONT = Input { Value = 0 },
Preview_FRONT = Input { Value = "space" },
Grp_HAIR = Input { Value = 0 },
Preview_HAIR = Input { Value = "00" },
Preview_EYEBROW = Input { Value = "00" },
Comments = Input { Value = "後_Xf\n体_Xf\n顔_Xf\n口_00_Xf\n目_00_Xf\n眉_Xf\n髪_Xf\n前_Xf" },
Preview_MOUTH = Input { Value = "00" },
Grp_FACE = Input { Value = 0 },
Preview_FACE = Input { Value = "00" },
Grp_BODY = Input { Value = 0 }
},
CtrlWZoom = false
},
["モーションなし"] = Transform {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 10615, 775.5 } },
Inputs = {
Input = Input {
SourceOp = "Root",
Source = "Output"
}
}
},
MOUTH_07_04_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 3025, -2095.5 } },
Inputs = {
Comments = Input { Value = "07" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\07.04.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_09_00_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 3245, -511.5 } },
Inputs = {
Comments = Input { Value = "09" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\09.00.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_16_05_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 4015, -2491.5 } },
Inputs = {
Comments = Input { Value = "16" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\16.05.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_22_00_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 4675, -511.5 } },
Inputs = {
Comments = Input { Value = "22" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\22.00.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_04_02_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 2695, -1303.5 } },
Inputs = {
Comments = Input { Value = "04" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\04.02.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_11_05_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 7535, -2491.5 } },
Inputs = {
Comments = Input { Value = "11" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\11.05.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_33_00_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 9955, -511.5 } },
Inputs = {
Comments = Input { Value = "33" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\33.00.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_34_00_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 5995, -511.5 } },
Inputs = {
Comments = Input { Value = "34" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\34.00.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_06_02_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 2915, -1303.5 } },
Inputs = {
Comments = Input { Value = "06" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\06.02.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_13_02_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 3685, -1303.5 } },
Inputs = {
Comments = Input { Value = "13" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\13.02.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_06_05_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 2915, -2491.5 } },
Inputs = {
Comments = Input { Value = "06" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\06.05.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_05_03_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 6875, -1699.5 } },
Inputs = {
Comments = Input { Value = "05" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\05.03.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_27_00_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 9295, -511.5 } },
Inputs = {
Comments = Input { Value = "27" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\27.00.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
MOUTH_01_02_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 2365, -1303.5 } },
Inputs = {
Comments = Input { Value = "01" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\口\\01.02.口.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_07_01_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 7095, -907.5 } },
Inputs = {
Comments = Input { Value = "07-15" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\07-15.01.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_10_03_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 7425, -1699.5 } },
Inputs = {
Comments = Input { Value = "10" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\10.03.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_05_01_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 6875, -907.5 } },
Inputs = {
Comments = Input { Value = "05" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\05.01.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
FRONT_00_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 2255, 148.5 } },
Inputs = {
Comments = Input { Value = "01m1" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
Filename = "CHARA:\\まりさ\\前\\01.後m1.png",
GlobalEnd = -1000,
TrimIn = 0,
LengthSetManually = true,
FormatID = "PNGFormat",
GlobalStart = -1000,
StartFrame = 1,
ID = "Clip1",
Length = 2
}
}
},
EYE_10_02_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 7425, -1303.5 } },
Inputs = {
Comments = Input { Value = "10" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\10.02.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
},
EYE_14_01_LD = Loader {
ViewInfo = OperatorInfo { Pos = { 7865, -907.5 } },
Inputs = {
Comments = Input { Value = "14" },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
Clips = {
Clip {
Filename = "CHARA:\\まりさ\\目\\14.01.目.png",
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendFirst = 0,
TrimOut = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0
}
}
}
},
Outputs = ordered() {
MainOutput1 = InstanceOutput {
SourceOp = "ST_MergeB",
Source = "Output"
}
},
ViewInfo = GroupInfo {
Scale = 1,
Offset = { 0, 0 },
Direction = "Horizontal",
Flags = {
GridSnap = true,
AllowPan = false,
AutoSnap = true,
ForceAll = true
},
PipeStyle = "Direct"
},
Inputs = ordered() {
Input1 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "CopyPose",
Name = "Copy Pose"
},
Input2 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "PastePose",
Name = "Paste Pose"
},
Input3 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "SavePose",
Name = "Save Pose"
},
Input4 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "LoadPose",
Name = "Load Pose"
},
Input5 = InstanceInput {
SourceOp = "ST_MergeB",
Source = "Center"
},
Input6 = InstanceInput {
SourceOp = "ST_MergeB",
Source = "Size",
Default = 2
},
Input7 = InstanceInput {
SourceOp = "ST_MergeB",
Source = "Angle",
Default = 0
},
Input8 = InstanceInput {
ControlGroup = 1,
Default = 0,
SourceOp = "ST_MergeB",
Source = "FlipHoriz",
Name = "Flip Horizontal"
},
Input9 = InstanceInput {
ControlGroup = 1,
Default = 0,
SourceOp = "ST_MergeB",
Source = "FlipVert",
Name = "Flip Vertical"
},
Input10 = InstanceInput {
Default = 0,
SourceOp = "モーションSelector",
Source = "N000_モーションなし",
Name = "モーションなし"
},
Input11 = InstanceInput {
Default = 0,
SourceOp = "モーションSelector",
Source = "N001_ぽよ",
Name = "ぽよ"
},
Input12 = InstanceInput {
Default = 0,
SourceOp = "モーションSelector",
Source = "N002_ぴょん",
Name = "ぴょん"
},
Input13 = InstanceInput {
Default = 0,
SourceOp = "モーションSelector",
Source = "N003_跳ねる",
Name = "跳ねる"
},
Input14 = InstanceInput {
Default = 0,
SourceOp = "モーションSelector",
Source = "N004_跳ねる_小",
Name = "跳ねる_小"
},
Input15 = InstanceInput {
Default = 0,
SourceOp = "モーションSelector",
Source = "N005_不安",
Name = "不安"
},
Input16 = InstanceInput {
Default = 0,
SourceOp = "モーションSelector",
Source = "N006_荒ぶる",
Name = "荒ぶる"
},
Input17 = InstanceInput {
Default = 0,
SourceOp = "モーションSelector",
Source = "N007_震え",
Name = "震え"
},
Input18 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "Grp_FRONT",
Name = "前"
},
Input19 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "Prev_Btn_FRONT",
Name = "PREV"
},
Input20 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "Next_Btn_FRONT",
Name = "NEXT"
},
Input21 = InstanceInput {
SourceOp = "Root",
Source = "Preview_FRONT",
Name = ""
},
Input22 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "FRONT_01m1_Button",
Name = "01m1"
},
Input23 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "FRONT_01m2_Button",
Name = "01m2"
},
Input24 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "FRONT_02m1_Button",
Name = "02m1"
},
Input25 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "FRONT_space_Button",
Name = "space"
},
Input26 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "Grp_HAIR",
Name = "髪"
},
Input27 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "Prev_Btn_HAIR",
Name = "PREV"
},
Input28 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "Next_Btn_HAIR",
Name = "NEXT"
},
Input29 = InstanceInput {
SourceOp = "Root",
Source = "Preview_HAIR",
Name = ""
},
Input30 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "HAIR_00_Button",
Name = "00"
},
Input31 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "HAIR_01_Button",
Name = "01"
},
Input32 = InstanceInput {
Default = 1,
SourceOp = "Root",
Source = "Grp_EYEBROW",
Name = "眉"
},
Input33 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "Prev_Btn_EYEBROW",
Name = "PREV"
},
Input34 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "Next_Btn_EYEBROW",
Name = "NEXT"
},
Input35 = InstanceInput {
SourceOp = "Root",
Source = "Preview_EYEBROW",
Name = ""
},
Input36 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "EYEBROW_00_Button",
Name = "00"
},
Input37 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "EYEBROW_01_Button",
Name = "01"
},
Input38 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "EYEBROW_02_Button",
Name = "02"
},
Input39 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "EYEBROW_03_Button",
Name = "03"
},
Input40 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "EYEBROW_04_Button",
Name = "04"
},
Input41 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "EYEBROW_05_Button",
Name = "05"
},
Input42 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "EYEBROW_06_Button",
Name = "06"
},
Input43 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "EYEBROW_07_Button",
Name = "07"
},
Input44 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "EYEBROW_08_Button",
Name = "08"
},
Input45 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "EYEBROW_09_Button",
Name = "09"
},
Input46 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "EYEBROW_10_Button",
Name = "10"
},
Input47 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "EYEBROW_11_Button",
Name = "11"
},
Input48 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "EYEBROW_12_Button",
Name = "12"
},
Input49 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "EYEBROW_13_Button",
Name = "13"
},
Input50 = InstanceInput {
Default = 1,
SourceOp = "Root",
Source = "Grp_EYE",
Name = "目"
},
Input51 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "Prev_Btn_EYE",
Name = "PREV"
},
Input52 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "Next_Btn_EYE",
Name = "NEXT"
},
Input53 = InstanceInput {
SourceOp = "Root",
Source = "Preview_EYE",
Name = ""
},
Input54 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "EYE_00_Button",
Name = "00"
},
Input55 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "EYE_01_Button",
Name = "01"
},
Input56 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "EYE_02_Button",
Name = "02"
},
Input57 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "EYE_03_Button",
Name = "03"
},
Input58 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "EYE_04_Button",
Name = "04"
},
Input59 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "EYE_05_Button",
Name = "05"
},
Input60 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "EYE_06_Button",
Name = "06"
},
Input61 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "EYE_07-15_Button",
Name = "07-15"
},
Input62 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "EYE_08-15_Button",
Name = "08-15"
},
Input63 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "EYE_09-15_Button",
Name = "09-15"
},
Input64 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "EYE_10_Button",
Name = "10"
},
Input65 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "EYE_11_Button",
Name = "11"
},
Input66 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "EYE_12_Button",
Name = "12"
},
Input67 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "EYE_13_Button",
Name = "13"
},
Input68 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "EYE_14_Button",
Name = "14"
},
Input69 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "EYE_15_Button",
Name = "15"
},
Input70 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "EYE_16_Button",
Name = "16"
},
Input71 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "EYE_17_Button",
Name = "17"
},
Input72 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "EYE_18-15_Button",
Name = "18-15"
},
Input73 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "EYE_19_Button",
Name = "19"
},
Input74 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "EYE_20_Button",
Name = "20"
},
Input75 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "EYE_21_Button",
Name = "21"
},
Input76 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "EYE_22_Button",
Name = "22"
},
Input77 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "EYE_23+眉_Button",
Name = "23+眉"
},
Input78 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "EYE_24_Button",
Name = "24"
},
Input79 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "EYE_25_Button",
Name = "25"
},
Input80 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "EYE_26_Button",
Name = "26"
},
Input81 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "EYE_27_Button",
Name = "27"
},
Input82 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "EYE_28_Button",
Name = "28"
},
Input83 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "EYE_29_Button",
Name = "29"
},
Input84 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "EYE_30_Button",
Name = "30"
},
Input85 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "EYE_31_Button",
Name = "31"
},
Input86 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "EYE_32_Button",
Name = "32"
},
Input87 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "EYE_33_Button",
Name = "33"
},
Input88 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "EYE_34+眉_Button",
Name = "34+眉"
},
Input89 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "EYE_35_Button",
Name = "35"
},
Input90 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "EYE_36_Button",
Name = "36"
},
Input91 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "EYE_37_Button",
Name = "37"
},
Input92 = InstanceInput {
Default = 1,
SourceOp = "Root",
Source = "Grp_MOUTH",
Name = "口"
},
Input93 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "Prev_Btn_MOUTH",
Name = "PREV"
},
Input94 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "Next_Btn_MOUTH",
Name = "NEXT"
},
Input95 = InstanceInput {
SourceOp = "Root",
Source = "Preview_MOUTH",
Name = ""
},
Input96 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "MOUTH_00_Button",
Name = "00"
},
Input97 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "MOUTH_01_Button",
Name = "01"
},
Input98 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "MOUTH_02_Button",
Name = "02"
},
Input99 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "MOUTH_03_Button",
Name = "03"
},
Input100 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "MOUTH_04_Button",
Name = "04"
},
Input101 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "MOUTH_05_Button",
Name = "05"
},
Input102 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "MOUTH_06_Button",
Name = "06"
},
Input103 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "MOUTH_07_Button",
Name = "07"
},
Input104 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "MOUTH_08_Button",
Name = "08"
},
Input105 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "MOUTH_09_Button",
Name = "09"
},
Input106 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "MOUTH_10_Button",
Name = "10"
},
Input107 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "MOUTH_11_Button",
Name = "11"
},
Input108 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "MOUTH_12_Button",
Name = "12"
},
Input109 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "MOUTH_13_Button",
Name = "13"
},
Input110 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "MOUTH_14_Button",
Name = "14"
},
Input111 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "MOUTH_15_Button",
Name = "15"
},
Input112 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "MOUTH_16_Button",
Name = "16"
},
Input113 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "MOUTH_17_Button",
Name = "17"
},
Input114 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "MOUTH_18_Button",
Name = "18"
},
Input115 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "MOUTH_19_Button",
Name = "19"
},
Input116 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "MOUTH_20_Button",
Name = "20"
},
Input117 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "MOUTH_21_Button",
Name = "21"
},
Input118 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "MOUTH_22_Button",
Name = "22"
},
Input119 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "MOUTH_23_Button",
Name = "23"
},
Input120 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "MOUTH_24_Button",
Name = "24"
},
Input121 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "MOUTH_25_Button",
Name = "25"
},
Input122 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "MOUTH_26_Button",
Name = "26"
},
Input123 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "MOUTH_27_Button",
Name = "27"
},
Input124 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "MOUTH_28_Button",
Name = "28"
},
Input125 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "MOUTH_29_Button",
Name = "29"
},
Input126 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "MOUTH_30_Button",
Name = "30"
},
Input127 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "MOUTH_31_Button",
Name = "31"
},
Input128 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "MOUTH_32_Button",
Name = "32"
},
Input129 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "MOUTH_33_Button",
Name = "33"
},
Input130 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "MOUTH_34_Button",
Name = "34"
},
Input131 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "Grp_FACE",
Name = "顔"
},
Input132 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "Prev_Btn_FACE",
Name = "PREV"
},
Input133 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "Next_Btn_FACE",
Name = "NEXT"
},
Input134 = InstanceInput {
SourceOp = "Root",
Source = "Preview_FACE",
Name = ""
},
Input135 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "FACE_00_Button",
Name = "00"
},
Input136 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "FACE_01_Button",
Name = "01"
},
Input137 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "FACE_02_Button",
Name = "02"
},
Input138 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "FACE_03_Button",
Name = "03"
},
Input139 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "FACE_04_Button",
Name = "04"
},
Input140 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "FACE_05_Button",
Name = "05"
},
Input141 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "FACE_06_Button",
Name = "06"
},
Input142 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "FACE_07_Button",
Name = "07"
},
Input143 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "FACE_space_Button",
Name = "space"
},
Input144 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "Grp_BODY",
Name = "体"
},
Input145 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "Prev_Btn_BODY",
Name = "PREV"
},
Input146 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "Next_Btn_BODY",
Name = "NEXT"
},
Input147 = InstanceInput {
SourceOp = "Root",
Source = "Preview_BODY",
Name = ""
},
Input148 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "BODY_00_Button",
Name = "00"
},
Input149 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "BODY_01_Button",
Name = "01"
},
Input150 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "Grp_BACK",
Name = "後"
},
Input151 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "Prev_Btn_BACK",
Name = "PREV"
},
Input152 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "Next_Btn_BACK",
Name = "NEXT"
},
Input153 = InstanceInput {
SourceOp = "Root",
Source = "Preview_BACK",
Name = ""
},
Input154 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "BACK_03u1_Button",
Name = "03u1"
},
Input155 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "BACK_04_Button",
Name = "04"
},
Input156 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "BACK_space_Button",
Name = "space"
},
Input157 = InstanceInput {
Page = "口パク",
Default = 0,
SourceOp = "Mouth_Ctrl",
Source = "FirstOperand",
Name = "First Operand"
},
Input158 = InstanceInput {
Page = "口パク",
Default = 0.7,
SourceOp = "Mouth_Ctrl",
Source = "SecondOperand",
Name = "Second Operand"
},
Input159 = InstanceInput {
SourceOp = "Root",
Source = "Blink",
Default = 167
},
Input160 = InstanceInput {
SourceOp = "Root",
Source = "Other",
Default = 1
},
Input161 = InstanceInput {
SourceOp = "Root",
Source = "Close",
Default = 2
},
Input162 = InstanceInput {
SourceOp = "Root",
Source = "Apply",
Default = 0
},
Input163 = InstanceInput {
Default = 0,
SourceOp = "Root",
Source = "at00",
Name = "ボタンを押さないと反映されません。"
}
},
CtrlWZoom = false
}
}
}
================================================
FILE: Templates/Edit/Generators/れいむ.setting
================================================
{
Tools = ordered() {
Reimu = GroupOperator {
CtrlWZoom = false,
Outputs = ordered() {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "ST_MergeB"
}
},
ViewInfo = GroupInfo {
Scale = 1,
Offset = { 0, 0 },
Flags = {
AutoSnap = true,
ForceAll = true,
GridSnap = true,
AllowPan = false
},
Direction = "Horizontal",
PipeStyle = "Direct"
},
Inputs = ordered() {
Input1 = InstanceInput {
Default = 0,
Name = "Copy Pose",
Source = "CopyPose",
SourceOp = "Root"
},
Input2 = InstanceInput {
Default = 0,
Name = "Paste Pose",
Source = "PastePose",
SourceOp = "Root"
},
Input3 = InstanceInput {
Default = 0,
Name = "Save Pose",
Source = "SavePose",
SourceOp = "Root"
},
Input4 = InstanceInput {
Default = 0,
Name = "Load Pose",
Source = "LoadPose",
SourceOp = "Root"
},
Input5 = InstanceInput {
Source = "Center",
SourceOp = "ST_MergeB"
},
Input6 = InstanceInput {
Default = 2,
Source = "Size",
SourceOp = "ST_MergeB"
},
Input7 = InstanceInput {
Default = 0,
Source = "Angle",
SourceOp = "ST_MergeB"
},
Input8 = InstanceInput {
SourceOp = "ST_MergeB",
Default = 0,
ControlGroup = 1,
Source = "FlipHoriz",
Name = "Flip Horizontal"
},
Input9 = InstanceInput {
SourceOp = "ST_MergeB",
Default = 0,
ControlGroup = 1,
Source = "FlipVert",
Name = "Flip Vertical"
},
Input10 = InstanceInput {
Default = 0,
Name = "モーションなし",
Source = "N000_モーションなし",
SourceOp = "モーションSelector"
},
Input11 = InstanceInput {
Default = 0,
Name = "ぽよ",
Source = "N001_ぽよ",
SourceOp = "モーションSelector"
},
Input12 = InstanceInput {
Default = 0,
Name = "ぴょん",
Source = "N002_ぴょん",
SourceOp = "モーションSelector"
},
Input13 = InstanceInput {
Default = 0,
Name = "跳ねる",
Source = "N003_跳ねる",
SourceOp = "モーションSelector"
},
Input14 = InstanceInput {
Default = 0,
Name = "跳ねる_小",
Source = "N004_跳ねる_小",
SourceOp = "モーションSelector"
},
Input15 = InstanceInput {
Default = 0,
Name = "不安",
Source = "N005_不安",
SourceOp = "モーションSelector"
},
Input16 = InstanceInput {
Default = 0,
Name = "荒ぶる",
Source = "N006_荒ぶる",
SourceOp = "モーションSelector"
},
Input17 = InstanceInput {
Default = 0,
Name = "震え",
Source = "N007_震え",
SourceOp = "モーションSelector"
},
Input18 = InstanceInput {
Default = 0,
Name = "前",
Source = "Grp_FRONT",
SourceOp = "Root"
},
Input19 = InstanceInput {
Default = 0,
Name = "PREV",
Source = "Prev_Btn_FRONT",
SourceOp = "Root"
},
Input20 = InstanceInput {
Default = 0,
Name = "NEXT",
Source = "Next_Btn_FRONT",
SourceOp = "Root"
},
Input21 = InstanceInput {
SourceOp = "Root",
Source = "Preview_FRONT",
Name = ""
},
Input22 = InstanceInput {
Default = 0,
Name = "01m1",
Source = "FRONT_01m1_Button",
SourceOp = "Root"
},
Input23 = InstanceInput {
Default = 0,
Name = "02m1",
Source = "FRONT_02m1_Button",
SourceOp = "Root"
},
Input24 = InstanceInput {
Default = 0,
Name = "space",
Source = "FRONT_space_Button",
SourceOp = "Root"
},
Input25 = InstanceInput {
Default = 0,
Name = "髪",
Source = "Grp_HAIR",
SourceOp = "Root"
},
Input26 = InstanceInput {
Default = 0,
Name = "PREV",
Source = "Prev_Btn_HAIR",
SourceOp = "Root"
},
Input27 = InstanceInput {
Default = 0,
Name = "NEXT",
Source = "Next_Btn_HAIR",
SourceOp = "Root"
},
Input28 = InstanceInput {
SourceOp = "Root",
Source = "Preview_HAIR",
Name = ""
},
Input29 = InstanceInput {
Default = 0,
Name = "00",
Source = "HAIR_00_Button",
SourceOp = "Root"
},
Input30 = InstanceInput {
Default = 0,
Name = "01",
Source = "HAIR_01_Button",
SourceOp = "Root"
},
Input31 = InstanceInput {
Default = 1,
Name = "眉",
Source = "Grp_EYEBROW",
SourceOp = "Root"
},
Input32 = InstanceInput {
Default = 0,
Name = "PREV",
Source = "Prev_Btn_EYEBROW",
SourceOp = "Root"
},
Input33 = InstanceInput {
Default = 0,
Name = "NEXT",
Source = "Next_Btn_EYEBROW",
SourceOp = "Root"
},
Input34 = InstanceInput {
SourceOp = "Root",
Source = "Preview_EYEBROW",
Name = ""
},
Input35 = InstanceInput {
Default = 0,
Name = "00",
Source = "EYEBROW_00_Button",
SourceOp = "Root"
},
Input36 = InstanceInput {
Default = 0,
Name = "01",
Source = "EYEBROW_01_Button",
SourceOp = "Root"
},
Input37 = InstanceInput {
Default = 0,
Name = "02",
Source = "EYEBROW_02_Button",
SourceOp = "Root"
},
Input38 = InstanceInput {
Default = 0,
Name = "03",
Source = "EYEBROW_03_Button",
SourceOp = "Root"
},
Input39 = InstanceInput {
Default = 0,
Name = "04",
Source = "EYEBROW_04_Button",
SourceOp = "Root"
},
Input40 = InstanceInput {
Default = 0,
Name = "05",
Source = "EYEBROW_05_Button",
SourceOp = "Root"
},
Input41 = InstanceInput {
Default = 0,
Name = "06",
Source = "EYEBROW_06_Button",
SourceOp = "Root"
},
Input42 = InstanceInput {
Default = 0,
Name = "07",
Source = "EYEBROW_07_Button",
SourceOp = "Root"
},
Input43 = InstanceInput {
Default = 0,
Name = "08",
Source = "EYEBROW_08_Button",
SourceOp = "Root"
},
Input44 = InstanceInput {
Default = 0,
Name = "09",
Source = "EYEBROW_09_Button",
SourceOp = "Root"
},
Input45 = InstanceInput {
Default = 0,
Name = "10",
Source = "EYEBROW_10_Button",
SourceOp = "Root"
},
Input46 = InstanceInput {
Default = 0,
Name = "11",
Source = "EYEBROW_11_Button",
SourceOp = "Root"
},
Input47 = InstanceInput {
Default = 0,
Name = "12",
Source = "EYEBROW_12_Button",
SourceOp = "Root"
},
Input48 = InstanceInput {
Default = 0,
Name = "13",
Source = "EYEBROW_13_Button",
SourceOp = "Root"
},
Input49 = InstanceInput {
Default = 1,
Name = "目",
Source = "Grp_EYE",
SourceOp = "Root"
},
Input50 = InstanceInput {
Default = 0,
Name = "PREV",
Source = "Prev_Btn_EYE",
SourceOp = "Root"
},
Input51 = InstanceInput {
Default = 0,
Name = "NEXT",
Source = "Next_Btn_EYE",
SourceOp = "Root"
},
Input52 = InstanceInput {
SourceOp = "Root",
Source = "Preview_EYE",
Name = ""
},
Input53 = InstanceInput {
Default = 0,
Name = "00",
Source = "EYE_00_Button",
SourceOp = "Root"
},
Input54 = InstanceInput {
Default = 0,
Name = "01",
Source = "EYE_01_Button",
SourceOp = "Root"
},
Input55 = InstanceInput {
Default = 0,
Name = "02",
Source = "EYE_02_Button",
SourceOp = "Root"
},
Input56 = InstanceInput {
Default = 0,
Name = "03",
Source = "EYE_03_Button",
SourceOp = "Root"
},
Input57 = InstanceInput {
Default = 0,
Name = "04",
Source = "EYE_04_Button",
SourceOp = "Root"
},
Input58 = InstanceInput {
Default = 0,
Name = "05",
Source = "EYE_05_Button",
SourceOp = "Root"
},
Input59 = InstanceInput {
Default = 0,
Name = "06",
Source = "EYE_06_Button",
SourceOp = "Root"
},
Input60 = InstanceInput {
Default = 0,
Name = "07-15",
Source = "EYE_07-15_Button",
SourceOp = "Root"
},
Input61 = InstanceInput {
Default = 0,
Name = "08-15",
Source = "EYE_08-15_Button",
SourceOp = "Root"
},
Input62 = InstanceInput {
Default = 0,
Name = "09-15",
Source = "EYE_09-15_Button",
SourceOp = "Root"
},
Input63 = InstanceInput {
Default = 0,
Name = "10",
Source = "EYE_10_Button",
SourceOp = "Root"
},
Input64 = InstanceInput {
Default = 0,
Name = "11",
Source = "EYE_11_Button",
SourceOp = "Root"
},
Input65 = InstanceInput {
Default = 0,
Name = "12",
Source = "EYE_12_Button",
SourceOp = "Root"
},
Input66 = InstanceInput {
Default = 0,
Name = "13",
Source = "EYE_13_Button",
SourceOp = "Root"
},
Input67 = InstanceInput {
Default = 0,
Name = "14",
Source = "EYE_14_Button",
SourceOp = "Root"
},
Input68 = InstanceInput {
Default = 0,
Name = "15",
Source = "EYE_15_Button",
SourceOp = "Root"
},
Input69 = InstanceInput {
Default = 0,
Name = "16",
Source = "EYE_16_Button",
SourceOp = "Root"
},
Input70 = InstanceInput {
Default = 0,
Name = "17",
Source = "EYE_17_Button",
SourceOp = "Root"
},
Input71 = InstanceInput {
Default = 0,
Name = "18-15",
Source = "EYE_18-15_Button",
SourceOp = "Root"
},
Input72 = InstanceInput {
Default = 0,
Name = "19",
Source = "EYE_19_Button",
SourceOp = "Root"
},
Input73 = InstanceInput {
Default = 0,
Name = "20",
Source = "EYE_20_Button",
SourceOp = "Root"
},
Input74 = InstanceInput {
Default = 0,
Name = "21",
Source = "EYE_21_Button",
SourceOp = "Root"
},
Input75 = InstanceInput {
Default = 0,
Name = "22",
Source = "EYE_22_Button",
SourceOp = "Root"
},
Input76 = InstanceInput {
Default = 0,
Name = "23+眉",
Source = "EYE_23+眉_Button",
SourceOp = "Root"
},
Input77 = InstanceInput {
Default = 0,
Name = "24",
Source = "EYE_24_Button",
SourceOp = "Root"
},
Input78 = InstanceInput {
Default = 0,
Name = "25",
Source = "EYE_25_Button",
SourceOp = "Root"
},
Input79 = InstanceInput {
Default = 0,
Name = "26",
Source = "EYE_26_Button",
SourceOp = "Root"
},
Input80 = InstanceInput {
Default = 0,
Name = "27",
Source = "EYE_27_Button",
SourceOp = "Root"
},
Input81 = InstanceInput {
Default = 0,
Name = "28",
Source = "EYE_28_Button",
SourceOp = "Root"
},
Input82 = InstanceInput {
Default = 0,
Name = "29",
Source = "EYE_29_Button",
SourceOp = "Root"
},
Input83 = InstanceInput {
Default = 0,
Name = "30",
Source = "EYE_30_Button",
SourceOp = "Root"
},
Input84 = InstanceInput {
Default = 0,
Name = "31",
Source = "EYE_31_Button",
SourceOp = "Root"
},
Input85 = InstanceInput {
Default = 0,
Name = "32",
Source = "EYE_32_Button",
SourceOp = "Root"
},
Input86 = InstanceInput {
Default = 0,
Name = "33",
Source = "EYE_33_Button",
SourceOp = "Root"
},
Input87 = InstanceInput {
Default = 0,
Name = "34+眉",
Source = "EYE_34+眉_Button",
SourceOp = "Root"
},
Input88 = InstanceInput {
Default = 0,
Name = "35",
Source = "EYE_35_Button",
SourceOp = "Root"
},
Input89 = InstanceInput {
Default = 0,
Name = "36",
Source = "EYE_36_Button",
SourceOp = "Root"
},
Input90 = InstanceInput {
Default = 0,
Name = "37",
Source = "EYE_37_Button",
SourceOp = "Root"
},
Input91 = InstanceInput {
Default = 1,
Name = "口",
Source = "Grp_MOUTH",
SourceOp = "Root"
},
Input92 = InstanceInput {
Default = 0,
Name = "PREV",
Source = "Prev_Btn_MOUTH",
SourceOp = "Root"
},
Input93 = InstanceInput {
Default = 0,
Name = "NEXT",
Source = "Next_Btn_MOUTH",
SourceOp = "Root"
},
Input94 = InstanceInput {
SourceOp = "Root",
Source = "Preview_MOUTH",
Name = ""
},
Input95 = InstanceInput {
Default = 0,
Name = "00",
Source = "MOUTH_00_Button",
SourceOp = "Root"
},
Input96 = InstanceInput {
Default = 0,
Name = "01",
Source = "MOUTH_01_Button",
SourceOp = "Root"
},
Input97 = InstanceInput {
Default = 0,
Name = "02",
Source = "MOUTH_02_Button",
SourceOp = "Root"
},
Input98 = InstanceInput {
Default = 0,
Name = "03",
Source = "MOUTH_03_Button",
SourceOp = "Root"
},
Input99 = InstanceInput {
Default = 0,
Name = "04",
Source = "MOUTH_04_Button",
SourceOp = "Root"
},
Input100 = InstanceInput {
Default = 0,
Name = "05",
Source = "MOUTH_05_Button",
SourceOp = "Root"
},
Input101 = InstanceInput {
Default = 0,
Name = "06",
Source = "MOUTH_06_Button",
SourceOp = "Root"
},
Input102 = InstanceInput {
Default = 0,
Name = "07",
Source = "MOUTH_07_Button",
SourceOp = "Root"
},
Input103 = InstanceInput {
Default = 0,
Name = "08",
Source = "MOUTH_08_Button",
SourceOp = "Root"
},
Input104 = InstanceInput {
Default = 0,
Name = "09",
Source = "MOUTH_09_Button",
SourceOp = "Root"
},
Input105 = InstanceInput {
Default = 0,
Name = "10",
Source = "MOUTH_10_Button",
SourceOp = "Root"
},
Input106 = InstanceInput {
Default = 0,
Name = "11",
Source = "MOUTH_11_Button",
SourceOp = "Root"
},
Input107 = InstanceInput {
Default = 0,
Name = "12",
Source = "MOUTH_12_Button",
SourceOp = "Root"
},
Input108 = InstanceInput {
Default = 0,
Name = "13",
Source = "MOUTH_13_Button",
SourceOp = "Root"
},
Input109 = InstanceInput {
Default = 0,
Name = "14",
Source = "MOUTH_14_Button",
SourceOp = "Root"
},
Input110 = InstanceInput {
Default = 0,
Name = "15",
Source = "MOUTH_15_Button",
SourceOp = "Root"
},
Input111 = InstanceInput {
Default = 0,
Name = "16",
Source = "MOUTH_16_Button",
SourceOp = "Root"
},
Input112 = InstanceInput {
Default = 0,
Name = "17",
Source = "MOUTH_17_Button",
SourceOp = "Root"
},
Input113 = InstanceInput {
Default = 0,
Name = "18",
Source = "MOUTH_18_Button",
SourceOp = "Root"
},
Input114 = InstanceInput {
Default = 0,
Name = "19",
Source = "MOUTH_19_Button",
SourceOp = "Root"
},
Input115 = InstanceInput {
Default = 0,
Name = "20",
Source = "MOUTH_20_Button",
SourceOp = "Root"
},
Input116 = InstanceInput {
Default = 0,
Name = "21",
Source = "MOUTH_21_Button",
SourceOp = "Root"
},
Input117 = InstanceInput {
Default = 0,
Name = "22",
Source = "MOUTH_22_Button",
SourceOp = "Root"
},
Input118 = InstanceInput {
Default = 0,
Name = "23",
Source = "MOUTH_23_Button",
SourceOp = "Root"
},
Input119 = InstanceInput {
Default = 0,
Name = "24",
Source = "MOUTH_24_Button",
SourceOp = "Root"
},
Input120 = InstanceInput {
Default = 0,
Name = "25",
Source = "MOUTH_25_Button",
SourceOp = "Root"
},
Input121 = InstanceInput {
Default = 0,
Name = "26",
Source = "MOUTH_26_Button",
SourceOp = "Root"
},
Input122 = InstanceInput {
Default = 0,
Name = "27",
Source = "MOUTH_27_Button",
SourceOp = "Root"
},
Input123 = InstanceInput {
Default = 0,
Name = "28",
Source = "MOUTH_28_Button",
SourceOp = "Root"
},
Input124 = InstanceInput {
Default = 0,
Name = "29",
Source = "MOUTH_29_Button",
SourceOp = "Root"
},
Input125 = InstanceInput {
Default = 0,
Name = "30",
Source = "MOUTH_30_Button",
SourceOp = "Root"
},
Input126 = InstanceInput {
Default = 0,
Name = "31",
Source = "MOUTH_31_Button",
SourceOp = "Root"
},
Input127 = InstanceInput {
Default = 0,
Name = "32",
Source = "MOUTH_32_Button",
SourceOp = "Root"
},
Input128 = InstanceInput {
Default = 0,
Name = "33",
Source = "MOUTH_33_Button",
SourceOp = "Root"
},
Input129 = InstanceInput {
Default = 0,
Name = "34",
Source = "MOUTH_34_Button",
SourceOp = "Root"
},
Input130 = InstanceInput {
Default = 0,
Name = "顔",
Source = "Grp_FACE",
SourceOp = "Root"
},
Input131 = InstanceInput {
Default = 0,
Name = "PREV",
Source = "Prev_Btn_FACE",
SourceOp = "Root"
},
Input132 = InstanceInput {
Default = 0,
Name = "NEXT",
Source = "Next_Btn_FACE",
SourceOp = "Root"
},
Input133 = InstanceInput {
SourceOp = "Root",
Source = "Preview_FACE",
Name = ""
},
Input134 = InstanceInput {
Default = 0,
Name = "00",
Source = "FACE_00_Button",
SourceOp = "Root"
},
Input135 = InstanceInput {
Default = 0,
Name = "01",
Source = "FACE_01_Button",
SourceOp = "Root"
},
Input136 = InstanceInput {
Default = 0,
Name = "02",
Source = "FACE_02_Button",
SourceOp = "Root"
},
Input137 = InstanceInput {
Default = 0,
Name = "03",
Source = "FACE_03_Button",
SourceOp = "Root"
},
Input138 = InstanceInput {
Default = 0,
Name = "04",
Source = "FACE_04_Button",
SourceOp = "Root"
},
Input139 = InstanceInput {
Default = 0,
Name = "05",
Source = "FACE_05_Button",
SourceOp = "Root"
},
Input140 = InstanceInput {
Default = 0,
Name = "06",
Source = "FACE_06_Button",
SourceOp = "Root"
},
Input141 = InstanceInput {
Default = 0,
Name = "07",
Source = "FACE_07_Button",
SourceOp = "Root"
},
Input142 = InstanceInput {
Default = 0,
Name = "space",
Source = "FACE_space_Button",
SourceOp = "Root"
},
Input143 = InstanceInput {
Default = 0,
Name = "体",
Source = "Grp_BODY",
SourceOp = "Root"
},
Input144 = InstanceInput {
Default = 0,
Name = "PREV",
Source = "Prev_Btn_BODY",
SourceOp = "Root"
},
Input145 = InstanceInput {
Default = 0,
Name = "NEXT",
Source = "Next_Btn_BODY",
SourceOp = "Root"
},
Input146 = InstanceInput {
SourceOp = "Root",
Source = "Preview_BODY",
Name = ""
},
Input147 = InstanceInput {
Default = 0,
Name = "00",
Source = "BODY_00_Button",
SourceOp = "Root"
},
Input148 = InstanceInput {
Default = 0,
Name = "01",
Source = "BODY_01_Button",
SourceOp = "Root"
},
Input149 = InstanceInput {
Default = 0,
Name = "02",
Source = "BODY_02_Button",
SourceOp = "Root"
},
Input150 = InstanceInput {
Default = 0,
Name = "後",
Source = "Grp_BACK",
SourceOp = "Root"
},
Input151 = InstanceInput {
Default = 0,
Name = "PREV",
Source = "Prev_Btn_BACK",
SourceOp = "Root"
},
Input152 = InstanceInput {
Default = 0,
Name = "NEXT",
Source = "Next_Btn_BACK",
SourceOp = "Root"
},
Input153 = InstanceInput {
SourceOp = "Root",
Source = "Preview_BACK",
Name = ""
},
Input154 = InstanceInput {
Default = 0,
Name = "02u1",
Source = "BACK_02u1_Button",
SourceOp = "Root"
},
Input155 = InstanceInput {
Default = 0,
Name = "03u1",
Source = "BACK_03u1_Button",
SourceOp = "Root"
},
Input156 = InstanceInput {
Default = 0,
Name = "04u1",
Source = "BACK_04u1_Button",
SourceOp = "Root"
},
Input157 = InstanceInput {
Default = 0,
Name = "05",
Source = "BACK_05_Button",
SourceOp = "Root"
},
Input158 = InstanceInput {
Default = 0,
Name = "space",
Source = "BACK_space_Button",
SourceOp = "Root"
},
Input159 = InstanceInput {
Page = "口パク",
Default = 0,
SourceOp = "Mouth_Ctrl",
Source = "FirstOperand",
Name = "First Operand"
},
Input160 = InstanceInput {
Page = "口パク",
Default = 0.7,
SourceOp = "Mouth_Ctrl",
Source = "SecondOperand",
Name = "Second Operand"
},
Input161 = InstanceInput {
Default = 157,
Source = "Blink",
SourceOp = "Root"
},
Input162 = InstanceInput {
Default = 1,
Source = "Other",
SourceOp = "Root"
},
Input163 = InstanceInput {
Default = 2,
Source = "Close",
SourceOp = "Root"
},
Input164 = InstanceInput {
Default = 0,
Source = "Apply",
SourceOp = "Root"
},
Input165 = InstanceInput {
Default = 0,
Name = "ボタンを押さないと反映されません。",
Source = "at00",
SourceOp = "Root"
}
},
Tools = ordered() {
FRONT_00_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "01m1" }
},
ViewInfo = OperatorInfo { Pos = { 2255, 148.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\前\\01.後m1.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = 1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_18_05_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "18" }
},
ViewInfo = OperatorInfo { Pos = { 4565, -2491.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\18.05.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_07_05_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "07" }
},
ViewInfo = OperatorInfo { Pos = { 3355, -2491.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\07.05.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_01_02_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "01" }
},
ViewInfo = OperatorInfo { Pos = { 2695, -1303.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\01.02.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_31_00_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "31" }
},
ViewInfo = OperatorInfo { Pos = { 10065, -511.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\31.00.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_22_00_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "22" }
},
ViewInfo = OperatorInfo { Pos = { 5005, -511.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\22.00.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_13_02_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "13" }
},
ViewInfo = OperatorInfo { Pos = { 4015, -1303.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\13.02.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_06_02_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "06" }
},
ViewInfo = OperatorInfo { Pos = { 3245, -1303.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\06.02.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_34_00_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "34" }
},
ViewInfo = OperatorInfo { Pos = { 6325, -511.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\34.00.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_34_00_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "34+眉" }
},
ViewInfo = OperatorInfo { Pos = { 10395, -511.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\34+眉.00.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_15_01_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "15" }
},
ViewInfo = OperatorInfo { Pos = { 4235, -907.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\15.01.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_17_01_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "17" }
},
ViewInfo = OperatorInfo { Pos = { 8525, -907.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\17.01.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_09_00_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "09" }
},
ViewInfo = OperatorInfo { Pos = { 3575, -511.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\09.00.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_15_00_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "15" }
},
ViewInfo = OperatorInfo { Pos = { 4235, -511.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\15.00.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_26_00_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "26" }
},
ViewInfo = OperatorInfo { Pos = { 5445, -511.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\26.00.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_07_04_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "07" }
},
ViewInfo = OperatorInfo { Pos = { 3355, -2095.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\07.04.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_03_05_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "03" }
},
ViewInfo = OperatorInfo { Pos = { 6985, -2491.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\03.05.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_03_03_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "03" }
},
ViewInfo = OperatorInfo { Pos = { 6985, -1699.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\03.03.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_03_01_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "03" }
},
ViewInfo = OperatorInfo { Pos = { 6985, -907.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\03.01.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_02_05_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "02" }
},
ViewInfo = OperatorInfo { Pos = { 6875, -2491.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\02.05.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_02_03_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "02" }
},
ViewInfo = OperatorInfo { Pos = { 6875, -1699.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\02.03.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_02_01_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "02" }
},
ViewInfo = OperatorInfo { Pos = { 6875, -907.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\02.01.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_01_05_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "01" }
},
ViewInfo = OperatorInfo { Pos = { 6765, -2491.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\01.05.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_01_03_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "01" }
},
ViewInfo = OperatorInfo { Pos = { 6765, -1699.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\01.03.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_01_01_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "01" }
},
ViewInfo = OperatorInfo { Pos = { 6765, -907.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\01.01.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_15_05_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "15" }
},
ViewInfo = OperatorInfo { Pos = { 8305, -2491.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\15.05.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_15_03_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "15" }
},
ViewInfo = OperatorInfo { Pos = { 8305, -1699.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\15.03.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_15_01_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "15" }
},
ViewInfo = OperatorInfo { Pos = { 8305, -907.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\15.01.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_14_05_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "14" }
},
ViewInfo = OperatorInfo { Pos = { 8195, -2491.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\14.05.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_14_03_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "14" }
},
ViewInfo = OperatorInfo { Pos = { 8195, -1699.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\14.03.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_14_01_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "14" }
},
ViewInfo = OperatorInfo { Pos = { 8195, -907.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\14.01.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_13_05_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "13" }
},
ViewInfo = OperatorInfo { Pos = { 8085, -2491.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\13.05.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_13_03_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "13" }
},
ViewInfo = OperatorInfo { Pos = { 8085, -1699.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\13.03.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_13_01_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "13" }
},
ViewInfo = OperatorInfo { Pos = { 8085, -907.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\13.01.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_12_05_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "12" }
},
ViewInfo = OperatorInfo { Pos = { 7975, -2491.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\12.05.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_12_03_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "12" }
},
ViewInfo = OperatorInfo { Pos = { 7975, -1699.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\12.03.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_12_01_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "12" }
},
ViewInfo = OperatorInfo { Pos = { 7975, -907.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\12.01.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_11_05_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "11" }
},
ViewInfo = OperatorInfo { Pos = { 7865, -2491.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\11.05.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_11_03_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "11" }
},
ViewInfo = OperatorInfo { Pos = { 7865, -1699.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\11.03.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_11_01_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "11" }
},
ViewInfo = OperatorInfo { Pos = { 7865, -907.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\11.01.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_10_05_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "10" }
},
ViewInfo = OperatorInfo { Pos = { 7755, -2491.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\10.05.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_10_03_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "10" }
},
ViewInfo = OperatorInfo { Pos = { 7755, -1699.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\10.03.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_10_01_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "10" }
},
ViewInfo = OperatorInfo { Pos = { 7755, -907.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\10.01.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_09_05_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "09-15" }
},
ViewInfo = OperatorInfo { Pos = { 7645, -2491.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\09-15.05.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_09_03_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "09-15" }
},
ViewInfo = OperatorInfo { Pos = { 7645, -1699.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\09-15.03.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_09_01_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "09-15" }
},
ViewInfo = OperatorInfo { Pos = { 7645, -907.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\09-15.01.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_08_05_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "08-15" }
},
ViewInfo = OperatorInfo { Pos = { 7535, -2491.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\08-15.05.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_08_03_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "08-15" }
},
ViewInfo = OperatorInfo { Pos = { 7535, -1699.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\08-15.03.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_08_01_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "08-15" }
},
ViewInfo = OperatorInfo { Pos = { 7535, -907.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\08-15.01.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_07_05_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "07-15" }
},
ViewInfo = OperatorInfo { Pos = { 7425, -2491.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\07-15.05.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_07_03_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "07-15" }
},
ViewInfo = OperatorInfo { Pos = { 7425, -1699.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\07-15.03.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_07_01_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "07-15" }
},
ViewInfo = OperatorInfo { Pos = { 7425, -907.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\07-15.01.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_06_05_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "06" }
},
ViewInfo = OperatorInfo { Pos = { 7315, -2491.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\06.05.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_06_03_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "06" }
},
ViewInfo = OperatorInfo { Pos = { 7315, -1699.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\06.03.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_06_01_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "06" }
},
ViewInfo = OperatorInfo { Pos = { 7315, -907.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\06.01.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_05_05_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "05" }
},
ViewInfo = OperatorInfo { Pos = { 7205, -2491.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\05.05.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_05_03_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "05" }
},
ViewInfo = OperatorInfo { Pos = { 7205, -1699.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\05.03.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_05_01_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "05" }
},
ViewInfo = OperatorInfo { Pos = { 7205, -907.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\05.01.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_04_05_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "04" }
},
ViewInfo = OperatorInfo { Pos = { 7095, -2491.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\04.05.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_04_03_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "04" }
},
ViewInfo = OperatorInfo { Pos = { 7095, -1699.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\04.03.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_04_01_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "04" }
},
ViewInfo = OperatorInfo { Pos = { 7095, -907.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\04.01.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
["ぽよ"] = GroupOperator {
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
Outputs = {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "Transform"
}
},
ViewInfo = GroupInfo {
PipeStyle = "Direct",
Scale = 1,
Offset = { 0, 0 },
Direction = "Horizontal",
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Pos = { 10395, 1171.5 },
Flags = {
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true
}
},
Inputs = ordered() {
MainInput1 = InstanceInput {
Source = "Input",
SourceOp = "Transform"
},
Input1 = InstanceInput {
Page = "Controls",
Default = 1,
SourceOp = "Transform",
Source = "speed",
Name = "スピード"
},
Input2 = InstanceInput {
Default = 1,
SourceOp = "Calculation2_2",
Source = "SecondOperand",
Name = "強さ"
},
Input3 = InstanceInput {
Source = "Pivot",
SourceOp = "Transform"
}
},
Tools = ordered() {
Transform = Transform {
CtrlWZoom = false,
CtrlWShown = false,
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
},
Pivot = Input { Value = { 0.5, 0 } },
Aspect = Input {
Source = "Result",
SourceOp = "Calculation1_2"
}
},
NameSet = true,
UserControls = 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" } }
},
Calculation1_2 = Calculation {
CtrlWZoom = false,
Inputs = {
FirstOperand = Input {
Source = "Result",
SourceOp = "Calculation2_2"
},
FirstOperandTimeOffset = Input { Expression = "-comp.GlobalStart" },
SecondOperand = Input { Value = 1 }
}
},
Calculation2_2 = Calculation {
CtrlWZoom = false,
Inputs = {
Operator = Input { Value = 2 },
FirstOperand = Input {
Source = "Value",
SourceOp = "CalculationonCalculationonTransformAspectFirstOperand"
},
FirstOperandTimeScale = Input { Expression = "Transform.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate" },
SecondOperand = Input { Value = 0.8 }
}
},
CalculationonCalculationonTransformAspectFirstOperand = BezierSpline {
SplineColor = { Red = 210, Blue = 30, Green = 105 },
KeyFrames = {
[0] = { 0, Flags = { Linear = true }, RH = { 1, 0 } },
[3] = { 0.0800000000000001, LH = { 2, 0.0800000000000001 }, RH = { 4.66666666666667, 0.0800000000000001 } },
[8] = { -0.0489999999999999, LH = { 6.33333333333333, -0.0489999999999999 }, RH = { 9.33333333333333, -0.0489999999999999 } },
[12] = { 0.03, LH = { 10.6666666666667, 0.03 }, RH = { 13.3333333333333, 0.03 } },
[16] = { -0.00700000000000001, LH = { 14.6666666666667, -0.00700000000000001 }, RH = { 16.6666666666667, -0.00700000000000001 } },
[18] = { 0.004, LH = { 17.3333333333333, 0.004 }, RH = { 18.6666666666667, 0.004 } },
[20] = { 0, LH = { 19.3333333333333, 0 } }
},
CtrlWZoom = false
}
}
},
MOUTH_04_04_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "04" }
},
ViewInfo = OperatorInfo { Pos = { 3025, -2095.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\04.04.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_16_03_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "16" }
},
ViewInfo = OperatorInfo { Pos = { 8415, -1699.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\16.03.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_18_04_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "18" }
},
ViewInfo = OperatorInfo { Pos = { 4565, -2095.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\18.04.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_04_01_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "04" }
},
ViewInfo = OperatorInfo { Pos = { 3025, -907.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\04.01.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_16_04_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "16" }
},
ViewInfo = OperatorInfo { Pos = { 4345, -2095.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\16.04.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_08_01_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "08" }
},
ViewInfo = OperatorInfo { Pos = { 3465, -907.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\08.01.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_29_00_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "29" }
},
ViewInfo = OperatorInfo { Pos = { 9845, -511.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\29.00.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYEBROW_10_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "10" }
},
ViewInfo = OperatorInfo { Pos = { 1375, 148.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\眉\\10.眉.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_12_02_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "12" }
},
ViewInfo = OperatorInfo { Pos = { 3905, -1303.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\12.02.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
FACE_01_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "01" }
},
ViewInfo = OperatorInfo { Pos = { 1485, -511.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\顔\\01a.顔.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYEBROW_03_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "03" }
},
ViewInfo = OperatorInfo { Pos = { 605, 148.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\眉\\03.眉.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYEBROW_07_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "07" }
},
ViewInfo = OperatorInfo { Pos = { 1045, 148.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\眉\\07.眉.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_04_02_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "04" }
},
ViewInfo = OperatorInfo { Pos = { 3025, -1303.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\04.02.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_11_00_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "11" }
},
ViewInfo = OperatorInfo { Pos = { 3795, -511.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\11.00.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_28_00_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "28" }
},
ViewInfo = OperatorInfo { Pos = { 9735, -511.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\28.00.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_04_05_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "04" }
},
ViewInfo = OperatorInfo { Pos = { 3025, -2491.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\04.05.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_02_02_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "02" }
},
ViewInfo = OperatorInfo { Pos = { 2805, -1303.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\02.02.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_19_00_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "19" }
},
ViewInfo = OperatorInfo { Pos = { 8745, -511.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\19.00.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_08_05_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "08" }
},
ViewInfo = OperatorInfo { Pos = { 3465, -2491.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\08.05.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
FRONT_01_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "02m1" }
},
ViewInfo = OperatorInfo { Pos = { 2365, 148.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\前\\02.後m1.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = 1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_24_00_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "24" }
},
ViewInfo = OperatorInfo { Pos = { 9295, -511.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\24.00.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_32_00_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "32" }
},
ViewInfo = OperatorInfo { Pos = { 10175, -511.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\32.00.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_16_00_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "16" }
},
ViewInfo = OperatorInfo { Pos = { 4345, -511.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\16.00.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_01_03_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "01" }
},
ViewInfo = OperatorInfo { Pos = { 2695, -1699.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\01.03.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_15_05_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "15" }
},
ViewInfo = OperatorInfo { Pos = { 4235, -2491.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\15.05.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_37_00_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "37" }
},
ViewInfo = OperatorInfo { Pos = { 10725, -511.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\37.00.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_06_04_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "06" }
},
ViewInfo = OperatorInfo { Pos = { 3245, -2095.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\06.04.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_14_04_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "14" }
},
ViewInfo = OperatorInfo { Pos = { 4125, -2095.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\14.04.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_18_03_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "18" }
},
ViewInfo = OperatorInfo { Pos = { 4565, -1699.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\18.03.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_10_03_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "10" }
},
ViewInfo = OperatorInfo { Pos = { 3685, -1699.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\10.03.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_16_05_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "16" }
},
ViewInfo = OperatorInfo { Pos = { 8415, -2491.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\16.05.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
HAIR_01_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "01" }
},
ViewInfo = OperatorInfo { Pos = { 2035, 148.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\髪\\01.髪.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_01_01_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "01" }
},
ViewInfo = OperatorInfo { Pos = { 2695, -907.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\01.01.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_09_02_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "09" }
},
ViewInfo = OperatorInfo { Pos = { 3575, -1303.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\09.02.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_01_05_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "01" }
},
ViewInfo = OperatorInfo { Pos = { 2695, -2491.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\01.05.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_12_05_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "12" }
},
ViewInfo = OperatorInfo { Pos = { 3905, -2491.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\12.05.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_09_05_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "09" }
},
ViewInfo = OperatorInfo { Pos = { 3575, -2491.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\09.05.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_17_03_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "17" }
},
ViewInfo = OperatorInfo { Pos = { 4455, -1699.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\17.03.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_17_05_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "17" }
},
ViewInfo = OperatorInfo { Pos = { 8525, -2491.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\17.05.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_17_02_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "17" }
},
ViewInfo = OperatorInfo { Pos = { 8525, -1303.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\17.02.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYEBROW_06_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "06" }
},
ViewInfo = OperatorInfo { Pos = { 935, 148.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\眉\\06.眉.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_14_00_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "14" }
},
ViewInfo = OperatorInfo { Pos = { 4125, -511.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\14.00.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_11_03_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "11" }
},
ViewInfo = OperatorInfo { Pos = { 3795, -1699.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\11.03.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_11_01_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "11" }
},
ViewInfo = OperatorInfo { Pos = { 3795, -907.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\11.01.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_10_04_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "10" }
},
ViewInfo = OperatorInfo { Pos = { 3685, -2095.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\10.04.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_08_00_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "08" }
},
ViewInfo = OperatorInfo { Pos = { 3465, -511.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\08.00.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_17_02_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "17" }
},
ViewInfo = OperatorInfo { Pos = { 4455, -1303.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\17.02.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
BACK_00_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "02u1" }
},
ViewInfo = OperatorInfo { Pos = { 275, -511.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\後\\02.後u1.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = 1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_06_00_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "06" }
},
ViewInfo = OperatorInfo { Pos = { 3245, -511.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\06.00.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_09_04_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "09" }
},
ViewInfo = OperatorInfo { Pos = { 3575, -2095.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\09.04.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYEBROW_04_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "04" }
},
ViewInfo = OperatorInfo { Pos = { 715, 148.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\眉\\04.眉.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_15_04_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "15" }
},
ViewInfo = OperatorInfo { Pos = { 4235, -2095.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\15.04.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYEBROW_05_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "05" }
},
ViewInfo = OperatorInfo { Pos = { 825, 148.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\眉\\05.眉.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_09_01_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "09" }
},
ViewInfo = OperatorInfo { Pos = { 3575, -907.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\09.01.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_10_02_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "10" }
},
ViewInfo = OperatorInfo { Pos = { 3685, -1303.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\10.02.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_06_05_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "06" }
},
ViewInfo = OperatorInfo { Pos = { 3245, -2491.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\06.05.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_02_01_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "02" }
},
ViewInfo = OperatorInfo { Pos = { 2805, -907.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\02.01.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_12_01_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "12" }
},
ViewInfo = OperatorInfo { Pos = { 3905, -907.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\12.01.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_27_00_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "27" }
},
ViewInfo = OperatorInfo { Pos = { 9625, -511.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\27.00.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_16_02_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "16" }
},
ViewInfo = OperatorInfo { Pos = { 4345, -1303.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\16.02.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_18_05_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "18-15" }
},
ViewInfo = OperatorInfo { Pos = { 8635, -2491.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\18-15.05.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_13_04_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "13" }
},
ViewInfo = OperatorInfo { Pos = { 4015, -2095.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\13.04.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_16_00_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "16" }
},
ViewInfo = OperatorInfo { Pos = { 8415, -511.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\16.00.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_14_05_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "14" }
},
ViewInfo = OperatorInfo { Pos = { 4125, -2491.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\14.05.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
["震え"] = GroupOperator {
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
Outputs = {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "Transform1_3"
}
},
ViewInfo = GroupInfo {
PipeStyle = "Direct",
Scale = 1,
Offset = { 0, 0 },
Direction = "Horizontal",
Size = { 126, 109.359001159668, 63, 24.2423992156982 },
Pos = { 11385, 1171.5 },
Flags = {
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true
}
},
Inputs = ordered() {
MainInput1 = InstanceInput {
Source = "Input",
SourceOp = "Transform1_3"
},
Input1 = InstanceInput {
Default = 2,
Source = "speed",
SourceOp = "Transform1_3"
},
Input2 = InstanceInput {
Default = 0.1,
Source = "amplitude",
SourceOp = "Transform1_3"
},
Input3 = InstanceInput {
Default = 0,
Source = "Y",
SourceOp = "Transform1_3"
}
},
Tools = ordered() {
Transform1_3 = Transform {
CtrlWShown = false,
ViewInfo = OperatorInfo { Pos = { 0, 29.7576007843018 } },
Inputs = {
v = Input {
Expression = "0.5 + amplitude * iif(time > out, 0,bound)",
Value = 0.504755282581476
},
speed = Input { Value = 12 },
Center = Input {
Expression = "iif(Y == 0, Point(v, 0.5),Point(0.5,v))",
Value = { 0.504755282581476, 0.5 }
},
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)",
Value = 0.951056516295153
},
amplitude = Input { Value = 0.005 },
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
}
},
UserControls = 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" } }
}
}
},
["不安"] = GroupOperator {
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
Outputs = {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "Transform1_2"
}
},
ViewInfo = GroupInfo {
PipeStyle = "Direct",
Scale = 1,
Offset = { 0, 0 },
Direction = "Horizontal",
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Pos = { 11055, 1171.5 },
Flags = {
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true
}
},
Inputs = ordered() {
MainInput1 = InstanceInput {
Source = "Input",
SourceOp = "Transform1_2"
},
Input3 = InstanceInput {
Default = 0,
SourceOp = "Shake1",
Source = "RandomSeed",
Width = 1
},
Input4 = InstanceInput {
Width = 0.385,
Source = "Randomize",
SourceOp = "Shake1"
},
Input5 = InstanceInput {
Default = 10,
Source = "Smoothness",
SourceOp = "Shake1"
},
Input1 = InstanceInput {
Default = 0.1,
SourceOp = "Transform1_2",
Source = "x",
Name = "X"
},
Input2 = InstanceInput {
Default = 0.1,
SourceOp = "Transform1_2",
Source = "y",
Name = "Y"
}
},
Tools = ordered() {
Transform1_2 = Transform {
CtrlWZoom = false,
CtrlWShown = false,
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
Inputs = {
y = Input { Value = 0.01 },
x = Input { Value = 0.01 },
Center = Input {
Expression = "Point(0.5, 0.5) + shake * in_out",
Value = { 0.502997744173508, 0.497908177638071 }
},
shake = Input {
Source = "Position",
SourceOp = "Shake1"
},
in_out = Input {
Source = "Result",
SourceOp = "KeyframeStretcher1"
},
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
}
},
UserControls = 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" } }
},
KeyframeStretcher1 = KeyStretcherMod {
CtrlWZoom = false,
Inputs = {
Keyframes = Input {
Source = "Value",
SourceOp = "KeyStretcheronTransform1_2Keyframes"
},
StretchStart = Input { Value = 10 },
StretchEnd = Input { Value = 110 }
}
},
KeyStretcheronTransform1_2Keyframes = BezierSpline {
SplineColor = { Red = 193, Blue = 231, Green = 106 },
KeyFrames = {
[0] = { 0, Flags = { Linear = true }, RH = { 3.33333333333333, 0 } },
[10] = { 1, LH = { 6.66666666666667, 1 }, RH = { 43.3333333333333, 1 } },
[110] = { 1, LH = { 76.6666666666667, 1 }, RH = { 113.333333333333, 1 } },
[120] = { 0, LH = { 116.666666666667, 0 } }
},
CtrlWZoom = false
},
Shake1 = Shake {
Faster = true,
Inputs = {
XMaximum = Input {
Expression = "Transform1_2.x",
Value = 0.1
},
YMinimum = Input {
Expression = "-Transform1_2.y",
Value = -0.1
},
Smoothness = Input { Value = 2 },
YMaximum = Input {
Expression = "Transform1_2.y",
Value = 0.1
},
LockXY = Input { Value = 0 },
XMinimum = Input {
Expression = "-Transform1_2.x",
Value = -0.1
}
},
CtrlWZoom = false
}
}
},
MOUTH_18_02_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "18" }
},
ViewInfo = OperatorInfo { Pos = { 4565, -1303.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\18.02.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
["跳ねる_小"] = GroupOperator {
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
Outputs = {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "Transform1_1_1"
}
},
ViewInfo = GroupInfo {
PipeStyle = "Direct",
Scale = 1,
Offset = { 0, 0 },
Direction = "Horizontal",
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Pos = { 10890, 1171.5 },
Flags = {
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true
}
},
Inputs = ordered() {
MainInput1 = InstanceInput {
Source = "Input",
SourceOp = "Transform1_1_1"
},
Input1 = InstanceInput {
MinScale = 0.0010000000475,
Default = 2,
Source = "speed",
SourceOp = "Transform1_1_1"
},
Input2 = InstanceInput {
Default = 0.1,
Source = "amplitude",
SourceOp = "Transform1_1_1"
}
},
Tools = ordered() {
Transform1_1_1 = Transform {
CtrlWZoom = false,
CtrlWShown = false,
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
Inputs = {
speed = Input { Value = 2 },
Center = Input {
Expression = "Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))",
Value = { 0.5, 0.595105651629515 }
},
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\n",
Value = 0.951056516295154
},
amplitude = Input { Value = 0.02 },
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
}
},
UserControls = 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" } }
}
}
},
MOUTH_15_02_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "15" }
},
ViewInfo = OperatorInfo { Pos = { 4235, -1303.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\15.02.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_07_03_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "07" }
},
ViewInfo = OperatorInfo { Pos = { 3355, -1699.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\07.03.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
["跳ねる"] = GroupOperator {
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
Outputs = {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "Transform1_1"
}
},
ViewInfo = GroupInfo {
PipeStyle = "Direct",
Scale = 1,
Offset = { 0, 0 },
Direction = "Horizontal",
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Pos = { 10725, 1171.5 },
Flags = {
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true
}
},
Inputs = ordered() {
MainInput1 = InstanceInput {
Source = "Input",
SourceOp = "Transform1_1"
},
Input1 = InstanceInput {
MinScale = 0.0010000000475,
Default = 2,
Source = "speed",
SourceOp = "Transform1_1"
},
Input2 = InstanceInput {
Default = 0.1,
Source = "amplitude",
SourceOp = "Transform1_1"
}
},
Tools = ordered() {
Transform1_1 = Transform {
CtrlWZoom = false,
CtrlWShown = false,
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
Inputs = {
speed = Input { Value = 2 },
Center = Input {
Expression = "Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))",
Value = { 0.5, 0.595105651629515 }
},
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\n",
Value = 0.951056516295154
},
amplitude = Input { Value = 0.08 },
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
}
},
UserControls = 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" } }
}
}
},
MOUTH_03_03_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "03" }
},
ViewInfo = OperatorInfo { Pos = { 2915, -1699.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\03.03.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_16_05_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "16" }
},
ViewInfo = OperatorInfo { Pos = { 4345, -2491.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\16.05.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_12_04_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "12" }
},
ViewInfo = OperatorInfo { Pos = { 3905, -2095.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\12.04.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_11_02_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "11" }
},
ViewInfo = OperatorInfo { Pos = { 3795, -1303.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\11.02.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_10_00_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "10" }
},
ViewInfo = OperatorInfo { Pos = { 3685, -511.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\10.00.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_17_01_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "17" }
},
ViewInfo = OperatorInfo { Pos = { 4455, -907.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\17.01.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYEBROW_11_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "11" }
},
ViewInfo = OperatorInfo { Pos = { 1485, 148.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\眉\\11.眉.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_16_03_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "16" }
},
ViewInfo = OperatorInfo { Pos = { 4345, -1699.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\16.03.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_03_00_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "03" }
},
ViewInfo = OperatorInfo { Pos = { 2915, -511.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\03.00.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_03_01_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "03" }
},
ViewInfo = OperatorInfo { Pos = { 2915, -907.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\03.01.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_17_05_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "17" }
},
ViewInfo = OperatorInfo { Pos = { 4455, -2491.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\17.05.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_18_03_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "18-15" }
},
ViewInfo = OperatorInfo { Pos = { 8635, -1699.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\18-15.03.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_14_01_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "14" }
},
ViewInfo = OperatorInfo { Pos = { 4125, -907.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\14.01.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_03_02_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "03" }
},
ViewInfo = OperatorInfo { Pos = { 2915, -1303.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\03.02.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
["ぴょん"] = GroupOperator {
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
Outputs = {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "Transform1"
}
},
ViewInfo = GroupInfo {
PipeStyle = "Direct",
Scale = 1,
Offset = { 0, 0 },
Direction = "Horizontal",
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Pos = { 10560, 1171.5 },
Flags = {
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true
}
},
Inputs = ordered() {
MainInput1 = InstanceInput {
Source = "Input",
SourceOp = "Transform1"
},
Input1 = InstanceInput {
Default = 1,
SourceOp = "Transform1",
Source = "speed",
Name = "スピード"
},
Input3 = InstanceInput {
Default = 1,
SourceOp = "Calculation2_1",
Source = "SecondOperand",
Name = "強さ"
},
Input2 = InstanceInput {
Default = 0,
SourceOp = "Transform1",
Source = "offset",
Name = "時間オフセット(フレーム)"
}
},
Tools = ordered() {
Transform1 = Transform {
CtrlWZoom = false,
CtrlWShown = false,
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
Inputs = {
Center = Input {
Source = "Value",
SourceOp = "XYPath1"
},
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
}
},
UserControls = 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" } }
},
XYPath1 = XYPath {
CtrlWZoom = false,
ShowKeyPoints = false,
DrawMode = "ModifyOnly",
Inputs = {
X = Input { Value = 0.5 },
Y = Input {
Source = "Result",
SourceOp = "Calculation1_1"
}
}
},
Calculation1_1 = Calculation {
CtrlWZoom = false,
Inputs = {
FirstOperand = Input {
Source = "Result",
SourceOp = "Calculation2_1"
},
FirstOperandTimeOffset = Input { Expression = "-comp.GlobalStart - Transform1.offset" },
SecondOperand = Input { Value = 0.5 }
}
},
Calculation2_1 = Calculation {
CtrlWZoom = false,
Inputs = {
Operator = Input { Value = 2 },
FirstOperand = Input {
Source = "Value",
SourceOp = "CalculationonCalculationonTransform1CenterXYPath1YFirstOperand"
},
FirstOperandTimeScale = Input { Expression = "Transform1.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate" },
SecondOperand = Input { Value = 0.5 }
}
},
CalculationonCalculationonTransform1CenterXYPath1YFirstOperand = BezierSpline {
SplineColor = { Red = 0, Blue = 0, Green = 255 },
KeyFrames = {
[0] = { 0, Flags = { Linear = true }, RH = { 4.65, 0.225 } },
[17] = { 0, LH = { 12.4, 0.214 }, RH = { 19.6825406677053, 0.0439451976698349 } },
[25] = { 0.000999999999999557, LH = { 23.6, 0.0269999999999996 }, RH = { 27.6, 0.025 } },
[30] = { 0, LH = { 28.4282452630596, 0 } }
},
CtrlWZoom = false
}
}
},
MOUTH_02_00_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "02" }
},
ViewInfo = OperatorInfo { Pos = { 2805, -511.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\02.00.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_11_05_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "11" }
},
ViewInfo = OperatorInfo { Pos = { 3795, -2491.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\11.05.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_01_04_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "01" }
},
ViewInfo = OperatorInfo { Pos = { 2695, -2095.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\01.04.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_33_00_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "33" }
},
ViewInfo = OperatorInfo { Pos = { 10285, -511.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\33.00.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_12_03_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "12" }
},
ViewInfo = OperatorInfo { Pos = { 3905, -1699.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\12.03.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_18_02_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "18-15" }
},
ViewInfo = OperatorInfo { Pos = { 8635, -1303.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\18-15.02.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_24_00_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "24" }
},
ViewInfo = OperatorInfo { Pos = { 5225, -511.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\24.00.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_36_00_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "36" }
},
ViewInfo = OperatorInfo { Pos = { 10615, -511.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\36.00.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_30_00_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "30" }
},
ViewInfo = OperatorInfo { Pos = { 9955, -511.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\30.00.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_18_00_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "18" }
},
ViewInfo = OperatorInfo { Pos = { 4565, -511.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\18.00.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_05_00_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "05" }
},
ViewInfo = OperatorInfo { Pos = { 3135, -511.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\05.00.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_16_04_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "16" }
},
ViewInfo = OperatorInfo { Pos = { 8415, -2095.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\16.04.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_17_04_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "17" }
},
ViewInfo = OperatorInfo { Pos = { 8525, -2095.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\17.04.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
FACE_04_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "04" }
},
ViewInfo = OperatorInfo { Pos = { 1815, -511.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\顔\\04b.顔.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_16_02_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "16" }
},
ViewInfo = OperatorInfo { Pos = { 8415, -1303.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\16.02.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_30_00_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "30" }
},
ViewInfo = OperatorInfo { Pos = { 5885, -511.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\30.00.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
BACK_02_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "04u1" }
},
ViewInfo = OperatorInfo { Pos = { 495, -511.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\後\\04.後u1.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = 1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_13_05_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "13" }
},
ViewInfo = OperatorInfo { Pos = { 4015, -2491.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\13.05.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_25_00_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "25" }
},
ViewInfo = OperatorInfo { Pos = { 5335, -511.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\25.00.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_23_00_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "23" }
},
ViewInfo = OperatorInfo { Pos = { 5115, -511.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\23.00.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_08_04_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "08" }
},
ViewInfo = OperatorInfo { Pos = { 3465, -2095.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\08.04.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_06_03_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "06" }
},
ViewInfo = OperatorInfo { Pos = { 3245, -1699.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\06.03.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
["荒ぶる"] = GroupOperator {
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
Outputs = {
MainOutput1 = InstanceOutput {
Source = "Output",
SourceOp = "Transform1_2_1"
}
},
ViewInfo = GroupInfo {
PipeStyle = "Direct",
Scale = 1,
Offset = { 0, 0 },
Direction = "Horizontal",
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Pos = { 11220, 1171.5 },
Flags = {
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true
}
},
Inputs = ordered() {
MainInput1 = InstanceInput {
Source = "Input",
SourceOp = "Transform1_2_1"
},
Input3 = InstanceInput {
Default = 0,
SourceOp = "Shake1_1",
Source = "RandomSeed",
Width = 1
},
Input4 = InstanceInput {
Width = 0.385,
Source = "Randomize",
SourceOp = "Shake1_1"
},
Input5 = InstanceInput {
Default = 10,
Source = "Smoothness",
SourceOp = "Shake1_1"
},
Input1 = InstanceInput {
Default = 0.1,
SourceOp = "Transform1_2_1",
Source = "x",
Name = "X"
},
Input2 = InstanceInput {
Default = 0.1,
SourceOp = "Transform1_2_1",
Source = "y",
Name = "Y"
}
},
Tools = ordered() {
Transform1_2_1 = Transform {
CtrlWZoom = false,
CtrlWShown = false,
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
Inputs = {
y = Input { Value = 0.03 },
x = Input { Value = 0.03 },
Center = Input {
Expression = "Point(0.5, 0.5) + shake * in_out",
Value = { 0.502997744173508, 0.497908177638071 }
},
shake = Input {
Source = "Position",
SourceOp = "Shake1_1"
},
in_out = Input {
Source = "Result",
SourceOp = "KeyframeStretcher1_1"
},
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
}
},
UserControls = 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" } }
},
KeyframeStretcher1_1 = KeyStretcherMod {
CtrlWZoom = false,
Inputs = {
Keyframes = Input {
Source = "Value",
SourceOp = "KeyStretcheronTransform1_2_1Keyframes"
},
StretchStart = Input { Value = 10 },
StretchEnd = Input { Value = 110 }
}
},
KeyStretcheronTransform1_2_1Keyframes = BezierSpline {
SplineColor = { Red = 193, Blue = 231, Green = 106 },
KeyFrames = {
[0] = { 0, Flags = { Linear = true }, RH = { 3.33333333333333, 0 } },
[10] = { 1, LH = { 6.66666666666667, 1 }, RH = { 43.3333333333333, 1 } },
[110] = { 1, LH = { 76.6666666666667, 1 }, RH = { 113.333333333333, 1 } },
[120] = { 0, LH = { 116.666666666667, 0 } }
},
CtrlWZoom = false
},
Shake1_1 = Shake {
Faster = true,
Inputs = {
XMaximum = Input {
Expression = "Transform1_2_1.x",
Value = 0.1
},
YMinimum = Input {
Expression = "-Transform1_2_1.y",
Value = -0.1
},
Smoothness = Input { Value = 1.5 },
YMaximum = Input {
Expression = "Transform1_2_1.y",
Value = 0.1
},
LockXY = Input { Value = 0 },
XMinimum = Input {
Expression = "-Transform1_2_1.x",
Value = -0.1
}
},
CtrlWZoom = false
}
}
},
EYEBROW_13_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "13" }
},
ViewInfo = OperatorInfo { Pos = { 1705, 148.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\眉\\13.眉.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_12_00_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "12" }
},
ViewInfo = OperatorInfo { Pos = { 3905, -511.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\12.00.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_14_03_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "14" }
},
ViewInfo = OperatorInfo { Pos = { 4125, -1699.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\14.03.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_18_00_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "18-15" }
},
ViewInfo = OperatorInfo { Pos = { 8635, -511.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\18-15.00.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_05_04_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "05" }
},
ViewInfo = OperatorInfo { Pos = { 3135, -2095.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\05.04.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYEBROW_12_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "12" }
},
ViewInfo = OperatorInfo { Pos = { 1595, 148.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\眉\\12.眉.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_05_02_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "05" }
},
ViewInfo = OperatorInfo { Pos = { 3135, -1303.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\05.02.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_03_04_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "03" }
},
ViewInfo = OperatorInfo { Pos = { 2915, -2095.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\03.04.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
FACE_07_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "07" }
},
ViewInfo = OperatorInfo { Pos = { 2145, -511.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\顔\\07a.顔.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_21_00_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "21" }
},
ViewInfo = OperatorInfo { Pos = { 4895, -511.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\21.00.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_16_01_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "16" }
},
ViewInfo = OperatorInfo { Pos = { 8415, -907.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\16.01.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_23_00_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "23+眉" }
},
ViewInfo = OperatorInfo { Pos = { 9185, -511.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\23+眉.00.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
BACK_01_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "03u1" }
},
ViewInfo = OperatorInfo { Pos = { 385, -511.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\後\\03.後u1.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = 1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_22_00_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "22" }
},
ViewInfo = OperatorInfo { Pos = { 9075, -511.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\22.00.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_02_04_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "02" }
},
ViewInfo = OperatorInfo { Pos = { 2805, -2095.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\02.04.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_17_03_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "17" }
},
ViewInfo = OperatorInfo { Pos = { 8525, -1699.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\17.03.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_31_00_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "31" }
},
ViewInfo = OperatorInfo { Pos = { 5995, -511.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\31.00.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_18_04_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "18-15" }
},
ViewInfo = OperatorInfo { Pos = { 8635, -2095.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\18-15.04.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_09_03_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "09" }
},
ViewInfo = OperatorInfo { Pos = { 3575, -1699.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\09.03.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
FACE_08_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "space" }
},
ViewInfo = OperatorInfo { Pos = { 2255, -511.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\透明.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_13_00_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "13" }
},
ViewInfo = OperatorInfo { Pos = { 4015, -511.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\13.00.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
BACK_03_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "05" }
},
ViewInfo = OperatorInfo { Pos = { 605, -511.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\後\\05.後.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_06_01_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "06" }
},
ViewInfo = OperatorInfo { Pos = { 3245, -907.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\06.01.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
FACE_05_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "05" }
},
ViewInfo = OperatorInfo { Pos = { 1925, -511.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\顔\\05a.顔.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_04_00_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "04" }
},
ViewInfo = OperatorInfo { Pos = { 7095, -511.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\04.00.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_04_02_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "04" }
},
ViewInfo = OperatorInfo { Pos = { 7095, -1303.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\04.02.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_04_04_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "04" }
},
ViewInfo = OperatorInfo { Pos = { 7095, -2095.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\04.04.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_05_00_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "05" }
},
ViewInfo = OperatorInfo { Pos = { 7205, -511.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\05.00.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_05_02_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "05" }
},
ViewInfo = OperatorInfo { Pos = { 7205, -1303.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\05.02.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_05_04_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "05" }
},
ViewInfo = OperatorInfo { Pos = { 7205, -2095.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\05.04.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_06_00_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "06" }
},
ViewInfo = OperatorInfo { Pos = { 7315, -511.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\06.00.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_06_02_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "06" }
},
ViewInfo = OperatorInfo { Pos = { 7315, -1303.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\06.02.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_06_04_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "06" }
},
ViewInfo = OperatorInfo { Pos = { 7315, -2095.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\06.04.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_07_00_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "07-15" }
},
ViewInfo = OperatorInfo { Pos = { 7425, -511.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\07-15.00.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_07_02_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "07-15" }
},
ViewInfo = OperatorInfo { Pos = { 7425, -1303.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\07-15.02.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_07_04_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "07-15" }
},
ViewInfo = OperatorInfo { Pos = { 7425, -2095.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\07-15.04.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_08_00_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "08-15" }
},
ViewInfo = OperatorInfo { Pos = { 7535, -511.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\08-15.00.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_08_02_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "08-15" }
},
ViewInfo = OperatorInfo { Pos = { 7535, -1303.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\08-15.02.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_08_04_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "08-15" }
},
ViewInfo = OperatorInfo { Pos = { 7535, -2095.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\08-15.04.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_09_00_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "09-15" }
},
ViewInfo = OperatorInfo { Pos = { 7645, -511.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\09-15.00.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_09_02_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "09-15" }
},
ViewInfo = OperatorInfo { Pos = { 7645, -1303.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\09-15.02.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_09_04_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "09-15" }
},
ViewInfo = OperatorInfo { Pos = { 7645, -2095.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\09-15.04.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_10_00_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "10" }
},
ViewInfo = OperatorInfo { Pos = { 7755, -511.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\10.00.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_10_02_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "10" }
},
ViewInfo = OperatorInfo { Pos = { 7755, -1303.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\10.02.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_10_04_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "10" }
},
ViewInfo = OperatorInfo { Pos = { 7755, -2095.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\10.04.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_11_00_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "11" }
},
ViewInfo = OperatorInfo { Pos = { 7865, -511.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\11.00.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_11_02_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "11" }
},
ViewInfo = OperatorInfo { Pos = { 7865, -1303.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\11.02.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_11_04_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "11" }
},
ViewInfo = OperatorInfo { Pos = { 7865, -2095.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\11.04.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_12_00_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "12" }
},
ViewInfo = OperatorInfo { Pos = { 7975, -511.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\12.00.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_12_02_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "12" }
},
ViewInfo = OperatorInfo { Pos = { 7975, -1303.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\12.02.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_12_04_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "12" }
},
ViewInfo = OperatorInfo { Pos = { 7975, -2095.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\12.04.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_13_00_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "13" }
},
ViewInfo = OperatorInfo { Pos = { 8085, -511.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\13.00.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_13_02_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "13" }
},
ViewInfo = OperatorInfo { Pos = { 8085, -1303.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\13.02.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_13_04_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "13" }
},
ViewInfo = OperatorInfo { Pos = { 8085, -2095.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\13.04.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_14_00_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "14" }
},
ViewInfo = OperatorInfo { Pos = { 8195, -511.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\14.00.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_14_02_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "14" }
},
ViewInfo = OperatorInfo { Pos = { 8195, -1303.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\14.02.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_14_04_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "14" }
},
ViewInfo = OperatorInfo { Pos = { 8195, -2095.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\14.04.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_15_00_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "15" }
},
ViewInfo = OperatorInfo { Pos = { 8305, -511.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\15.00.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_15_02_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "15" }
},
ViewInfo = OperatorInfo { Pos = { 8305, -1303.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\15.02.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_15_04_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "15" }
},
ViewInfo = OperatorInfo { Pos = { 8305, -2095.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\15.04.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_01_00_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "01" }
},
ViewInfo = OperatorInfo { Pos = { 6765, -511.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\01.00.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_01_02_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "01" }
},
ViewInfo = OperatorInfo { Pos = { 6765, -1303.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\01.02.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_01_04_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "01" }
},
ViewInfo = OperatorInfo { Pos = { 6765, -2095.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\01.04.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_02_00_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "02" }
},
ViewInfo = OperatorInfo { Pos = { 6875, -511.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\02.00.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_02_02_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "02" }
},
ViewInfo = OperatorInfo { Pos = { 6875, -1303.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\02.02.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_02_04_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "02" }
},
ViewInfo = OperatorInfo { Pos = { 6875, -2095.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\02.04.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_03_00_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "03" }
},
ViewInfo = OperatorInfo { Pos = { 6985, -511.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\03.00.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_03_02_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "03" }
},
ViewInfo = OperatorInfo { Pos = { 6985, -1303.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\03.02.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_03_04_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "03" }
},
ViewInfo = OperatorInfo { Pos = { 6985, -2095.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\03.04.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
ST_Background = Background {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 10615, 1567.5 } },
Inputs = {
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1080 },
UseFrameFormatSettings = Input { Value = 1 },
Depth = Input { Value = 1 },
Width = Input { Value = 1920 }
}
},
ST_SetDomain = SetDomain {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 10780, 1567.5 } },
Inputs = {
Right = Input { Value = 0 },
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Input = Input {
Source = "Output",
SourceOp = "ST_Background"
}
}
},
BACK_04_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "space" }
},
ViewInfo = OperatorInfo { Pos = { 715, -511.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\透明.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
["後_Xf"] = Transform {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "BACK_04_LD"
},
Comments = 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}" }
},
ViewInfo = OperatorInfo { Pos = { 715, -247.5 } }
},
["後_Mrg"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "SetDomain1"
},
PerformDepthMerge = Input { Value = 0 },
Foreground = Input {
Source = "Output",
SourceOp = "後_Xf"
}
},
ViewInfo = OperatorInfo { Pos = { 715, -115.5 } }
},
BODY_00_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "00" }
},
ViewInfo = OperatorInfo { Pos = { 935, -511.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\体\\00.体.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
["体_Xf"] = Transform {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "BODY_00_LD"
},
Comments = 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}" }
},
ViewInfo = OperatorInfo { Pos = { 1155, -247.5 } }
},
["体_Mrg"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "後_Mrg"
},
PerformDepthMerge = Input { Value = 0 },
Foreground = Input {
Source = "Output",
SourceOp = "体_Xf"
}
},
ViewInfo = OperatorInfo { Pos = { 1155, -115.5 } }
},
FACE_00_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "00" }
},
ViewInfo = OperatorInfo { Pos = { 1375, -511.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\顔\\00a.顔.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
["顔_Xf"] = Transform {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "FACE_00_LD"
},
Comments = 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}" }
},
ViewInfo = OperatorInfo { Pos = { 2255, -247.5 } }
},
["顔_Mrg"] = Merge {
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "顔_Xf"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
Source = "Output",
SourceOp = "体_Mrg"
},
FlattenTransform = Input { Value = 1 },
ApplyMode = Input { Value = FuID { "Multiply" } }
},
Colors = { TileColor = { G = 0.549019607843137, R = 0.913725490196078, B = 0.709803921568627 } },
ViewInfo = OperatorInfo { Pos = { 2255, -115.5 } }
},
MOUTH_00_00_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "00" }
},
ViewInfo = OperatorInfo { Pos = { 2585, -511.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\00.00.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
["口_00_Xf"] = Transform {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "MOUTH_00_00_LD"
},
Comments = 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}" }
},
ViewInfo = OperatorInfo { Pos = { 6325, -247.5 } }
},
MOUTH_00_01_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "00" }
},
ViewInfo = OperatorInfo { Pos = { 2585, -907.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\00.01.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
["口_01_Xf"] = Transform {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "MOUTH_00_01_LD"
}
},
ViewInfo = OperatorInfo { Pos = { 6325, -643.5 } }
},
MOUTH_00_02_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "00" }
},
ViewInfo = OperatorInfo { Pos = { 2585, -1303.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\00.02.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
["口_02_Xf"] = Transform {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "MOUTH_00_02_LD"
}
},
ViewInfo = OperatorInfo { Pos = { 6325, -1039.5 } }
},
MOUTH_00_03_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "00" }
},
ViewInfo = OperatorInfo { Pos = { 2585, -1699.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\00.03.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
["口_03_Xf"] = Transform {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "MOUTH_00_03_LD"
}
},
ViewInfo = OperatorInfo { Pos = { 6325, -1435.5 } }
},
MOUTH_00_04_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "00" }
},
ViewInfo = OperatorInfo { Pos = { 2585, -2095.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\00.04.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
["口_04_Xf"] = Transform {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "MOUTH_00_04_LD"
}
},
ViewInfo = OperatorInfo { Pos = { 6325, -1831.5 } }
},
MOUTH_00_05_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "00" }
},
ViewInfo = OperatorInfo { Pos = { 2585, -2491.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\00.05.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
["口_05_Xf"] = Transform {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "MOUTH_00_05_LD"
}
},
ViewInfo = OperatorInfo { Pos = { 6325, -2227.5 } }
},
["口_04_DX"] = Dissolve {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "口_04_Xf"
},
Mix = Input {
Source = "Result",
SourceOp = "Calculation6"
},
Foreground = Input {
Source = "Output",
SourceOp = "口_05_Xf"
}
},
ViewInfo = OperatorInfo { Pos = { 6435, -1831.5 } },
Transitions = {
[0] = "DFTDissolve"
}
},
Calculation6 = Calculation {
CtrlWZoom = false,
Inputs = {
Operator = Input { Value = 1 },
FirstOperand = Input {
Source = "NumberResult",
SourceOp = "Expression1"
},
SecondOperand = Input { Value = 4 }
}
},
Expression1 = Expression {
CtrlWZoom = false,
Inputs = {
n1 = Input {
Source = "Result",
SourceOp = "Calculation1"
},
NumberExpression = Input { Value = "int(n1)" },
ShowNumber2 = Input { Value = 0 },
ShowNumber3 = Input { Value = 0 },
ShowNumber4 = Input { Value = 0 },
ShowNumber5 = Input { Value = 0 },
ShowNumber6 = Input { Value = 0 },
ShowNumber7 = Input { Value = 0 },
ShowNumber8 = Input { Value = 0 },
ShowNumber9 = Input { Value = 0 },
ShowPoint1 = Input { Value = 0 },
ShowPoint2 = Input { Value = 0 },
ShowPoint3 = Input { Value = 0 },
ShowPoint4 = Input { Value = 0 },
ShowPoint5 = Input { Value = 0 },
ShowPoint6 = Input { Value = 0 },
ShowPoint7 = Input { Value = 0 },
ShowPoint8 = Input { Value = 0 },
ShowPoint9 = Input { Value = 0 }
}
},
Calculation1 = Calculation {
CtrlWZoom = false,
Inputs = {
Operator = Input { Value = 2 },
FirstOperand = Input {
Source = "Result",
SourceOp = "Mouth_Ctrl"
},
SecondOperand = Input { Value = 6 }
}
},
Mouth_Ctrl = Calculation {
CtrlWZoom = false,
Inputs = {
Operator = Input { Value = 3 },
SecondOperand = Input { Value = 0.7 }
},
NameSet = true
},
["口_03_DX"] = Dissolve {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "口_03_Xf"
},
Mix = Input {
Source = "Result",
SourceOp = "Calculation5"
},
Foreground = Input {
Source = "Output",
SourceOp = "口_04_DX"
}
},
ViewInfo = OperatorInfo { Pos = { 6435, -1435.5 } },
Transitions = {
[0] = "DFTDissolve"
}
},
Calculation5 = Calculation {
CtrlWZoom = false,
Inputs = {
Operator = Input { Value = 1 },
FirstOperand = Input {
Source = "NumberResult",
SourceOp = "Expression1"
},
SecondOperand = Input { Value = 3 }
}
},
["口_02_DX"] = Dissolve {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "口_02_Xf"
},
Mix = Input {
Source = "Result",
SourceOp = "Calculation4"
},
Foreground = Input {
Source = "Output",
SourceOp = "口_03_DX"
}
},
ViewInfo = OperatorInfo { Pos = { 6435, -1039.5 } },
Transitions = {
[0] = "DFTDissolve"
}
},
Calculation4 = Calculation {
CtrlWZoom = false,
Inputs = {
Operator = Input { Value = 1 },
FirstOperand = Input {
Source = "NumberResult",
SourceOp = "Expression1"
},
SecondOperand = Input { Value = 2 }
}
},
["口_01_DX"] = Dissolve {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "口_01_Xf"
},
Mix = Input {
Source = "Result",
SourceOp = "Calculation3"
},
Foreground = Input {
Source = "Output",
SourceOp = "口_02_DX"
}
},
ViewInfo = OperatorInfo { Pos = { 6435, -643.5 } },
Transitions = {
[0] = "DFTDissolve"
}
},
Calculation3 = Calculation {
CtrlWZoom = false,
Inputs = {
Operator = Input { Value = 1 },
FirstOperand = Input {
Source = "NumberResult",
SourceOp = "Expression1"
},
SecondOperand = Input { Value = 1 }
}
},
["口_00_DX"] = Dissolve {
ViewInfo = OperatorInfo { Pos = { 6435, -247.5 } },
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "口_00_Xf"
},
Mix = Input {
Source = "Result",
SourceOp = "Calculation2"
},
Foreground = Input {
Source = "Output",
SourceOp = "口_01_DX"
}
},
Colors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },
Transitions = {
[0] = "DFTDissolve"
}
},
Calculation2 = Calculation {
CtrlWZoom = false,
Inputs = {
Operator = Input { Value = 1 },
FirstOperand = Input {
Source = "NumberResult",
SourceOp = "Expression1"
}
}
},
["口_Mrg"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "顔_Mrg"
},
PerformDepthMerge = Input { Value = 0 },
Foreground = Input {
Source = "Output",
SourceOp = "口_00_DX"
}
},
ViewInfo = OperatorInfo { Pos = { 6435, -115.5 } }
},
EYE_00_00_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "00" }
},
ViewInfo = OperatorInfo { Pos = { 6655, -511.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\00.00.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
["目_00_Xf"] = Transform {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "EYE_00_00_LD"
},
Comments = 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}" }
},
ViewInfo = OperatorInfo { Pos = { 10725, -247.5 } }
},
EYE_00_01_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "00" }
},
ViewInfo = OperatorInfo { Pos = { 6655, -907.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\00.01.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
["目_01_Xf"] = Transform {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "EYE_00_01_LD"
}
},
ViewInfo = OperatorInfo { Pos = { 10725, -643.5 } }
},
EYE_00_02_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "00" }
},
ViewInfo = OperatorInfo { Pos = { 6655, -1303.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\00.02.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
["目_02_Xf"] = Transform {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "EYE_00_02_LD"
}
},
ViewInfo = OperatorInfo { Pos = { 10725, -1039.5 } }
},
EYE_00_03_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "00" }
},
ViewInfo = OperatorInfo { Pos = { 6655, -1699.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\00.03.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
["目_03_Xf"] = Transform {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "EYE_00_03_LD"
}
},
ViewInfo = OperatorInfo { Pos = { 10725, -1435.5 } }
},
EYE_00_04_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "00" }
},
ViewInfo = OperatorInfo { Pos = { 6655, -2095.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\00.04.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
["目_04_Xf"] = Transform {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "EYE_00_04_LD"
}
},
ViewInfo = OperatorInfo { Pos = { 10725, -1831.5 } }
},
EYE_00_05_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "00" }
},
ViewInfo = OperatorInfo { Pos = { 6655, -2491.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\00.05.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
["目_05_Xf"] = Transform {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "EYE_00_05_LD"
}
},
ViewInfo = OperatorInfo { Pos = { 10725, -2227.5 } }
},
["目_04_DX"] = Dissolve {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "目_04_Xf"
},
Mix = Input {
Source = "Value",
SourceOp = "目_04_DXBackgroundForeground"
},
Foreground = Input {
Source = "Output",
SourceOp = "目_05_Xf"
}
},
ViewInfo = OperatorInfo { Pos = { 10835, -1831.5 } },
Transitions = {
[0] = "DFTDissolve"
}
},
["目_04_DXBackgroundForeground"] = BezierSpline {
SplineColor = { Red = 16, Blue = 235, Green = 164 },
KeyFrames = {
[0] = { 0, Flags = { PreLoop = true, Loop = true, Linear = true }, RH = { 50.3333333333333, 0.333333333333333 } },
[151] = { 1, LH = { 100.666666666667, 0.666666666666667 }, Flags = { StepIn = true }, RH = { 151.666666666667, 0.666666666666667 } },
[153] = { 0, LH = { 152.333333333333, 0.333333333333333 }, Flags = { StepIn = true }, RH = { 154.333333333333, 0 } },
[157] = { 0, LH = { 155.666666666667, 0 }, Flags = { PreLoop = true, Loop = true, StepIn = true } }
},
CtrlWZoom = false
},
["目_03_DX"] = Dissolve {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "目_03_Xf"
},
Mix = Input {
Source = "Value",
SourceOp = "目_03_DXBackgroundForeground"
},
Foreground = Input {
Source = "Output",
SourceOp = "目_04_DX"
}
},
ViewInfo = OperatorInfo { Pos = { 10835, -1435.5 } },
Transitions = {
[0] = "DFTDissolve"
}
},
["目_03_DXBackgroundForeground"] = BezierSpline {
SplineColor = { Red = 16, Blue = 235, Green = 164 },
KeyFrames = {
[0] = { 0, Flags = { PreLoop = true, Loop = true, Linear = true }, RH = { 50, 0.333333333333333 } },
[150] = { 1, LH = { 100, 0.666666666666667 }, Flags = { StepIn = true }, RH = { 151.333333333333, 0.666666666666667 } },
[154] = { 0, LH = { 152.666666666667, 0.333333333333333 }, Flags = { StepIn = true }, RH = { 155, 0 } },
[157] = { 0, LH = { 156, 0 }, Flags = { PreLoop = true, Loop = true, StepIn = true } }
},
CtrlWZoom = false
},
["目_02_DX"] = Dissolve {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "目_02_Xf"
},
Mix = Input {
Source = "Value",
SourceOp = "目_02_DXBackgroundForeground"
},
Foreground = Input {
Source = "Output",
SourceOp = "目_03_DX"
}
},
ViewInfo = OperatorInfo { Pos = { 10835, -1039.5 } },
Transitions = {
[0] = "DFTDissolve"
}
},
["目_02_DXBackgroundForeground"] = BezierSpline {
SplineColor = { Red = 16, Blue = 235, Green = 164 },
KeyFrames = {
[0] = { 0, Flags = { PreLoop = true, Loop = true, Linear = true }, RH = { 49.6666666666667, 0.333333333333333 } },
[149] = { 1, LH = { 99.3333333333333, 0.666666666666667 }, Flags = { StepIn = true }, RH = { 151, 0.666666666666667 } },
[155] = { 0, LH = { 153, 0.333333333333333 }, Flags = { StepIn = true }, RH = { 155.666666666667, 0 } },
[157] = { 0, LH = { 156.333333333333, 0 }, Flags = { PreLoop = true, Loop = true, StepIn = true } }
},
CtrlWZoom = false
},
["目_01_DX"] = Dissolve {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "目_01_Xf"
},
Mix = Input {
Source = "Value",
SourceOp = "目_01_DXBackgroundForeground"
},
Foreground = Input {
Source = "Output",
SourceOp = "目_02_DX"
}
},
ViewInfo = OperatorInfo { Pos = { 10835, -643.5 } },
Transitions = {
[0] = "DFTDissolve"
}
},
["目_01_DXBackgroundForeground"] = BezierSpline {
SplineColor = { Red = 16, Blue = 235, Green = 164 },
KeyFrames = {
[0] = { 0, Flags = { PreLoop = true, Loop = true, Linear = true }, RH = { 49.3333333333333, 0.333333333333333 } },
[148] = { 1, LH = { 98.6666666666667, 0.666666666666667 }, Flags = { StepIn = true }, RH = { 150.666666666667, 0.666666666666667 } },
[156] = { 0, LH = { 153.333333333333, 0.333333333333333 }, Flags = { StepIn = true }, RH = { 156.333333333333, 0 } },
[157] = { 0, LH = { 156.666666666667, 0 }, Flags = { PreLoop = true, Loop = true, StepIn = true } }
},
CtrlWZoom = false
},
["目_00_DX"] = Dissolve {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "目_00_Xf"
},
Mix = Input {
Source = "Value",
SourceOp = "目_00_DXBackgroundForeground"
},
Foreground = Input {
Source = "Output",
SourceOp = "目_01_DX"
}
},
ViewInfo = OperatorInfo { Pos = { 10835, -247.5 } },
Transitions = {
[0] = "DFTDissolve"
}
},
["目_00_DXBackgroundForeground"] = BezierSpline {
SplineColor = { Red = 16, Blue = 235, Green = 164 },
KeyFrames = {
[0] = { 0, Flags = { PreLoop = true, Loop = true, Linear = true }, RH = { 49, 0.333333333333333 } },
[147] = { 1, LH = { 98, 0.666666666666667 }, Flags = { StepIn = true }, RH = { 150.333333333333, 0.666666666666667 } },
[157] = { 0, LH = { 153.666666666667, 0.333333333333333 }, Flags = { PreLoop = true, Loop = true, StepIn = true } }
},
CtrlWZoom = false
},
["目_Mrg"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "口_Mrg"
},
PerformDepthMerge = Input { Value = 0 },
Foreground = Input {
Source = "Output",
SourceOp = "目_00_DX"
}
},
ViewInfo = OperatorInfo { Pos = { 10835, -115.5 } }
},
PipeRouter1 = PipeRouter {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "目_Mrg"
}
},
ViewInfo = PipeRouterInfo { Pos = { 10945, -115.5 } }
},
Background1 = Background {
Inputs = {
TopLeftAlpha = Input { Value = 0 },
Depth = Input { Value = 1 },
Height = Input { Value = 320 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Width = Input { Value = 400 }
},
ViewInfo = OperatorInfo { Pos = { 55, -247.5 } }
},
SetDomain1 = SetDomain {
Inputs = {
Right = Input { Value = 0 },
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Input = Input {
Source = "Output",
SourceOp = "Background1"
}
},
ViewInfo = OperatorInfo { Pos = { 55, -115.5 } }
},
EYEBROW_00_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "00" }
},
ViewInfo = OperatorInfo { Pos = { 275, 148.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\眉\\00.眉.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
["眉_Xf"] = Transform {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "EYEBROW_00_LD"
},
Comments = 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}" }
},
ViewInfo = OperatorInfo { Pos = { 1705, 412.5 } }
},
["眉_Mrg"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "SetDomain1"
},
PerformDepthMerge = Input { Value = 0 },
Foreground = Input {
Source = "Output",
SourceOp = "眉_Xf"
}
},
ViewInfo = OperatorInfo { Pos = { 1705, 544.5 } }
},
HAIR_00_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "00" }
},
ViewInfo = OperatorInfo { Pos = { 1925, 148.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\髪\\00.髪.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
["髪_Xf"] = Transform {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "HAIR_00_LD"
},
Comments = 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}" }
},
ViewInfo = OperatorInfo { Pos = { 2035, 412.5 } }
},
["髪_Mrg"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "眉_Mrg"
},
PerformDepthMerge = Input { Value = 0 },
Foreground = Input {
Source = "Output",
SourceOp = "髪_Xf"
}
},
ViewInfo = OperatorInfo { Pos = { 2035, 544.5 } }
},
FRONT_02_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "space" }
},
ViewInfo = OperatorInfo { Pos = { 2475, 148.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\透明.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
["前_Xf"] = Transform {
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "FRONT_02_LD"
},
Comments = 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}" }
},
ViewInfo = OperatorInfo { Pos = { 2475, 412.5 } }
},
["前_Mrg"] = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "髪_Mrg"
},
FlattenTransform = Input { Value = 1 },
PerformDepthMerge = Input { Value = 0 },
Foreground = Input {
Source = "Output",
SourceOp = "前_Xf"
}
},
Colors = { TileColor = { G = 0.549019607843137, R = 0.913725490196078, B = 0.709803921568627 } },
ViewInfo = OperatorInfo { Pos = { 2475, 544.5 } }
},
Merge1 = Merge {
Inputs = {
Background = Input {
Source = "Output",
SourceOp = "PipeRouter1"
},
PerformDepthMerge = Input { Value = 0 },
Foreground = Input {
Source = "Output",
SourceOp = "前_Mrg"
}
},
ViewInfo = OperatorInfo { Pos = { 10945, 544.5 } }
},
Root = Transform {
CtrlWZoom = false,
ViewInfo = OperatorInfo { Pos = { 10945, 676.5 } },
Inputs = {
Grp_HAIR = Input { Value = 0 },
Preview_HAIR = Input { Value = "00" },
Preview_EYEBROW = Input { Value = "00" },
Preview_EYE = Input { Value = "00" },
Preview_MOUTH = Input { Value = "00" },
Grp_FACE = Input { Value = 0 },
Preview_FACE = Input { Value = "00" },
Grp_BODY = Input { Value = 0 },
Preview_BODY = Input { Value = "00" },
Grp_BACK = Input { Value = 0 },
Comments = Input { Value = "後_Xf\n体_Xf\n顔_Xf\n口_00_Xf\n目_00_Xf\n眉_Xf\n髪_Xf\n前_Xf" },
Blink = Input { Value = 157 },
Preview_BACK = Input { Value = "space" },
Input = Input {
Source = "Output",
SourceOp = "Merge1"
},
Grp_FRONT = Input { Value = 0 },
Preview_FRONT = Input { Value = "space" }
},
Colors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },
UserControls = ordered() {
CopyPose = {
ICD_Width = 0.5,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.copy(comp)]])",
INP_External = false,
INP_Integer = false,
LINKS_Name = "Copy Pose",
LINKID_DataType = "Number"
},
PastePose = {
ICD_Width = 0.5,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.paste(comp, is_chara_sozai=True)]])",
INP_External = false,
INP_Integer = false,
LINKS_Name = "Paste Pose",
LINKID_DataType = "Number"
},
SavePose = {
ICD_Width = 0.5,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.save(comp, fu)]])",
INP_External = false,
INP_Integer = false,
LINKS_Name = "Save Pose",
LINKID_DataType = "Number"
},
LoadPose = {
ICD_Width = 0.5,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.load(comp, fu, is_chara_sozai=True)]])",
INP_External = false,
INP_Integer = false,
LINKS_Name = "Load Pose",
LINKID_DataType = "Number"
},
Grp_FRONT = {
LINKS_Name = "前",
INPID_InputControl = "LabelControl",
INP_Passive = true,
LBLC_DropDownButton = true,
INP_Default = 1,
ICS_ControlPage = "ポーズ",
INP_External = false,
LBLC_NumInputs = 6,
LINKID_DataType = "Number"
},
Prev_Btn_FRONT = {
ICD_Width = 0.4,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.prev_next(comp, \"前_Xf\", False)\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "PREV",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
Next_Btn_FRONT = {
ICD_Width = 0.4,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.prev_next(comp, \"前_Xf\", True)\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "NEXT",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
Preview_FRONT = {
ICD_Width = 0.2,
INPID_InputControl = "TextEditControl",
TEC_Wrap = false,
INP_Passive = true,
LINKS_Name = "",
INP_External = false,
ICS_ControlPage = "ポーズ",
TEC_Lines = 1,
TEC_ReadOnly = true,
LINKID_DataType = "Text"
},
FRONT_01m1_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"前_Xf\", \"01m1\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "01m1",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
FRONT_02m1_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"前_Xf\", \"02m1\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "02m1",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
FRONT_space_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"前_Xf\", \"space\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "space",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
Grp_HAIR = {
LINKS_Name = "髪",
INPID_InputControl = "LabelControl",
INP_Passive = true,
LBLC_DropDownButton = true,
INP_Default = 1,
ICS_ControlPage = "ポーズ",
INP_External = false,
LBLC_NumInputs = 5,
LINKID_DataType = "Number"
},
Prev_Btn_HAIR = {
ICD_Width = 0.4,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.prev_next(comp, \"髪_Xf\", False)\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "PREV",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
Next_Btn_HAIR = {
ICD_Width = 0.4,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.prev_next(comp, \"髪_Xf\", True)\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "NEXT",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
Preview_HAIR = {
ICD_Width = 0.2,
INPID_InputControl = "TextEditControl",
TEC_Wrap = false,
INP_Passive = true,
LINKS_Name = "",
INP_External = false,
ICS_ControlPage = "ポーズ",
TEC_Lines = 1,
TEC_ReadOnly = true,
LINKID_DataType = "Text"
},
HAIR_00_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"髪_Xf\", \"00\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "00",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
HAIR_01_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"髪_Xf\", \"01\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "01",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
Grp_EYEBROW = {
LINKS_Name = "眉",
INPID_InputControl = "LabelControl",
INP_Passive = true,
LBLC_DropDownButton = true,
INP_Default = 1,
ICS_ControlPage = "ポーズ",
INP_External = false,
LBLC_NumInputs = 17,
LINKID_DataType = "Number"
},
Prev_Btn_EYEBROW = {
ICD_Width = 0.4,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.prev_next(comp, \"眉_Xf\", False)\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "PREV",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
Next_Btn_EYEBROW = {
ICD_Width = 0.4,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.prev_next(comp, \"眉_Xf\", True)\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "NEXT",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
Preview_EYEBROW = {
ICD_Width = 0.2,
INPID_InputControl = "TextEditControl",
TEC_Wrap = false,
INP_Passive = true,
LINKS_Name = "",
INP_External = false,
ICS_ControlPage = "ポーズ",
TEC_Lines = 1,
TEC_ReadOnly = true,
LINKID_DataType = "Text"
},
EYEBROW_00_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"眉_Xf\", \"00\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "00",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
EYEBROW_01_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"眉_Xf\", \"01\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "01",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
EYEBROW_02_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"眉_Xf\", \"02\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "02",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
EYEBROW_03_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"眉_Xf\", \"03\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "03",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
EYEBROW_04_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"眉_Xf\", \"04\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "04",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
EYEBROW_05_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"眉_Xf\", \"05\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "05",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
EYEBROW_06_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"眉_Xf\", \"06\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "06",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
EYEBROW_07_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"眉_Xf\", \"07\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "07",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
EYEBROW_08_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"眉_Xf\", \"08\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "08",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
EYEBROW_09_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"眉_Xf\", \"09\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "09",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
EYEBROW_10_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"眉_Xf\", \"10\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "10",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
EYEBROW_11_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"眉_Xf\", \"11\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "11",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
EYEBROW_12_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"眉_Xf\", \"12\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "12",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
EYEBROW_13_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"眉_Xf\", \"13\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "13",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
Grp_EYE = {
LINKS_Name = "目",
INPID_InputControl = "LabelControl",
INP_Passive = true,
LBLC_DropDownButton = true,
INP_Default = 1,
ICS_ControlPage = "ポーズ",
INP_External = false,
LBLC_NumInputs = 41,
LINKID_DataType = "Number"
},
Prev_Btn_EYE = {
ICD_Width = 0.4,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.prev_next(comp, \"目_00_Xf\", False)\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "PREV",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
Next_Btn_EYE = {
ICD_Width = 0.4,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.prev_next(comp, \"目_00_Xf\", True)\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "NEXT",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
Preview_EYE = {
ICD_Width = 0.2,
INPID_InputControl = "TextEditControl",
TEC_Wrap = false,
INP_Passive = true,
LINKS_Name = "",
INP_External = false,
ICS_ControlPage = "ポーズ",
TEC_Lines = 1,
TEC_ReadOnly = true,
LINKID_DataType = "Text"
},
EYE_00_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"目_00_Xf\", \"00\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "00",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
EYE_01_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"目_00_Xf\", \"01\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "01",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
EYE_02_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"目_00_Xf\", \"02\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "02",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
EYE_03_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"目_00_Xf\", \"03\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "03",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
EYE_04_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"目_00_Xf\", \"04\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "04",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
EYE_05_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"目_00_Xf\", \"05\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "05",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
EYE_06_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"目_00_Xf\", \"06\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "06",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
["EYE_07-15_Button"] = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"目_00_Xf\", \"07-15\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "07-15",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
["EYE_08-15_Button"] = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"目_00_Xf\", \"08-15\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "08-15",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
["EYE_09-15_Button"] = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"目_00_Xf\", \"09-15\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "09-15",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
EYE_10_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"目_00_Xf\", \"10\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "10",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
EYE_11_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"目_00_Xf\", \"11\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "11",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
EYE_12_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"目_00_Xf\", \"12\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "12",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
EYE_13_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"目_00_Xf\", \"13\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "13",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
EYE_14_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"目_00_Xf\", \"14\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "14",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
EYE_15_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"目_00_Xf\", \"15\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "15",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
EYE_16_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"目_00_Xf\", \"16\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "16",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
EYE_17_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"目_00_Xf\", \"17\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "17",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
["EYE_18-15_Button"] = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"目_00_Xf\", \"18-15\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "18-15",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
EYE_19_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"目_00_Xf\", \"19\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "19",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
EYE_20_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"目_00_Xf\", \"20\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "20",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
EYE_21_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"目_00_Xf\", \"21\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "21",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
EYE_22_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"目_00_Xf\", \"22\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "22",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
["EYE_23+眉_Button"] = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"目_00_Xf\", \"23+眉\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "23+眉",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
EYE_24_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"目_00_Xf\", \"24\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "24",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
EYE_25_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"目_00_Xf\", \"25\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "25",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
EYE_26_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"目_00_Xf\", \"26\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "26",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
EYE_27_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"目_00_Xf\", \"27\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "27",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
EYE_28_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"目_00_Xf\", \"28\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "28",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
EYE_29_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"目_00_Xf\", \"29\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "29",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
EYE_30_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"目_00_Xf\", \"30\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "30",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
EYE_31_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"目_00_Xf\", \"31\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "31",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
EYE_32_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"目_00_Xf\", \"32\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "32",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
EYE_33_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"目_00_Xf\", \"33\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "33",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
["EYE_34+眉_Button"] = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"目_00_Xf\", \"34+眉\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "34+眉",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
EYE_35_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"目_00_Xf\", \"35\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "35",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
EYE_36_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"目_00_Xf\", \"36\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "36",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
EYE_37_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"目_00_Xf\", \"37\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "37",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
Grp_MOUTH = {
LINKS_Name = "口",
INPID_InputControl = "LabelControl",
INP_Passive = true,
LBLC_DropDownButton = true,
INP_Default = 1,
ICS_ControlPage = "ポーズ",
INP_External = false,
LBLC_NumInputs = 38,
LINKID_DataType = "Number"
},
Prev_Btn_MOUTH = {
ICD_Width = 0.4,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.prev_next(comp, \"口_00_Xf\", False)\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "PREV",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
Next_Btn_MOUTH = {
ICD_Width = 0.4,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.prev_next(comp, \"口_00_Xf\", True)\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "NEXT",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
Preview_MOUTH = {
ICD_Width = 0.2,
INPID_InputControl = "TextEditControl",
TEC_Wrap = false,
INP_Passive = true,
LINKS_Name = "",
INP_External = false,
ICS_ControlPage = "ポーズ",
TEC_Lines = 1,
TEC_ReadOnly = true,
LINKID_DataType = "Text"
},
MOUTH_00_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"口_00_Xf\", \"00\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "00",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
MOUTH_01_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"口_00_Xf\", \"01\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "01",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
MOUTH_02_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"口_00_Xf\", \"02\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "02",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
MOUTH_03_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"口_00_Xf\", \"03\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "03",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
MOUTH_04_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"口_00_Xf\", \"04\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "04",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
MOUTH_05_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"口_00_Xf\", \"05\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "05",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
MOUTH_06_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"口_00_Xf\", \"06\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "06",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
MOUTH_07_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"口_00_Xf\", \"07\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "07",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
MOUTH_08_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"口_00_Xf\", \"08\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "08",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
MOUTH_09_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"口_00_Xf\", \"09\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "09",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
MOUTH_10_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"口_00_Xf\", \"10\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "10",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
MOUTH_11_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"口_00_Xf\", \"11\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "11",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
MOUTH_12_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"口_00_Xf\", \"12\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "12",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
MOUTH_13_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"口_00_Xf\", \"13\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "13",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
MOUTH_14_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"口_00_Xf\", \"14\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "14",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
MOUTH_15_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"口_00_Xf\", \"15\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "15",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
MOUTH_16_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"口_00_Xf\", \"16\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "16",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
MOUTH_17_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"口_00_Xf\", \"17\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "17",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
MOUTH_18_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"口_00_Xf\", \"18\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "18",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
MOUTH_19_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"口_00_Xf\", \"19\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "19",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
MOUTH_20_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"口_00_Xf\", \"20\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "20",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
MOUTH_21_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"口_00_Xf\", \"21\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "21",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
MOUTH_22_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"口_00_Xf\", \"22\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "22",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
MOUTH_23_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"口_00_Xf\", \"23\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "23",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
MOUTH_24_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"口_00_Xf\", \"24\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "24",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
MOUTH_25_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"口_00_Xf\", \"25\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "25",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
MOUTH_26_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"口_00_Xf\", \"26\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "26",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
MOUTH_27_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"口_00_Xf\", \"27\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "27",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
MOUTH_28_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"口_00_Xf\", \"28\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "28",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
MOUTH_29_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"口_00_Xf\", \"29\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "29",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
MOUTH_30_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"口_00_Xf\", \"30\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "30",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
MOUTH_31_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"口_00_Xf\", \"31\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "31",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
MOUTH_32_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"口_00_Xf\", \"32\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "32",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
MOUTH_33_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"口_00_Xf\", \"33\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "33",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
MOUTH_34_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"口_00_Xf\", \"34\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "34",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
Grp_FACE = {
LINKS_Name = "顔",
INPID_InputControl = "LabelControl",
INP_Passive = true,
LBLC_DropDownButton = true,
INP_Default = 1,
ICS_ControlPage = "ポーズ",
INP_External = false,
LBLC_NumInputs = 12,
LINKID_DataType = "Number"
},
Prev_Btn_FACE = {
ICD_Width = 0.4,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.prev_next(comp, \"顔_Xf\", False)\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "PREV",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
Next_Btn_FACE = {
ICD_Width = 0.4,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.prev_next(comp, \"顔_Xf\", True)\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "NEXT",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
Preview_FACE = {
ICD_Width = 0.2,
INPID_InputControl = "TextEditControl",
TEC_Wrap = false,
INP_Passive = true,
LINKS_Name = "",
INP_External = false,
ICS_ControlPage = "ポーズ",
TEC_Lines = 1,
TEC_ReadOnly = true,
LINKID_DataType = "Text"
},
FACE_00_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"顔_Xf\", \"00\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "00",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
FACE_01_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"顔_Xf\", \"01\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "01",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
FACE_02_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"顔_Xf\", \"02\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "02",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
FACE_03_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"顔_Xf\", \"03\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "03",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
FACE_04_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"顔_Xf\", \"04\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "04",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
FACE_05_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"顔_Xf\", \"05\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "05",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
FACE_06_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"顔_Xf\", \"06\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "06",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
FACE_07_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"顔_Xf\", \"07\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "07",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
FACE_space_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"顔_Xf\", \"space\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "space",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
Grp_BODY = {
LINKS_Name = "体",
INPID_InputControl = "LabelControl",
INP_Passive = true,
LBLC_DropDownButton = true,
INP_Default = 1,
ICS_ControlPage = "ポーズ",
INP_External = false,
LBLC_NumInputs = 6,
LINKID_DataType = "Number"
},
Prev_Btn_BODY = {
ICD_Width = 0.4,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.prev_next(comp, \"体_Xf\", False)\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "PREV",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
Next_Btn_BODY = {
ICD_Width = 0.4,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.prev_next(comp, \"体_Xf\", True)\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "NEXT",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
Preview_BODY = {
ICD_Width = 0.2,
INPID_InputControl = "TextEditControl",
TEC_Wrap = false,
INP_Passive = true,
LINKS_Name = "",
INP_External = false,
ICS_ControlPage = "ポーズ",
TEC_Lines = 1,
TEC_ReadOnly = true,
LINKID_DataType = "Text"
},
BODY_00_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"体_Xf\", \"00\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "00",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
BODY_01_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"体_Xf\", \"01\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "01",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
BODY_02_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"体_Xf\", \"02\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "02",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
Grp_BACK = {
LINKS_Name = "後",
INPID_InputControl = "LabelControl",
INP_Passive = true,
LBLC_DropDownButton = true,
INP_Default = 1,
ICS_ControlPage = "ポーズ",
INP_External = false,
LBLC_NumInputs = 8,
LINKID_DataType = "Number"
},
Prev_Btn_BACK = {
ICD_Width = 0.4,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.prev_next(comp, \"後_Xf\", False)\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "PREV",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
Next_Btn_BACK = {
ICD_Width = 0.4,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.prev_next(comp, \"後_Xf\", True)\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "NEXT",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
Preview_BACK = {
ICD_Width = 0.2,
INPID_InputControl = "TextEditControl",
TEC_Wrap = false,
INP_Passive = true,
LINKS_Name = "",
INP_External = false,
ICS_ControlPage = "ポーズ",
TEC_Lines = 1,
TEC_ReadOnly = true,
LINKID_DataType = "Text"
},
BACK_02u1_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"後_Xf\", \"02u1\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "02u1",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
BACK_03u1_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"後_Xf\", \"03u1\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "03u1",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
BACK_04u1_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"後_Xf\", \"04u1\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "04u1",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
BACK_05_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"後_Xf\", \"05\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "05",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
BACK_space_Button = {
ICD_Width = 0.125,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.connect(comp, \"後_Xf\", \"space\")\n]])\n",
INP_External = false,
INP_Integer = false,
LINKS_Name = "space",
ICS_ControlPage = "ポーズ",
LINKID_DataType = "Number"
},
Blink = {
LINKS_Name = "Blink",
INPID_InputControl = "SliderControl",
INP_Passive = true,
INP_Integer = true,
INP_MaxScale = 500,
INP_MinScale = 0,
INP_Default = 127,
INP_External = false,
ICS_ControlPage = "目パチ",
LINKID_DataType = "Number"
},
Other = {
LINKS_Name = "Other",
INPID_InputControl = "SliderControl",
INP_Passive = true,
INP_Integer = true,
INP_MaxScale = 10,
INP_MinScale = 0,
INP_Default = 1,
INP_External = false,
ICS_ControlPage = "目パチ",
LINKID_DataType = "Number"
},
Close = {
LINKS_Name = "Close",
INPID_InputControl = "SliderControl",
INP_Passive = true,
INP_Integer = true,
INP_MaxScale = 10,
INP_MinScale = 0,
INP_Default = 2,
INP_External = false,
ICS_ControlPage = "目パチ",
LINKID_DataType = "Number"
},
Apply = {
ICD_Width = 0.5,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "\ncomp:Execute([[\n!Py3: from rs_fusion.core import chara_sozai\nchara_sozai.set_blink(comp, \"目_00_Xf\")\n]])\n",
ICS_ControlPage = "目パチ",
LINKS_Name = "Apply",
LINKID_DataType = "Number"
},
at00 = {
ICD_Width = 0.5,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "目パチ",
LINKS_Name = "ボタンを押さないと反映されません。",
INP_Passive = true,
INP_External = false,
LINKID_DataType = "Number"
}
}
},
["モーションなし"] = Transform {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 10945, 841.5 } },
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "Root"
}
}
},
["モーションSelector"] = Transform {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 10945, 1369.5 } },
Inputs = {
Input = Input {
Source = "Output",
SourceOp = "モーションなし"
}
},
Colors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } },
UserControls = ordered() {
["N000_モーションなし"] = {
ICD_Width = 1,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"モーションなし\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKS_Name = "モーションなし",
ICS_ControlPage = "モーション",
LINKID_DataType = "Number"
},
["N001_ぽよ"] = {
ICD_Width = 1,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"ぽよ\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKS_Name = "ぽよ",
ICS_ControlPage = "モーション",
LINKID_DataType = "Number"
},
["N002_ぴょん"] = {
ICD_Width = 1,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"ぴょん\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKS_Name = "ぴょん",
ICS_ControlPage = "モーション",
LINKID_DataType = "Number"
},
["N003_跳ねる"] = {
ICD_Width = 1,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"跳ねる\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKS_Name = "跳ねる",
ICS_ControlPage = "モーション",
LINKID_DataType = "Number"
},
["N004_跳ねる_小"] = {
ICD_Width = 1,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"跳ねる_小\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKS_Name = "跳ねる_小",
ICS_ControlPage = "モーション",
LINKID_DataType = "Number"
},
["N005_不安"] = {
ICD_Width = 1,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"不安\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKS_Name = "不安",
ICS_ControlPage = "モーション",
LINKID_DataType = "Number"
},
["N006_荒ぶる"] = {
ICD_Width = 1,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"荒ぶる\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKS_Name = "荒ぶる",
ICS_ControlPage = "モーション",
LINKID_DataType = "Number"
},
["N007_震え"] = {
ICD_Width = 1,
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"震え\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKS_Name = "震え",
ICS_ControlPage = "モーション",
LINKID_DataType = "Number"
}
}
},
ST_MergeB = Merge {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 10945, 1567.5 } },
Inputs = {
Foreground = Input {
Source = "Output",
SourceOp = "モーションSelector"
},
PerformDepthMerge = Input { Value = 0 },
Center = Input { Value = { 0.8, 0.5 } },
Background = Input {
Source = "Output",
SourceOp = "ST_SetDomain"
},
Size = Input { Value = 2 }
},
Colors = { TileColor = { G = 0.431372549019608, R = 0.92156862745098, B = 0 } }
},
EYE_21_00_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "21" }
},
ViewInfo = OperatorInfo { Pos = { 8965, -511.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\21.00.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
BODY_02_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "02" }
},
ViewInfo = OperatorInfo { Pos = { 1155, -511.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\体\\02.体.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_05_03_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "05" }
},
ViewInfo = OperatorInfo { Pos = { 3135, -1699.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\05.03.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_32_00_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "32" }
},
ViewInfo = OperatorInfo { Pos = { 6105, -511.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\32.00.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_08_03_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "08" }
},
ViewInfo = OperatorInfo { Pos = { 3465, -1699.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\08.03.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_29_00_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "29" }
},
ViewInfo = OperatorInfo { Pos = { 5775, -511.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\29.00.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_10_05_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "10" }
},
ViewInfo = OperatorInfo { Pos = { 3685, -2491.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\10.05.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_25_00_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "25" }
},
ViewInfo = OperatorInfo { Pos = { 9405, -511.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\25.00.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_35_00_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "35" }
},
ViewInfo = OperatorInfo { Pos = { 10505, -511.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\35.00.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_02_05_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "02" }
},
ViewInfo = OperatorInfo { Pos = { 2805, -2491.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\02.05.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_16_01_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "16" }
},
ViewInfo = OperatorInfo { Pos = { 4345, -907.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\16.01.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_26_00_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "26" }
},
ViewInfo = OperatorInfo { Pos = { 9515, -511.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\26.00.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_27_00_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "27" }
},
ViewInfo = OperatorInfo { Pos = { 5555, -511.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\27.00.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_20_00_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "20" }
},
ViewInfo = OperatorInfo { Pos = { 4785, -511.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\20.00.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
BODY_01_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "01" }
},
ViewInfo = OperatorInfo { Pos = { 1045, -511.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\体\\01.体.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
FACE_06_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "06" }
},
ViewInfo = OperatorInfo { Pos = { 2035, -511.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\顔\\06a.顔.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_02_03_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "02" }
},
ViewInfo = OperatorInfo { Pos = { 2805, -1699.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\02.03.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
FACE_02_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "02" }
},
ViewInfo = OperatorInfo { Pos = { 1595, -511.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\顔\\02b.顔.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
FACE_03_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "03" }
},
ViewInfo = OperatorInfo { Pos = { 1705, -511.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\顔\\03b.顔.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_19_00_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "19" }
},
ViewInfo = OperatorInfo { Pos = { 4675, -511.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\19.00.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_17_04_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "17" }
},
ViewInfo = OperatorInfo { Pos = { 4455, -2095.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\17.04.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_04_03_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "04" }
},
ViewInfo = OperatorInfo { Pos = { 3025, -1699.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\04.03.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYEBROW_08_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "08" }
},
ViewInfo = OperatorInfo { Pos = { 1155, 148.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\眉\\08.眉.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_07_01_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "07" }
},
ViewInfo = OperatorInfo { Pos = { 3355, -907.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\07.01.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_05_05_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "05" }
},
ViewInfo = OperatorInfo { Pos = { 3135, -2491.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\05.05.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_13_01_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "13" }
},
ViewInfo = OperatorInfo { Pos = { 4015, -907.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\13.01.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_17_00_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "17" }
},
ViewInfo = OperatorInfo { Pos = { 4455, -511.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\17.00.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_01_00_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "01" }
},
ViewInfo = OperatorInfo { Pos = { 2695, -511.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\01.00.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_05_01_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "05" }
},
ViewInfo = OperatorInfo { Pos = { 3135, -907.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\05.01.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_07_00_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "07" }
},
ViewInfo = OperatorInfo { Pos = { 3355, -511.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\07.00.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYEBROW_01_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "01" }
},
ViewInfo = OperatorInfo { Pos = { 385, 148.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\眉\\01.眉.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYEBROW_09_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "09" }
},
ViewInfo = OperatorInfo { Pos = { 1265, 148.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\眉\\09.眉.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_11_04_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "11" }
},
ViewInfo = OperatorInfo { Pos = { 3795, -2095.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\11.04.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_33_00_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "33" }
},
ViewInfo = OperatorInfo { Pos = { 6215, -511.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\33.00.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_10_01_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "10" }
},
ViewInfo = OperatorInfo { Pos = { 3685, -907.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\10.01.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_28_00_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "28" }
},
ViewInfo = OperatorInfo { Pos = { 5665, -511.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\28.00.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_15_03_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "15" }
},
ViewInfo = OperatorInfo { Pos = { 4235, -1699.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\15.03.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_04_00_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "04" }
},
ViewInfo = OperatorInfo { Pos = { 3025, -511.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\04.00.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_20_00_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "20" }
},
ViewInfo = OperatorInfo { Pos = { 8855, -511.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\20.00.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_03_05_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "03" }
},
ViewInfo = OperatorInfo { Pos = { 2915, -2491.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\03.05.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_07_02_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "07" }
},
ViewInfo = OperatorInfo { Pos = { 3355, -1303.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\07.02.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_14_02_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "14" }
},
ViewInfo = OperatorInfo { Pos = { 4125, -1303.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\14.02.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_08_02_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "08" }
},
ViewInfo = OperatorInfo { Pos = { 3465, -1303.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\08.02.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYEBROW_02_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "02" }
},
ViewInfo = OperatorInfo { Pos = { 495, 148.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\眉\\02.眉.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_17_00_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "17" }
},
ViewInfo = OperatorInfo { Pos = { 8525, -511.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\17.00.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_18_01_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "18" }
},
ViewInfo = OperatorInfo { Pos = { 4565, -907.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\18.01.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
MOUTH_13_03_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "13" }
},
ViewInfo = OperatorInfo { Pos = { 4015, -1699.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\口\\13.03.口.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
EYE_18_01_LD = Loader {
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Comments = Input { Value = "18-15" }
},
ViewInfo = OperatorInfo { Pos = { 8635, -907.5 } },
Clips = {
Clip {
Filename = "CHARA:\\れいむ\\目\\18-15.01.目.png",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
}
}
}
}
}
================================================
FILE: Templates/Edit/Generators/中国うさぎ.setting
================================================
{
Tools = ordered() {
Usagi = GroupOperator {
CtrlWZoom = false,
ViewInfo = GroupInfo {
Offset = { 0, 0 },
Direction = "Horizontal",
PipeStyle = "Direct",
Scale = 1,
Flags = {
AllowPan = false,
AutoSnap = true,
ForceAll = true,
GridSnap = true
}
},
Inputs = ordered() {
Input1 = InstanceInput {
Source = "CopyPose",
Default = 0,
Name = "Copy Pose",
SourceOp = "Root"
},
Input2 = InstanceInput {
Source = "PastePose",
Default = 0,
Name = "Paste Pose",
SourceOp = "Root"
},
Input3 = InstanceInput {
Source = "SavePose",
Default = 0,
Name = "Save Pose",
SourceOp = "Root"
},
Input4 = InstanceInput {
Source = "LoadPose",
Default = 0,
Name = "Load Pose",
SourceOp = "Root"
},
Input5 = InstanceInput {
SourceOp = "レイアウト",
Source = "Center"
},
Input6 = InstanceInput {
SourceOp = "レイアウト",
Source = "Pivot"
},
Input7 = InstanceInput {
Source = "UseSizeAndAspect",
Default = 1,
Name = "Use Size and Aspect",
SourceOp = "レイアウト"
},
Input8 = InstanceInput {
SourceOp = "レイアウト",
Default = 1,
Source = "Size"
},
Input9 = InstanceInput {
SourceOp = "レイアウト",
Default = 1,
Source = "Aspect"
},
Input10 = InstanceInput {
Source = "XSize",
Default = 1,
Name = "X Size",
SourceOp = "レイアウト"
},
Input11 = InstanceInput {
Source = "YSize",
Default = 1,
Name = "Y Size",
SourceOp = "レイアウト"
},
Input12 = InstanceInput {
SourceOp = "レイアウト",
Default = 0,
Source = "Angle"
},
Input13 = InstanceInput {
Source = "FlipHoriz",
ControlGroup = 1,
Name = "Flip Horizontal",
Default = 0,
SourceOp = "レイアウト"
},
Input14 = InstanceInput {
Source = "FlipVert",
ControlGroup = 1,
Name = "Flip Vertical",
Default = 0,
SourceOp = "レイアウト"
},
Input15 = InstanceInput {
Source = "Value",
Default = 1,
Name = "スピード",
Page = "モーション",
SourceOp = "Motion_Speed"
},
Input16 = InstanceInput {
Source = "Value",
Default = 1,
Name = "強さ",
SourceOp = "Motion_Str"
},
Input17 = InstanceInput {
Source = "N000_モーションなし",
Default = 0,
Name = "モーションなし",
SourceOp = "モーションSelector"
},
Input18 = InstanceInput {
Source = "N001_ぽよ",
Default = 0,
Name = "ぽよ",
SourceOp = "モーションSelector"
},
Input19 = InstanceInput {
Source = "N002_ぴょん_Ctrl",
Default = 0,
Name = "ぴょん_Ctrl",
SourceOp = "モーションSelector"
},
Input20 = InstanceInput {
Source = "N003_リズム_Ctrl",
Default = 0,
Name = "リズム_Ctrl",
SourceOp = "モーションSelector"
},
Input21 = InstanceInput {
Source = "N004_跳ねる_Ctrl",
Default = 0,
Name = "跳ねる_Ctrl",
SourceOp = "モーションSelector"
},
Input22 = InstanceInput {
Source = "N005_横揺れ_Ctrl",
Default = 0,
Name = "横揺れ_Ctrl",
SourceOp = "モーションSelector"
},
Input23 = InstanceInput {
Source = "N006_縦揺れ_Ctrl",
Default = 0,
Name = "縦揺れ_Ctrl",
SourceOp = "モーションSelector"
},
Input24 = InstanceInput {
Source = "N007_拡縮_Ctrl",
Default = 0,
Name = "拡縮_Ctrl",
SourceOp = "モーションSelector"
},
Input25 = InstanceInput {
Source = "N008_パーターブ_Ctrl",
Default = 0,
Name = "パーターブ_Ctrl",
SourceOp = "モーションSelector"
},
Input26 = InstanceInput {
Source = "N009_跳ねる",
Default = 0,
Name = "跳ねる",
SourceOp = "モーションSelector"
},
Input27 = InstanceInput {
Source = "N010_跳ねる_小",
Default = 0,
Name = "跳ねる_小",
SourceOp = "モーションSelector"
},
Input28 = InstanceInput {
Source = "N011_不安",
Default = 0,
Name = "不安",
SourceOp = "モーションSelector"
},
Input29 = InstanceInput {
Source = "N012_荒ぶる",
Default = 0,
Name = "荒ぶる",
SourceOp = "モーションSelector"
},
Input30 = InstanceInput {
Source = "N013_震え",
Default = 0,
Name = "震え",
SourceOp = "モーションSelector"
},
Input31 = InstanceInput {
Source = "Grp_記号など",
Default = 0,
Name = "記号など",
SourceOp = "Root"
},
Input32 = InstanceInput {
Source = "N004_usamimi_show_113",
Default = 0,
Name = "うさみみ show",
SourceOp = "Root"
},
Input33 = InstanceInput {
Source = "N004_usamimi_hide_113",
Default = 0,
Name = "うさみみ hide",
SourceOp = "Root"
},
Input34 = InstanceInput {
Source = "N003_inaba_show_112",
Default = 0,
Name = "いなば show",
SourceOp = "Root"
},
Input35 = InstanceInput {
Source = "N003_inaba_hide_112",
Default = 0,
Name = "いなば hide",
SourceOp = "Root"
},
Input36 = InstanceInput {
Source = "N002_aseoome_show_111",
Default = 0,
Name = "汗多め show",
SourceOp = "Root"
},
Input37 = InstanceInput {
Source = "N002_aseoome_hide_111",
Default = 0,
Name = "汗多め hide",
SourceOp = "Root"
},
Input38 = InstanceInput {
Source = "N001_ase_show_110",
Default = 0,
Name = "汗 show",
SourceOp = "Root"
},
Input39 = InstanceInput {
Source = "N001_ase_hide_110",
Default = 0,
Name = "汗 hide",
SourceOp = "Root"
},
Input40 = InstanceInput {
Source = "N000_namida_show_109",
Default = 0,
Name = "涙 show",
SourceOp = "Root"
},
Input41 = InstanceInput {
Source = "N000_namida_hide_109",
Default = 0,
Name = "涙 hide",
SourceOp = "Root"
},
Input42 = InstanceInput {
Source = "Grp_眉",
Default = 1,
Name = "眉",
SourceOp = "Root"
},
Input43 = InstanceInput {
Source = "N003_futsuumayu106",
Default = 0,
Name = "*普通眉",
SourceOp = "Root"
},
Input44 = InstanceInput {
Source = "N002_ikarimayu105",
Default = 0,
Name = "*怒り眉",
SourceOp = "Root"
},
Input45 = InstanceInput {
Source = "N001_agarimayu104",
Default = 0,
Name = "*上がり眉",
SourceOp = "Root"
},
Input46 = InstanceInput {
Source = "N000_komarimayu103",
Default = 0,
Name = "*困り眉",
SourceOp = "Root"
},
Input47 = InstanceInput {
Source = "Grp_目",
Default = 1,
Name = "目",
SourceOp = "Root"
},
Input48 = InstanceInput {
Source = "N008_maegamionme_show_100",
Default = 0,
Name = "前髪on目 show",
SourceOp = "Root"
},
Input49 = InstanceInput {
Source = "N008_maegamionme_hide_100",
Default = 0,
Name = "前髪on目 hide",
SourceOp = "Root"
},
Input50 = InstanceInput {
Source = "N007_kihonmesetto99",
Default = 0,
Name = "*基本目セット",
SourceOp = "Root"
},
Input51 = InstanceInput {
Source = "N006_jitome81",
Default = 0,
Name = "*ジト目",
SourceOp = "Root"
},
Input52 = InstanceInput {
Source = "N005_uttori80",
Default = 0,
Name = "*うっとり",
SourceOp = "Root"
},
Input53 = InstanceInput {
Source = "N004_nikkori79",
Default = 0,
Name = "*にっこり",
SourceOp = "Root"
},
Input54 = InstanceInput {
Source = "N003_tojime78",
Default = 0,
Name = "*閉じ目",
SourceOp = "Root"
},
Input55 = InstanceInput {
Source = "N002_none77",
Default = 0,
Name = "*><",
SourceOp = "Root"
},
Input56 = InstanceInput {
Source = "N001_nagomime76",
Default = 0,
Name = "*なごみ目",
SourceOp = "Root"
},
Input57 = InstanceInput {
Source = "N000_◯◯75",
Default = 0,
Name = "*◯◯",
SourceOp = "Root"
},
Input58 = InstanceInput {
Source = "Grp_基本目セット",
Default = 1,
Name = "基本目セット",
SourceOp = "Root"
},
Input59 = InstanceInput {
Source = "Grp_黒目",
Default = 1,
Name = "黒目",
SourceOp = "Root"
},
Input60 = InstanceInput {
Source = "N009_kihon99",
Default = 0,
Name = "*基本",
SourceOp = "Root"
},
Input61 = InstanceInput {
Source = "N008_kihon298",
Default = 0,
Name = "*基本2",
SourceOp = "Root"
},
Input62 = InstanceInput {
Source = "N007_kameramesen97",
Default = 0,
Name = "*カメラ目線",
SourceOp = "Root"
},
Input63 = InstanceInput {
Source = "N006_kameramesen296",
Default = 0,
Name = "*カメラ目線2",
SourceOp = "Root"
},
Input64 = InstanceInput {
Source = "N005_mesorashi95",
Default = 0,
Name = "*目そらし",
SourceOp = "Root"
},
Input65 = InstanceInput {
Source = "N004_mesorashi294",
Default = 0,
Name = "*目そらし2",
SourceOp = "Root"
},
Input66 = InstanceInput {
Source = "N003_uwamuki93",
Default = 0,
Name = "*上向き",
SourceOp = "Root"
},
Input67 = InstanceInput {
Source = "N002_uwamuki292",
Default = 0,
Name = "*上向き2",
SourceOp = "Root"
},
Input68 = InstanceInput {
Source = "N001_guruguru91",
Default = 0,
Name = "*ぐるぐる",
SourceOp = "Root"
},
Input69 = InstanceInput {
Source = "N000_toroke90",
Default = 0,
Name = "*とろけ",
SourceOp = "Root"
},
Input70 = InstanceInput {
Source = "Grp_白目",
Default = 0,
Name = "白目",
SourceOp = "Root"
},
Input71 = InstanceInput {
Source = "N001_shiromekihon87",
Default = 0,
Name = "*白目基本",
SourceOp = "Root"
},
Input72 = InstanceInput {
Source = "N000_shiromemihiraki86",
Default = 0,
Name = "*白目見開き",
SourceOp = "Root"
},
Input73 = InstanceInput {
Source = "Grp_口",
Default = 1,
Name = "口",
SourceOp = "Root"
},
Input74 = InstanceInput {
Source = "N018_n72",
Default = 0,
Name = "*ん",
SourceOp = "Root"
},
Input75 = InstanceInput {
Source = "N017_o71",
Default = 0,
Name = "*お",
SourceOp = "Root"
},
Input76 = InstanceInput {
Source = "N016_oaa70",
Default = 0,
Name = "*おあー",
SourceOp = "Root"
},
Input77 = InstanceInput {
Source = "N015_nyu69",
Default = 0,
Name = "*んゅ",
SourceOp = "Root"
},
Input78 = InstanceInput {
Source = "N014_hohoemi68",
Default = 0,
Name = "*ほほえみ",
SourceOp = "Root"
},
Input79 = InstanceInput {
Source = "N013_aha67",
Default = 0,
Name = "*あは",
SourceOp = "Root"
},
Input80 = InstanceInput {
Source = "N012_hehihi66",
Default = 0,
Name = "*へひひ",
SourceOp = "Root"
},
Input81 = InstanceInput {
Source = "N011_niyari65",
Default = 0,
Name = "*にやり",
SourceOp = "Root"
},
Input82 = InstanceInput {
Source = "N010_waa64",
Default = 0,
Name = "*わあ",
SourceOp = "Root"
},
Input83 = InstanceInput {
Source = "N009_nihe63",
Default = 0,
Name = "*にへ",
SourceOp = "Root"
},
Input84 = InstanceInput {
Source = "N008_jururi62",
Default = 0,
Name = "*じゅるり",
SourceOp = "Root"
},
Input85 = InstanceInput {
Source = "N007_nnn61",
Default = 0,
Name = "*んんー",
SourceOp = "Root"
},
Input86 = InstanceInput {
Source = "N006_eaa60",
Default = 0,
Name = "*えあー",
SourceOp = "Root"
},
Input87 = InstanceInput {
Source = "N005_uoaa59",
Default = 0,
Name = "*うおあー",
SourceOp = "Root"
},
Input88 = InstanceInput {
Source = "N004_mukuu58",
Default = 0,
Name = "*むくー",
SourceOp = "Root"
},
Input89 = InstanceInput {
Source = "N003_pero57",
Default = 0,
Name = "*ぺろ",
SourceOp = "Root"
},
Input90 = InstanceInput {
Source = "N002_uhee56",
Default = 0,
Name = "*うへー",
SourceOp = "Root"
},
Input91 = InstanceInput {
Source = "N001_munyu55",
Default = 0,
Name = "*むにゅ",
SourceOp = "Root"
},
Input92 = InstanceInput {
Source = "N000_yodare54",
Default = 0,
Name = "*よだれ",
SourceOp = "Root"
},
Input93 = InstanceInput {
Source = "Grp_顔色",
Default = 0,
Name = "顔色",
SourceOp = "Root"
},
Input94 = InstanceInput {
Source = "N000_kageri_show_47",
Default = 0,
Name = "かげり show",
SourceOp = "Root"
},
Input95 = InstanceInput {
Source = "N000_kageri_hide_47",
Default = 0,
Name = "かげり hide",
SourceOp = "Root"
},
Input96 = InstanceInput {
Source = "N004_hoppe51",
Default = 0,
Name = "*ほっぺ",
SourceOp = "Root"
},
Input97 = InstanceInput {
Source = "N003_sekimen50",
Default = 0,
Name = "*赤面",
SourceOp = "Root"
},
Input98 = InstanceInput {
Source = "N002_nebusoku49",
Default = 0,
Name = "*寝不足",
SourceOp = "Root"
},
Input99 = InstanceInput {
Source = "N001_hihyouji48",
Default = 0,
Name = "*(非表示)",
SourceOp = "Root"
},
Input100 = InstanceInput {
Source = "Grp_左腕1",
Default = 1,
Name = "左腕",
SourceOp = "Root"
},
Input101 = InstanceInput {
Source = "N004_kihon44",
Default = 0,
Name = "*基本",
SourceOp = "Root"
},
Input102 = InstanceInput {
Source = "N003_kuchimotoniyubi43",
Default = 0,
Name = "*口元に指",
SourceOp = "Root"
},
Input103 = InstanceInput {
Source = "N002_munamoto42",
Default = 0,
Name = "*胸元",
SourceOp = "Root"
},
Input104 = InstanceInput {
Source = "N001_inabakakae41",
Default = 0,
Name = "*いなば抱え",
SourceOp = "Root"
},
Input105 = InstanceInput {
Source = "N000_ue40",
Default = 0,
Name = "*上",
SourceOp = "Root"
},
Input106 = InstanceInput {
Source = "Grp_右腕1",
Default = 1,
Name = "右腕",
SourceOp = "Root"
},
Input107 = InstanceInput {
Source = "N004_kihon37",
Default = 0,
Name = "*基本",
SourceOp = "Root"
},
Input108 = InstanceInput {
Source = "N003_hoppenite36",
Default = 0,
Name = "*ほっぺに手",
SourceOp = "Root"
},
Input109 = InstanceInput {
Source = "N002_munamoto35",
Default = 0,
Name = "*胸元",
SourceOp = "Root"
},
Input110 = InstanceInput {
Source = "N001_yoko34",
Default = 0,
Name = "*横",
SourceOp = "Root"
},
Input111 = InstanceInput {
Source = "N000_ue33",
Default = 0,
Name = "*上",
SourceOp = "Root"
},
Input112 = InstanceInput {
Source = "Grp_Root",
Default = 0,
Name = "Root",
SourceOp = "Root"
},
Input113 = InstanceInput {
Source = "N007_kigounado_show_113",
Default = 0,
Name = "記号など show",
SourceOp = "Root"
},
Input114 = InstanceInput {
Source = "N007_kigounado_hide_113",
Default = 0,
Name = "記号など hide",
SourceOp = "Root"
},
Input115 = InstanceInput {
Source = "N000_suzu_show_2",
Default = 0,
Name = "鈴 show",
SourceOp = "Root"
},
Input116 = InstanceInput {
Source = "N000_suzu_hide_2",
Default = 0,
Name = "鈴 hide",
SourceOp = "Root"
},
Input117 = InstanceInput {
Source = "N002_mikofuku44",
Default = 0,
Name = "*巫女服",
SourceOp = "Root"
},
Input118 = InstanceInput {
Source = "N001_ishousabun26",
Default = 0,
Name = "*衣装差分",
SourceOp = "Root"
},
Input119 = InstanceInput {
Source = "Grp_衣装差分",
Default = 0,
Name = "衣装差分",
SourceOp = "Root"
},
Input120 = InstanceInput {
Source = "N007_hakama_show_12",
Default = 0,
Name = "袴 show",
SourceOp = "Root"
},
Input121 = InstanceInput {
Source = "N007_hakama_hide_12",
Default = 0,
Name = "袴 hide",
SourceOp = "Root"
},
Input122 = InstanceInput {
Source = "N006_banii11",
Default = 0,
Name = "*バニー",
SourceOp = "Root"
},
Input123 = InstanceInput {
Source = "N005_sukumizu10",
Default = 0,
Name = "*スク水",
SourceOp = "Root"
},
Input124 = InstanceInput {
Source = "N004_bikini9",
Default = 0,
Name = "*ビキニ",
SourceOp = "Root"
},
Input125 = InstanceInput {
Source = "N003_himo8",
Default = 0,
Name = "*紐",
SourceOp = "Root"
},
Input126 = InstanceInput {
Source = "N002_shitagi7",
Default = 0,
Name = "*下着",
SourceOp = "Root"
},
Input127 = InstanceInput {
Source = "N001_osatsu6",
Default = 0,
Name = "*御札",
SourceOp = "Root"
},
Input128 = InstanceInput {
Source = "Grp_左腕",
Default = 0,
Name = "左腕",
SourceOp = "Root"
},
Input129 = InstanceInput {
Source = "N004_kihon26",
Default = 0,
Name = "*基本",
SourceOp = "Root"
},
Input130 = InstanceInput {
Source = "N003_kuchimotoniyubi25",
Default = 0,
Name = "*口元に指",
SourceOp = "Root"
},
Input131 = InstanceInput {
Source = "N002_munamoto24",
Default = 0,
Name = "*胸元",
SourceOp = "Root"
},
Input132 = InstanceInput {
Source = "N001_inabakakae23",
Default = 0,
Name = "*いなば抱え",
SourceOp = "Root"
},
Input133 = InstanceInput {
Source = "N000_ue22",
Default = 0,
Name = "*上",
SourceOp = "Root"
},
Input134 = InstanceInput {
Source = "Grp_右腕",
Default = 0,
Name = "右腕",
SourceOp = "Root"
},
Input135 = InstanceInput {
Source = "N004_kihon19",
Default = 0,
Name = "*基本",
SourceOp = "Root"
},
Input136 = InstanceInput {
Source = "N003_hoppenite18",
Default = 0,
Name = "*ほっぺに手",
SourceOp = "Root"
},
Input137 = InstanceInput {
Source = "N002_munamoto17",
Default = 0,
Name = "*胸元",
SourceOp = "Root"
},
Input138 = InstanceInput {
Source = "N001_yoko16",
Default = 0,
Name = "*横",
SourceOp = "Root"
},
Input139 = InstanceInput {
Source = "N000_ue15",
Default = 0,
Name = "*上",
SourceOp = "Root"
},
Input140 = InstanceInput {
Source = "LayerOrder",
ControlGroup = 2,
Name = "Layer List",
Page = "口パク",
SourceOp = "MouthAnim"
},
Input141 = InstanceInput {
Source = "LayerSelection",
ControlGroup = 2,
Name = "Layer List",
Default = 1,
SourceOp = "MouthAnim"
},
Input142 = InstanceInput {
Source = "LayerName1",
ControlGroup = 2,
Name = "Layer List",
SourceOp = "MouthAnim"
},
Input143 = InstanceInput {
Source = "LayerEnabled1",
ControlGroup = 2,
Name = "Layer List",
Default = 1,
SourceOp = "MouthAnim"
},
Input144 = InstanceInput {
Source = "LayerName2",
ControlGroup = 2,
Name = "Layer List",
SourceOp = "MouthAnim"
},
Input145 = InstanceInput {
Source = "LayerEnabled2",
ControlGroup = 2,
Name = "Layer List",
Default = 0,
SourceOp = "MouthAnim"
},
Input146 = InstanceInput {
Source = "LayerName3",
ControlGroup = 2,
Name = "Layer List",
SourceOp = "MouthAnim"
},
Input147 = InstanceInput {
Source = "LayerEnabled3",
ControlGroup = 2,
Name = "Layer List",
Default = 0,
SourceOp = "MouthAnim"
},
Input148 = InstanceInput {
Source = "LayerName4",
ControlGroup = 2,
Name = "Layer List",
SourceOp = "MouthAnim"
},
Input149 = InstanceInput {
Source = "LayerEnabled4",
ControlGroup = 2,
Name = "Layer List",
Default = 0,
SourceOp = "MouthAnim"
},
Input150 = InstanceInput {
Source = "LayerName5",
ControlGroup = 2,
Name = "Layer List",
SourceOp = "MouthAnim"
},
Input151 = InstanceInput {
Source = "LayerEnabled5",
ControlGroup = 2,
Name = "Layer List",
Default = 0,
SourceOp = "MouthAnim"
},
Input152 = InstanceInput {
Source = "LayerName6",
ControlGroup = 2,
Name = "Layer List",
SourceOp = "MouthAnim"
},
Input153 = InstanceInput {
Source = "LayerEnabled6",
ControlGroup = 2,
Name = "Layer List",
Default = 0,
SourceOp = "MouthAnim"
},
Input154 = InstanceInput {
Source = "LayerName7",
ControlGroup = 2,
Name = "Layer List",
SourceOp = "MouthAnim"
},
Input155 = InstanceInput {
Source = "LayerEnabled7",
ControlGroup = 2,
Name = "Layer List",
Default = 0,
SourceOp = "MouthAnim"
},
Input156 = InstanceInput {
Source = "LayerName8",
ControlGroup = 2,
Name = "Layer List",
SourceOp = "MouthAnim"
},
Input157 = InstanceInput {
Source = "LayerEnabled8",
ControlGroup = 2,
Name = "Layer List",
Default = 1,
SourceOp = "MouthAnim"
},
Input158 = InstanceInput {
SourceOp = "MouthScale",
Default = 1,
Source = "Size"
},
Input159 = InstanceInput {
SourceOp = "EyeAnim",
Default = 167,
Source = "Blink"
},
Input160 = InstanceInput {
SourceOp = "EyeAnim",
Default = 4,
Source = "Close"
},
Input161 = InstanceInput {
SourceOp = "EyeAnim",
Default = 0,
Source = "Offset"
},
Input162 = InstanceInput {
Source = "Make",
Default = 0,
Name = "Make Anim",
SourceOp = "EyeAnim"
},
Input163 = InstanceInput {
Source = "Delete",
Default = 0,
Name = "Delete Anim",
SourceOp = "EyeAnim"
},
Input164 = InstanceInput {
Source = "at00",
Default = 0,
Name = "ボタンを押さないと反映されません。",
SourceOp = "EyeAnim"
},
Input165 = InstanceInput {
Source = "LayerOrder",
ControlGroup = 3,
Name = "Layer List",
SourceOp = "EyeAnim"
},
Input166 = InstanceInput {
Source = "LayerSelection",
ControlGroup = 3,
Name = "Layer List",
Default = 1,
SourceOp = "EyeAnim"
},
Input167 = InstanceInput {
Source = "LayerName1",
ControlGroup = 3,
Name = "Layer List",
SourceOp = "EyeAnim"
},
Input168 = InstanceInput {
Source = "LayerEnabled1",
ControlGroup = 3,
Name = "Layer List",
Default = 1,
SourceOp = "EyeAnim"
},
Input169 = InstanceInput {
Source = "LayerName2",
ControlGroup = 3,
Name = "Layer List",
SourceOp = "EyeAnim"
},
Input170 = InstanceInput {
Source = "LayerEnabled2",
ControlGroup = 3,
Name = "Layer List",
Default = 0,
SourceOp = "EyeAnim"
},
Input171 = InstanceInput {
Source = "LayerName3",
ControlGroup = 3,
Name = "Layer List",
SourceOp = "EyeAnim"
},
Input172 = InstanceInput {
Source = "LayerEnabled3",
ControlGroup = 3,
Name = "Layer List",
Default = 1,
SourceOp = "EyeAnim"
}
},
Outputs = ordered() {
MainOutput1 = InstanceOutput {
SourceOp = "レイアウト",
Source = "Output"
}
},
Tools = ordered() {
Loader71 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 8305, -2161.5 } },
Clips = {
Clip {
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
FormatID = "PNGFormat",
Filename = "CHARA:\\中国うさぎ立ち絵素材2.0\\!目\\-基本目セット\\!黒目\\-カメラ目線2_.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
Loader65 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 7645, -2161.5 } },
Clips = {
Clip {
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
FormatID = "PNGFormat",
Filename = "CHARA:\\中国うさぎ立ち絵素材2.0\\!目\\-基本目セット\\!黒目\\-とろけ.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
Loader80 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 6820, -643.5 } },
Clips = {
Clip {
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
FormatID = "PNGFormat",
Filename = "CHARA:\\中国うさぎ立ち絵素材2.0\\記号など\\涙.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
Loader50 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 7755, -1039.5 } },
Clips = {
Clip {
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
FormatID = "PNGFormat",
Filename = "CHARA:\\中国うさぎ立ち絵素材2.0\\!口\\-あは.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
Loader7 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 1155, -643.5 } },
Clips = {
Clip {
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
FormatID = "PNGFormat",
Filename = "CHARA:\\中国うさぎ立ち絵素材2.0\\-衣装差分\\-スク水.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
["荒ぶる"] = GroupOperator {
ViewInfo = GroupInfo {
Scale = 1,
Offset = { 0, 0 },
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Pos = { 9570, 478.5 },
PipeStyle = "Direct",
Direction = "Horizontal",
Flags = {
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true,
AllowPan = false,
ForceAll = true,
GridSnap = true
}
},
Tools = ordered() {
Transform1_2_1 = Transform {
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
Inputs = {
y = Input { Value = 0.03 },
x = Input { Value = 0.03 },
in_out = Input {
SourceOp = "KeyframeStretcher1_1",
Source = "Result"
},
Center = Input {
Expression = "Point(0.5, 0.5) + shake * in_out",
Value = { 0.502997744173508, 0.497908177638071 }
},
shake = Input {
SourceOp = "Shake1_1",
Source = "Position"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
CtrlWShown = false,
UserControls = 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 } }
},
KeyframeStretcher1_1 = KeyStretcherMod {
CtrlWZoom = false,
Inputs = {
StretchStart = Input { Value = 10 },
StretchEnd = Input { Value = 110 },
Keyframes = Input {
SourceOp = "KeyStretcheronTransform1_2_1Keyframes",
Source = "Value"
}
}
},
KeyStretcheronTransform1_2_1Keyframes = BezierSpline {
CtrlWZoom = false,
KeyFrames = {
[0] = { 0, Flags = { Linear = true }, RH = { 3.33333333333333, 0 } },
[10] = { 1, LH = { 6.66666666666667, 1 }, RH = { 43.3333333333333, 1 } },
[110] = { 1, LH = { 76.6666666666667, 1 }, RH = { 113.333333333333, 1 } },
[120] = { 0, LH = { 116.666666666667, 0 } }
},
SplineColor = { Green = 106, Blue = 231, Red = 193 }
},
Shake1_1 = Shake {
CtrlWZoom = false,
Inputs = {
XMaximum = Input {
Expression = "Transform1_2_1.x",
Value = 0.03
},
YMinimum = Input {
Expression = "-Transform1_2_1.y",
Value = -0.03
},
YMaximum = Input {
Expression = "Transform1_2_1.y",
Value = 0.03
},
LockXY = Input { Value = 0 },
XMinimum = Input {
Expression = "-Transform1_2_1.x",
Value = -0.03
},
Smoothness = Input { Value = 1.5 }
},
Faster = true
}
},
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform1_2_1",
Source = "Output"
}
},
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform1_2_1",
Source = "Input"
},
Input3 = InstanceInput {
Source = "RandomSeed",
Default = 0,
SourceOp = "Shake1_1",
Width = 1
},
Input4 = InstanceInput {
SourceOp = "Shake1_1",
Width = 0.385,
Source = "Randomize"
},
Input5 = InstanceInput {
SourceOp = "Shake1_1",
Default = 10,
Source = "Smoothness"
},
Input1 = InstanceInput {
Source = "x",
Default = 0.1,
SourceOp = "Transform1_2_1",
Name = "X"
},
Input2 = InstanceInput {
Source = "y",
Default = 0.1,
SourceOp = "Transform1_2_1",
Name = "Y"
}
},
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
NameSet = true
},
Loader38 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 6435, -1039.5 } },
Clips = {
Clip {
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
FormatID = "PNGFormat",
Filename = "CHARA:\\中国うさぎ立ち絵素材2.0\\!口\\-むにゅ.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
Loader63 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 7205, -2161.5 } },
Clips = {
Clip {
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
FormatID = "PNGFormat",
Filename = "CHARA:\\中国うさぎ立ち絵素材2.0\\!目\\-基本目セット\\!白目\\-白目見開き.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
Loader42 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 6875, -1039.5 } },
Clips = {
Clip {
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
FormatID = "PNGFormat",
Filename = "CHARA:\\中国うさぎ立ち絵素材2.0\\!口\\-うおあー.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
Loader12 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 1925, -1039.5 } },
Clips = {
Clip {
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
FormatID = "PNGFormat",
Filename = "CHARA:\\中国うさぎ立ち絵素材2.0\\-衣装差分\\!右腕\\-胸元.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
Loader43 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 6985, -1039.5 } },
Clips = {
Clip {
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
FormatID = "PNGFormat",
Filename = "CHARA:\\中国うさぎ立ち絵素材2.0\\!口\\-えあー.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
Loader10 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 1705, -1039.5 } },
Clips = {
Clip {
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
FormatID = "PNGFormat",
Filename = "CHARA:\\中国うさぎ立ち絵素材2.0\\-衣装差分\\!右腕\\-上.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
Loader5 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 935, -643.5 } },
Clips = {
Clip {
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
FormatID = "PNGFormat",
Filename = "CHARA:\\中国うさぎ立ち絵素材2.0\\-衣装差分\\-紐.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
Loader82 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 7040, -643.5 } },
Clips = {
Clip {
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
FormatID = "PNGFormat",
Filename = "CHARA:\\中国うさぎ立ち絵素材2.0\\記号など\\汗多め.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
Loader27 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4455, -1039.5 } },
Clips = {
Clip {
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
FormatID = "PNGFormat",
Filename = "CHARA:\\中国うさぎ立ち絵素材2.0\\-巫女服\\!左腕\\-上.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
["ぽよ"] = GroupOperator {
ViewInfo = GroupInfo {
Scale = 1,
Offset = { 0, 0 },
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Pos = { 7755, 478.5 },
PipeStyle = "Direct",
Direction = "Horizontal",
Flags = {
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true,
AllowPan = false,
ForceAll = true,
GridSnap = true
}
},
Tools = ordered() {
Transform = Transform {
CtrlWZoom = false,
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
UserControls = 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 } },
Inputs = {
Pivot = Input { Value = { 0.5, 0 } },
Aspect = Input {
SourceOp = "Calculation1",
Source = "Result"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
CtrlWShown = false,
NameSet = true
},
Calculation1 = Calculation {
CtrlWZoom = false,
Inputs = {
FirstOperand = Input {
SourceOp = "Calculation2",
Source = "Result"
},
FirstOperandTimeOffset = Input { Expression = "-comp.GlobalStart" },
SecondOperand = Input { Value = 1 }
}
},
Calculation2 = Calculation {
CtrlWZoom = false,
Inputs = {
FirstOperand = Input {
SourceOp = "CalculationonCalculationonTransformAspectFirstOperand",
Source = "Value"
},
FirstOperandTimeScale = Input { Expression = "Transform.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate" },
SecondOperand = Input { Value = 0.8 },
Operator = Input { Value = 2 }
}
},
CalculationonCalculationonTransformAspectFirstOperand = BezierSpline {
CtrlWZoom = false,
KeyFrames = {
[0] = { 0, Flags = { Linear = true }, RH = { 1, 0 } },
[3] = { 0.0800000000000001, LH = { 2, 0.0800000000000001 }, RH = { 4.66666666666667, 0.0800000000000001 } },
[8] = { -0.0489999999999999, LH = { 6.33333333333333, -0.0489999999999999 }, RH = { 9.33333333333333, -0.0489999999999999 } },
[12] = { 0.03, LH = { 10.6666666666667, 0.03 }, RH = { 13.3333333333333, 0.03 } },
[16] = { -0.00700000000000001, LH = { 14.6666666666667, -0.00700000000000001 }, RH = { 16.6666666666667, -0.00700000000000001 } },
[18] = { 0.004, LH = { 17.3333333333333, 0.004 }, RH = { 18.6666666666667, 0.004 } },
[20] = { 0, LH = { 19.3333333333333, 0 } }
},
SplineColor = { Green = 105, Blue = 30, Red = 210 }
}
},
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform",
Source = "Output"
}
},
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform",
Source = "Input"
},
Input1 = InstanceInput {
Source = "speed",
Default = 1,
SourceOp = "Transform",
Page = "Controls",
Name = "スピード"
},
Input2 = InstanceInput {
Source = "SecondOperand",
Default = 1,
SourceOp = "Calculation2",
Name = "強さ"
},
Input3 = InstanceInput {
SourceOp = "Transform",
Source = "Pivot"
}
},
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
NameSet = true
},
["パーターブ_Ctrl"] = Transform {
ViewInfo = OperatorInfo { Pos = { 8910, 478.5 } },
Inputs = {
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
},
Center = Input {
SourceOp = "Perturb1",
Source = "Value"
}
},
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
NameSet = true
},
Perturb1 = PerturbPoint {
CtrlWZoom = false,
Inputs = {
Speed = Input {
SourceOp = "Motion_Speed",
Source = "Value"
},
Strength = Input {
SourceOp = "Motion_Str",
Source = "Value"
}
},
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
}
},
Motion_Str = PublishNumber {
CtrlWZoom = false,
Inputs = {
Value = Input { Value = 1 }
},
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
NameSet = true
},
Motion_Speed = PublishNumber {
CtrlWZoom = false,
Inputs = {
Value = Input { Value = 1 }
},
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
NameSet = true
},
["横揺れ_Ctrl"] = Transform {
ViewInfo = OperatorInfo { Pos = { 8415, 478.5 } },
UserControls = 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" } },
Inputs = {
v = Input {
Expression = "0.5 + amplitude * iif(time > out, 0,bound)",
Value = 0.504755282581476
},
speed = Input {
SourceOp = "Motion_Speed",
Source = "Value"
},
amplitude = Input {
SourceOp = "Motion_Str",
Source = "Value"
},
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
ReferenceSize = Input { Value = 1 },
Center = Input {
Expression = "Point(v, 0.5)",
Value = { 0.504755282581476, 0.5 }
},
bound = Input {
Expression = "sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)",
Value = 0.951056516295153
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
NameSet = true
},
Loader13 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 2035, -1039.5 } },
Clips = {
Clip {
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
FormatID = "PNGFormat",
Filename = "CHARA:\\中国うさぎ立ち絵素材2.0\\-衣装差分\\!右腕\\-ほっぺに手.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
Loader40 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 6655, -1039.5 } },
Clips = {
Clip {
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
FormatID = "PNGFormat",
Filename = "CHARA:\\中国うさぎ立ち絵素材2.0\\!口\\-ぺろ.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
["縦揺れ_Ctrl"] = Transform {
ViewInfo = OperatorInfo { Pos = { 8580, 478.5 } },
UserControls = 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 } },
Inputs = {
v = Input {
Expression = "0.5 + amplitude * iif(time > out, 0,bound)",
Value = 0.504755282581476
},
speed = Input {
SourceOp = "Motion_Speed",
Source = "Value"
},
amplitude = Input {
SourceOp = "Motion_Str",
Source = "Value"
},
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
ReferenceSize = Input { Value = 1 },
Center = Input {
Expression = "Point(0.5,v)",
Value = { 0.504755282581476, 0.5 }
},
bound = Input {
Expression = "sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)",
Value = 0.951056516295153
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
NameSet = true
},
["ぴょん_Ctrl"] = Transform {
ViewInfo = OperatorInfo { Pos = { 7920, 478.5 } },
UserControls = 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 } },
Inputs = {
Center = Input {
SourceOp = "XYPath1_1",
Source = "Value"
},
speed = Input {
SourceOp = "Motion_Speed",
Source = "Value"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
NameSet = true
},
XYPath1_1 = XYPath {
CtrlWZoom = false,
ShowKeyPoints = false,
DrawMode = "ModifyOnly",
Inputs = {
Y = Input {
SourceOp = "Calculation1_1_1",
Source = "Result"
},
X = Input { Value = 0.5 }
},
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
}
},
Calculation1_1_1 = Calculation {
CtrlWZoom = false,
Inputs = {
FirstOperand = Input {
SourceOp = "Calculation2_1_1",
Source = "Result"
},
FirstOperandTimeOffset = Input { Expression = "-comp.GlobalStart - ぴょん_Ctrl.offset" },
SecondOperand = Input { Value = 0.5 }
},
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
}
},
Calculation2_1_1 = Calculation {
CtrlWZoom = false,
Inputs = {
FirstOperand = Input {
SourceOp = "Calculation4_1",
Source = "Result"
},
FirstOperandTimeScale = Input { Expression = "ぴょん_Ctrl.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate" },
SecondOperand = Input { Value = 0.5 },
Operator = Input { Value = 2 }
},
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
}
},
Calculation4_1 = Calculation {
CtrlWZoom = false,
Inputs = {
FirstOperand = Input {
SourceOp = "Calculation4_1FirstOperand",
Source = "Value"
},
SecondOperand = Input {
SourceOp = "Motion_Str",
Source = "Value"
},
Operator = Input { Value = 2 }
},
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
}
},
Calculation4_1FirstOperand = BezierSpline {
CtrlWZoom = false,
KeyFrames = {
[0] = { 0, Flags = { Linear = true }, RH = { 2.65, 0.18 } },
[13] = { 0, LH = { 9.5, 0.194 }, RH = { 15.2, 0.05 } },
[22] = { 0, LH = { 18.7, 0.06 }, RH = { 24.9, 0.02 } },
[30] = { 0, LH = { 27.4851924208954, 0 } }
},
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
SplineColor = { Green = 255, Blue = 0, Red = 0 },
NameSet = true
},
Loader39 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 6545, -1039.5 } },
Clips = {
Clip {
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
FormatID = "PNGFormat",
Filename = "CHARA:\\中国うさぎ立ち絵素材2.0\\!口\\-うへー.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
Loader15 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 2475, -1039.5 } },
Clips = {
Clip {
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
FormatID = "PNGFormat",
Filename = "CHARA:\\中国うさぎ立ち絵素材2.0\\-衣装差分\\!左腕\\-上.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
Loader31 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4895, -1039.5 } },
Clips = {
Clip {
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
FormatID = "PNGFormat",
Filename = "CHARA:\\中国うさぎ立ち絵素材2.0\\-巫女服\\!左腕\\-基本.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
ST_Background = Background {
ViewInfo = OperatorInfo { Pos = { 8580, 643.5 } },
Inputs = {
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
UseFrameFormatSettings = Input { Value = 1 },
Height = Input { Value = 1080 },
Depth = Input { Value = 1 },
Width = Input { Value = 1920 },
GlobalOut = Input { Value = 180 }
},
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
NameSet = true
},
ST_SetDomain = SetDomain {
ViewInfo = OperatorInfo { Pos = { 8580, 775.5 } },
Inputs = {
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Input = Input {
SourceOp = "ST_Background",
Source = "Output"
},
Right = Input { Value = 0 }
},
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
NameSet = true
},
["モーションSelector"] = Transform {
ViewInfo = OperatorInfo { Pos = { 8745, 643.5 } },
Colors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },
Inputs = {
Str = Input {
SourceOp = "Motion_Str",
Source = "Value"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
},
Speed = Input {
SourceOp = "Motion_Speed",
Source = "Value"
}
},
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
UserControls = ordered() {
["N000_モーションなし"] = {
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"モーションなし\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "モーションなし",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N001_ぽよ"] = {
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"ぽよ\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "ぽよ",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N002_ぴょん_Ctrl"] = {
ICS_ControlPage = "モーション",
BTNCS_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",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "ぴょん_Ctrl",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N003_リズム_Ctrl"] = {
ICS_ControlPage = "モーション",
BTNCS_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",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "リズム_Ctrl",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N004_跳ねる_Ctrl"] = {
ICS_ControlPage = "モーション",
BTNCS_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",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "跳ねる_Ctrl",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N005_横揺れ_Ctrl"] = {
ICS_ControlPage = "モーション",
BTNCS_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",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "横揺れ_Ctrl",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N006_縦揺れ_Ctrl"] = {
ICS_ControlPage = "モーション",
BTNCS_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",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "縦揺れ_Ctrl",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N007_拡縮_Ctrl"] = {
ICS_ControlPage = "モーション",
BTNCS_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",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "拡縮_Ctrl",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N008_パーターブ_Ctrl"] = {
ICS_ControlPage = "モーション",
BTNCS_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",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "パーターブ_Ctrl",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N009_跳ねる"] = {
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"跳ねる\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "跳ねる",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N010_跳ねる_小"] = {
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"跳ねる_小\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "跳ねる_小",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N011_不安"] = {
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"不安\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "不安",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N012_荒ぶる"] = {
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"荒ぶる\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "荒ぶる",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N013_震え"] = {
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"震え\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "震え",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
Speed = {
INP_Default = 1,
INP_MaxScale = 5,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Speed",
INPID_InputControl = "SliderControl",
INP_MinScale = 0
},
Str = {
INP_Default = 1,
INP_MaxScale = 5,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Str",
INPID_InputControl = "SliderControl",
INP_MinScale = 0
}
}
},
ST_Merge = Merge {
ViewInfo = OperatorInfo { Pos = { 8745, 775.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "ST_SetDomain",
Source = "Output"
},
Foreground = Input {
SourceOp = "モーションSelector",
Source = "Output"
}
},
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
NameSet = true
},
["レイアウト"] = Transform {
ViewInfo = OperatorInfo { Pos = { 8745, 907.5 } },
Colors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },
Inputs = {
Input = Input {
SourceOp = "ST_Merge",
Source = "Output"
},
Center = Input { Value = { 0.85, 0.1 } }
},
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
NameSet = true
},
Loader11 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 1815, -1039.5 } },
Clips = {
Clip {
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
FormatID = "PNGFormat",
Filename = "CHARA:\\中国うさぎ立ち絵素材2.0\\-衣装差分\\!右腕\\-横.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
Loader48 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 7535, -1039.5 } },
Clips = {
Clip {
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
FormatID = "PNGFormat",
Filename = "CHARA:\\中国うさぎ立ち絵素材2.0\\!口\\-にやり.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
Loader24 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 3905, -1039.5 } },
Clips = {
Clip {
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
FormatID = "PNGFormat",
Filename = "CHARA:\\中国うさぎ立ち絵素材2.0\\-巫女服\\!右腕\\-胸元.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
Loader23 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 3795, -1039.5 } },
Clips = {
Clip {
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
FormatID = "PNGFormat",
Filename = "CHARA:\\中国うさぎ立ち絵素材2.0\\-巫女服\\!右腕\\-横.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
Loader33 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 5335, -643.5 } },
Clips = {
Clip {
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
FormatID = "PNGFormat",
Filename = "CHARA:\\中国うさぎ立ち絵素材2.0\\!顔色\\-(非表示).png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
["リズム_Ctrl"] = Transform {
ViewInfo = OperatorInfo { Pos = { 8085, 478.5 } },
Inputs = {
Pivot = Input { Value = { 0.5, 0 } },
Aspect = Input {
SourceOp = "リズム_AspectAffset",
Source = "Result"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
NameSet = true
},
["リズム_AspectAffset"] = Calculation {
CtrlWZoom = false,
Inputs = {
FirstOperand = Input {
SourceOp = "リズム_ScaleAndTimeScaleForFPS",
Source = "Result"
},
SecondOperand = Input { Value = 1 }
},
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
NameSet = true
},
["リズム_ScaleAndTimeScaleForFPS"] = Calculation {
CtrlWZoom = false,
Inputs = {
FirstOperand = Input {
SourceOp = "リズム_Loop",
Source = "Result"
},
FirstOperandTimeScale = Input { Expression = "30 / comp:GetPrefs().Comp.FrameFormat.Rate" },
SecondOperand = Input {
SourceOp = "Motion_Str",
Source = "Value"
},
Operator = Input { Value = 2 }
},
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
NameSet = true
},
["リズム_Loop"] = Calculation {
CtrlWZoom = false,
UserControls = ordered() {
Speed = {
INP_Default = 1,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Speed",
INPID_InputControl = "SliderControl"
},
Frame = {
INP_Default = 1,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Frame",
INPID_InputControl = "SliderControl"
}
},
Inputs = {
Frame = Input {
Expression = "30 / Speed",
Value = 30
},
Operator = Input { Value = 9 },
FirstOperand = Input {
SourceOp = "リズム_LoopFirstOperand",
Source = "Value"
},
FirstOperandTimeOffset = Input { Expression = "- math.floor(time / Frame) * Frame" },
Speed = Input {
SourceOp = "Motion_Speed",
Source = "Value"
}
},
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
NameSet = true
},
["リズム_LoopFirstOperand"] = BezierSpline {
CtrlWZoom = false,
KeyFrames = {
[0] = { 0, Flags = { Linear = true }, RH = { 1, 0 } },
[3] = { -0.01, LH = { 2, -0.01 }, RH = { 4, -0.01 } },
[6] = { 0, LH = { 5, 0 } }
},
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
SplineColor = { Green = 105, Blue = 30, Red = 210 }
},
Loader69 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 8085, -2161.5 } },
Clips = {
Clip {
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
FormatID = "PNGFormat",
Filename = "CHARA:\\中国うさぎ立ち絵素材2.0\\!目\\-基本目セット\\!黒目\\-目そらし2_.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
["跳ねる"] = GroupOperator {
ViewInfo = GroupInfo {
Scale = 1,
Offset = { 0, 0 },
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Pos = { 9075, 478.5 },
PipeStyle = "Direct",
Direction = "Horizontal",
Flags = {
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true,
AllowPan = false,
ForceAll = true,
GridSnap = true
}
},
Tools = ordered() {
Transform1_1 = Transform {
CtrlWZoom = false,
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
Inputs = {
speed = Input { Value = 2 },
amplitude = Input { Value = 0.08 },
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
ReferenceSize = Input { Value = 1 },
Center = Input {
Expression = "Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))",
Value = { 0.5, 0.595105651629515 }
},
bound = Input {
Expression = "math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\n",
Value = 0.951056516295154
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
CtrlWShown = false,
UserControls = 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 } }
}
},
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform1_1",
Source = "Output"
}
},
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform1_1",
Source = "Input"
},
Input1 = InstanceInput {
Source = "speed",
Default = 2,
SourceOp = "Transform1_1",
MinScale = 0.0010000000475
},
Input2 = InstanceInput {
SourceOp = "Transform1_1",
Default = 0.1,
Source = "amplitude"
}
},
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
NameSet = true
},
Loader78 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 6380, -643.5 } },
Clips = {
Clip {
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
FormatID = "PNGFormat",
Filename = "CHARA:\\中国うさぎ立ち絵素材2.0\\!眉\\-怒り眉.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
Loader52 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 7975, -1039.5 } },
Clips = {
Clip {
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
FormatID = "PNGFormat",
Filename = "CHARA:\\中国うさぎ立ち絵素材2.0\\!口\\-んゅ.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
Loader58 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 6215, -1369.5 } },
Clips = {
Clip {
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
FormatID = "PNGFormat",
Filename = "CHARA:\\中国うさぎ立ち絵素材2.0\\!目\\-__.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
Loader4 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 825, -643.5 } },
Clips = {
Clip {
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
FormatID = "PNGFormat",
Filename = "CHARA:\\中国うさぎ立ち絵素材2.0\\-衣装差分\\-下着.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
Background2 = Background {
Inputs = {
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1951 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
GlobalOut = Input { Value = 180 }
},
ViewInfo = OperatorInfo { Pos = { 495, -643.5 } }
},
SetDomain2 = SetDomain {
Inputs = {
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background2",
Source = "Output"
},
Right = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 495, -511.5 } }
},
Loader2 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 605, -643.5 } },
Clips = {
Clip {
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
FormatID = "PNGFormat",
Filename = "CHARA:\\中国うさぎ立ち絵素材2.0\\-衣装差分\\!素体.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
["素体_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain2",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader2",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 605, -511.5 } }
},
Loader8 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 1265, -643.5 } },
Clips = {
Clip {
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
FormatID = "PNGFormat",
Filename = "CHARA:\\中国うさぎ立ち絵素材2.0\\-衣装差分\\-バニー.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
["衣装差分_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "素体_MG",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader8",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 1265, -511.5 } }
},
["袴_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "衣装差分_MG",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 1375, -511.5 } }
},
Background3 = Background {
Inputs = {
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1951 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
GlobalOut = Input { Value = 180 }
},
ViewInfo = OperatorInfo { Pos = { 1595, -1039.5 } }
},
SetDomain3 = SetDomain {
Inputs = {
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background3",
Source = "Output"
},
Right = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 1595, -907.5 } }
},
Loader14 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 2145, -1039.5 } },
Clips = {
Clip {
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
FormatID = "PNGFormat",
Filename = "CHARA:\\中国うさぎ立ち絵素材2.0\\-衣装差分\\!右腕\\-基本.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
["右腕_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain3",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader14",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 2145, -907.5 } }
},
["右腕"] = Transform {
Inputs = {
Input = Input {
SourceOp = "右腕_MG",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 2145, -775.5 } }
},
["右腕_MG1"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "袴_MG",
Source = "Output"
},
Foreground = Input {
SourceOp = "右腕",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 2145, -511.5 } }
},
Background4 = Background {
Inputs = {
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1951 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
GlobalOut = Input { Value = 180 }
},
ViewInfo = OperatorInfo { Pos = { 2365, -1039.5 } }
},
SetDomain4 = SetDomain {
Inputs = {
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background4",
Source = "Output"
},
Right = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 2365, -907.5 } }
},
Loader19 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 2915, -1039.5 } },
Clips = {
Clip {
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
FormatID = "PNGFormat",
Filename = "CHARA:\\中国うさぎ立ち絵素材2.0\\-衣装差分\\!左腕\\-基本.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
["左腕_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain4",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader19",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 2915, -907.5 } }
},
["左腕"] = Transform {
Inputs = {
Input = Input {
SourceOp = "左腕_MG",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 2915, -775.5 } }
},
["左腕_MG1"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "右腕_MG1",
Source = "Output"
},
Foreground = Input {
SourceOp = "左腕",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 2915, -511.5 } }
},
["衣装差分"] = Transform {
Inputs = {
Input = Input {
SourceOp = "左腕_MG1",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 2915, -379.5 } }
},
Loader56 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 5995, -1369.5 } },
Clips = {
Clip {
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
FormatID = "PNGFormat",
Filename = "CHARA:\\中国うさぎ立ち絵素材2.0\\!目\\-◯◯.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
Loader35 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 5555, -643.5 } },
Clips = {
Clip {
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
FormatID = "PNGFormat",
Filename = "CHARA:\\中国うさぎ立ち絵素材2.0\\!顔色\\-赤面.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
Loader76 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 6160, -643.5 } },
Clips = {
Clip {
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
FormatID = "PNGFormat",
Filename = "CHARA:\\中国うさぎ立ち絵素材2.0\\!眉\\-困り眉.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
Loader61 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 6545, -1369.5 } },
Clips = {
Clip {
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
FormatID = "PNGFormat",
Filename = "CHARA:\\中国うさぎ立ち絵素材2.0\\!目\\-うっとり.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
Loader81 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 6930, -643.5 } },
Clips = {
Clip {
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
FormatID = "PNGFormat",
Filename = "CHARA:\\中国うさぎ立ち絵素材2.0\\記号など\\汗.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
Loader68 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 7975, -2161.5 } },
Clips = {
Clip {
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
FormatID = "PNGFormat",
Filename = "CHARA:\\中国うさぎ立ち絵素材2.0\\!目\\-基本目セット\\!黒目\\-上向き.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
Loader60 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 6435, -1369.5 } },
Clips = {
Clip {
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
FormatID = "PNGFormat",
Filename = "CHARA:\\中国うさぎ立ち絵素材2.0\\!目\\-にっこり.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
Loader49 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 7645, -1039.5 } },
Clips = {
Clip {
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
FormatID = "PNGFormat",
Filename = "CHARA:\\中国うさぎ立ち絵素材2.0\\!口\\-へひひ.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
Loader83 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 7150, -643.5 } },
Clips = {
Clip {
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
FormatID = "PNGFormat",
Filename = "CHARA:\\中国うさぎ立ち絵素材2.0\\記号など\\いなば.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
["拡縮_Ctrl"] = Transform {
ViewInfo = OperatorInfo { Pos = { 8745, 478.5 } },
UserControls = 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" } },
Inputs = {
ReferenceSize = Input { Value = 1 },
Center = Input { Value = { 0.504755282581476, 0.5 } },
v = Input {
Expression = "1 + amplitude * iif(time > out, 0,bound)",
Value = 0.504755282581476
},
speed = Input {
SourceOp = "Motion_Speed",
Source = "Value"
},
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
amplitude = Input {
SourceOp = "Motion_Str",
Source = "Value"
},
Size = Input { Expression = " v" },
bound = Input {
Expression = "sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)",
Value = 0.951056516295153
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
NameSet = true
},
Loader44 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 7095, -1039.5 } },
Clips = {
Clip {
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
FormatID = "PNGFormat",
Filename = "CHARA:\\中国うさぎ立ち絵素材2.0\\!口\\-んんー.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
Loader37 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 6325, -1039.5 } },
Clips = {
Clip {
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
FormatID = "PNGFormat",
Filename = "CHARA:\\中国うさぎ立ち絵素材2.0\\!口\\-よだれ.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
Loader25 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4015, -1039.5 } },
Clips = {
Clip {
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
FormatID = "PNGFormat",
Filename = "CHARA:\\中国うさぎ立ち絵素材2.0\\-巫女服\\!右腕\\-ほっぺに手.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
Loader70 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 8195, -2161.5 } },
Clips = {
Clip {
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
FormatID = "PNGFormat",
Filename = "CHARA:\\中国うさぎ立ち絵素材2.0\\!目\\-基本目セット\\!黒目\\-目そらし.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
Loader67 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 7865, -2161.5 } },
Clips = {
Clip {
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
FormatID = "PNGFormat",
Filename = "CHARA:\\中国うさぎ立ち絵素材2.0\\!目\\-基本目セット\\!黒目\\-上向き2_.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
Loader29 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4675, -1039.5 } },
Clips = {
Clip {
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
FormatID = "PNGFormat",
Filename = "CHARA:\\中国うさぎ立ち絵素材2.0\\-巫女服\\!左腕\\-胸元.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
Loader62 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 6655, -1369.5 } },
Clips = {
Clip {
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
FormatID = "PNGFormat",
Filename = "CHARA:\\中国うさぎ立ち絵素材2.0\\!目\\-ジト目.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
Loader22 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 3685, -1039.5 } },
Clips = {
Clip {
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
FormatID = "PNGFormat",
Filename = "CHARA:\\中国うさぎ立ち絵素材2.0\\-巫女服\\!右腕\\-上.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
Loader6 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 1045, -643.5 } },
Clips = {
Clip {
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
FormatID = "PNGFormat",
Filename = "CHARA:\\中国うさぎ立ち絵素材2.0\\-衣装差分\\-ビキニ.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
Loader77 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 6270, -643.5 } },
Clips = {
Clip {
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
FormatID = "PNGFormat",
Filename = "CHARA:\\中国うさぎ立ち絵素材2.0\\!眉\\-上がり眉.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
Loader84 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 7260, -643.5 } },
Clips = {
Clip {
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
FormatID = "PNGFormat",
Filename = "CHARA:\\中国うさぎ立ち絵素材2.0\\記号など\\うさみみ.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
Loader66 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 7755, -2161.5 } },
Clips = {
Clip {
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
FormatID = "PNGFormat",
Filename = "CHARA:\\中国うさぎ立ち絵素材2.0\\!目\\-基本目セット\\!黒目\\-ぐるぐる.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
Loader32 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 5225, -643.5 } },
Clips = {
Clip {
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
FormatID = "PNGFormat",
Filename = "CHARA:\\中国うさぎ立ち絵素材2.0\\!顔色\\かげり.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
Loader46 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 7315, -1039.5 } },
Clips = {
Clip {
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
FormatID = "PNGFormat",
Filename = "CHARA:\\中国うさぎ立ち絵素材2.0\\!口\\-にへ.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
Loader74 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 8635, -2161.5 } },
Clips = {
Clip {
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
FormatID = "PNGFormat",
Filename = "CHARA:\\中国うさぎ立ち絵素材2.0\\!目\\-基本目セット\\!黒目\\-基本.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
Loader34 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 5445, -643.5 } },
Clips = {
Clip {
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
FormatID = "PNGFormat",
Filename = "CHARA:\\中国うさぎ立ち絵素材2.0\\!顔色\\-寝不足.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
Loader30 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4785, -1039.5 } },
Clips = {
Clip {
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
FormatID = "PNGFormat",
Filename = "CHARA:\\中国うさぎ立ち絵素材2.0\\-巫女服\\!左腕\\-口元に指.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
Loader41 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 6765, -1039.5 } },
Clips = {
Clip {
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
FormatID = "PNGFormat",
Filename = "CHARA:\\中国うさぎ立ち絵素材2.0\\!口\\-むくー.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
Loader3 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 715, -643.5 } },
Clips = {
Clip {
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
FormatID = "PNGFormat",
Filename = "CHARA:\\中国うさぎ立ち絵素材2.0\\-衣装差分\\-御札.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
["震え"] = GroupOperator {
ViewInfo = GroupInfo {
Scale = 1,
Offset = { 0, 0 },
Size = { 126, 109.359001159668, 63, 24.2423992156982 },
Pos = { 9735, 478.5 },
PipeStyle = "Direct",
Direction = "Horizontal",
Flags = {
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true,
AllowPan = false,
ForceAll = true,
GridSnap = true
}
},
Tools = ordered() {
Transform1_3 = Transform {
ViewInfo = OperatorInfo { Pos = { 0, 29.7576007843018 } },
Inputs = {
v = Input {
Expression = "0.5 + amplitude * iif(time > out, 0,bound)",
Value = 0.504755282581476
},
speed = Input { Value = 12 },
amplitude = Input { Value = 0.005 },
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
ReferenceSize = Input { Value = 1 },
Center = Input {
Expression = "iif(Y == 0, Point(v, 0.5),Point(0.5,v))",
Value = { 0.504755282581476, 0.5 }
},
bound = Input {
Expression = "sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)",
Value = 0.951056516295153
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
CtrlWShown = false,
UserControls = 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" } }
}
},
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform1_3",
Source = "Output"
}
},
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform1_3",
Source = "Input"
},
Input1 = InstanceInput {
SourceOp = "Transform1_3",
Default = 2,
Source = "speed"
},
Input2 = InstanceInput {
SourceOp = "Transform1_3",
Default = 0.1,
Source = "amplitude"
},
Input3 = InstanceInput {
SourceOp = "Transform1_3",
Default = 0,
Source = "Y"
}
},
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
NameSet = true
},
Loader9 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 1375, -643.5 } },
Clips = {
Clip {
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
FormatID = "PNGFormat",
Filename = "CHARA:\\中国うさぎ立ち絵素材2.0\\-衣装差分\\袴.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
Loader45 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 7205, -1039.5 } },
Clips = {
Clip {
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
FormatID = "PNGFormat",
Filename = "CHARA:\\中国うさぎ立ち絵素材2.0\\!口\\-じゅるり.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
Loader47 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 7425, -1039.5 } },
Clips = {
Clip {
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
FormatID = "PNGFormat",
Filename = "CHARA:\\中国うさぎ立ち絵素材2.0\\!口\\-わあ.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
Loader73 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 8525, -2161.5 } },
Clips = {
Clip {
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
FormatID = "PNGFormat",
Filename = "CHARA:\\中国うさぎ立ち絵素材2.0\\!目\\-基本目セット\\!黒目\\-基本2_.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
Loader57 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 6105, -1369.5 } },
Clips = {
Clip {
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
FormatID = "PNGFormat",
Filename = "CHARA:\\中国うさぎ立ち絵素材2.0\\!目\\-なごみ目.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
["跳ねる_Ctrl"] = Transform {
ViewInfo = OperatorInfo { Pos = { 8250, 478.5 } },
UserControls = 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 } },
Inputs = {
speed = Input {
SourceOp = "Motion_Speed",
Source = "Value"
},
amplitude = Input {
SourceOp = "Motion_Str",
Source = "Value"
},
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
ReferenceSize = Input { Value = 1 },
Center = Input {
Expression = "Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))",
Value = { 0.5, 0.595105651629515 }
},
bound = Input {
Expression = "math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\n",
Value = 0.951056516295154
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
NameSet = true
},
Loader17 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 2695, -1039.5 } },
Clips = {
Clip {
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
FormatID = "PNGFormat",
Filename = "CHARA:\\中国うさぎ立ち絵素材2.0\\-衣装差分\\!左腕\\-胸元.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
["跳ねる_小"] = GroupOperator {
ViewInfo = GroupInfo {
Scale = 1,
Offset = { 0, 0 },
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Pos = { 9240, 478.5 },
PipeStyle = "Direct",
Direction = "Horizontal",
Flags = {
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true,
AllowPan = false,
ForceAll = true,
GridSnap = true
}
},
Tools = ordered() {
Transform1_1_1 = Transform {
CtrlWZoom = false,
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
Inputs = {
speed = Input { Value = 2 },
amplitude = Input { Value = 0.02 },
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
ReferenceSize = Input { Value = 1 },
Center = Input {
Expression = "Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))",
Value = { 0.5, 0.595105651629515 }
},
bound = Input {
Expression = "math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\n",
Value = 0.951056516295154
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
CtrlWShown = false,
UserControls = 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 } }
}
},
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform1_1_1",
Source = "Output"
}
},
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform1_1_1",
Source = "Input"
},
Input1 = InstanceInput {
Source = "speed",
Default = 2,
SourceOp = "Transform1_1_1",
MinScale = 0.0010000000475
},
Input2 = InstanceInput {
SourceOp = "Transform1_1_1",
Default = 0.1,
Source = "amplitude"
}
},
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
NameSet = true
},
Loader18 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 2805, -1039.5 } },
Clips = {
Clip {
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
FormatID = "PNGFormat",
Filename = "CHARA:\\中国うさぎ立ち絵素材2.0\\-衣装差分\\!左腕\\-口元に指.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
Loader51 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 7865, -1039.5 } },
Clips = {
Clip {
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
FormatID = "PNGFormat",
Filename = "CHARA:\\中国うさぎ立ち絵素材2.0\\!口\\-ほほえみ.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
Background1 = Background {
Inputs = {
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1951 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
GlobalOut = Input { Value = 180 }
},
ViewInfo = OperatorInfo { Pos = { 110, -247.5 } }
},
SetDomain1 = SetDomain {
Inputs = {
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background1",
Source = "Output"
},
Right = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 110, -115.5 } }
},
Loader1 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 275, -247.5 } },
Clips = {
Clip {
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
FormatID = "PNGFormat",
Filename = "CHARA:\\中国うさぎ立ち絵素材2.0\\鈴.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
["鈴_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain1",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader1",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 275, -115.5 } }
},
Background5 = Background {
Inputs = {
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1951 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
GlobalOut = Input { Value = 180 }
},
ViewInfo = OperatorInfo { Pos = { 3135, -643.5 } }
},
SetDomain5 = SetDomain {
Inputs = {
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background5",
Source = "Output"
},
Right = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 3135, -511.5 } }
},
Loader20 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 3245, -643.5 } },
Clips = {
Clip {
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
FormatID = "PNGFormat",
Filename = "CHARA:\\中国うさぎ立ち絵素材2.0\\-巫女服\\!体_flipx.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
["体flipx_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain5",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader20",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 3245, -511.5 } }
},
Loader21 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 3355, -643.5 } },
Clips = {
Clip {
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
FormatID = "PNGFormat",
Filename = "CHARA:\\中国うさぎ立ち絵素材2.0\\-巫女服\\!体.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
["体_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "体flipx_MG",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader21",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 3355, -511.5 } }
},
Background6 = Background {
Inputs = {
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1951 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
GlobalOut = Input { Value = 180 }
},
ViewInfo = OperatorInfo { Pos = { 3575, -1039.5 } }
},
SetDomain6 = SetDomain {
Inputs = {
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background6",
Source = "Output"
},
Right = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 3575, -907.5 } }
},
Loader26 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4125, -1039.5 } },
Clips = {
Clip {
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
FormatID = "PNGFormat",
Filename = "CHARA:\\中国うさぎ立ち絵素材2.0\\-巫女服\\!右腕\\-基本.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
["右腕1_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain6",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader26",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 4125, -907.5 } }
},
["右腕1"] = Transform {
Inputs = {
Input = Input {
SourceOp = "右腕1_MG",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 4125, -775.5 } }
},
["右腕_MG2"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "体_MG",
Source = "Output"
},
Foreground = Input {
SourceOp = "右腕1",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 4125, -511.5 } }
},
Background7 = Background {
Inputs = {
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1951 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
GlobalOut = Input { Value = 180 }
},
ViewInfo = OperatorInfo { Pos = { 4345, -1039.5 } }
},
SetDomain7 = SetDomain {
Inputs = {
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background7",
Source = "Output"
},
Right = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 4345, -907.5 } }
},
Loader28 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4565, -1039.5 } },
Clips = {
Clip {
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
FormatID = "PNGFormat",
Filename = "CHARA:\\中国うさぎ立ち絵素材2.0\\-巫女服\\!左腕\\-いなば抱え.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
["左腕1_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain7",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader28",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 4895, -907.5 } }
},
["左腕1"] = Transform {
Inputs = {
Input = Input {
SourceOp = "左腕1_MG",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 4895, -775.5 } }
},
["左腕_MG2"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "右腕_MG2",
Source = "Output"
},
Foreground = Input {
SourceOp = "左腕1",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 4895, -511.5 } }
},
["巫女服"] = Transform {
Inputs = {
Input = Input {
SourceOp = "左腕_MG2",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 4895, -379.5 } }
},
Root_MG = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "鈴_MG",
Source = "Output"
},
Foreground = Input {
SourceOp = "巫女服",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 4895, -115.5 } }
},
Background8 = Background {
Inputs = {
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1951 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
GlobalOut = Input { Value = 180 }
},
ViewInfo = OperatorInfo { Pos = { 5115, -643.5 } }
},
SetDomain8 = SetDomain {
Inputs = {
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background8",
Source = "Output"
},
Right = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 5115, -511.5 } }
},
["かげり_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain8",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 5225, -511.5 } }
},
Loader36 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 5665, -643.5 } },
Clips = {
Clip {
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
FormatID = "PNGFormat",
Filename = "CHARA:\\中国うさぎ立ち絵素材2.0\\!顔色\\-ほっぺ.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
["顔色_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "かげり_MG",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader36",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 5665, -511.5 } }
},
["顔色"] = Transform {
Inputs = {
Input = Input {
SourceOp = "顔色_MG",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 5665, -379.5 } }
},
["顔色_MG1"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "Root_MG",
Source = "Output"
},
Foreground = Input {
SourceOp = "顔色",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 5665, -115.5 } }
},
Background14 = Background {
Inputs = {
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1951 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
GlobalOut = Input { Value = 180 }
},
ViewInfo = OperatorInfo { Pos = { 6050, -643.5 } }
},
SetDomain14 = SetDomain {
Inputs = {
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background14",
Source = "Output"
},
Right = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 6050, -511.5 } }
},
Loader79 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 6490, -643.5 } },
Clips = {
Clip {
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
FormatID = "PNGFormat",
Filename = "CHARA:\\中国うさぎ立ち絵素材2.0\\!眉\\-普通眉.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
["眉_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain14",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader79",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 6490, -511.5 } }
},
["眉"] = Transform {
Inputs = {
Input = Input {
SourceOp = "眉_MG",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 6490, -379.5 } }
},
["眉_MG1"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "顔色_MG1",
Source = "Output"
},
Foreground = Input {
SourceOp = "眉",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 6490, -115.5 } }
},
Background15 = Background {
Inputs = {
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1951 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
GlobalOut = Input { Value = 180 }
},
ViewInfo = OperatorInfo { Pos = { 6710, -643.5 } }
},
SetDomain15 = SetDomain {
Inputs = {
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background15",
Source = "Output"
},
Right = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 6710, -511.5 } }
},
["涙_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain15",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 6820, -511.5 } }
},
["汗_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "涙_MG",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 6930, -511.5 } }
},
["汗多め_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "汗_MG",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 7040, -511.5 } }
},
["いなば_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "汗多め_MG",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 7150, -511.5 } }
},
["うさみみ_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "いなば_MG",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 7260, -511.5 } }
},
["記号など"] = Transform {
Inputs = {
Input = Input {
SourceOp = "うさみみ_MG",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 7260, -379.5 } }
},
["記号など_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "眉_MG1",
Source = "Output"
},
Foreground = Input {
SourceOp = "記号など",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 7260, -115.5 } }
},
Body = Transform {
Locked = true,
ViewInfo = OperatorInfo { Pos = { 7645, -115.5 } },
Colors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } },
Inputs = {
FlattenTransform = Input { Value = 1 },
Input = Input {
SourceOp = "記号など_MG",
Source = "Output"
}
},
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
NameSet = true
},
Background9 = Background {
Inputs = {
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1951 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
GlobalOut = Input { Value = 180 }
},
ViewInfo = OperatorInfo { Pos = { 6215, -1039.5 } }
},
SetDomain9 = SetDomain {
Inputs = {
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background9",
Source = "Output"
},
Right = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 6215, -907.5 } }
},
["口_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain9",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader55",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 8305, -907.5 } }
},
["口"] = Transform {
Inputs = {
Input = Input {
SourceOp = "口_MG",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 8305, -775.5 } }
},
MouthBase = Transform {
Locked = true,
ViewInfo = OperatorInfo { Pos = { 8305, -511.5 } },
Colors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } },
Inputs = {
FlattenTransform = Input { Value = 1 },
Input = Input {
SourceOp = "口",
Source = "Output"
}
},
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
NameSet = true
},
MouthScale = Transform {
ViewInfo = OperatorInfo { Pos = { 8305, -214.5 } },
Colors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },
Inputs = {
Pivot = Input { Value = { 0.478789190542099, 0.718410746372083 } },
Input = Input {
SourceOp = "MouthBase",
Source = "Output"
}
},
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
NameSet = true
},
Loader55 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 8305, -1039.5 } },
Clips = {
Clip {
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
FormatID = "PNGFormat",
Filename = "CHARA:\\中国うさぎ立ち絵素材2.0\\!口\\-ん.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
N = Fuse.Wireless {
ViewInfo = OperatorInfo { Pos = { 8195, -511.5 } },
Inputs = {
Input = Input {
SourceOp = "Loader55",
Source = "Output"
}
},
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
NameSet = true
},
Instance_MouthScale = Transform {
ViewInfo = OperatorInfo { Pos = { 8195, -214.5 } },
Inputs = {
ReferenceSize = Input { },
EffectMask = Input { },
SettingsNest = Input { },
TransformNest = Input { },
CommentsNest = Input { },
FrameRenderScriptNest = Input { },
StartRenderScripts = Input { },
EndRenderScripts = Input { },
Input = Input {
SourceOp = "N",
Source = "Output"
}
},
SourceOp = "MouthScale",
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
NameSet = true
},
A = Fuse.Wireless {
ViewInfo = OperatorInfo { Pos = { 8085, -511.5 } },
Inputs = {
Input = Input {
SourceOp = "Loader53",
Source = "Output"
}
},
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
NameSet = true
},
Instance_MouthScale_1 = Transform {
ViewInfo = OperatorInfo { Pos = { 8085, -214.5 } },
Inputs = {
ReferenceSize = Input { },
EffectMask = Input { },
SettingsNest = Input { },
TransformNest = Input { },
CommentsNest = Input { },
FrameRenderScriptNest = Input { },
StartRenderScripts = Input { },
EndRenderScripts = Input { },
Input = Input {
SourceOp = "A",
Source = "Output"
}
},
SourceOp = "MouthScale",
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
NameSet = true
},
I = Fuse.Wireless {
ViewInfo = OperatorInfo { Pos = { 7975, -610.5 } },
Inputs = {
Input = Input {
SourceOp = "Loader53",
Source = "Output"
}
},
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
NameSet = true
},
Transform5_1 = Transform {
ViewInfo = OperatorInfo { Pos = { 7975, -511.5 } },
Colors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } },
Inputs = {
Pivot = Input { Value = { 0.480415948399799, 0.721654107389456 } },
UseSizeAndAspect = Input { Value = 0 },
FlattenTransform = Input { Value = 1 },
XSize = Input { Value = 1.2 },
YSize = Input { Value = 0.55 },
Input = Input {
SourceOp = "I",
Source = "Output"
}
},
NameSet = true
},
Instance_MouthScale_2 = Transform {
ViewInfo = OperatorInfo { Pos = { 7975, -214.5 } },
Inputs = {
ReferenceSize = Input { },
EffectMask = Input { },
SettingsNest = Input { },
TransformNest = Input { },
CommentsNest = Input { },
FrameRenderScriptNest = Input { },
StartRenderScripts = Input { },
EndRenderScripts = Input { },
Input = Input {
SourceOp = "Transform5_1",
Source = "Output"
}
},
SourceOp = "MouthScale",
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
NameSet = true
},
U = Fuse.Wireless {
ViewInfo = OperatorInfo { Pos = { 7865, -610.5 } },
Inputs = {
Input = Input {
SourceOp = "Loader54",
Source = "Output"
}
},
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
NameSet = true
},
Transform5 = Transform {
ViewInfo = OperatorInfo { Pos = { 7865, -511.5 } },
Colors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } },
Inputs = {
Pivot = Input { Value = { 0.480415948399799, 0.721654107389456 } },
UseSizeAndAspect = Input { Value = 0 },
FlattenTransform = Input { Value = 1 },
YSize = Input { Value = 0.75 },
Input = Input {
SourceOp = "U",
Source = "Output"
}
},
NameSet = true
},
Instance_MouthScale_3 = Transform {
ViewInfo = OperatorInfo { Pos = { 7865, -214.5 } },
Inputs = {
ReferenceSize = Input { },
EffectMask = Input { },
SettingsNest = Input { },
TransformNest = Input { },
CommentsNest = Input { },
FrameRenderScriptNest = Input { },
StartRenderScripts = Input { },
EndRenderScripts = Input { },
Input = Input {
SourceOp = "Transform5",
Source = "Output"
}
},
SourceOp = "MouthScale",
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
NameSet = true
},
Loader53 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 8085, -1039.5 } },
Clips = {
Clip {
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
FormatID = "PNGFormat",
Filename = "CHARA:\\中国うさぎ立ち絵素材2.0\\!口\\-おあー.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
E = Fuse.Wireless {
ViewInfo = OperatorInfo { Pos = { 7755, -610.5 } },
Inputs = {
Input = Input {
SourceOp = "Loader53",
Source = "Output"
}
},
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
NameSet = true
},
Transform4 = Transform {
Inputs = {
Pivot = Input { Value = { 0.480415948399799, 0.721654107389456 } },
UseSizeAndAspect = Input { Value = 0 },
FlattenTransform = Input { Value = 1 },
YSize = Input { Value = 0.75 },
Input = Input {
SourceOp = "E",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 7755, -511.5 } },
Colors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } }
},
Instance_MouthScale_4 = Transform {
ViewInfo = OperatorInfo { Pos = { 7755, -214.5 } },
Inputs = {
ReferenceSize = Input { },
EffectMask = Input { },
SettingsNest = Input { },
TransformNest = Input { },
CommentsNest = Input { },
FrameRenderScriptNest = Input { },
StartRenderScripts = Input { },
EndRenderScripts = Input { },
Input = Input {
SourceOp = "Transform4",
Source = "Output"
}
},
SourceOp = "MouthScale",
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
NameSet = true
},
Loader54 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 8195, -1039.5 } },
Clips = {
Clip {
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
FormatID = "PNGFormat",
Filename = "CHARA:\\中国うさぎ立ち絵素材2.0\\!口\\-お.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
O = Fuse.Wireless {
ViewInfo = OperatorInfo { Pos = { 7645, -511.5 } },
Inputs = {
Input = Input {
SourceOp = "Loader54",
Source = "Output"
}
},
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
NameSet = true
},
Instance_MouthScale_5 = Transform {
ViewInfo = OperatorInfo { Pos = { 7645, -214.5 } },
Inputs = {
ReferenceSize = Input { },
EffectMask = Input { },
SettingsNest = Input { },
TransformNest = Input { },
CommentsNest = Input { },
FrameRenderScriptNest = Input { },
StartRenderScripts = Input { },
EndRenderScripts = Input { },
Input = Input {
SourceOp = "O",
Source = "Output"
}
},
SourceOp = "MouthScale",
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
NameSet = true
},
MouthAnim = MultiMerge {
ViewInfo = OperatorInfo { Pos = { 8030, -115.5 } },
Colors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },
Inputs = {
["Layer6.Foreground"] = Input {
SourceOp = "Instance_MouthScale_4",
Source = "Output"
},
LayerName6 = Input { Value = "E" },
LayerEnabled6 = Input { Value = 0 },
["Layer7.Foreground"] = Input {
SourceOp = "Instance_MouthScale_5",
Source = "Output"
},
LayerName7 = Input { Value = "O" },
LayerEnabled7 = Input { Value = 0 },
Background = Input {
SourceOp = "Body",
Source = "Output"
},
LayerOrder = Input { Value = ScriptVal { {
[0] = 1,
2,
3,
4,
5,
6,
7
} } },
["Layer1.Foreground"] = Input {
SourceOp = "MouthScale",
Source = "Output"
},
LayerName1 = Input { Value = "MouthBase" },
["Layer2.Foreground"] = Input {
SourceOp = "Instance_MouthScale",
Source = "Output"
},
LayerName2 = Input { Value = "N" },
LayerEnabled2 = Input { Value = 0 },
["Layer3.Foreground"] = Input {
SourceOp = "Instance_MouthScale_1",
Source = "Output"
},
LayerName3 = Input { Value = "A" },
LayerEnabled3 = Input { Value = 0 },
["Layer4.Foreground"] = Input {
SourceOp = "Instance_MouthScale_2",
Source = "Output"
},
LayerName4 = Input { Value = "I" },
LayerEnabled4 = Input { Value = 0 },
["Layer5.Foreground"] = Input {
SourceOp = "Instance_MouthScale_3",
Source = "Output"
},
LayerName5 = Input { Value = "U" },
LayerEnabled5 = Input { Value = 0 }
},
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
NameSet = true
},
Background10 = Background {
Inputs = {
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1951 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
GlobalOut = Input { Value = 180 }
},
ViewInfo = OperatorInfo { Pos = { 5885, -1369.5 } }
},
SetDomain10 = SetDomain {
Inputs = {
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background10",
Source = "Output"
},
Right = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 5885, -1237.5 } }
},
Background11 = Background {
Inputs = {
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1951 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
GlobalOut = Input { Value = 180 }
},
ViewInfo = OperatorInfo { Pos = { 6875, -1765.5 } }
},
SetDomain11 = SetDomain {
Inputs = {
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background11",
Source = "Output"
},
Right = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 6875, -1633.5 } }
},
Background12 = Background {
Inputs = {
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1951 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
GlobalOut = Input { Value = 180 }
},
ViewInfo = OperatorInfo { Pos = { 7095, -2161.5 } }
},
SetDomain12 = SetDomain {
Inputs = {
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background12",
Source = "Output"
},
Right = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 7095, -2029.5 } }
},
Loader64 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 7315, -2161.5 } },
Clips = {
Clip {
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
FormatID = "PNGFormat",
Filename = "CHARA:\\中国うさぎ立ち絵素材2.0\\!目\\-基本目セット\\!白目\\-白目基本.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
["白目_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain12",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader64",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 7315, -2029.5 } }
},
["白目"] = Transform {
Inputs = {
Input = Input {
SourceOp = "白目_MG",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 7315, -1897.5 } }
},
["白目_MG1"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain11",
Source = "Output"
},
Foreground = Input {
SourceOp = "白目",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 7315, -1633.5 } }
},
Background13 = Background {
Inputs = {
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1951 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
GlobalOut = Input { Value = 180 }
},
ViewInfo = OperatorInfo { Pos = { 7535, -2161.5 } }
},
SetDomain13 = SetDomain {
Inputs = {
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background13",
Source = "Output"
},
Right = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 7535, -2029.5 } }
},
Loader72 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 8415, -2161.5 } },
Clips = {
Clip {
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
FormatID = "PNGFormat",
Filename = "CHARA:\\中国うさぎ立ち絵素材2.0\\!目\\-基本目セット\\!黒目\\-カメラ目線.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
["黒目_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain13",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader72",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 8635, -2029.5 } }
},
["黒目"] = Transform {
Inputs = {
Input = Input {
SourceOp = "黒目_MG",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 8635, -1897.5 } }
},
["黒目_MG1"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "白目_MG1",
Source = "Output"
},
Foreground = Input {
SourceOp = "黒目",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 8635, -1633.5 } }
},
["基本目セット"] = Transform {
Inputs = {
Input = Input {
SourceOp = "黒目_MG1",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 8635, -1501.5 } }
},
["目_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain10",
Source = "Output"
},
Foreground = Input {
SourceOp = "基本目セット",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 8635, -1237.5 } }
},
Loader75 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 8745, -1369.5 } },
Clips = {
Clip {
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
FormatID = "PNGFormat",
Filename = "CHARA:\\中国うさぎ立ち絵素材2.0\\!目\\前髪on目.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
["前髪on目_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "目_MG",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader75",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 8745, -1237.5 } }
},
["目"] = Transform {
Inputs = {
Input = Input {
SourceOp = "前髪on目_MG",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 8745, -1105.5 } }
},
EyeBase = Transform {
ViewInfo = OperatorInfo { Pos = { 8745, -511.5 } },
Colors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } },
Inputs = {
FlattenTransform = Input { Value = 1 },
Input = Input {
SourceOp = "目",
Source = "Output"
}
},
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
NameSet = true
},
Loader59 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 6325, -1369.5 } },
Clips = {
Clip {
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
FormatID = "PNGFormat",
Filename = "CHARA:\\中国うさぎ立ち絵素材2.0\\!目\\-閉じ目.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
},
Closed = Fuse.Wireless {
ViewInfo = OperatorInfo { Pos = { 8580, -511.5 } },
Inputs = {
Input = Input {
SourceOp = "Loader59",
Source = "Output"
}
},
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
NameSet = true
},
EyeAnim = MultiMerge {
CtrlWZoom = false,
ViewInfo = OperatorInfo { Pos = { 8745, -82.5 } },
Colors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },
Inputs = {
LayerOrder = Input { Value = ScriptVal { {
[0] = 1,
2
} } },
["Layer1.Foreground"] = Input {
SourceOp = "EyeBase",
Source = "Output"
},
Background = Input {
SourceOp = "MouthAnim",
Source = "Output"
},
["Layer2.Foreground"] = Input {
SourceOp = "Closed",
Source = "Output"
},
LayerName2 = Input { Value = "Closed" },
LayerEnabled2 = Input {
SourceOp = "EyeAnim_1LayerEnabled2",
Source = "Value"
},
LayerEnabled1 = Input {
SourceOp = "EyeAnim_1LayerEnabled1",
Source = "Value"
},
Blink = Input { Value = 167 },
LayerName1 = Input { Value = "EyeBase " }
},
UserControls = ordered() {
Blink = {
INP_Default = 127,
ICS_ControlPage = "目パチ",
LINKID_DataType = "Number",
LINKS_Name = "Blink",
INPID_InputControl = "SliderControl",
INP_External = false,
INP_Integer = true,
INP_MaxAllowed = 1000000,
INP_MinAllowed = 0,
INP_MaxScale = 500,
INP_MinScale = 0
},
Close = {
INP_Default = 4,
INP_External = false,
LINKID_DataType = "Number",
LINKS_Name = "Close",
ICS_ControlPage = "目パチ",
INP_Passive = true,
INP_Integer = true,
INP_MaxScale = 10,
INP_MinAllowed = 0,
INPID_InputControl = "SliderControl",
INP_MinScale = 0
},
Offset = {
INP_Default = 0,
ICS_ControlPage = "目パチ",
LINKID_DataType = "Number",
LINKS_Name = "Offset",
INP_Integer = true,
INP_External = false,
INP_MaxScale = 100,
INPID_InputControl = "SliderControl",
INP_MinScale = 0
},
Make = {
ICD_Width = 0.5,
ICS_ControlPage = "目パチ",
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Make Anim",
INPID_InputControl = "ButtonControl",
BTNCS_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"
},
Delete = {
ICD_Width = 0.5,
ICS_ControlPage = "目パチ",
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Delete Anim",
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "local tool = comp:FindTool('EyeAnim')\ncomp:Execute('!Py3: from rs_fusion.core.eye_blink import delete_mm;delete_mm(comp)')\n"
},
at00 = {
INP_Passive = true,
LBLC_DropDownButton = false,
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "ボタンを押さないと反映されません。",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "目パチ"
},
sp00 = {
INP_Passive = true,
LBLC_DropDownButton = false,
ICS_ControlPage = "目パチ",
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "",
INPID_InputControl = "LabelControl",
INP_External = false
}
},
NameSet = true
},
EyeAnim_1LayerEnabled1 = BezierSpline {
CtrlWZoom = false,
KeyFrames = {
[0] = { 1, Flags = { Linear = true, Loop = true, PreLoop = true }, RH = { 54.3333333333333, 0.666666666666667 } },
[163] = { 0, Flags = { StepIn = true }, LH = { 108.666666666667, 0.333333333333333 }, RH = { 164.333333333333, 0.333333333333333 } },
[167] = { 1, Flags = { PreLoop = true, StepIn = true, Loop = true }, LH = { 165.666666666667, 0.666666666666667 } }
},
SplineColor = { Green = 82, Blue = 232, Red = 198 },
NameSet = true
},
EyeAnim_1LayerEnabled2 = BezierSpline {
CtrlWZoom = false,
KeyFrames = {
[0] = { 0, Flags = { Linear = true, Loop = true, PreLoop = true }, RH = { 54.3333333333333, 0.333333333333333 } },
[163] = { 1, Flags = { StepIn = true }, LH = { 108.666666666667, 0.666666666666667 }, RH = { 164.333333333333, 0.666666666666667 } },
[167] = { 0, Flags = { PreLoop = true, StepIn = true, Loop = true }, LH = { 165.666666666667, 0.333333333333333 } }
},
SplineColor = { Green = 82, Blue = 214, Red = 232 },
NameSet = true
},
Root = Transform {
ViewInfo = OperatorInfo { Pos = { 8745, 82.5 } },
Colors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },
Inputs = {
["Grp_右腕"] = Input { Value = 0 },
Comments = 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" },
Input = Input {
SourceOp = "EyeAnim",
Source = "Output"
},
Grp_Root = Input { Value = 0 },
["Grp_記号など"] = Input { Value = 0 },
["Grp_白目"] = Input { Value = 0 },
["Grp_顔色"] = Input { Value = 0 },
["Grp_衣装差分"] = Input { Value = 0 },
["Grp_左腕"] = Input { Value = 0 }
},
UserControls = ordered() {
CopyPose = {
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.copy(comp)]])",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Copy Pose",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
PastePose = {
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.paste(comp)]])",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Paste Pose",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
SavePose = {
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.save(comp, fu)]])",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Save Pose",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
LoadPose = {
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.load(comp, fu)]])",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Load Pose",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
Grp_Root = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 6,
LINKS_Name = "Root",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N007_kigounado_show_113 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"記号など_MG\")\nlocal node = comp:FindTool(\"記号など\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "記号など show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N007_kigounado_hide_113 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"記号など_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "記号など hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N000_suzu_show_2 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"鈴_MG\")\nlocal node = comp:FindTool(\"Loader1\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "鈴 show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N000_suzu_hide_2 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"鈴_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "鈴 hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N002_mikofuku44 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"Root_MG\")\nlocal node = comp:FindTool(\"巫女服\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*巫女服",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N001_ishousabun26 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"Root_MG\")\nlocal node = comp:FindTool(\"衣装差分\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*衣装差分",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["Grp_記号など"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 10,
LINKS_Name = "記号など",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N004_usamimi_show_113 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"うさみみ_MG\")\nlocal node = comp:FindTool(\"Loader84\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "うさみみ show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N004_usamimi_hide_113 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"うさみみ_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "うさみみ hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N003_inaba_show_112 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"いなば_MG\")\nlocal node = comp:FindTool(\"Loader83\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "いなば show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N003_inaba_hide_112 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"いなば_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "いなば hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N002_aseoome_show_111 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"汗多め_MG\")\nlocal node = comp:FindTool(\"Loader82\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "汗多め show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N002_aseoome_hide_111 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"汗多め_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "汗多め hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N001_ase_show_110 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"汗_MG\")\nlocal node = comp:FindTool(\"Loader81\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "汗 show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N001_ase_hide_110 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"汗_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "汗 hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N000_namida_show_109 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"涙_MG\")\nlocal node = comp:FindTool(\"Loader80\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "涙 show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N000_namida_hide_109 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"涙_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "涙 hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
["Grp_眉"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 4,
LINKS_Name = "眉",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N003_futsuumayu106 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader79\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*普通眉",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N002_ikarimayu105 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader78\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*怒り眉",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N001_agarimayu104 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader77\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*上がり眉",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N000_komarimayu103 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader76\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*困り眉",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["Grp_目"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 10,
LINKS_Name = "目",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N008_maegamionme_show_100 = {
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "前髪on目 show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N008_maegamionme_hide_100 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"前髪on目_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "前髪on目 hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N007_kihonmesetto99 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"基本目セット\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*基本目セット",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N006_jitome81 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader62\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ジト目",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N005_uttori80 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader61\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*うっとり",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N004_nikkori79 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader60\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*にっこり",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N003_tojime78 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader59\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*閉じ目",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N002_none77 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader58\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*><",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N001_nagomime76 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader57\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*なごみ目",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["N000_◯◯75"] = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader56\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*◯◯",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["Grp_基本目セット"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 0,
LINKS_Name = "基本目セット",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
["Grp_黒目"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 10,
LINKS_Name = "黒目",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N009_kihon99 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader74\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*基本",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N008_kihon298 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader73\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*基本2",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N007_kameramesen97 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader72\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*カメラ目線",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N006_kameramesen296 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader71\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*カメラ目線2",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N005_mesorashi95 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader70\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*目そらし",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N004_mesorashi294 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader69\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*目そらし2",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N003_uwamuki93 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader68\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*上向き",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N002_uwamuki292 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader67\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*上向き2",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N001_guruguru91 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader66\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ぐるぐる",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N000_toroke90 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader65\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*とろけ",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["Grp_白目"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 2,
LINKS_Name = "白目",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N001_shiromekihon87 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"白目_MG\")\nlocal node = comp:FindTool(\"Loader64\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*白目基本",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N000_shiromemihiraki86 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"白目_MG\")\nlocal node = comp:FindTool(\"Loader63\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*白目見開き",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["Grp_口"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 19,
LINKS_Name = "口",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N018_n72 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader55\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ん",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N017_o71 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader54\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*お",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N016_oaa70 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader53\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*おあー",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N015_nyu69 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader52\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*んゅ",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N014_hohoemi68 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader51\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ほほえみ",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N013_aha67 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader50\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*あは",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N012_hehihi66 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader49\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*へひひ",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N011_niyari65 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader48\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*にやり",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N010_waa64 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader47\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*わあ",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N009_nihe63 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader46\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*にへ",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N008_jururi62 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader45\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*じゅるり",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N007_nnn61 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader44\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*んんー",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N006_eaa60 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader43\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*えあー",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N005_uoaa59 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader42\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*うおあー",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N004_mukuu58 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader41\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*むくー",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N003_pero57 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader40\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ぺろ",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N002_uhee56 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader39\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*うへー",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N001_munyu55 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader38\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*むにゅ",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N000_yodare54 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader37\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*よだれ",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["Grp_顔色"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 6,
LINKS_Name = "顔色",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N000_kageri_show_47 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"かげり_MG\")\nlocal node = comp:FindTool(\"Loader32\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "かげり show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N000_kageri_hide_47 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"かげり_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "かげり hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N004_hoppe51 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader36\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ほっぺ",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N003_sekimen50 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader35\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*赤面",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N002_nebusoku49 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader34\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*寝不足",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N001_hihyouji48 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader33\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*(非表示)",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["Grp_巫女服"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 0,
LINKS_Name = "巫女服",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
["Grp_左腕1"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 5,
LINKS_Name = "左腕",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N004_kihon44 = {
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*基本",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N003_kuchimotoniyubi43 = {
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*口元に指",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N002_munamoto42 = {
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*胸元",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N001_inabakakae41 = {
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*いなば抱え",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N000_ue40 = {
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*上",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["Grp_右腕1"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 5,
LINKS_Name = "右腕",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N004_kihon37 = {
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*基本",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N003_hoppenite36 = {
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ほっぺに手",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N002_munamoto35 = {
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*胸元",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N001_yoko34 = {
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*横",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N000_ue33 = {
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*上",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["Grp_衣装差分"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 8,
LINKS_Name = "衣装差分",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N007_hakama_show_12 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"袴_MG\")\nlocal node = comp:FindTool(\"Loader9\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "袴 show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N007_hakama_hide_12 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"袴_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "袴 hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N006_banii11 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"衣装差分_MG\")\nlocal node = comp:FindTool(\"Loader8\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*バニー",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N005_sukumizu10 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"衣装差分_MG\")\nlocal node = comp:FindTool(\"Loader7\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*スク水",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N004_bikini9 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"衣装差分_MG\")\nlocal node = comp:FindTool(\"Loader6\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ビキニ",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N003_himo8 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"衣装差分_MG\")\nlocal node = comp:FindTool(\"Loader5\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*紐",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N002_shitagi7 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"衣装差分_MG\")\nlocal node = comp:FindTool(\"Loader4\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*下着",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N001_osatsu6 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"衣装差分_MG\")\nlocal node = comp:FindTool(\"Loader3\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*御札",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["Grp_左腕"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 5,
LINKS_Name = "左腕",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N004_kihon26 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader19\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*基本",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N003_kuchimotoniyubi25 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader18\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*口元に指",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N002_munamoto24 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader17\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*胸元",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N001_inabakakae23 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader16\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*いなば抱え",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N000_ue22 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader15\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*上",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["Grp_右腕"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 5,
LINKS_Name = "右腕",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N004_kihon19 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader14\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*基本",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N003_hoppenite18 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader13\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ほっぺに手",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N002_munamoto17 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader12\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*胸元",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N001_yoko16 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader11\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*横",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N000_ue15 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader10\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*上",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
}
}
},
["モーションなし"] = Transform {
ViewInfo = OperatorInfo { Pos = { 8745, 214.5 } },
Inputs = {
Input = Input {
SourceOp = "Root",
Source = "Output"
}
},
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
NameSet = true
},
["不安"] = GroupOperator {
ViewInfo = GroupInfo {
Scale = 1,
Offset = { 0, 0 },
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Pos = { 9405, 478.5 },
PipeStyle = "Direct",
Direction = "Horizontal",
Flags = {
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true,
AllowPan = false,
ForceAll = true,
GridSnap = true
}
},
Tools = ordered() {
Transform1_2 = Transform {
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
Inputs = {
y = Input { Value = 0.01 },
x = Input { Value = 0.01 },
in_out = Input {
SourceOp = "KeyframeStretcher1",
Source = "Result"
},
Center = Input {
Expression = "Point(0.5, 0.5) + shake * in_out",
Value = { 0.502997744173508, 0.497908177638071 }
},
shake = Input {
SourceOp = "Shake1",
Source = "Position"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
CtrlWShown = false,
UserControls = 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 } }
},
KeyframeStretcher1 = KeyStretcherMod {
CtrlWZoom = false,
Inputs = {
StretchStart = Input { Value = 10 },
StretchEnd = Input { Value = 110 },
Keyframes = Input {
SourceOp = "KeyStretcheronTransform1_2Keyframes",
Source = "Value"
}
}
},
KeyStretcheronTransform1_2Keyframes = BezierSpline {
CtrlWZoom = false,
KeyFrames = {
[0] = { 0, Flags = { Linear = true }, RH = { 3.33333333333333, 0 } },
[10] = { 1, LH = { 6.66666666666667, 1 }, RH = { 43.3333333333333, 1 } },
[110] = { 1, LH = { 76.6666666666667, 1 }, RH = { 113.333333333333, 1 } },
[120] = { 0, LH = { 116.666666666667, 0 } }
},
SplineColor = { Green = 106, Blue = 231, Red = 193 }
},
Shake1 = Shake {
CtrlWZoom = false,
Inputs = {
XMaximum = Input {
Expression = "Transform1_2.x",
Value = 0.01
},
YMinimum = Input {
Expression = "-Transform1_2.y",
Value = -0.01
},
YMaximum = Input {
Expression = "Transform1_2.y",
Value = 0.01
},
LockXY = Input { Value = 0 },
XMinimum = Input {
Expression = "-Transform1_2.x",
Value = -0.01
},
Smoothness = Input { Value = 2 }
},
Faster = true
}
},
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform1_2",
Source = "Output"
}
},
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform1_2",
Source = "Input"
},
Input3 = InstanceInput {
Source = "RandomSeed",
Default = 0,
SourceOp = "Shake1",
Width = 1
},
Input4 = InstanceInput {
SourceOp = "Shake1",
Width = 0.385,
Source = "Randomize"
},
Input5 = InstanceInput {
SourceOp = "Shake1",
Default = 10,
Source = "Smoothness"
},
Input1 = InstanceInput {
Source = "x",
Default = 0.1,
SourceOp = "Transform1_2",
Name = "X"
},
Input2 = InstanceInput {
Source = "y",
Default = 0.1,
SourceOp = "Transform1_2",
Name = "Y"
}
},
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
NameSet = true
},
Loader16 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 2585, -1039.5 } },
Clips = {
Clip {
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
GlobalEnd = -1000,
ID = "Clip1",
GlobalStart = -1000,
FormatID = "PNGFormat",
Filename = "CHARA:\\中国うさぎ立ち絵素材2.0\\-衣装差分\\!左腕\\-いなば抱え.png",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0
}
}
}
}
}
}
}
================================================
FILE: Templates/Edit/Generators/九州そら.setting
================================================
{
Tools = ordered() {
Sora = GroupOperator {
CtrlWZoom = false,
Inputs = ordered() {
Input1 = InstanceInput {
Source = "CopyPose",
Default = 0,
Name = "Copy Pose",
SourceOp = "Root"
},
Input2 = InstanceInput {
Source = "PastePose",
Default = 0,
Name = "Paste Pose",
SourceOp = "Root"
},
Input3 = InstanceInput {
Source = "SavePose",
Default = 0,
Name = "Save Pose",
SourceOp = "Root"
},
Input4 = InstanceInput {
Source = "LoadPose",
Default = 0,
Name = "Load Pose",
SourceOp = "Root"
},
Input5 = InstanceInput {
SourceOp = "レイアウト",
Source = "Center"
},
Input6 = InstanceInput {
SourceOp = "レイアウト",
Source = "Pivot"
},
Input7 = InstanceInput {
Source = "UseSizeAndAspect",
Default = 1,
Name = "Use Size and Aspect",
SourceOp = "レイアウト"
},
Input8 = InstanceInput {
SourceOp = "レイアウト",
Default = 1,
Source = "Size"
},
Input9 = InstanceInput {
SourceOp = "レイアウト",
Default = 1,
Source = "Aspect"
},
Input10 = InstanceInput {
Source = "XSize",
Default = 1,
Name = "X Size",
SourceOp = "レイアウト"
},
Input11 = InstanceInput {
Source = "YSize",
Default = 1,
Name = "Y Size",
SourceOp = "レイアウト"
},
Input12 = InstanceInput {
SourceOp = "レイアウト",
Default = 0,
Source = "Angle"
},
Input13 = InstanceInput {
Source = "FlipHoriz",
Default = 0,
Name = "Flip Horizontal",
SourceOp = "レイアウト",
ControlGroup = 1
},
Input14 = InstanceInput {
Source = "FlipVert",
Default = 0,
Name = "Flip Vertical",
SourceOp = "レイアウト",
ControlGroup = 1
},
Input15 = InstanceInput {
Source = "Value",
Default = 1,
Name = "スピード",
SourceOp = "Motion_Speed",
Page = "モーション"
},
Input16 = InstanceInput {
Source = "Value",
Default = 1,
Name = "強さ",
SourceOp = "Motion_Str"
},
Input17 = InstanceInput {
Source = "N000_モーションなし",
Default = 0,
Name = "モーションなし",
SourceOp = "モーションSelector"
},
Input18 = InstanceInput {
Source = "N001_ぽよ",
Default = 0,
Name = "ぽよ",
SourceOp = "モーションSelector"
},
Input19 = InstanceInput {
Source = "N002_ぴょん_Ctrl",
Default = 0,
Name = "ぴょん_Ctrl",
SourceOp = "モーションSelector"
},
Input20 = InstanceInput {
Source = "N003_リズム_Ctrl",
Default = 0,
Name = "リズム_Ctrl",
SourceOp = "モーションSelector"
},
Input21 = InstanceInput {
Source = "N004_跳ねる_Ctrl",
Default = 0,
Name = "跳ねる_Ctrl",
SourceOp = "モーションSelector"
},
Input22 = InstanceInput {
Source = "N005_横揺れ_Ctrl",
Default = 0,
Name = "横揺れ_Ctrl",
SourceOp = "モーションSelector"
},
Input23 = InstanceInput {
Source = "N006_縦揺れ_Ctrl",
Default = 0,
Name = "縦揺れ_Ctrl",
SourceOp = "モーションSelector"
},
Input24 = InstanceInput {
Source = "N007_拡縮_Ctrl",
Default = 0,
Name = "拡縮_Ctrl",
SourceOp = "モーションSelector"
},
Input25 = InstanceInput {
Source = "N008_パーターブ_Ctrl",
Default = 0,
Name = "パーターブ_Ctrl",
SourceOp = "モーションSelector"
},
Input26 = InstanceInput {
Source = "N009_跳ねる",
Default = 0,
Name = "跳ねる",
SourceOp = "モーションSelector"
},
Input27 = InstanceInput {
Source = "N010_跳ねる_小",
Default = 0,
Name = "跳ねる_小",
SourceOp = "モーションSelector"
},
Input28 = InstanceInput {
Source = "N011_不安",
Default = 0,
Name = "不安",
SourceOp = "モーションSelector"
},
Input29 = InstanceInput {
Source = "N012_荒ぶる",
Default = 0,
Name = "荒ぶる",
SourceOp = "モーションSelector"
},
Input30 = InstanceInput {
Source = "N013_震え",
Default = 0,
Name = "震え",
SourceOp = "モーションSelector"
},
Input31 = InstanceInput {
Source = "Grp_アクセサリ",
Default = 0,
Name = "アクセサリ",
SourceOp = "Root"
},
Input32 = InstanceInput {
Source = "N001_sukautaa_show_62",
Default = 0,
Name = "スカウター show",
SourceOp = "Root"
},
Input33 = InstanceInput {
Source = "N001_sukautaa_hide_62",
Default = 0,
Name = "スカウター hide",
SourceOp = "Root"
},
Input34 = InstanceInput {
Source = "N000_eisei_show_61",
Default = 0,
Name = "衛星 show",
SourceOp = "Root"
},
Input35 = InstanceInput {
Source = "N000_eisei_hide_61",
Default = 0,
Name = "衛星 hide",
SourceOp = "Root"
},
Input36 = InstanceInput {
Source = "Grp_汗など",
Default = 0,
Name = "汗など",
SourceOp = "Root"
},
Input37 = InstanceInput {
Source = "N001_ase_show_58",
Default = 0,
Name = "汗 show",
SourceOp = "Root"
},
Input38 = InstanceInput {
Source = "N001_ase_hide_58",
Default = 0,
Name = "汗 hide",
SourceOp = "Root"
},
Input39 = InstanceInput {
Source = "N000_namida_show_57",
Default = 0,
Name = "涙 show",
SourceOp = "Root"
},
Input40 = InstanceInput {
Source = "N000_namida_hide_57",
Default = 0,
Name = "涙 hide",
SourceOp = "Root"
},
Input41 = InstanceInput {
Source = "Grp_眉",
Default = 1,
Name = "眉",
SourceOp = "Root"
},
Input42 = InstanceInput {
Source = "N003_agarimayu41",
Default = 0,
Name = "*上がり眉",
SourceOp = "Root"
},
Input43 = InstanceInput {
Source = "N002_futsuumayu40",
Default = 0,
Name = "*普通眉",
SourceOp = "Root"
},
Input44 = InstanceInput {
Source = "N001_komarimayu39",
Default = 0,
Name = "*困り眉",
SourceOp = "Root"
},
Input45 = InstanceInput {
Source = "N000_ikarimayu38",
Default = 0,
Name = "*怒り眉",
SourceOp = "Root"
},
Input46 = InstanceInput {
Source = "Grp_目",
Default = 1,
Name = "目",
SourceOp = "Root"
},
Input47 = InstanceInput {
Source = "N011_kihonme35",
Default = 0,
Name = "*基本目",
SourceOp = "Root"
},
Input48 = InstanceInput {
Source = "N010_kihonme234",
Default = 0,
Name = "*基本目2",
SourceOp = "Root"
},
Input49 = InstanceInput {
Source = "N009_kameramesen33",
Default = 0,
Name = "*カメラ目線",
SourceOp = "Root"
},
Input50 = InstanceInput {
Source = "N008_kameramesen232",
Default = 0,
Name = "*カメラ目線2",
SourceOp = "Root"
},
Input51 = InstanceInput {
Source = "N007_mesorashi31",
Default = 0,
Name = "*目逸らし",
SourceOp = "Root"
},
Input52 = InstanceInput {
Source = "N006_mesorashi230",
Default = 0,
Name = "*目逸らし2",
SourceOp = "Root"
},
Input53 = InstanceInput {
Source = "N005_uwamukime29",
Default = 0,
Name = "*上向き目",
SourceOp = "Root"
},
Input54 = InstanceInput {
Source = "N004_uwamukime228",
Default = 0,
Name = "*上向き目2",
SourceOp = "Root"
},
Input55 = InstanceInput {
Source = "N003_nikkori27",
Default = 0,
Name = "*にっこり",
SourceOp = "Root"
},
Input56 = InstanceInput {
Source = "N002_tojime26",
Default = 0,
Name = "*閉じ目",
SourceOp = "Root"
},
Input57 = InstanceInput {
Source = "N001_nagomime25",
Default = 0,
Name = "*なごみ目",
SourceOp = "Root"
},
Input58 = InstanceInput {
Source = "N000_none24",
Default = 0,
Name = "*><",
SourceOp = "Root"
},
Input59 = InstanceInput {
Source = "Grp_顔色",
Default = 0,
Name = "顔色",
SourceOp = "Root"
},
Input60 = InstanceInput {
Source = "N000_kageri_show_18",
Default = 0,
Name = "かげり show",
SourceOp = "Root"
},
Input61 = InstanceInput {
Source = "N000_kageri_hide_18",
Default = 0,
Name = "かげり hide",
SourceOp = "Root"
},
Input62 = InstanceInput {
Source = "N003_hihyouji21",
Default = 0,
Name = "*(非表示)",
SourceOp = "Root"
},
Input63 = InstanceInput {
Source = "N002_hoppe20",
Default = 0,
Name = "*ほっぺ",
SourceOp = "Root"
},
Input64 = InstanceInput {
Source = "N001_sekimen19",
Default = 0,
Name = "*赤面",
SourceOp = "Root"
},
Input65 = InstanceInput {
Source = "Grp_口",
Default = 1,
Name = "口",
SourceOp = "Root"
},
Input66 = InstanceInput {
Source = "N010_hohoemi54",
Default = 0,
Name = "*ほほえみ",
SourceOp = "Root"
},
Input67 = InstanceInput {
Source = "N009_aha53",
Default = 0,
Name = "*あは",
SourceOp = "Root"
},
Input68 = InstanceInput {
Source = "N008_ahaa52",
Default = 0,
Name = "*あはー",
SourceOp = "Root"
},
Input69 = InstanceInput {
Source = "N007_n51",
Default = 0,
Name = "*ん",
SourceOp = "Root"
},
Input70 = InstanceInput {
Source = "N006_na50",
Default = 0,
Name = "*んあ",
SourceOp = "Root"
},
Input71 = InstanceInput {
Source = "N005_hoo49",
Default = 0,
Name = "*ほー",
SourceOp = "Root"
},
Input72 = InstanceInput {
Source = "N004_o48",
Default = 0,
Name = "*お",
SourceOp = "Root"
},
Input73 = InstanceInput {
Source = "N003_oo47",
Default = 0,
Name = "*おー",
SourceOp = "Root"
},
Input74 = InstanceInput {
Source = "N002_mun46",
Default = 0,
Name = "*むん",
SourceOp = "Root"
},
Input75 = InstanceInput {
Source = "N001_muaa45",
Default = 0,
Name = "*むあー",
SourceOp = "Root"
},
Input76 = InstanceInput {
Source = "N000_perori44",
Default = 0,
Name = "*ぺろり",
SourceOp = "Root"
},
Input77 = InstanceInput {
Source = "Grp_右腕",
Default = 1,
Name = "右腕",
SourceOp = "Root"
},
Input78 = InstanceInput {
Source = "N004_futsuu15",
Default = 0,
Name = "*普通",
SourceOp = "Root"
},
Input79 = InstanceInput {
Source = "N003_hoonite14",
Default = 0,
Name = "*頬に手",
SourceOp = "Root"
},
Input80 = InstanceInput {
Source = "N002_yubitate13",
Default = 0,
Name = "*指立て",
SourceOp = "Root"
},
Input81 = InstanceInput {
Source = "N001_udehirogeru12",
Default = 0,
Name = "*腕ひろげる",
SourceOp = "Root"
},
Input82 = InstanceInput {
Source = "N000_hihyouji11",
Default = 0,
Name = "*(非表示)",
SourceOp = "Root"
},
Input83 = InstanceInput {
Source = "Grp_左腕",
Default = 1,
Name = "左腕",
SourceOp = "Root"
},
Input84 = InstanceInput {
Source = "N003_futsuu8",
Default = 0,
Name = "*普通",
SourceOp = "Root"
},
Input85 = InstanceInput {
Source = "N002_hoonite7",
Default = 0,
Name = "*頬に手",
SourceOp = "Root"
},
Input86 = InstanceInput {
Source = "N001_sasayaki6",
Default = 0,
Name = "*ささやき",
SourceOp = "Root"
},
Input87 = InstanceInput {
Source = "N000_hihyouji5",
Default = 0,
Name = "*(非表示)",
SourceOp = "Root"
},
Input88 = InstanceInput {
Source = "LayerOrder",
ControlGroup = 2,
Name = "Layer List",
SourceOp = "MouthAnim",
Page = "口パク"
},
Input89 = InstanceInput {
Source = "LayerSelection",
Default = 1,
Name = "Layer List",
SourceOp = "MouthAnim",
ControlGroup = 2
},
Input90 = InstanceInput {
ControlGroup = 2,
Name = "Layer List",
Source = "LayerName1",
SourceOp = "MouthAnim"
},
Input91 = InstanceInput {
Source = "LayerEnabled1",
Default = 1,
Name = "Layer List",
SourceOp = "MouthAnim",
ControlGroup = 2
},
Input92 = InstanceInput {
ControlGroup = 2,
Name = "Layer List",
Source = "LayerName2",
SourceOp = "MouthAnim"
},
Input93 = InstanceInput {
Source = "LayerEnabled2",
Default = 0,
Name = "Layer List",
SourceOp = "MouthAnim",
ControlGroup = 2
},
Input94 = InstanceInput {
ControlGroup = 2,
Name = "Layer List",
Source = "LayerName3",
SourceOp = "MouthAnim"
},
Input95 = InstanceInput {
Source = "LayerEnabled3",
Default = 0,
Name = "Layer List",
SourceOp = "MouthAnim",
ControlGroup = 2
},
Input96 = InstanceInput {
ControlGroup = 2,
Name = "Layer List",
Source = "LayerName4",
SourceOp = "MouthAnim"
},
Input97 = InstanceInput {
Source = "LayerEnabled4",
Default = 0,
Name = "Layer List",
SourceOp = "MouthAnim",
ControlGroup = 2
},
Input98 = InstanceInput {
ControlGroup = 2,
Name = "Layer List",
Source = "LayerName5",
SourceOp = "MouthAnim"
},
Input99 = InstanceInput {
Source = "LayerEnabled5",
Default = 0,
Name = "Layer List",
SourceOp = "MouthAnim",
ControlGroup = 2
},
Input100 = InstanceInput {
ControlGroup = 2,
Name = "Layer List",
Source = "LayerName6",
SourceOp = "MouthAnim"
},
Input101 = InstanceInput {
Source = "LayerEnabled6",
Default = 0,
Name = "Layer List",
SourceOp = "MouthAnim",
ControlGroup = 2
},
Input102 = InstanceInput {
ControlGroup = 2,
Name = "Layer List",
Source = "LayerName7",
SourceOp = "MouthAnim"
},
Input103 = InstanceInput {
Source = "LayerEnabled7",
Default = 0,
Name = "Layer List",
SourceOp = "MouthAnim",
ControlGroup = 2
},
Input104 = InstanceInput {
ControlGroup = 2,
Name = "Layer List",
Source = "LayerName8",
SourceOp = "MouthAnim"
},
Input105 = InstanceInput {
Source = "LayerEnabled8",
Default = 1,
Name = "Layer List",
SourceOp = "MouthAnim",
ControlGroup = 2
},
Input106 = InstanceInput {
SourceOp = "MouthScale",
Default = 1,
Source = "Size"
},
Input107 = InstanceInput {
SourceOp = "EyeAnim",
Default = 179,
Source = "Blink"
},
Input108 = InstanceInput {
SourceOp = "EyeAnim",
Default = 4,
Source = "Close"
},
Input109 = InstanceInput {
SourceOp = "EyeAnim",
Default = 0,
Source = "Offset"
},
Input110 = InstanceInput {
Source = "Make",
Default = 0,
Name = "Make Anim",
SourceOp = "EyeAnim"
},
Input111 = InstanceInput {
Source = "Delete",
Default = 0,
Name = "Delete Anim",
SourceOp = "EyeAnim"
},
Input112 = InstanceInput {
Source = "at00",
Default = 0,
Name = "ボタンを押さないと反映されません。",
SourceOp = "EyeAnim"
},
Input113 = InstanceInput {
ControlGroup = 3,
Name = "Layer List",
Source = "LayerOrder",
SourceOp = "EyeAnim"
},
Input114 = InstanceInput {
Source = "LayerSelection",
Default = 1,
Name = "Layer List",
SourceOp = "EyeAnim",
ControlGroup = 3
},
Input115 = InstanceInput {
ControlGroup = 3,
Name = "Layer List",
Source = "LayerName1",
SourceOp = "EyeAnim"
},
Input116 = InstanceInput {
Source = "LayerEnabled1",
Default = 1,
Name = "Layer List",
SourceOp = "EyeAnim",
ControlGroup = 3
},
Input117 = InstanceInput {
ControlGroup = 3,
Name = "Layer List",
Source = "LayerName2",
SourceOp = "EyeAnim"
},
Input118 = InstanceInput {
Source = "LayerEnabled2",
Default = 0,
Name = "Layer List",
SourceOp = "EyeAnim",
ControlGroup = 3
},
Input119 = InstanceInput {
ControlGroup = 3,
Name = "Layer List",
Source = "LayerName3",
SourceOp = "EyeAnim"
},
Input120 = InstanceInput {
Source = "LayerEnabled3",
Default = 1,
Name = "Layer List",
SourceOp = "EyeAnim",
ControlGroup = 3
}
},
Outputs = ordered() {
MainOutput1 = InstanceOutput {
SourceOp = "レイアウト",
Source = "Output"
}
},
ViewInfo = GroupInfo {
Flags = {
GridSnap = true,
AllowPan = false,
AutoSnap = true,
ForceAll = true
},
Offset = { 0, 0 },
Scale = 1,
Direction = "Horizontal",
PipeStyle = "Direct"
},
Tools = ordered() {
Loader32 = Loader {
ViewInfo = OperatorInfo { Pos = { 4125, -940.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
Filename = "CHARA:\\九州そら立ち絵素材\\!口\\-むあー.png"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader21 = Loader {
ViewInfo = OperatorInfo { Pos = { 5005, -1237.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
Filename = "CHARA:\\九州そら立ち絵素材\\!目\\-目逸らし2_.png"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader2 = Loader {
ViewInfo = OperatorInfo { Pos = { 605, -643.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
Filename = "CHARA:\\九州そら立ち絵素材\\!左腕\\-(非表示).png"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
["パーターブ_Ctrl"] = Transform {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
},
Center = Input {
SourceOp = "Perturb1",
Source = "Value"
}
},
ViewInfo = OperatorInfo { Pos = { 5720, 445.5 } }
},
Perturb1 = PerturbPoint {
CtrlWZoom = false,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
Strength = Input {
SourceOp = "Motion_Str",
Source = "Value"
},
Speed = Input {
SourceOp = "Motion_Speed",
Source = "Value"
}
}
},
Motion_Str = PublishNumber {
CtrlWZoom = false,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
Value = Input { Value = 1 }
},
NameSet = true
},
Motion_Speed = PublishNumber {
CtrlWZoom = false,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
Value = Input { Value = 1 }
},
NameSet = true
},
Loader36 = Loader {
ViewInfo = OperatorInfo { Pos = { 4565, -940.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
Filename = "CHARA:\\九州そら立ち絵素材\\!口\\-ほー.png"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader4 = Loader {
ViewInfo = OperatorInfo { Pos = { 825, -643.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
Filename = "CHARA:\\九州そら立ち絵素材\\!左腕\\-頬に手.png"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader42 = Loader {
ViewInfo = OperatorInfo { Pos = { 3575, -643.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
Filename = "CHARA:\\九州そら立ち絵素材\\汗など\\涙.png"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader33 = Loader {
ViewInfo = OperatorInfo { Pos = { 4235, -940.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
Filename = "CHARA:\\九州そら立ち絵素材\\!口\\-むん.png"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
["荒ぶる"] = GroupOperator {
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform1_2_1",
Source = "Input"
},
Input3 = InstanceInput {
Source = "RandomSeed",
Default = 0,
SourceOp = "Shake1_1",
Width = 1
},
Input4 = InstanceInput {
SourceOp = "Shake1_1",
Width = 0.385,
Source = "Randomize"
},
Input5 = InstanceInput {
SourceOp = "Shake1_1",
Default = 10,
Source = "Smoothness"
},
Input1 = InstanceInput {
Source = "x",
Default = 0.1,
SourceOp = "Transform1_2_1",
Name = "X"
},
Input2 = InstanceInput {
Source = "y",
Default = 0.1,
SourceOp = "Transform1_2_1",
Name = "Y"
}
},
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform1_2_1",
Source = "Output"
}
},
ViewInfo = GroupInfo {
Flags = {
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true
},
Offset = { 0, 0 },
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Scale = 1,
PipeStyle = "Direct",
Direction = "Horizontal",
Pos = { 6380, 445.5 }
},
Tools = ordered() {
Transform1_2_1 = Transform {
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
CtrlWShown = false,
Inputs = {
in_out = Input {
SourceOp = "KeyframeStretcher1_1",
Source = "Result"
},
y = Input { Value = 0.03 },
x = Input { Value = 0.03 },
Center = Input {
Expression = "Point(0.5, 0.5) + shake * in_out",
Value = { 0.502997744173508, 0.497908177638071 }
},
shake = Input {
SourceOp = "Shake1_1",
Source = "Position"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
UserControls = 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 } }
},
KeyframeStretcher1_1 = KeyStretcherMod {
CtrlWZoom = false,
Inputs = {
StretchEnd = Input { Value = 110 },
Keyframes = Input {
SourceOp = "KeyStretcheronTransform1_2_1Keyframes",
Source = "Value"
},
StretchStart = Input { Value = 10 }
}
},
KeyStretcheronTransform1_2_1Keyframes = BezierSpline {
CtrlWZoom = false,
SplineColor = { Blue = 231, Green = 106, Red = 193 },
KeyFrames = {
[0] = { 0, Flags = { Linear = true }, RH = { 3.33333333333333, 0 } },
[10] = { 1, LH = { 6.66666666666667, 1 }, RH = { 43.3333333333333, 1 } },
[110] = { 1, LH = { 76.6666666666667, 1 }, RH = { 113.333333333333, 1 } },
[120] = { 0, LH = { 116.666666666667, 0 } }
}
},
Shake1_1 = Shake {
CtrlWZoom = false,
Inputs = {
LockXY = Input { Value = 0 },
XMinimum = Input {
Expression = "-Transform1_2_1.x",
Value = -0.03
},
Smoothness = Input { Value = 1.5 },
XMaximum = Input {
Expression = "Transform1_2_1.x",
Value = 0.03
},
YMinimum = Input {
Expression = "-Transform1_2_1.y",
Value = -0.03
},
YMaximum = Input {
Expression = "Transform1_2_1.y",
Value = 0.03
}
},
Faster = true
}
}
},
Loader20 = Loader {
ViewInfo = OperatorInfo { Pos = { 4895, -1237.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
Filename = "CHARA:\\九州そら立ち絵素材\\!目\\-上向き目.png"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader18 = Loader {
ViewInfo = OperatorInfo { Pos = { 4675, -1237.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
Filename = "CHARA:\\九州そら立ち絵素材\\!目\\-にっこり.png"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader28 = Loader {
ViewInfo = OperatorInfo { Pos = { 2805, -643.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
Filename = "CHARA:\\九州そら立ち絵素材\\!眉\\-困り眉.png"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
["横揺れ_Ctrl"] = Transform {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
UserControls = 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" } },
Inputs = {
v = Input {
Expression = "0.5 + amplitude * iif(time > out, 0,bound)",
Value = 0.504755282581476
},
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)",
Value = 0.951056516295153
},
amplitude = Input {
SourceOp = "Motion_Str",
Source = "Value"
},
Center = Input {
Expression = "Point(v, 0.5)",
Value = { 0.504755282581476, 0.5 }
},
speed = Input {
SourceOp = "Motion_Speed",
Source = "Value"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 5225, 445.5 } }
},
Loader27 = Loader {
ViewInfo = OperatorInfo { Pos = { 2695, -643.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
Filename = "CHARA:\\九州そら立ち絵素材\\!眉\\-怒り眉.png"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader43 = Loader {
ViewInfo = OperatorInfo { Pos = { 3685, -643.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
Filename = "CHARA:\\九州そら立ち絵素材\\汗など\\汗.png"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
["ぽよ"] = GroupOperator {
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform",
Source = "Input"
},
Input1 = InstanceInput {
Source = "speed",
Default = 1,
SourceOp = "Transform",
Name = "スピード",
Page = "Controls"
},
Input2 = InstanceInput {
Source = "SecondOperand",
Default = 1,
SourceOp = "Calculation2",
Name = "強さ"
},
Input3 = InstanceInput {
SourceOp = "Transform",
Source = "Pivot"
}
},
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform",
Source = "Output"
}
},
ViewInfo = GroupInfo {
Flags = {
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true
},
Offset = { 0, 0 },
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Scale = 1,
PipeStyle = "Direct",
Direction = "Horizontal",
Pos = { 4565, 445.5 }
},
Tools = ordered() {
Transform = Transform {
CtrlWZoom = false,
CtrlWShown = false,
Inputs = {
Pivot = Input { Value = { 0.5, 0 } },
Aspect = Input {
SourceOp = "Calculation1",
Source = "Result"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
UserControls = 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 } },
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
NameSet = true
},
Calculation1 = Calculation {
CtrlWZoom = false,
Inputs = {
FirstOperand = Input {
SourceOp = "Calculation2",
Source = "Result"
},
FirstOperandTimeOffset = Input { Expression = "-comp.GlobalStart" },
SecondOperand = Input { Value = 1 }
}
},
Calculation2 = Calculation {
CtrlWZoom = false,
Inputs = {
FirstOperand = Input {
SourceOp = "CalculationonCalculationonTransformAspectFirstOperand",
Source = "Value"
},
FirstOperandTimeScale = Input { Expression = "Transform.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate" },
SecondOperand = Input { Value = 0.8 },
Operator = Input { Value = 2 }
}
},
CalculationonCalculationonTransformAspectFirstOperand = BezierSpline {
CtrlWZoom = false,
SplineColor = { Blue = 30, Green = 105, Red = 210 },
KeyFrames = {
[0] = { 0, Flags = { Linear = true }, RH = { 1, 0 } },
[3] = { 0.0800000000000001, LH = { 2, 0.0800000000000001 }, RH = { 4.66666666666667, 0.0800000000000001 } },
[8] = { -0.0489999999999999, LH = { 6.33333333333333, -0.0489999999999999 }, RH = { 9.33333333333333, -0.0489999999999999 } },
[12] = { 0.03, LH = { 10.6666666666667, 0.03 }, RH = { 13.3333333333333, 0.03 } },
[16] = { -0.00700000000000001, LH = { 14.6666666666667, -0.00700000000000001 }, RH = { 16.6666666666667, -0.00700000000000001 } },
[18] = { 0.004, LH = { 17.3333333333333, 0.004 }, RH = { 18.6666666666667, 0.004 } },
[20] = { 0, LH = { 19.3333333333333, 0 } }
}
}
}
},
Loader15 = Loader {
ViewInfo = OperatorInfo { Pos = { 4345, -1237.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
Filename = "CHARA:\\九州そら立ち絵素材\\!目\\-__.png"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader31 = Loader {
ViewInfo = OperatorInfo { Pos = { 4015, -940.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
Filename = "CHARA:\\九州そら立ち絵素材\\!口\\-ぺろり.png"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
ST_Background = Background {
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
Inputs = {
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1080 },
Depth = Input { Value = 1 },
Width = Input { Value = 1920 },
UseFrameFormatSettings = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 5390, 610.5 } }
},
ST_SetDomain = SetDomain {
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
Inputs = {
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Input = Input {
SourceOp = "ST_Background",
Source = "Output"
},
Right = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 5390, 742.5 } }
},
["モーションSelector"] = Transform {
ViewInfo = OperatorInfo { Pos = { 5555, 610.5 } },
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
UserControls = ordered() {
["N000_モーションなし"] = {
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"モーションなし\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "モーションなし",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N001_ぽよ"] = {
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"ぽよ\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "ぽよ",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N002_ぴょん_Ctrl"] = {
ICS_ControlPage = "モーション",
BTNCS_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",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "ぴょん_Ctrl",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N003_リズム_Ctrl"] = {
ICS_ControlPage = "モーション",
BTNCS_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",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "リズム_Ctrl",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N004_跳ねる_Ctrl"] = {
ICS_ControlPage = "モーション",
BTNCS_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",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "跳ねる_Ctrl",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N005_横揺れ_Ctrl"] = {
ICS_ControlPage = "モーション",
BTNCS_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",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "横揺れ_Ctrl",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N006_縦揺れ_Ctrl"] = {
ICS_ControlPage = "モーション",
BTNCS_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",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "縦揺れ_Ctrl",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N007_拡縮_Ctrl"] = {
ICS_ControlPage = "モーション",
BTNCS_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",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "拡縮_Ctrl",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N008_パーターブ_Ctrl"] = {
ICS_ControlPage = "モーション",
BTNCS_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",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "パーターブ_Ctrl",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N009_跳ねる"] = {
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"跳ねる\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "跳ねる",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N010_跳ねる_小"] = {
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"跳ねる_小\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "跳ねる_小",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N011_不安"] = {
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"不安\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "不安",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N012_荒ぶる"] = {
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"荒ぶる\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "荒ぶる",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N013_震え"] = {
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"震え\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "震え",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
Speed = {
INP_Default = 1,
INP_MaxScale = 5,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Speed",
INPID_InputControl = "SliderControl",
INP_MinScale = 0
},
Str = {
INP_Default = 1,
INP_MaxScale = 5,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Str",
INPID_InputControl = "SliderControl",
INP_MinScale = 0
}
},
Inputs = {
Speed = Input {
SourceOp = "Motion_Speed",
Source = "Value"
},
Str = Input {
SourceOp = "Motion_Str",
Source = "Value"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
Colors = { TileColor = { B = 0, G = 0.431372549019608, R = 0.92156862745098 } }
},
ST_Merge = Merge {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
Foreground = Input {
SourceOp = "モーションSelector",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "ST_SetDomain",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 5555, 742.5 } }
},
["レイアウト"] = Transform {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
Input = Input {
SourceOp = "ST_Merge",
Source = "Output"
},
Center = Input { Value = { 0.85, 0 } }
},
Colors = { TileColor = { B = 0, G = 0.431372549019608, R = 0.92156862745098 } },
ViewInfo = OperatorInfo { Pos = { 5555, 874.5 } }
},
Loader11 = Loader {
ViewInfo = OperatorInfo { Pos = { 2035, -643.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
Filename = "CHARA:\\九州そら立ち絵素材\\!顔色\\かげり.png"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader14 = Loader {
ViewInfo = OperatorInfo { Pos = { 2365, -643.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
Filename = "CHARA:\\九州そら立ち絵素材\\!顔色\\-(非表示).png"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader7 = Loader {
ViewInfo = OperatorInfo { Pos = { 1375, -643.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
Filename = "CHARA:\\九州そら立ち絵素材\\!右腕\\-腕ひろげる.png"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader23 = Loader {
ViewInfo = OperatorInfo { Pos = { 5225, -1237.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
Filename = "CHARA:\\九州そら立ち絵素材\\!目\\-カメラ目線2_.png"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
["リズム_Ctrl"] = Transform {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
Pivot = Input { Value = { 0.5, 0 } },
Aspect = Input {
SourceOp = "リズム_AspectAffset",
Source = "Result"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 4895, 445.5 } }
},
["リズム_AspectAffset"] = Calculation {
CtrlWZoom = false,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
FirstOperand = Input {
SourceOp = "リズム_ScaleAndTimeScaleForFPS",
Source = "Result"
},
SecondOperand = Input { Value = 1 }
},
NameSet = true
},
["リズム_ScaleAndTimeScaleForFPS"] = Calculation {
CtrlWZoom = false,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
FirstOperand = Input {
SourceOp = "リズム_Loop",
Source = "Result"
},
FirstOperandTimeScale = Input { Expression = "30 / comp:GetPrefs().Comp.FrameFormat.Rate" },
SecondOperand = Input {
SourceOp = "Motion_Str",
Source = "Value"
},
Operator = Input { Value = 2 }
},
NameSet = true
},
["リズム_Loop"] = Calculation {
CtrlWZoom = false,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
UserControls = ordered() {
Speed = {
INP_Default = 1,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Speed",
INPID_InputControl = "SliderControl"
},
Frame = {
INP_Default = 1,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Frame",
INPID_InputControl = "SliderControl"
}
},
Inputs = {
FirstOperand = Input {
SourceOp = "リズム_LoopFirstOperand",
Source = "Value"
},
FirstOperandTimeOffset = Input { Expression = "- math.floor(time / Frame) * Frame" },
Operator = Input { Value = 9 },
Speed = Input {
SourceOp = "Motion_Speed",
Source = "Value"
},
Frame = Input {
Expression = "30 / Speed",
Value = 30
}
},
NameSet = true
},
["リズム_LoopFirstOperand"] = BezierSpline {
CtrlWZoom = false,
SplineColor = { Blue = 30, Green = 105, Red = 210 },
KeyFrames = {
[0] = { 0, Flags = { Linear = true }, RH = { 1, 0 } },
[3] = { -0.01, LH = { 2, -0.01 }, RH = { 4, -0.01 } },
[6] = { 0, LH = { 5, 0 } }
},
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
}
},
Loader38 = Loader {
ViewInfo = OperatorInfo { Pos = { 4785, -940.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
Filename = "CHARA:\\九州そら立ち絵素材\\!口\\-ん.png"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
["跳ねる"] = GroupOperator {
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform1_1",
Source = "Input"
},
Input1 = InstanceInput {
MinScale = 0.0010000000475,
Default = 2,
SourceOp = "Transform1_1",
Source = "speed"
},
Input2 = InstanceInput {
SourceOp = "Transform1_1",
Default = 0.1,
Source = "amplitude"
}
},
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform1_1",
Source = "Output"
}
},
ViewInfo = GroupInfo {
Flags = {
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true
},
Offset = { 0, 0 },
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Scale = 1,
PipeStyle = "Direct",
Direction = "Horizontal",
Pos = { 5885, 445.5 }
},
Tools = ordered() {
Transform1_1 = Transform {
CtrlWZoom = false,
CtrlWShown = false,
Inputs = {
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\n",
Value = 0.951056516295154
},
amplitude = Input { Value = 0.08 },
Center = Input {
Expression = "Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))",
Value = { 0.5, 0.595105651629515 }
},
speed = Input { Value = 2 },
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
UserControls = 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 } },
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } }
}
}
},
Loader37 = Loader {
ViewInfo = OperatorInfo { Pos = { 4675, -940.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
Filename = "CHARA:\\九州そら立ち絵素材\\!口\\-んあ.png"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader25 = Loader {
ViewInfo = OperatorInfo { Pos = { 5445, -1237.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
Filename = "CHARA:\\九州そら立ち絵素材\\!目\\-基本目2_.png"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader22 = Loader {
ViewInfo = OperatorInfo { Pos = { 5115, -1237.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
Filename = "CHARA:\\九州そら立ち絵素材\\!目\\-目逸らし.png"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader6 = Loader {
ViewInfo = OperatorInfo { Pos = { 1265, -643.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
Filename = "CHARA:\\九州そら立ち絵素材\\!右腕\\-(非表示).png"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader12 = Loader {
ViewInfo = OperatorInfo { Pos = { 2145, -643.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
Filename = "CHARA:\\九州そら立ち絵素材\\!顔色\\-赤面.png"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
["縦揺れ_Ctrl"] = Transform {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
UserControls = 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" } },
Inputs = {
v = Input {
Expression = "0.5 + amplitude * iif(time > out, 0,bound)",
Value = 0.504755282581476
},
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)",
Value = 0.951056516295153
},
amplitude = Input {
SourceOp = "Motion_Str",
Source = "Value"
},
Center = Input {
Expression = "Point(0.5,v)",
Value = { 0.504755282581476, 0.5 }
},
speed = Input {
SourceOp = "Motion_Speed",
Source = "Value"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 5390, 445.5 } }
},
Loader8 = Loader {
ViewInfo = OperatorInfo { Pos = { 1485, -643.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
Filename = "CHARA:\\九州そら立ち絵素材\\!右腕\\-指立て.png"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader30 = Loader {
ViewInfo = OperatorInfo { Pos = { 3025, -643.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
Filename = "CHARA:\\九州そら立ち絵素材\\!眉\\-上がり眉.png"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader3 = Loader {
ViewInfo = OperatorInfo { Pos = { 715, -643.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
Filename = "CHARA:\\九州そら立ち絵素材\\!左腕\\-ささやき.png"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
["震え"] = GroupOperator {
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform1_3",
Source = "Input"
},
Input1 = InstanceInput {
SourceOp = "Transform1_3",
Default = 2,
Source = "speed"
},
Input2 = InstanceInput {
SourceOp = "Transform1_3",
Default = 0.1,
Source = "amplitude"
},
Input3 = InstanceInput {
SourceOp = "Transform1_3",
Default = 0,
Source = "Y"
}
},
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform1_3",
Source = "Output"
}
},
ViewInfo = GroupInfo {
Flags = {
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true
},
Offset = { 0, 0 },
Size = { 126, 109.359001159668, 63, 24.2423992156982 },
Scale = 1,
PipeStyle = "Direct",
Direction = "Horizontal",
Pos = { 6545, 445.5 }
},
Tools = ordered() {
Transform1_3 = Transform {
ViewInfo = OperatorInfo { Pos = { 0, 29.7576007843018 } },
CtrlWShown = false,
Inputs = {
v = Input {
Expression = "0.5 + amplitude * iif(time > out, 0,bound)",
Value = 0.504755282581476
},
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)",
Value = 0.951056516295153
},
amplitude = Input { Value = 0.005 },
Center = Input {
Expression = "iif(Y == 0, Point(v, 0.5),Point(0.5,v))",
Value = { 0.504755282581476, 0.5 }
},
speed = Input { Value = 12 },
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
UserControls = 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" } }
}
}
},
Loader9 = Loader {
ViewInfo = OperatorInfo { Pos = { 1595, -643.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
Filename = "CHARA:\\九州そら立ち絵素材\\!右腕\\-頬に手.png"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader45 = Loader {
ViewInfo = OperatorInfo { Pos = { 4125, -643.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
Filename = "CHARA:\\九州そら立ち絵素材\\アクセサリ\\スカウター.png"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
["ぴょん_Ctrl"] = Transform {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
UserControls = 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 } },
Inputs = {
Center = Input {
SourceOp = "XYPath1_1",
Source = "Value"
},
speed = Input {
SourceOp = "Motion_Speed",
Source = "Value"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 4730, 445.5 } }
},
XYPath1_1 = XYPath {
CtrlWZoom = false,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
Y = Input {
SourceOp = "Calculation1_1_1",
Source = "Result"
},
X = Input { Value = 0.5 }
},
DrawMode = "ModifyOnly",
ShowKeyPoints = false
},
Calculation1_1_1 = Calculation {
CtrlWZoom = false,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
FirstOperand = Input {
SourceOp = "Calculation2_1_1",
Source = "Result"
},
FirstOperandTimeOffset = Input { Expression = "-comp.GlobalStart - ぴょん_Ctrl.offset" },
SecondOperand = Input { Value = 0.5 }
}
},
Calculation2_1_1 = Calculation {
CtrlWZoom = false,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
FirstOperand = Input {
SourceOp = "Calculation4_1",
Source = "Result"
},
FirstOperandTimeScale = Input { Expression = "ぴょん_Ctrl.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate" },
SecondOperand = Input { Value = 0.5 },
Operator = Input { Value = 2 }
}
},
Calculation4_1 = Calculation {
CtrlWZoom = false,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
FirstOperand = Input {
SourceOp = "Calculation4_1FirstOperand",
Source = "Value"
},
SecondOperand = Input {
SourceOp = "Motion_Str",
Source = "Value"
},
Operator = Input { Value = 2 }
}
},
Calculation4_1FirstOperand = BezierSpline {
CtrlWZoom = false,
SplineColor = { Blue = 0, Green = 255, Red = 0 },
KeyFrames = {
[0] = { 0, Flags = { Linear = true }, RH = { 2.65, 0.18 } },
[13] = { 0, LH = { 9.5, 0.194 }, RH = { 15.2, 0.05 } },
[22] = { 0, LH = { 18.7, 0.06 }, RH = { 24.9, 0.02 } },
[30] = { 0, LH = { 27.4851924208954, 0 } }
},
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
NameSet = true
},
["跳ねる_Ctrl"] = Transform {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
UserControls = 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 } },
Inputs = {
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\n",
Value = 0.951056516295154
},
amplitude = Input {
SourceOp = "Motion_Str",
Source = "Value"
},
Center = Input {
Expression = "Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))",
Value = { 0.5, 0.595105651629515 }
},
speed = Input {
SourceOp = "Motion_Speed",
Source = "Value"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 5060, 445.5 } }
},
Loader19 = Loader {
ViewInfo = OperatorInfo { Pos = { 4785, -1237.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
Filename = "CHARA:\\九州そら立ち絵素材\\!目\\-上向き目2_.png"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
["跳ねる_小"] = GroupOperator {
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform1_1_1",
Source = "Input"
},
Input1 = InstanceInput {
MinScale = 0.0010000000475,
Default = 2,
SourceOp = "Transform1_1_1",
Source = "speed"
},
Input2 = InstanceInput {
SourceOp = "Transform1_1_1",
Default = 0.1,
Source = "amplitude"
}
},
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform1_1_1",
Source = "Output"
}
},
ViewInfo = GroupInfo {
Flags = {
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true
},
Offset = { 0, 0 },
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Scale = 1,
PipeStyle = "Direct",
Direction = "Horizontal",
Pos = { 6050, 445.5 }
},
Tools = ordered() {
Transform1_1_1 = Transform {
CtrlWZoom = false,
CtrlWShown = false,
Inputs = {
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\n",
Value = 0.951056516295154
},
amplitude = Input { Value = 0.02 },
Center = Input {
Expression = "Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))",
Value = { 0.5, 0.595105651629515 }
},
speed = Input { Value = 2 },
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
UserControls = 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 } },
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } }
}
}
},
["拡縮_Ctrl"] = Transform {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
UserControls = 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" } },
Inputs = {
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)",
Value = 0.951056516295153
},
speed = Input {
SourceOp = "Motion_Speed",
Source = "Value"
},
v = Input {
Expression = "1 + amplitude * iif(time > out, 0,bound)",
Value = 0.504755282581476
},
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
amplitude = Input {
SourceOp = "Motion_Str",
Source = "Value"
},
Size = Input { Expression = " v" },
Center = Input { Value = { 0.504755282581476, 0.5 } },
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 5555, 445.5 } }
},
Background1 = Background {
ViewInfo = OperatorInfo { Pos = { 165, -247.5 } },
Inputs = {
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1820 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
SetDomain1 = SetDomain {
ViewInfo = OperatorInfo { Pos = { 165, -115.5 } },
Inputs = {
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background1",
Source = "Output"
},
Right = Input { Value = 0 }
}
},
Loader1 = Loader {
ViewInfo = OperatorInfo { Pos = { 275, -247.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
Filename = "CHARA:\\九州そら立ち絵素材\\レイヤー 13_.png"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
["レイヤー13_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 275, -115.5 } },
Inputs = {
Foreground = Input {
SourceOp = "Loader1",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain1",
Source = "Output"
}
}
},
Background2 = Background {
ViewInfo = OperatorInfo { Pos = { 495, -643.5 } },
Inputs = {
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1820 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
SetDomain2 = SetDomain {
ViewInfo = OperatorInfo { Pos = { 495, -511.5 } },
Inputs = {
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background2",
Source = "Output"
},
Right = Input { Value = 0 }
}
},
Loader5 = Loader {
ViewInfo = OperatorInfo { Pos = { 935, -643.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
Filename = "CHARA:\\九州そら立ち絵素材\\!左腕\\-普通.png"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
["左腕_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 935, -511.5 } },
Inputs = {
Foreground = Input {
SourceOp = "Loader5",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain2",
Source = "Output"
}
}
},
["左腕"] = Transform {
ViewInfo = OperatorInfo { Pos = { 935, -379.5 } },
Inputs = {
Input = Input {
SourceOp = "左腕_MG",
Source = "Output"
}
}
},
["左腕_MG1"] = Merge {
ViewInfo = OperatorInfo { Pos = { 935, -115.5 } },
Inputs = {
Foreground = Input {
SourceOp = "左腕",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "レイヤー13_MG",
Source = "Output"
}
}
},
Background3 = Background {
ViewInfo = OperatorInfo { Pos = { 1155, -643.5 } },
Inputs = {
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1820 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
SetDomain3 = SetDomain {
ViewInfo = OperatorInfo { Pos = { 1155, -511.5 } },
Inputs = {
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background3",
Source = "Output"
},
Right = Input { Value = 0 }
}
},
Loader10 = Loader {
ViewInfo = OperatorInfo { Pos = { 1705, -643.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
Filename = "CHARA:\\九州そら立ち絵素材\\!右腕\\-普通.png"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
["右腕_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 1705, -511.5 } },
Inputs = {
Foreground = Input {
SourceOp = "Loader10",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain3",
Source = "Output"
}
}
},
["右腕"] = Transform {
ViewInfo = OperatorInfo { Pos = { 1705, -379.5 } },
Inputs = {
Input = Input {
SourceOp = "右腕_MG",
Source = "Output"
}
}
},
["右腕_MG1"] = Merge {
ViewInfo = OperatorInfo { Pos = { 1705, -115.5 } },
Inputs = {
Foreground = Input {
SourceOp = "右腕",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "左腕_MG1",
Source = "Output"
}
}
},
Background4 = Background {
ViewInfo = OperatorInfo { Pos = { 1925, -643.5 } },
Inputs = {
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1820 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
SetDomain4 = SetDomain {
ViewInfo = OperatorInfo { Pos = { 1925, -511.5 } },
Inputs = {
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background4",
Source = "Output"
},
Right = Input { Value = 0 }
}
},
["かげり_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 2035, -511.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain4",
Source = "Output"
}
}
},
Loader13 = Loader {
ViewInfo = OperatorInfo { Pos = { 2255, -643.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
Filename = "CHARA:\\九州そら立ち絵素材\\!顔色\\-ほっぺ.png"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
["顔色_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 2365, -511.5 } },
Inputs = {
Foreground = Input {
SourceOp = "Loader13",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "かげり_MG",
Source = "Output"
}
}
},
["顔色"] = Transform {
ViewInfo = OperatorInfo { Pos = { 2365, -379.5 } },
Inputs = {
Input = Input {
SourceOp = "顔色_MG",
Source = "Output"
}
}
},
["顔色_MG1"] = Merge {
ViewInfo = OperatorInfo { Pos = { 2365, -115.5 } },
Inputs = {
Foreground = Input {
SourceOp = "顔色",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "右腕_MG1",
Source = "Output"
}
}
},
Background6 = Background {
ViewInfo = OperatorInfo { Pos = { 2585, -643.5 } },
Inputs = {
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1820 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
SetDomain6 = SetDomain {
ViewInfo = OperatorInfo { Pos = { 2585, -511.5 } },
Inputs = {
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background6",
Source = "Output"
},
Right = Input { Value = 0 }
}
},
Loader29 = Loader {
ViewInfo = OperatorInfo { Pos = { 2915, -643.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
Filename = "CHARA:\\九州そら立ち絵素材\\!眉\\-普通眉.png"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
["眉_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 3025, -511.5 } },
Inputs = {
Foreground = Input {
SourceOp = "Loader29",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain6",
Source = "Output"
}
}
},
["眉"] = Transform {
ViewInfo = OperatorInfo { Pos = { 3025, -379.5 } },
Inputs = {
Input = Input {
SourceOp = "眉_MG",
Source = "Output"
}
}
},
["眉_MG1"] = Merge {
ViewInfo = OperatorInfo { Pos = { 3025, -115.5 } },
Inputs = {
Foreground = Input {
SourceOp = "眉",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "顔色_MG1",
Source = "Output"
}
}
},
Background8 = Background {
ViewInfo = OperatorInfo { Pos = { 3465, -643.5 } },
Inputs = {
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1820 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
SetDomain8 = SetDomain {
ViewInfo = OperatorInfo { Pos = { 3465, -511.5 } },
Inputs = {
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background8",
Source = "Output"
},
Right = Input { Value = 0 }
}
},
["涙_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 3575, -511.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain8",
Source = "Output"
}
}
},
["汗_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 3685, -511.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "涙_MG",
Source = "Output"
}
}
},
["汗など"] = Transform {
ViewInfo = OperatorInfo { Pos = { 3685, -379.5 } },
Inputs = {
Input = Input {
SourceOp = "汗_MG",
Source = "Output"
}
}
},
["汗など_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 3685, -115.5 } },
Inputs = {
Foreground = Input {
SourceOp = "汗など",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "眉_MG1",
Source = "Output"
}
}
},
Background9 = Background {
ViewInfo = OperatorInfo { Pos = { 3905, -643.5 } },
Inputs = {
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1820 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
SetDomain9 = SetDomain {
ViewInfo = OperatorInfo { Pos = { 3905, -511.5 } },
Inputs = {
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background9",
Source = "Output"
},
Right = Input { Value = 0 }
}
},
Loader44 = Loader {
ViewInfo = OperatorInfo { Pos = { 4015, -643.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
Filename = "CHARA:\\九州そら立ち絵素材\\アクセサリ\\衛星.png"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
["衛星_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 4015, -511.5 } },
Inputs = {
Foreground = Input {
SourceOp = "Loader44",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain9",
Source = "Output"
}
}
},
["スカウター_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 4125, -511.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "衛星_MG",
Source = "Output"
}
}
},
["アクセサリ"] = Transform {
ViewInfo = OperatorInfo { Pos = { 4125, -379.5 } },
Inputs = {
Input = Input {
SourceOp = "スカウター_MG",
Source = "Output"
}
}
},
["アクセサリ_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 4125, -115.5 } },
Inputs = {
Foreground = Input {
SourceOp = "アクセサリ",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "汗など_MG",
Source = "Output"
}
}
},
Body = Transform {
Locked = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
FlattenTransform = Input { Value = 1 },
Input = Input {
SourceOp = "アクセサリ_MG",
Source = "Output"
}
},
Colors = { TileColor = { B = 0.709803921568627, G = 0.549019607843137, R = 0.913725490196078 } },
ViewInfo = OperatorInfo { Pos = { 4455, -115.5 } },
NameSet = true
},
Background7 = Background {
ViewInfo = OperatorInfo { Pos = { 3905, -940.5 } },
Inputs = {
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1820 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
SetDomain7 = SetDomain {
ViewInfo = OperatorInfo { Pos = { 3905, -808.5 } },
Inputs = {
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background7",
Source = "Output"
},
Right = Input { Value = 0 }
}
},
["口_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 5115, -808.5 } },
Inputs = {
Foreground = Input {
SourceOp = "Loader41",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain7",
Source = "Output"
}
}
},
["口"] = Transform {
ViewInfo = OperatorInfo { Pos = { 5115, -676.5 } },
Inputs = {
Input = Input {
SourceOp = "口_MG",
Source = "Output"
}
}
},
MouthBase = Transform {
Locked = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
FlattenTransform = Input { Value = 1 },
Input = Input {
SourceOp = "口",
Source = "Output"
}
},
Colors = { TileColor = { B = 0.709803921568627, G = 0.549019607843137, R = 0.913725490196078 } },
ViewInfo = OperatorInfo { Pos = { 5115, -511.5 } },
NameSet = true
},
MouthScale = Transform {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
Pivot = Input { Value = { 0.484649277320069, 0.791089166278231 } },
Input = Input {
SourceOp = "MouthBase",
Source = "Output"
}
},
Colors = { TileColor = { B = 0, G = 0.431372549019608, R = 0.92156862745098 } },
ViewInfo = OperatorInfo { Pos = { 5115, -214.5 } }
},
Loader41 = Loader {
ViewInfo = OperatorInfo { Pos = { 5115, -940.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
Filename = "CHARA:\\九州そら立ち絵素材\\!口\\-ほほえみ.png"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
N = Fuse.Wireless {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
Input = Input {
SourceOp = "Loader41",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 5005, -511.5 } }
},
Instance_MouthScale = Transform {
CtrlWZoom = false,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
EffectMask = Input { },
SettingsNest = Input { },
TransformNest = Input { },
CommentsNest = Input { },
FrameRenderScriptNest = Input { },
StartRenderScripts = Input { },
EndRenderScripts = Input { },
ReferenceSize = Input { },
Input = Input {
SourceOp = "N",
Source = "Output"
}
},
SourceOp = "MouthScale",
ViewInfo = OperatorInfo { Pos = { 5005, -214.5 } },
NameSet = true
},
Loader39 = Loader {
ViewInfo = OperatorInfo { Pos = { 4895, -940.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
Filename = "CHARA:\\九州そら立ち絵素材\\!口\\-あはー.png"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
A = Fuse.Wireless {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
Input = Input {
SourceOp = "Loader39",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 4895, -511.5 } }
},
Instance_MouthScale_1 = Transform {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
EffectMask = Input { },
SettingsNest = Input { },
TransformNest = Input { },
CommentsNest = Input { },
FrameRenderScriptNest = Input { },
StartRenderScripts = Input { },
EndRenderScripts = Input { },
ReferenceSize = Input { },
Input = Input {
SourceOp = "A",
Source = "Output"
}
},
SourceOp = "MouthScale",
ViewInfo = OperatorInfo { Pos = { 4895, -214.5 } }
},
I = Fuse.Wireless {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
Input = Input {
SourceOp = "Loader34",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 4785, -610.5 } }
},
Transform4_1 = Transform {
ViewInfo = OperatorInfo { Pos = { 4785, -511.5 } },
Colors = { TileColor = { B = 0.709803921568627, G = 0.549019607843137, R = 0.913725490196078 } },
Inputs = {
Angle = Input { Value = 10.4 },
Input = Input {
SourceOp = "I",
Source = "Output"
},
Pivot = Input { Value = { 0.484772, 0.789033 } },
FlattenTransform = Input { Value = 1 },
YSize = Input { Value = 0.4 },
UseSizeAndAspect = Input { Value = 0 }
}
},
Instance_MouthScale_2 = Transform {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
EffectMask = Input { },
SettingsNest = Input { },
TransformNest = Input { },
CommentsNest = Input { },
FrameRenderScriptNest = Input { },
StartRenderScripts = Input { },
EndRenderScripts = Input { },
ReferenceSize = Input { },
Input = Input {
SourceOp = "Transform4_1",
Source = "Output"
}
},
SourceOp = "MouthScale",
ViewInfo = OperatorInfo { Pos = { 4785, -214.5 } }
},
Loader35 = Loader {
ViewInfo = OperatorInfo { Pos = { 4455, -940.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
Filename = "CHARA:\\九州そら立ち絵素材\\!口\\-お.png"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
U = Fuse.Wireless {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
Input = Input {
SourceOp = "Loader35",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 4675, -511.5 } }
},
Instance_MouthScale_3 = Transform {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
EffectMask = Input { },
SettingsNest = Input { },
TransformNest = Input { },
CommentsNest = Input { },
FrameRenderScriptNest = Input { },
StartRenderScripts = Input { },
EndRenderScripts = Input { },
ReferenceSize = Input { },
Input = Input {
SourceOp = "U",
Source = "Output"
}
},
SourceOp = "MouthScale",
ViewInfo = OperatorInfo { Pos = { 4675, -214.5 } }
},
Loader40 = Loader {
ViewInfo = OperatorInfo { Pos = { 5005, -940.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
Filename = "CHARA:\\九州そら立ち絵素材\\!口\\-あは.png"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
E = Fuse.Wireless {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
Input = Input {
SourceOp = "Loader40",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 4565, -511.5 } }
},
Instance_MouthScale_4 = Transform {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
EffectMask = Input { },
SettingsNest = Input { },
TransformNest = Input { },
CommentsNest = Input { },
FrameRenderScriptNest = Input { },
StartRenderScripts = Input { },
EndRenderScripts = Input { },
ReferenceSize = Input { },
Input = Input {
SourceOp = "E",
Source = "Output"
}
},
SourceOp = "MouthScale",
ViewInfo = OperatorInfo { Pos = { 4565, -214.5 } }
},
Loader34 = Loader {
ViewInfo = OperatorInfo { Pos = { 4345, -940.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
Filename = "CHARA:\\九州そら立ち絵素材\\!口\\-おー.png"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
O = Fuse.Wireless {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
Input = Input {
SourceOp = "Loader34",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 4455, -610.5 } }
},
Transform4 = Transform {
ViewInfo = OperatorInfo { Pos = { 4455, -511.5 } },
Colors = { TileColor = { B = 0.709803921568627, G = 0.549019607843137, R = 0.913725490196078 } },
Inputs = {
Input = Input {
SourceOp = "O",
Source = "Output"
},
FlattenTransform = Input { Value = 1 },
Pivot = Input { Value = { 0.484772, 0.789033 } },
XSize = Input { Value = 0.6 },
YSize = Input { Value = 0.6 },
UseSizeAndAspect = Input { Value = 0 }
}
},
Instance_MouthScale_5 = Transform {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
EffectMask = Input { },
SettingsNest = Input { },
TransformNest = Input { },
CommentsNest = Input { },
FrameRenderScriptNest = Input { },
StartRenderScripts = Input { },
EndRenderScripts = Input { },
ReferenceSize = Input { },
Input = Input {
SourceOp = "Transform4",
Source = "Output"
}
},
SourceOp = "MouthScale",
ViewInfo = OperatorInfo { Pos = { 4455, -214.5 } }
},
MouthAnim = MultiMerge {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
LayerName6 = Input { Value = "E" },
LayerEnabled6 = Input { Value = 0 },
["Layer7.Foreground"] = Input {
SourceOp = "Instance_MouthScale_5",
Source = "Output"
},
LayerName7 = Input { Value = "O" },
LayerEnabled7 = Input { Value = 0 },
["Layer2.Foreground"] = Input {
SourceOp = "Instance_MouthScale",
Source = "Output"
},
LayerOrder = Input { Value = ScriptVal { {
[0] = 1,
2,
3,
4,
5,
6,
7
} } },
["Layer1.Foreground"] = Input {
SourceOp = "MouthScale",
Source = "Output"
},
LayerName1 = Input { Value = "MouthBase" },
Background = Input {
SourceOp = "Body",
Source = "Output"
},
LayerName2 = Input { Value = "N" },
LayerEnabled2 = Input { Value = 0 },
["Layer3.Foreground"] = Input {
SourceOp = "Instance_MouthScale_1",
Source = "Output"
},
LayerName3 = Input { Value = "A" },
LayerEnabled3 = Input { Value = 0 },
["Layer4.Foreground"] = Input {
SourceOp = "Instance_MouthScale_2",
Source = "Output"
},
LayerName4 = Input { Value = "I" },
LayerEnabled4 = Input { Value = 0 },
["Layer5.Foreground"] = Input {
SourceOp = "Instance_MouthScale_3",
Source = "Output"
},
LayerName5 = Input { Value = "U" },
LayerEnabled5 = Input { Value = 0 },
["Layer6.Foreground"] = Input {
SourceOp = "Instance_MouthScale_4",
Source = "Output"
}
},
Colors = { TileColor = { B = 0, G = 0.431372549019608, R = 0.92156862745098 } },
ViewInfo = OperatorInfo { Pos = { 4895, -115.5 } }
},
Background5 = Background {
ViewInfo = OperatorInfo { Pos = { 4235, -1237.5 } },
Inputs = {
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1820 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
SetDomain5 = SetDomain {
ViewInfo = OperatorInfo { Pos = { 4235, -1105.5 } },
Inputs = {
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background5",
Source = "Output"
},
Right = Input { Value = 0 }
}
},
Loader24 = Loader {
ViewInfo = OperatorInfo { Pos = { 5335, -1237.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
Filename = "CHARA:\\九州そら立ち絵素材\\!目\\-カメラ目線.png"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
["目_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 5555, -1105.5 } },
Inputs = {
Foreground = Input {
SourceOp = "Loader24",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain5",
Source = "Output"
}
}
},
["目"] = Transform {
ViewInfo = OperatorInfo { Pos = { 5555, -973.5 } },
Inputs = {
Input = Input {
SourceOp = "目_MG",
Source = "Output"
}
}
},
EyeBase = Transform {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
FlattenTransform = Input { Value = 1 },
Input = Input {
SourceOp = "目",
Source = "Output"
}
},
Colors = { TileColor = { B = 0.709803921568627, G = 0.549019607843137, R = 0.913725490196078 } },
ViewInfo = OperatorInfo { Pos = { 5555, -511.5 } }
},
Loader17 = Loader {
ViewInfo = OperatorInfo { Pos = { 4565, -1237.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
Filename = "CHARA:\\九州そら立ち絵素材\\!目\\-閉じ目.png"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Closed = Fuse.Wireless {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
Input = Input {
SourceOp = "Loader17",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 5390, -511.5 } }
},
EyeAnim = MultiMerge {
NameSet = true,
UserControls = ordered() {
Blink = {
INP_Default = 127,
ICS_ControlPage = "目パチ",
LINKID_DataType = "Number",
LINKS_Name = "Blink",
INPID_InputControl = "SliderControl",
INP_External = false,
INP_Integer = true,
INP_MaxAllowed = 1000000,
INP_MinAllowed = 0,
INP_MaxScale = 500,
INP_MinScale = 0
},
Close = {
INP_Default = 4,
INP_External = false,
LINKID_DataType = "Number",
LINKS_Name = "Close",
ICS_ControlPage = "目パチ",
INP_Passive = true,
INP_Integer = true,
INP_MaxScale = 10,
INP_MinAllowed = 0,
INPID_InputControl = "SliderControl",
INP_MinScale = 0
},
Offset = {
INP_Default = 0,
ICS_ControlPage = "目パチ",
LINKID_DataType = "Number",
LINKS_Name = "Offset",
INP_Integer = true,
INP_External = false,
INP_MaxScale = 100,
INPID_InputControl = "SliderControl",
INP_MinScale = 0
},
Make = {
ICD_Width = 0.5,
ICS_ControlPage = "目パチ",
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Make Anim",
INPID_InputControl = "ButtonControl",
BTNCS_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"
},
Delete = {
ICD_Width = 0.5,
ICS_ControlPage = "目パチ",
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Delete Anim",
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "local tool = comp:FindTool('EyeAnim')\ncomp:Execute('!Py3: from rs_fusion.core.eye_blink import delete_mm;delete_mm(comp)')\n"
},
at00 = {
INP_Passive = true,
LBLC_DropDownButton = false,
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "ボタンを押さないと反映されません。",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "目パチ"
},
sp00 = {
INP_Passive = true,
LBLC_DropDownButton = false,
ICS_ControlPage = "目パチ",
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "",
INPID_InputControl = "LabelControl",
INP_External = false
}
},
Inputs = {
LayerOrder = Input { Value = ScriptVal { {
[0] = 1,
2
} } },
["Layer1.Foreground"] = Input {
SourceOp = "EyeBase",
Source = "Output"
},
LayerName1 = Input { Value = "EyeBase " },
Background = Input {
SourceOp = "MouthAnim",
Source = "Output"
},
LayerName2 = Input { Value = "Closed" },
LayerEnabled2 = Input {
SourceOp = "EyeAnim_1LayerEnabled2",
Source = "Value"
},
Blink = Input { Value = 179 },
LayerEnabled1 = Input {
SourceOp = "EyeAnim_1LayerEnabled1",
Source = "Value"
},
["Layer2.Foreground"] = Input {
SourceOp = "Closed",
Source = "Output"
}
},
Colors = { TileColor = { B = 0, G = 0.431372549019608, R = 0.92156862745098 } },
ViewInfo = OperatorInfo { Pos = { 5555, -115.5 } }
},
EyeAnim_1LayerEnabled1 = BezierSpline {
CtrlWZoom = false,
SplineColor = { Blue = 232, Green = 82, Red = 198 },
KeyFrames = {
[0] = { 1, Flags = { Loop = true, Linear = true, PreLoop = true }, RH = { 58.3333333333333, 0.666666666666667 } },
[175] = { 0, LH = { 116.666666666667, 0.333333333333333 }, Flags = { StepIn = true }, RH = { 176.333333333333, 0.333333333333333 } },
[179] = { 1, LH = { 177.666666666667, 0.666666666666667 }, Flags = { Loop = true, StepIn = true, PreLoop = true } }
},
NameSet = true
},
EyeAnim_1LayerEnabled2 = BezierSpline {
CtrlWZoom = false,
SplineColor = { Blue = 214, Green = 82, Red = 232 },
KeyFrames = {
[0] = { 0, Flags = { Loop = true, Linear = true, PreLoop = true }, RH = { 58.3333333333333, 0.333333333333333 } },
[175] = { 1, LH = { 116.666666666667, 0.666666666666667 }, Flags = { StepIn = true }, RH = { 176.333333333333, 0.666666666666667 } },
[179] = { 0, LH = { 177.666666666667, 0.333333333333333 }, Flags = { Loop = true, StepIn = true, PreLoop = true } }
},
NameSet = true
},
Root = Transform {
ViewInfo = OperatorInfo { Pos = { 5555, 82.5 } },
UserControls = ordered() {
CopyPose = {
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.copy(comp)]])",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Copy Pose",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
PastePose = {
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.paste(comp)]])",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Paste Pose",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
SavePose = {
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.save(comp, fu)]])",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Save Pose",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
LoadPose = {
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.load(comp, fu)]])",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Load Pose",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
Grp_Root = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 6,
LINKS_Name = "Root",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N008_akusesari_show_62 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"アクセサリ_MG\")\nlocal node = comp:FindTool(\"アクセサリ\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "アクセサリ show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N008_akusesari_hide_62 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"アクセサリ_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "アクセサリ hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N007_asenado_show_58 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"汗など_MG\")\nlocal node = comp:FindTool(\"汗など\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "汗など show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N007_asenado_hide_58 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"汗など_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "汗など hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N000_reiyaa13_show_2 = {
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "レイヤー 13 show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N000_reiyaa13_hide_2 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"レイヤー13_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "レイヤー 13 hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
["Grp_アクセサリ"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 4,
LINKS_Name = "アクセサリ",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N001_sukautaa_show_62 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"スカウター_MG\")\nlocal node = comp:FindTool(\"Loader45\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "スカウター show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N001_sukautaa_hide_62 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"スカウター_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "スカウター hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N000_eisei_show_61 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"衛星_MG\")\nlocal node = comp:FindTool(\"Loader44\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "衛星 show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N000_eisei_hide_61 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"衛星_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "衛星 hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
["Grp_汗など"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 4,
LINKS_Name = "汗など",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N001_ase_show_58 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"汗_MG\")\nlocal node = comp:FindTool(\"Loader43\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "汗 show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N001_ase_hide_58 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"汗_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "汗 hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N000_namida_show_57 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"涙_MG\")\nlocal node = comp:FindTool(\"Loader42\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "涙 show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N000_namida_hide_57 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"涙_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "涙 hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
["Grp_口"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 11,
LINKS_Name = "口",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N010_hohoemi54 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader41\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ほほえみ",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N009_aha53 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader40\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*あは",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N008_ahaa52 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader39\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*あはー",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N007_n51 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader38\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ん",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N006_na50 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader37\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*んあ",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N005_hoo49 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader36\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ほー",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N004_o48 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader35\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*お",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N003_oo47 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader34\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*おー",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N002_mun46 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader33\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*むん",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N001_muaa45 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader32\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*むあー",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N000_perori44 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader31\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ぺろり",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["Grp_眉"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 4,
LINKS_Name = "眉",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N003_agarimayu41 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader30\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*上がり眉",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N002_futsuumayu40 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader29\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*普通眉",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N001_komarimayu39 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader28\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*困り眉",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N000_ikarimayu38 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader27\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*怒り眉",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["Grp_目"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 12,
LINKS_Name = "目",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N011_kihonme35 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader26\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*基本目",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N010_kihonme234 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader25\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*基本目2",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N009_kameramesen33 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader24\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*カメラ目線",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N008_kameramesen232 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader23\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*カメラ目線2",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N007_mesorashi31 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader22\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*目逸らし",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N006_mesorashi230 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader21\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*目逸らし2",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N005_uwamukime29 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader20\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*上向き目",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N004_uwamukime228 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader19\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*上向き目2",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N003_nikkori27 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader18\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*にっこり",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N002_tojime26 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader17\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*閉じ目",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N001_nagomime25 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader16\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*なごみ目",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N000_none24 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader15\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*><",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["Grp_顔色"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 5,
LINKS_Name = "顔色",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N000_kageri_show_18 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"かげり_MG\")\nlocal node = comp:FindTool(\"Loader11\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "かげり show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N000_kageri_hide_18 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"かげり_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "かげり hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N003_hihyouji21 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader14\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*(非表示)",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N002_hoppe20 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader13\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ほっぺ",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N001_sekimen19 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader12\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*赤面",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["Grp_右腕"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 5,
LINKS_Name = "右腕",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N004_futsuu15 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader10\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*普通",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N003_hoonite14 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader9\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*頬に手",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N002_yubitate13 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader8\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*指立て",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N001_udehirogeru12 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader7\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*腕ひろげる",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N000_hihyouji11 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader6\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*(非表示)",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["Grp_左腕"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 4,
LINKS_Name = "左腕",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N003_futsuu8 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader5\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*普通",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N002_hoonite7 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader4\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*頬に手",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N001_sasayaki6 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader3\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ささやき",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N000_hihyouji5 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader2\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*(非表示)",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
}
},
Colors = { TileColor = { B = 0, G = 0.431372549019608, R = 0.92156862745098 } },
Inputs = {
Comments = 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" },
["Grp_顔色"] = Input { Value = 0 },
Grp_Root = Input { Value = 0 },
["Grp_アクセサリ"] = Input { Value = 0 },
["Grp_汗など"] = Input { Value = 0 },
Input = Input {
SourceOp = "EyeAnim",
Source = "Output"
}
}
},
["モーションなし"] = Transform {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
Input = Input {
SourceOp = "Root",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 5555, 181.5 } }
},
["不安"] = GroupOperator {
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform1_2",
Source = "Input"
},
Input3 = InstanceInput {
Source = "RandomSeed",
Default = 0,
SourceOp = "Shake1",
Width = 1
},
Input4 = InstanceInput {
SourceOp = "Shake1",
Width = 0.385,
Source = "Randomize"
},
Input5 = InstanceInput {
SourceOp = "Shake1",
Default = 10,
Source = "Smoothness"
},
Input1 = InstanceInput {
Source = "x",
Default = 0.1,
SourceOp = "Transform1_2",
Name = "X"
},
Input2 = InstanceInput {
Source = "y",
Default = 0.1,
SourceOp = "Transform1_2",
Name = "Y"
}
},
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform1_2",
Source = "Output"
}
},
ViewInfo = GroupInfo {
Flags = {
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true
},
Offset = { 0, 0 },
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Scale = 1,
PipeStyle = "Direct",
Direction = "Horizontal",
Pos = { 6215, 445.5 }
},
Tools = ordered() {
Transform1_2 = Transform {
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
CtrlWShown = false,
Inputs = {
in_out = Input {
SourceOp = "KeyframeStretcher1",
Source = "Result"
},
y = Input { Value = 0.01 },
x = Input { Value = 0.01 },
Center = Input {
Expression = "Point(0.5, 0.5) + shake * in_out",
Value = { 0.502997744173508, 0.497908177638071 }
},
shake = Input {
SourceOp = "Shake1",
Source = "Position"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
UserControls = 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 } }
},
KeyframeStretcher1 = KeyStretcherMod {
CtrlWZoom = false,
Inputs = {
StretchEnd = Input { Value = 110 },
Keyframes = Input {
SourceOp = "KeyStretcheronTransform1_2Keyframes",
Source = "Value"
},
StretchStart = Input { Value = 10 }
}
},
KeyStretcheronTransform1_2Keyframes = BezierSpline {
CtrlWZoom = false,
SplineColor = { Blue = 231, Green = 106, Red = 193 },
KeyFrames = {
[0] = { 0, Flags = { Linear = true }, RH = { 3.33333333333333, 0 } },
[10] = { 1, LH = { 6.66666666666667, 1 }, RH = { 43.3333333333333, 1 } },
[110] = { 1, LH = { 76.6666666666667, 1 }, RH = { 113.333333333333, 1 } },
[120] = { 0, LH = { 116.666666666667, 0 } }
}
},
Shake1 = Shake {
CtrlWZoom = false,
Inputs = {
LockXY = Input { Value = 0 },
XMinimum = Input {
Expression = "-Transform1_2.x",
Value = -0.01
},
Smoothness = Input { Value = 2 },
XMaximum = Input {
Expression = "Transform1_2.x",
Value = 0.01
},
YMinimum = Input {
Expression = "-Transform1_2.y",
Value = -0.01
},
YMaximum = Input {
Expression = "Transform1_2.y",
Value = 0.01
}
},
Faster = true
}
}
},
Loader16 = Loader {
ViewInfo = OperatorInfo { Pos = { 4455, -1237.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
Filename = "CHARA:\\九州そら立ち絵素材\\!目\\-なごみ目.png"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
Loader26 = Loader {
ViewInfo = OperatorInfo { Pos = { 5555, -1237.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
FormatID = "PNGFormat",
GlobalStart = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ID = "Clip1",
Loop = 0,
AspectMode = 0,
TimeCode = 0,
Depth = 0,
ExtendLast = 0,
ExtendFirst = 0,
Filename = "CHARA:\\九州そら立ち絵素材\\!目\\-基本目.png"
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
}
}
}
}
}
================================================
FILE: Templates/Edit/Generators/四国めたん.setting
================================================
{
Tools = ordered() {
Metan = GroupOperator {
Inputs = ordered() {
Input1 = InstanceInput {
SourceOp = "Root",
Source = "CopyPose",
Default = 0,
Name = "Copy Pose"
},
Input2 = InstanceInput {
SourceOp = "Root",
Source = "PastePose",
Default = 0,
Name = "Paste Pose"
},
Input3 = InstanceInput {
SourceOp = "Root",
Source = "SavePose",
Default = 0,
Name = "Save Pose"
},
Input4 = InstanceInput {
SourceOp = "Root",
Source = "LoadPose",
Default = 0,
Name = "Load Pose"
},
Input5 = InstanceInput {
SourceOp = "レイアウト",
Source = "Center"
},
Input6 = InstanceInput {
SourceOp = "レイアウト",
Source = "Pivot"
},
Input7 = InstanceInput {
SourceOp = "レイアウト",
Source = "UseSizeAndAspect",
Default = 1,
Name = "Use Size and Aspect"
},
Input8 = InstanceInput {
Default = 1,
SourceOp = "レイアウト",
Source = "Size"
},
Input9 = InstanceInput {
Default = 1,
SourceOp = "レイアウト",
Source = "Aspect"
},
Input10 = InstanceInput {
SourceOp = "レイアウト",
Source = "XSize",
Default = 1,
Name = "X Size"
},
Input11 = InstanceInput {
SourceOp = "レイアウト",
Source = "YSize",
Default = 1,
Name = "Y Size"
},
Input12 = InstanceInput {
Default = 0,
SourceOp = "レイアウト",
Source = "Angle"
},
Input13 = InstanceInput {
SourceOp = "レイアウト",
Source = "FlipHoriz",
ControlGroup = 1,
Name = "Flip Horizontal",
Default = 0
},
Input14 = InstanceInput {
SourceOp = "レイアウト",
Source = "FlipVert",
ControlGroup = 1,
Name = "Flip Vertical",
Default = 0
},
Input15 = InstanceInput {
SourceOp = "Motion_Speed",
Source = "Value",
Default = 1,
Name = "スピード",
Page = "モーション"
},
Input16 = InstanceInput {
SourceOp = "Motion_Str",
Source = "Value",
Default = 1,
Name = "強さ"
},
Input17 = InstanceInput {
SourceOp = "モーションSelector",
Source = "N000_モーションなし",
Default = 0,
Name = "モーションなし"
},
Input18 = InstanceInput {
SourceOp = "モーションSelector",
Source = "N001_ぽよ",
Default = 0,
Name = "ぽよ"
},
Input19 = InstanceInput {
SourceOp = "モーションSelector",
Source = "N002_ぴょん_Ctrl",
Default = 0,
Name = "ぴょん_Ctrl"
},
Input20 = InstanceInput {
SourceOp = "モーションSelector",
Source = "N003_リズム_Ctrl",
Default = 0,
Name = "リズム_Ctrl"
},
Input21 = InstanceInput {
SourceOp = "モーションSelector",
Source = "N004_跳ねる_Ctrl",
Default = 0,
Name = "跳ねる_Ctrl"
},
Input22 = InstanceInput {
SourceOp = "モーションSelector",
Source = "N005_横揺れ_Ctrl",
Default = 0,
Name = "横揺れ_Ctrl"
},
Input23 = InstanceInput {
SourceOp = "モーションSelector",
Source = "N006_縦揺れ_Ctrl",
Default = 0,
Name = "縦揺れ_Ctrl"
},
Input24 = InstanceInput {
SourceOp = "モーションSelector",
Source = "N007_拡縮_Ctrl",
Default = 0,
Name = "拡縮_Ctrl"
},
Input25 = InstanceInput {
SourceOp = "モーションSelector",
Source = "N008_パーターブ_Ctrl",
Default = 0,
Name = "パーターブ_Ctrl"
},
Input26 = InstanceInput {
SourceOp = "モーションSelector",
Source = "N009_跳ねる",
Default = 0,
Name = "跳ねる"
},
Input27 = InstanceInput {
SourceOp = "モーションSelector",
Source = "N010_跳ねる_小",
Default = 0,
Name = "跳ねる_小"
},
Input28 = InstanceInput {
SourceOp = "モーションSelector",
Source = "N011_不安",
Default = 0,
Name = "不安"
},
Input29 = InstanceInput {
SourceOp = "モーションSelector",
Source = "N012_荒ぶる",
Default = 0,
Name = "荒ぶる"
},
Input30 = InstanceInput {
SourceOp = "モーションSelector",
Source = "N013_震え",
Default = 0,
Name = "震え"
},
Input31 = InstanceInput {
SourceOp = "Root",
Source = "Grp_記号など",
Default = 0,
Name = "記号など"
},
Input32 = InstanceInput {
SourceOp = "Root",
Source = "N001_namida_show_92",
Default = 0,
Name = "涙 show"
},
Input33 = InstanceInput {
SourceOp = "Root",
Source = "N001_namida_hide_92",
Default = 0,
Name = "涙 hide"
},
Input34 = InstanceInput {
SourceOp = "Root",
Source = "N000_ase_show_91",
Default = 0,
Name = "汗 show"
},
Input35 = InstanceInput {
SourceOp = "Root",
Source = "N000_ase_hide_91",
Default = 0,
Name = "汗 hide"
},
Input36 = InstanceInput {
SourceOp = "Root",
Source = "Grp_頭部アクセサリ",
Default = 0,
Name = "頭部アクセサリ"
},
Input37 = InstanceInput {
SourceOp = "Root",
Source = "N003_heddodoresu_show_87",
Default = 0,
Name = "ヘッドドレス show"
},
Input38 = InstanceInput {
SourceOp = "Root",
Source = "N003_heddodoresu_hide_87",
Default = 0,
Name = "ヘッドドレス hide"
},
Input39 = InstanceInput {
SourceOp = "Root",
Source = "N002_usamimi_show_86",
Default = 0,
Name = "うさみみ show"
},
Input40 = InstanceInput {
SourceOp = "Root",
Source = "N002_usamimi_hide_86",
Default = 0,
Name = "うさみみ hide"
},
Input41 = InstanceInput {
SourceOp = "Root",
Source = "N001_kamitomehaato_show_85",
Default = 0,
Name = "髪留めハート show"
},
Input42 = InstanceInput {
SourceOp = "Root",
Source = "N001_kamitomehaato_hide_85",
Default = 0,
Name = "髪留めハート hide"
},
Input43 = InstanceInput {
SourceOp = "Root",
Source = "N000_kamitomefuriru_show_84",
Default = 0,
Name = "髪留めフリル show"
},
Input44 = InstanceInput {
SourceOp = "Root",
Source = "N000_kamitomefuriru_hide_84",
Default = 0,
Name = "髪留めフリル hide"
},
Input45 = InstanceInput {
SourceOp = "Root",
Source = "Grp_眉",
Default = 1,
Name = "眉"
},
Input46 = InstanceInput {
SourceOp = "Root",
Source = "N006_gokigen81",
Default = 0,
Name = "*ごきげん"
},
Input47 = InstanceInput {
SourceOp = "Root",
Source = "N005_yayaoko80",
Default = 0,
Name = "*ややおこ"
},
Input48 = InstanceInput {
SourceOp = "Root",
Source = "N004_oko79",
Default = 0,
Name = "*おこ"
},
Input49 = InstanceInput {
SourceOp = "Root",
Source = "N003_komari78",
Default = 0,
Name = "*こまり"
},
Input50 = InstanceInput {
SourceOp = "Root",
Source = "N002_futomayugokigen77",
Default = 0,
Name = "*太眉ごきげん"
},
Input51 = InstanceInput {
SourceOp = "Root",
Source = "N001_futomayuoko76",
Default = 0,
Name = "*太眉おこ"
},
Input52 = InstanceInput {
SourceOp = "Root",
Source = "N000_futomayukomari75",
Default = 0,
Name = "*太眉こまり"
},
Input53 = InstanceInput {
SourceOp = "Root",
Source = "Grp_目",
Default = 1,
Name = "目"
},
Input54 = InstanceInput {
SourceOp = "Root",
Source = "N007_mesetto72",
Default = 0,
Name = "*目セット"
},
Input55 = InstanceInput {
SourceOp = "Root",
Source = "N006_miage60",
Default = 0,
Name = "*見上げ"
},
Input56 = InstanceInput {
SourceOp = "Root",
Source = "N005_miage259",
Default = 0,
Name = "*見上げ2"
},
Input57 = InstanceInput {
SourceOp = "Root",
Source = "N004_metoji58",
Default = 0,
Name = "*目閉じ"
},
Input58 = InstanceInput {
SourceOp = "Root",
Source = "N003_metoji257",
Default = 0,
Name = "*目閉じ2"
},
Input59 = InstanceInput {
SourceOp = "Root",
Source = "N002_○○56",
Default = 0,
Name = "*○○"
},
Input60 = InstanceInput {
SourceOp = "Root",
Source = "N001_none55",
Default = 0,
Name = "*><"
},
Input61 = InstanceInput {
SourceOp = "Root",
Source = "N000_guruguru54",
Default = 0,
Name = "*ぐるぐる"
},
Input62 = InstanceInput {
SourceOp = "Root",
Source = "Grp_目セット",
Default = 0,
Name = "目セット"
},
Input63 = InstanceInput {
SourceOp = "Root",
Source = "N001_futsuushirome64",
Default = 0,
Name = "*普通白目"
},
Input64 = InstanceInput {
SourceOp = "Root",
Source = "N000_mihirakishirome63",
Default = 0,
Name = "*見開き白目"
},
Input65 = InstanceInput {
SourceOp = "Root",
Source = "Grp_黒目",
Default = 0,
Name = "黒目"
},
Input66 = InstanceInput {
SourceOp = "Root",
Source = "N005_futsuume72",
Default = 0,
Name = "*普通目"
},
Input67 = InstanceInput {
SourceOp = "Root",
Source = "N004_futsuume271",
Default = 0,
Name = "*普通目2"
},
Input68 = InstanceInput {
SourceOp = "Root",
Source = "N003_kameramesen70",
Default = 0,
Name = "*カメラ目線"
},
Input69 = InstanceInput {
SourceOp = "Root",
Source = "N002_kameramesen269",
Default = 0,
Name = "*カメラ目線2"
},
Input70 = InstanceInput {
SourceOp = "Root",
Source = "N001_mesorashi68",
Default = 0,
Name = "*目そらし"
},
Input71 = InstanceInput {
SourceOp = "Root",
Source = "N000_mesorashi267",
Default = 0,
Name = "*目そらし2"
},
Input72 = InstanceInput {
SourceOp = "Root",
Source = "Grp_口",
Default = 1,
Name = "口"
},
Input73 = InstanceInput {
SourceOp = "Root",
Source = "N012_waaa51",
Default = 0,
Name = "*わあー"
},
Input74 = InstanceInput {
SourceOp = "Root",
Source = "N011_hohoemi50",
Default = 0,
Name = "*ほほえみ"
},
Input75 = InstanceInput {
SourceOp = "Root",
Source = "N010_▽49",
Default = 0,
Name = "*▽"
},
Input76 = InstanceInput {
SourceOp = "Root",
Source = "N009_niyari48",
Default = 0,
Name = "*にやり"
},
Input77 = InstanceInput {
SourceOp = "Root",
Source = "N008_perori47",
Default = 0,
Name = "*ぺろり"
},
Input78 = InstanceInput {
SourceOp = "Root",
Source = "N007_o46",
Default = 0,
Name = "*お"
},
Input79 = InstanceInput {
SourceOp = "Root",
Source = "N006_yu45",
Default = 0,
Name = "*ゆ"
},
Input80 = InstanceInput {
SourceOp = "Root",
Source = "N005_△44",
Default = 0,
Name = "*△"
},
Input81 = InstanceInput {
SourceOp = "Root",
Source = "N004_mu43",
Default = 0,
Name = "*む"
},
Input82 = InstanceInput {
SourceOp = "Root",
Source = "N003_ii42",
Default = 0,
Name = "*いー"
},
Input83 = InstanceInput {
SourceOp = "Root",
Source = "N002_uee41",
Default = 0,
Name = "*うえー"
},
Input84 = InstanceInput {
SourceOp = "Root",
Source = "N001_nn40",
Default = 0,
Name = "*んー"
},
Input85 = InstanceInput {
SourceOp = "Root",
Source = "N000_momuu39",
Default = 0,
Name = "*もむー"
},
Input86 = InstanceInput {
SourceOp = "Root",
Source = "Grp_顔色",
Default = 0,
Name = "顔色"
},
Input87 = InstanceInput {
SourceOp = "Root",
Source = "N000_kageri_show_31",
Default = 0,
Name = "かげり show"
},
Input88 = InstanceInput {
SourceOp = "Root",
Source = "N000_kageri_hide_31",
Default = 0,
Name = "かげり hide"
},
Input89 = InstanceInput {
SourceOp = "Root",
Source = "N005_futsuu36",
Default = 0,
Name = "*普通"
},
Input90 = InstanceInput {
SourceOp = "Root",
Source = "N004_futsuu235",
Default = 0,
Name = "*普通2"
},
Input91 = InstanceInput {
SourceOp = "Root",
Source = "N003_sekimen34",
Default = 0,
Name = "*赤面"
},
Input92 = InstanceInput {
SourceOp = "Root",
Source = "N002_aozame33",
Default = 0,
Name = "*青ざめ"
},
Input93 = InstanceInput {
SourceOp = "Root",
Source = "N001_hihyouji32",
Default = 0,
Name = "*(非表示)"
},
Input94 = InstanceInput {
SourceOp = "Root",
Source = "Grp_左腕",
Default = 1,
Name = "左腕"
},
Input95 = InstanceInput {
SourceOp = "Root",
Source = "N000_manjuufukuro_show_23",
Default = 0,
Name = "まんじゅう袋 show"
},
Input96 = InstanceInput {
SourceOp = "Root",
Source = "N000_manjuufukuro_hide_23",
Default = 0,
Name = "まんじゅう袋 hide"
},
Input97 = InstanceInput {
SourceOp = "Root",
Source = "N005_futsuu28",
Default = 0,
Name = "*普通"
},
Input98 = InstanceInput {
SourceOp = "Root",
Source = "N004_kuchimotoniyubi27",
Default = 0,
Name = "*口元に指"
},
Input99 = InstanceInput {
SourceOp = "Root",
Source = "N003_hisohiso26",
Default = 0,
Name = "*ひそひそ"
},
Input100 = InstanceInput {
SourceOp = "Root",
Source = "N002_maiku25",
Default = 0,
Name = "*マイク"
},
Input101 = InstanceInput {
SourceOp = "Root",
Source = "N001_kakaeru24",
Default = 0,
Name = "*抱える"
},
Input102 = InstanceInput {
SourceOp = "Root",
Source = "Grp_右腕",
Default = 1,
Name = "右腕"
},
Input103 = InstanceInput {
SourceOp = "Root",
Source = "N000_manjuu_show_17",
Default = 0,
Name = "まんじゅう show"
},
Input104 = InstanceInput {
SourceOp = "Root",
Source = "N000_manjuu_hide_17",
Default = 0,
Name = "まんじゅう hide"
},
Input105 = InstanceInput {
SourceOp = "Root",
Source = "N003_futsuu20",
Default = 0,
Name = "*普通"
},
Input106 = InstanceInput {
SourceOp = "Root",
Source = "N002_yubisashisu19",
Default = 0,
Name = "*指差す"
},
Input107 = InstanceInput {
SourceOp = "Root",
Source = "N001_tewokazasu18",
Default = 0,
Name = "*手をかざす"
},
Input108 = InstanceInput {
SourceOp = "Root",
Source = "Grp_Root",
Default = 0,
Name = "Root"
},
Input109 = InstanceInput {
SourceOp = "Root",
Source = "N011_kigounado_show_92",
Default = 0,
Name = "記号など show"
},
Input110 = InstanceInput {
SourceOp = "Root",
Source = "N011_kigounado_hide_92",
Default = 0,
Name = "記号など hide"
},
Input111 = InstanceInput {
SourceOp = "Root",
Source = "N009_toubuakusesari_show_87",
Default = 0,
Name = "頭部アクセサリ show"
},
Input112 = InstanceInput {
SourceOp = "Root",
Source = "N009_toubuakusesari_hide_87",
Default = 0,
Name = "頭部アクセサリ hide"
},
Input113 = InstanceInput {
SourceOp = "Root",
Source = "N002_tsuindoriruhidari_show_4",
Default = 0,
Name = "ツインドリル左 show"
},
Input114 = InstanceInput {
SourceOp = "Root",
Source = "N002_tsuindoriruhidari_hide_4",
Default = 0,
Name = "ツインドリル左 hide"
},
Input115 = InstanceInput {
SourceOp = "Root",
Source = "N001_tsuindorirumigi_show_3",
Default = 0,
Name = "ツインドリル右 show"
},
Input116 = InstanceInput {
SourceOp = "Root",
Source = "N001_tsuindorirumigi_hide_3",
Default = 0,
Name = "ツインドリル右 hide"
},
Input117 = InstanceInput {
SourceOp = "Root",
Source = "N000_kaitenidoudeponitenisurunado_show_2",
Default = 0,
Name = "回転移動でポニテにするなど show"
},
Input118 = InstanceInput {
SourceOp = "Root",
Source = "N000_kaitenidoudeponitenisurunado_hide_2",
Default = 0,
Name = "回転移動でポニテにするなど hide"
},
Input119 = InstanceInput {
SourceOp = "Root",
Source = "N004_shirororifuku28",
Default = 0,
Name = "*白ロリ服"
},
Input120 = InstanceInput {
SourceOp = "Root",
Source = "N003_sonohokanofuku11",
Default = 0,
Name = "*その他の服"
},
Input121 = InstanceInput {
SourceOp = "Root",
Source = "Grp_その他の服",
Default = 0,
Name = "その他の服"
},
Input122 = InstanceInput {
SourceOp = "Root",
Source = "N004_baniifuku11",
Default = 0,
Name = "*バニー服"
},
Input123 = InstanceInput {
SourceOp = "Root",
Source = "N003_mizugi10",
Default = 0,
Name = "*水着"
},
Input124 = InstanceInput {
SourceOp = "Root",
Source = "N002_basutaoru9",
Default = 0,
Name = "*バスタオル"
},
Input125 = InstanceInput {
SourceOp = "Root",
Source = "N001_hihyouji8",
Default = 0,
Name = "*(非表示)"
},
Input126 = InstanceInput {
SourceOp = "MouthAnim",
Source = "LayerOrder",
ControlGroup = 2,
Name = "Layer List",
Page = "口パク"
},
Input127 = InstanceInput {
SourceOp = "MouthAnim",
Source = "LayerSelection",
ControlGroup = 2,
Name = "Layer List",
Default = 1
},
Input128 = InstanceInput {
SourceOp = "MouthAnim",
Source = "LayerName1",
ControlGroup = 2,
Name = "Layer List"
},
Input129 = InstanceInput {
SourceOp = "MouthAnim",
Source = "LayerEnabled1",
ControlGroup = 2,
Name = "Layer List",
Default = 1
},
Input130 = InstanceInput {
SourceOp = "MouthAnim",
Source = "LayerName2",
ControlGroup = 2,
Name = "Layer List"
},
Input131 = InstanceInput {
SourceOp = "MouthAnim",
Source = "LayerEnabled2",
ControlGroup = 2,
Name = "Layer List",
Default = 0
},
Input132 = InstanceInput {
SourceOp = "MouthAnim",
Source = "LayerName3",
ControlGroup = 2,
Name = "Layer List"
},
Input133 = InstanceInput {
SourceOp = "MouthAnim",
Source = "LayerEnabled3",
ControlGroup = 2,
Name = "Layer List",
Default = 0
},
Input134 = InstanceInput {
SourceOp = "MouthAnim",
Source = "LayerName4",
ControlGroup = 2,
Name = "Layer List"
},
Input135 = InstanceInput {
SourceOp = "MouthAnim",
Source = "LayerEnabled4",
ControlGroup = 2,
Name = "Layer List",
Default = 0
},
Input136 = InstanceInput {
SourceOp = "MouthAnim",
Source = "LayerName5",
ControlGroup = 2,
Name = "Layer List"
},
Input137 = InstanceInput {
SourceOp = "MouthAnim",
Source = "LayerEnabled5",
ControlGroup = 2,
Name = "Layer List",
Default = 0
},
Input138 = InstanceInput {
SourceOp = "MouthAnim",
Source = "LayerName6",
ControlGroup = 2,
Name = "Layer List"
},
Input139 = InstanceInput {
SourceOp = "MouthAnim",
Source = "LayerEnabled6",
ControlGroup = 2,
Name = "Layer List",
Default = 0
},
Input140 = InstanceInput {
SourceOp = "MouthAnim",
Source = "LayerName7",
ControlGroup = 2,
Name = "Layer List"
},
Input141 = InstanceInput {
SourceOp = "MouthAnim",
Source = "LayerEnabled7",
ControlGroup = 2,
Name = "Layer List",
Default = 0
},
Input142 = InstanceInput {
SourceOp = "MouthAnim",
Source = "LayerName8",
ControlGroup = 2,
Name = "Layer List"
},
Input143 = InstanceInput {
SourceOp = "MouthAnim",
Source = "LayerEnabled8",
ControlGroup = 2,
Name = "Layer List",
Default = 1
},
Input144 = InstanceInput {
Default = 1,
SourceOp = "MouthScale",
Source = "Size"
},
Input145 = InstanceInput {
Default = 139,
SourceOp = "EyeAnim",
Source = "Blink"
},
Input146 = InstanceInput {
Default = 4,
SourceOp = "EyeAnim",
Source = "Close"
},
Input147 = InstanceInput {
Default = 0,
SourceOp = "EyeAnim",
Source = "Offset"
},
Input148 = InstanceInput {
SourceOp = "EyeAnim",
Source = "Make",
Default = 0,
Name = "Make Anim"
},
Input149 = InstanceInput {
SourceOp = "EyeAnim",
Source = "Delete",
Default = 0,
Name = "Delete Anim"
},
Input150 = InstanceInput {
SourceOp = "EyeAnim",
Source = "at00",
Default = 0,
Name = "ボタンを押さないと反映されません。"
},
Input151 = InstanceInput {
SourceOp = "EyeAnim",
Source = "LayerOrder",
ControlGroup = 3,
Name = "Layer List"
},
Input152 = InstanceInput {
SourceOp = "EyeAnim",
Source = "LayerSelection",
ControlGroup = 3,
Name = "Layer List",
Default = 1
},
Input153 = InstanceInput {
SourceOp = "EyeAnim",
Source = "LayerName1",
ControlGroup = 3,
Name = "Layer List"
},
Input154 = InstanceInput {
SourceOp = "EyeAnim",
Source = "LayerEnabled1",
ControlGroup = 3,
Name = "Layer List",
Default = 1
},
Input155 = InstanceInput {
SourceOp = "EyeAnim",
Source = "LayerName2",
ControlGroup = 3,
Name = "Layer List"
},
Input156 = InstanceInput {
SourceOp = "EyeAnim",
Source = "LayerEnabled2",
ControlGroup = 3,
Name = "Layer List",
Default = 0
},
Input157 = InstanceInput {
SourceOp = "EyeAnim",
Source = "LayerName3",
ControlGroup = 3,
Name = "Layer List"
},
Input158 = InstanceInput {
SourceOp = "EyeAnim",
Source = "LayerEnabled3",
ControlGroup = 3,
Name = "Layer List",
Default = 1
}
},
Outputs = ordered() {
MainOutput1 = InstanceOutput {
SourceOp = "レイアウト",
Source = "Output"
}
},
Tools = ordered() {
Loader35 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\四国めたん立ち絵素材2.1\\!口\\-にやり.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 7040, -1072.5 } }
},
Loader21 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\四国めたん立ち絵素材2.1\\!顔色\\-(非表示).png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 3575, -643.5 } }
},
Loader1 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\四国めたん立ち絵素材2.1\\回転移動でポニテにするなど.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 275, -247.5 } }
},
Loader50 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\四国めたん立ち絵素材2.1\\!目\\-目セット\\!黒目\\-カメラ目線2_.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 7480, -2425.5 } }
},
Loader36 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\四国めたん立ち絵素材2.1\\!口\\-▽.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 7150, -1072.5 } }
},
["荒ぶる"] = GroupOperator {
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform1_2_1",
Source = "Input"
},
Input3 = InstanceInput {
SourceOp = "Shake1_1",
Source = "RandomSeed",
Default = 0,
Width = 1
},
Input4 = InstanceInput {
Width = 0.385,
SourceOp = "Shake1_1",
Source = "Randomize"
},
Input5 = InstanceInput {
Default = 10,
SourceOp = "Shake1_1",
Source = "Smoothness"
},
Input1 = InstanceInput {
SourceOp = "Transform1_2_1",
Source = "x",
Default = 0.1,
Name = "X"
},
Input2 = InstanceInput {
SourceOp = "Transform1_2_1",
Source = "y",
Default = 0.1,
Name = "Y"
}
},
Tools = ordered() {
Transform1_2_1 = Transform {
Inputs = {
in_out = Input {
SourceOp = "KeyframeStretcher1_1",
Source = "Result"
},
y = Input { Value = 0.03 },
x = Input { Value = 0.03 },
Center = Input {
Expression = "Point(0.5, 0.5) + shake * in_out",
Value = { 0.502997744173508, 0.497908177638071 }
},
shake = Input {
SourceOp = "Shake1_1",
Source = "Position"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
CtrlWShown = false,
UserControls = 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 } },
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } }
},
KeyframeStretcher1_1 = KeyStretcherMod {
CtrlWZoom = false,
Inputs = {
StretchStart = Input { Value = 10 },
StretchEnd = Input { Value = 110 },
Keyframes = Input {
SourceOp = "KeyStretcheronTransform1_2_1Keyframes",
Source = "Value"
}
}
},
KeyStretcheronTransform1_2_1Keyframes = BezierSpline {
KeyFrames = {
[0] = { 0, Flags = { Linear = true }, RH = { 3.33333333333333, 0 } },
[10] = { 1, RH = { 43.3333333333333, 1 }, LH = { 6.66666666666667, 1 } },
[110] = { 1, RH = { 113.333333333333, 1 }, LH = { 76.6666666666667, 1 } },
[120] = { 0, LH = { 116.666666666667, 0 } }
},
CtrlWZoom = false,
SplineColor = { Green = 106, Blue = 231, Red = 193 }
},
Shake1_1 = Shake {
Faster = true,
CtrlWZoom = false,
Inputs = {
YMaximum = Input {
Expression = "Transform1_2_1.y",
Value = 0.03
},
LockXY = Input { Value = 0 },
XMinimum = Input {
Expression = "-Transform1_2_1.x",
Value = -0.03
},
XMaximum = Input {
Expression = "Transform1_2_1.x",
Value = 0.03
},
YMinimum = Input {
Expression = "-Transform1_2_1.y",
Value = -0.03
},
Smoothness = Input { Value = 1.5 }
}
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform1_2_1",
Source = "Output"
}
},
ViewInfo = GroupInfo {
Pos = { 8800, 511.5 },
Offset = { 0, 0 },
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Scale = 1,
PipeStyle = "Direct",
Direction = "Horizontal",
Flags = {
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true
}
}
},
Loader20 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\四国めたん立ち絵素材2.1\\!顔色\\かげり.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 3465, -643.5 } }
},
Loader28 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\四国めたん立ち絵素材2.1\\!口\\-うえー.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 6270, -1072.5 } }
},
Loader54 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\四国めたん立ち絵素材2.1\\!眉\\-太眉こまり.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4400, -643.5 } }
},
Loader63 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\四国めたん立ち絵素材2.1\\頭部アクセサリ\\うさみみ.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 5610, -643.5 } }
},
Loader27 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\四国めたん立ち絵素材2.1\\!口\\-んー.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 6160, -1072.5 } }
},
["パーターブ_Ctrl"] = Transform {
Inputs = {
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
},
Center = Input {
SourceOp = "Perturb1",
Source = "Value"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 8140, 511.5 } }
},
Perturb1 = PerturbPoint {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
CtrlWZoom = false,
Inputs = {
Speed = Input {
SourceOp = "Motion_Speed",
Source = "Value"
},
Strength = Input {
SourceOp = "Motion_Str",
Source = "Value"
}
}
},
Motion_Str = PublishNumber {
Inputs = {
Value = Input { Value = 1 }
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
CtrlWZoom = false
},
Motion_Speed = PublishNumber {
Inputs = {
Value = Input { Value = 1 }
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
CtrlWZoom = false
},
Loader43 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\四国めたん立ち絵素材2.1\\!目\\-目閉じ.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 6270, -1633.5 } }
},
["横揺れ_Ctrl"] = Transform {
Inputs = {
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)",
Value = 0.951056516295153
},
v = Input {
Expression = "0.5 + amplitude * iif(time > out, 0,bound)",
Value = 0.504755282581476
},
speed = Input {
SourceOp = "Motion_Speed",
Source = "Value"
},
amplitude = Input {
SourceOp = "Motion_Str",
Source = "Value"
},
Center = Input {
Expression = "Point(v, 0.5)",
Value = { 0.504755282581476, 0.5 }
},
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
UserControls = 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 } },
ViewInfo = OperatorInfo { Pos = { 7645, 511.5 } }
},
["縦揺れ_Ctrl"] = Transform {
Inputs = {
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)",
Value = 0.951056516295153
},
v = Input {
Expression = "0.5 + amplitude * iif(time > out, 0,bound)",
Value = 0.504755282581476
},
speed = Input {
SourceOp = "Motion_Speed",
Source = "Value"
},
amplitude = Input {
SourceOp = "Motion_Str",
Source = "Value"
},
Center = Input {
Expression = "Point(0.5,v)",
Value = { 0.504755282581476, 0.5 }
},
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
UserControls = 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 } },
ViewInfo = OperatorInfo { Pos = { 7810, 511.5 } }
},
Loader5 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\四国めたん立ち絵素材2.1\\-その他の服\\-(非表示).png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 935, -643.5 } }
},
["ぽよ"] = GroupOperator {
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform",
Source = "Input"
},
Input1 = InstanceInput {
SourceOp = "Transform",
Source = "speed",
Default = 1,
Name = "スピード",
Page = "Controls"
},
Input2 = InstanceInput {
SourceOp = "Calculation2",
Source = "SecondOperand",
Default = 1,
Name = "強さ"
},
Input3 = InstanceInput {
SourceOp = "Transform",
Source = "Pivot"
}
},
Tools = ordered() {
Transform = Transform {
Inputs = {
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
},
Pivot = Input { Value = { 0.5, 0 } },
Aspect = Input {
SourceOp = "Calculation1",
Source = "Result"
}
},
CtrlWShown = false,
NameSet = true,
UserControls = 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 } },
CtrlWZoom = false,
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } }
},
Calculation1 = Calculation {
CtrlWZoom = false,
Inputs = {
SecondOperand = Input { Value = 1 },
FirstOperand = Input {
SourceOp = "Calculation2",
Source = "Result"
},
FirstOperandTimeOffset = Input { Expression = "-comp.GlobalStart" }
}
},
Calculation2 = Calculation {
CtrlWZoom = false,
Inputs = {
SecondOperand = Input { Value = 0.8 },
FirstOperandTimeScale = Input { Expression = "Transform.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate" },
FirstOperand = Input {
SourceOp = "CalculationonCalculationonTransformAspectFirstOperand",
Source = "Value"
},
Operator = Input { Value = 2 }
}
},
CalculationonCalculationonTransformAspectFirstOperand = BezierSpline {
KeyFrames = {
[0] = { 0, Flags = { Linear = true }, RH = { 1, 0 } },
[3] = { 0.0800000000000001, RH = { 4.66666666666667, 0.0800000000000001 }, LH = { 2, 0.0800000000000001 } },
[8] = { -0.0489999999999999, RH = { 9.33333333333333, -0.0489999999999999 }, LH = { 6.33333333333333, -0.0489999999999999 } },
[12] = { 0.03, RH = { 13.3333333333333, 0.03 }, LH = { 10.6666666666667, 0.03 } },
[16] = { -0.00700000000000001, RH = { 16.6666666666667, -0.00700000000000001 }, LH = { 14.6666666666667, -0.00700000000000001 } },
[18] = { 0.004, RH = { 18.6666666666667, 0.004 }, LH = { 17.3333333333333, 0.004 } },
[20] = { 0, LH = { 19.3333333333333, 0 } }
},
CtrlWZoom = false,
SplineColor = { Green = 105, Blue = 30, Red = 210 }
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform",
Source = "Output"
}
},
ViewInfo = GroupInfo {
Pos = { 6985, 511.5 },
Offset = { 0, 0 },
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Scale = 1,
PipeStyle = "Direct",
Direction = "Horizontal",
Flags = {
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true
}
}
},
["拡縮_Ctrl"] = Transform {
Inputs = {
Center = Input { Value = { 0.504755282581476, 0.5 } },
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)",
Value = 0.951056516295153
},
v = Input {
Expression = "1 + amplitude * iif(time > out, 0,bound)",
Value = 0.504755282581476
},
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
amplitude = Input {
SourceOp = "Motion_Str",
Source = "Value"
},
Size = Input { Expression = " v" },
speed = Input {
SourceOp = "Motion_Speed",
Source = "Value"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
UserControls = 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 } },
ViewInfo = OperatorInfo { Pos = { 7975, 511.5 } }
},
Loader40 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\四国めたん立ち絵素材2.1\\!目\\-__.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 5940, -1633.5 } }
},
Loader25 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\四国めたん立ち絵素材2.1\\!顔色\\-普通.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4015, -643.5 } }
},
Loader22 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\四国めたん立ち絵素材2.1\\!顔色\\-青ざめ.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 3685, -643.5 } }
},
Loader39 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\四国めたん立ち絵素材2.1\\!目\\-ぐるぐる.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 5830, -1633.5 } }
},
Loader15 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\四国めたん立ち絵素材2.1\\-白ロリ服\\!左腕\\-抱える.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 2695, -1039.5 } }
},
Loader31 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\四国めたん立ち絵素材2.1\\!口\\-△.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 6600, -1072.5 } }
},
ST_Background = Background {
Inputs = {
TopLeftAlpha = Input { Value = 0 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1080 },
UseFrameFormatSettings = Input { Value = 1 },
Width = Input { Value = 1920 },
Depth = Input { Value = 1 }
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
ViewInfo = OperatorInfo { Pos = { 7810, 676.5 } }
},
ST_SetDomain = SetDomain {
Inputs = {
Input = Input {
SourceOp = "ST_Background",
Source = "Output"
},
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Right = Input { Value = 0 }
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
ViewInfo = OperatorInfo { Pos = { 7810, 808.5 } }
},
["モーションSelector"] = Transform {
Inputs = {
Str = Input {
SourceOp = "Motion_Str",
Source = "Value"
},
Speed = Input {
SourceOp = "Motion_Speed",
Source = "Value"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
UserControls = ordered() {
["N000_モーションなし"] = {
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"モーションなし\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "モーションなし",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N001_ぽよ"] = {
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"ぽよ\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "ぽよ",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N002_ぴょん_Ctrl"] = {
ICS_ControlPage = "モーション",
BTNCS_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",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "ぴょん_Ctrl",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N003_リズム_Ctrl"] = {
ICS_ControlPage = "モーション",
BTNCS_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",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "リズム_Ctrl",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N004_跳ねる_Ctrl"] = {
ICS_ControlPage = "モーション",
BTNCS_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",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "跳ねる_Ctrl",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N005_横揺れ_Ctrl"] = {
ICS_ControlPage = "モーション",
BTNCS_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",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "横揺れ_Ctrl",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N006_縦揺れ_Ctrl"] = {
ICS_ControlPage = "モーション",
BTNCS_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",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "縦揺れ_Ctrl",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N007_拡縮_Ctrl"] = {
ICS_ControlPage = "モーション",
BTNCS_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",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "拡縮_Ctrl",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N008_パーターブ_Ctrl"] = {
ICS_ControlPage = "モーション",
BTNCS_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",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "パーターブ_Ctrl",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N009_跳ねる"] = {
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"跳ねる\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "跳ねる",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N010_跳ねる_小"] = {
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"跳ねる_小\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "跳ねる_小",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N011_不安"] = {
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"不安\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "不安",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N012_荒ぶる"] = {
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"荒ぶる\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "荒ぶる",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N013_震え"] = {
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"震え\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "震え",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
Speed = {
INP_Default = 1,
INP_MaxScale = 5,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Speed",
INPID_InputControl = "SliderControl",
INP_MinScale = 0
},
Str = {
INP_Default = 1,
INP_MaxScale = 5,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Str",
INPID_InputControl = "SliderControl",
INP_MinScale = 0
}
},
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Colors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },
ViewInfo = OperatorInfo { Pos = { 7975, 676.5 } }
},
ST_Merge = Merge {
Inputs = {
Background = Input {
SourceOp = "ST_SetDomain",
Source = "Output"
},
Foreground = Input {
SourceOp = "モーションSelector",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 7975, 808.5 } }
},
["レイアウト"] = Transform {
Inputs = {
Input = Input {
SourceOp = "ST_Merge",
Source = "Output"
},
Center = Input { Value = { 0.85, 0 } }
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Colors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },
ViewInfo = OperatorInfo { Pos = { 7975, 940.5 } }
},
Loader11 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\四国めたん立ち絵素材2.1\\-白ロリ服\\!右腕\\-手をかざす.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 2035, -1039.5 } }
},
Loader48 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\四国めたん立ち絵素材2.1\\!目\\-目セット\\!黒目\\-目そらし2_.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 7260, -2425.5 } }
},
Loader7 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\四国めたん立ち絵素材2.1\\-その他の服\\-水着.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 1155, -643.5 } }
},
Loader23 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\四国めたん立ち絵素材2.1\\!顔色\\-赤面.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 3795, -643.5 } }
},
["リズム_Ctrl"] = Transform {
Inputs = {
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
},
Pivot = Input { Value = { 0.5, 0 } },
Aspect = Input {
SourceOp = "リズム_AspectAffset",
Source = "Result"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 7315, 511.5 } }
},
["リズム_AspectAffset"] = Calculation {
Inputs = {
FirstOperand = Input {
SourceOp = "リズム_ScaleAndTimeScaleForFPS",
Source = "Result"
},
SecondOperand = Input { Value = 1 }
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
CtrlWZoom = false
},
["リズム_ScaleAndTimeScaleForFPS"] = Calculation {
Inputs = {
SecondOperand = Input {
SourceOp = "Motion_Str",
Source = "Value"
},
FirstOperandTimeScale = Input { Expression = "30 / comp:GetPrefs().Comp.FrameFormat.Rate" },
FirstOperand = Input {
SourceOp = "リズム_Loop",
Source = "Result"
},
Operator = Input { Value = 2 }
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
CtrlWZoom = false
},
["リズム_Loop"] = Calculation {
Inputs = {
Speed = Input {
SourceOp = "Motion_Speed",
Source = "Value"
},
Operator = Input { Value = 9 },
Frame = Input {
Expression = "30 / Speed",
Value = 30
},
FirstOperand = Input {
SourceOp = "リズム_LoopFirstOperand",
Source = "Value"
},
FirstOperandTimeOffset = Input { Expression = "- math.floor(time / Frame) * Frame" }
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
CtrlWZoom = false,
UserControls = ordered() {
Speed = {
INP_Default = 1,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Speed",
INPID_InputControl = "SliderControl"
},
Frame = {
INP_Default = 1,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Frame",
INPID_InputControl = "SliderControl"
}
}
},
["リズム_LoopFirstOperand"] = BezierSpline {
SplineColor = { Green = 105, Blue = 30, Red = 210 },
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
CtrlWZoom = false,
KeyFrames = {
[0] = { 0, Flags = { Linear = true }, RH = { 1, 0 } },
[3] = { -0.01, RH = { 4, -0.01 }, LH = { 2, -0.01 } },
[6] = { 0, LH = { 5, 0 } }
}
},
["跳ねる"] = GroupOperator {
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform1_1",
Source = "Input"
},
Input1 = InstanceInput {
MinScale = 0.0010000000475,
SourceOp = "Transform1_1",
Source = "speed",
Default = 2
},
Input2 = InstanceInput {
Default = 0.1,
SourceOp = "Transform1_1",
Source = "amplitude"
}
},
Tools = ordered() {
Transform1_1 = Transform {
Inputs = {
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\n",
Value = 0.951056516295154
},
speed = Input { Value = 2 },
amplitude = Input { Value = 0.08 },
Center = Input {
Expression = "Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))",
Value = { 0.5, 0.595105651629515 }
},
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
CtrlWShown = false,
UserControls = 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 } },
CtrlWZoom = false,
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } }
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform1_1",
Source = "Output"
}
},
ViewInfo = GroupInfo {
Pos = { 8305, 511.5 },
Offset = { 0, 0 },
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Scale = 1,
PipeStyle = "Direct",
Direction = "Horizontal",
Flags = {
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true
}
}
},
Loader52 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\四国めたん立ち絵素材2.1\\!目\\-目セット\\!黒目\\-普通目2_.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 7700, -2425.5 } }
},
Loader58 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\四国めたん立ち絵素材2.1\\!眉\\-おこ.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4840, -643.5 } }
},
Loader14 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\四国めたん立ち絵素材2.1\\-白ロリ服\\!左腕\\まんじゅう袋.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 2585, -1039.5 } }
},
Loader59 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\四国めたん立ち絵素材2.1\\!眉\\-ややおこ.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4950, -643.5 } }
},
Loader10 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\四国めたん立ち絵素材2.1\\-白ロリ服\\!右腕\\まんじゅう.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 1925, -1039.5 } }
},
Loader55 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\四国めたん立ち絵素材2.1\\!眉\\-太眉おこ.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4510, -643.5 } }
},
Loader61 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\四国めたん立ち絵素材2.1\\頭部アクセサリ\\髪留めフリル.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 5390, -643.5 } }
},
["ぴょん_Ctrl"] = Transform {
Inputs = {
Center = Input {
SourceOp = "XYPath1_1",
Source = "Value"
},
speed = Input {
SourceOp = "Motion_Speed",
Source = "Value"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
UserControls = 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 } },
ViewInfo = OperatorInfo { Pos = { 7150, 511.5 } }
},
XYPath1_1 = XYPath {
Inputs = {
Y = Input {
SourceOp = "Calculation1_1_1",
Source = "Result"
},
X = Input { Value = 0.5 }
},
ShowKeyPoints = false,
DrawMode = "ModifyOnly",
CtrlWZoom = false,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
}
},
Calculation1_1_1 = Calculation {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
CtrlWZoom = false,
Inputs = {
SecondOperand = Input { Value = 0.5 },
FirstOperand = Input {
SourceOp = "Calculation2_1_1",
Source = "Result"
},
FirstOperandTimeOffset = Input { Expression = "-comp.GlobalStart - ぴょん_Ctrl.offset" }
}
},
Calculation2_1_1 = Calculation {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
CtrlWZoom = false,
Inputs = {
SecondOperand = Input { Value = 0.5 },
FirstOperandTimeScale = Input { Expression = "ぴょん_Ctrl.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate" },
FirstOperand = Input {
SourceOp = "Calculation4_1",
Source = "Result"
},
Operator = Input { Value = 2 }
}
},
Calculation4_1 = Calculation {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
CtrlWZoom = false,
Inputs = {
SecondOperand = Input {
SourceOp = "Motion_Str",
Source = "Value"
},
FirstOperand = Input {
SourceOp = "Calculation4_1FirstOperand",
Source = "Value"
},
Operator = Input { Value = 2 }
}
},
Calculation4_1FirstOperand = BezierSpline {
KeyFrames = {
[0] = { 0, Flags = { Linear = true }, RH = { 2.65, 0.18 } },
[13] = { 0, RH = { 15.2, 0.05 }, LH = { 9.5, 0.194 } },
[22] = { 0, RH = { 24.9, 0.02 }, LH = { 18.7, 0.06 } },
[30] = { 0, LH = { 27.4851924208954, 0 } }
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
CtrlWZoom = false,
SplineColor = { Green = 255, Blue = 0, Red = 0 }
},
Loader60 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\四国めたん立ち絵素材2.1\\!眉\\-ごきげん.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 5060, -643.5 } }
},
Loader49 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\四国めたん立ち絵素材2.1\\!目\\-目セット\\!黒目\\-目そらし.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 7370, -2425.5 } }
},
Loader44 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\四国めたん立ち絵素材2.1\\!目\\-見上げ2_.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 6380, -1633.5 } }
},
Loader67 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\四国めたん立ち絵素材2.1\\記号など\\涙.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 6270, -643.5 } }
},
Loader6 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\四国めたん立ち絵素材2.1\\-その他の服\\-バスタオル.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 1045, -643.5 } }
},
Loader12 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\四国めたん立ち絵素材2.1\\-白ロリ服\\!右腕\\-指差す.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 2145, -1039.5 } }
},
Background2 = Background {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1820 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 715, -643.5 } }
},
SetDomain2 = SetDomain {
Inputs = {
Input = Input {
SourceOp = "Background2",
Source = "Output"
},
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Right = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 715, -511.5 } }
},
Loader4 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\四国めたん立ち絵素材2.1\\-その他の服\\!素体.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 825, -643.5 } }
},
["素体_MG"] = Merge {
Inputs = {
Background = Input {
SourceOp = "SetDomain2",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader4",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 825, -511.5 } }
},
Loader8 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\四国めたん立ち絵素材2.1\\-その他の服\\-バニー服.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 1265, -643.5 } }
},
["その他の服_MG"] = Merge {
Inputs = {
Background = Input {
SourceOp = "素体_MG",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader8",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 1265, -511.5 } }
},
["その他の服"] = Transform {
Inputs = {
Input = Input {
SourceOp = "その他の服_MG",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 1265, -379.5 } }
},
Loader66 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\四国めたん立ち絵素材2.1\\記号など\\汗.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 6160, -643.5 } }
},
Loader46 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\四国めたん立ち絵素材2.1\\!目\\-目セット\\-見開き白目.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 6820, -2029.5 } }
},
Loader34 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\四国めたん立ち絵素材2.1\\!口\\-ぺろり.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 6930, -1072.5 } }
},
Loader30 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\四国めたん立ち絵素材2.1\\!口\\-む.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 6490, -1072.5 } }
},
Loader41 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\四国めたん立ち絵素材2.1\\!目\\-○○.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 6050, -1633.5 } }
},
["震え"] = GroupOperator {
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform1_3",
Source = "Input"
},
Input1 = InstanceInput {
Default = 2,
SourceOp = "Transform1_3",
Source = "speed"
},
Input2 = InstanceInput {
Default = 0.1,
SourceOp = "Transform1_3",
Source = "amplitude"
},
Input3 = InstanceInput {
Default = 0,
SourceOp = "Transform1_3",
Source = "Y"
}
},
Tools = ordered() {
Transform1_3 = Transform {
Inputs = {
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)",
Value = 0.951056516295153
},
v = Input {
Expression = "0.5 + amplitude * iif(time > out, 0,bound)",
Value = 0.504755282581476
},
speed = Input { Value = 12 },
amplitude = Input { Value = 0.005 },
Center = Input {
Expression = "iif(Y == 0, Point(v, 0.5),Point(0.5,v))",
Value = { 0.504755282581476, 0.5 }
},
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
CtrlWShown = false,
UserControls = 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 } },
ViewInfo = OperatorInfo { Pos = { 0, 29.7576007843018 } }
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform1_3",
Source = "Output"
}
},
ViewInfo = GroupInfo {
Pos = { 8965, 511.5 },
Offset = { 0, 0 },
Size = { 126, 109.359001159668, 63, 24.2423992156982 },
Scale = 1,
PipeStyle = "Direct",
Direction = "Horizontal",
Flags = {
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true
}
}
},
Loader45 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\四国めたん立ち絵素材2.1\\!目\\-見上げ.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 6490, -1633.5 } }
},
Loader57 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\四国めたん立ち絵素材2.1\\!眉\\-こまり.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4730, -643.5 } }
},
Loader53 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\四国めたん立ち絵素材2.1\\!目\\-目セット\\!黒目\\-普通目.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 7810, -2425.5 } }
},
["跳ねる_Ctrl"] = Transform {
Inputs = {
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\n",
Value = 0.951056516295154
},
speed = Input {
SourceOp = "Motion_Speed",
Source = "Value"
},
amplitude = Input {
SourceOp = "Motion_Str",
Source = "Value"
},
Center = Input {
Expression = "Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))",
Value = { 0.5, 0.595105651629515 }
},
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
UserControls = 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 } },
ViewInfo = OperatorInfo { Pos = { 7480, 511.5 } }
},
Loader17 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\四国めたん立ち絵素材2.1\\-白ロリ服\\!左腕\\-ひそひそ.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 2915, -1039.5 } }
},
["跳ねる_小"] = GroupOperator {
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform1_1_1",
Source = "Input"
},
Input1 = InstanceInput {
MinScale = 0.0010000000475,
SourceOp = "Transform1_1_1",
Source = "speed",
Default = 2
},
Input2 = InstanceInput {
Default = 0.1,
SourceOp = "Transform1_1_1",
Source = "amplitude"
}
},
Tools = ordered() {
Transform1_1_1 = Transform {
Inputs = {
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\n",
Value = 0.951056516295154
},
speed = Input { Value = 2 },
amplitude = Input { Value = 0.02 },
Center = Input {
Expression = "Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))",
Value = { 0.5, 0.595105651629515 }
},
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
CtrlWShown = false,
UserControls = 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 } },
CtrlWZoom = false,
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } }
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform1_1_1",
Source = "Output"
}
},
ViewInfo = GroupInfo {
Pos = { 8470, 511.5 },
Offset = { 0, 0 },
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Scale = 1,
PipeStyle = "Direct",
Direction = "Horizontal",
Flags = {
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true
}
}
},
Loader18 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\四国めたん立ち絵素材2.1\\-白ロリ服\\!左腕\\-口元に指.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 3025, -1039.5 } }
},
Background1 = Background {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1820 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 165, -247.5 } }
},
SetDomain1 = SetDomain {
Inputs = {
Input = Input {
SourceOp = "Background1",
Source = "Output"
},
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Right = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 165, -115.5 } }
},
["回転移動でポニテにするなど_MG"] = Merge {
Inputs = {
Background = Input {
SourceOp = "SetDomain1",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 275, -115.5 } }
},
Loader2 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\四国めたん立ち絵素材2.1\\ツインドリル右.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 385, -247.5 } }
},
["ツインドリル右_MG"] = Merge {
Inputs = {
Background = Input {
SourceOp = "回転移動でポニテにするなど_MG",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader2",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 385, -115.5 } }
},
Loader3 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\四国めたん立ち絵素材2.1\\ツインドリル左.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 495, -247.5 } }
},
["ツインドリル左_MG"] = Merge {
Inputs = {
Background = Input {
SourceOp = "ツインドリル右_MG",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader3",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 495, -115.5 } }
},
Background3 = Background {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1820 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 1485, -643.5 } }
},
SetDomain3 = SetDomain {
Inputs = {
Input = Input {
SourceOp = "Background3",
Source = "Output"
},
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Right = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 1485, -511.5 } }
},
Loader9 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\四国めたん立ち絵素材2.1\\-白ロリ服\\!体.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 1595, -643.5 } }
},
["体_MG"] = Merge {
Inputs = {
Background = Input {
SourceOp = "SetDomain3",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader9",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 1595, -511.5 } }
},
Background4 = Background {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1820 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 1815, -1039.5 } }
},
SetDomain4 = SetDomain {
Inputs = {
Input = Input {
SourceOp = "Background4",
Source = "Output"
},
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Right = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 1815, -907.5 } }
},
["まんじゅう_MG"] = Merge {
Inputs = {
Background = Input {
SourceOp = "SetDomain4",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 1925, -907.5 } }
},
Loader13 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\四国めたん立ち絵素材2.1\\-白ロリ服\\!右腕\\-普通.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 2255, -1039.5 } }
},
["右腕_MG"] = Merge {
Inputs = {
Background = Input {
SourceOp = "まんじゅう_MG",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader13",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 2255, -907.5 } }
},
["右腕"] = Transform {
Inputs = {
Input = Input {
SourceOp = "右腕_MG",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 2255, -775.5 } }
},
["右腕_MG1"] = Merge {
Inputs = {
Background = Input {
SourceOp = "体_MG",
Source = "Output"
},
Foreground = Input {
SourceOp = "右腕",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 2255, -511.5 } }
},
Background5 = Background {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1820 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 2475, -1039.5 } }
},
SetDomain5 = SetDomain {
Inputs = {
Input = Input {
SourceOp = "Background5",
Source = "Output"
},
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Right = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 2475, -907.5 } }
},
["まんじゅう袋_MG"] = Merge {
Inputs = {
Background = Input {
SourceOp = "SetDomain5",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 2585, -907.5 } }
},
Loader19 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\四国めたん立ち絵素材2.1\\-白ロリ服\\!左腕\\-普通.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 3135, -1039.5 } }
},
["左腕_MG"] = Merge {
Inputs = {
Background = Input {
SourceOp = "まんじゅう袋_MG",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader19",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 3135, -907.5 } }
},
["左腕"] = Transform {
Inputs = {
Input = Input {
SourceOp = "左腕_MG",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 3135, -775.5 } }
},
["左腕_MG1"] = Merge {
Inputs = {
Background = Input {
SourceOp = "右腕_MG1",
Source = "Output"
},
Foreground = Input {
SourceOp = "左腕",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 3135, -511.5 } }
},
["白ロリ服"] = Transform {
Inputs = {
Input = Input {
SourceOp = "左腕_MG1",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 3135, -379.5 } }
},
Root_MG = Merge {
Inputs = {
Background = Input {
SourceOp = "ツインドリル左_MG",
Source = "Output"
},
Foreground = Input {
SourceOp = "白ロリ服",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 3135, -115.5 } }
},
Background6 = Background {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1820 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 3355, -643.5 } }
},
SetDomain6 = SetDomain {
Inputs = {
Input = Input {
SourceOp = "Background6",
Source = "Output"
},
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Right = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 3355, -511.5 } }
},
["かげり_MG"] = Merge {
Inputs = {
Background = Input {
SourceOp = "SetDomain6",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 3465, -511.5 } }
},
Loader24 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\四国めたん立ち絵素材2.1\\!顔色\\-普通2_.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 3905, -643.5 } }
},
["顔色_MG"] = Merge {
Inputs = {
Background = Input {
SourceOp = "かげり_MG",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader24",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 4015, -511.5 } }
},
["顔色"] = Transform {
Inputs = {
Input = Input {
SourceOp = "顔色_MG",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 4015, -379.5 } }
},
["顔色_MG1"] = Merge {
Inputs = {
Background = Input {
SourceOp = "Root_MG",
Source = "Output"
},
Foreground = Input {
SourceOp = "顔色",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 4015, -115.5 } }
},
Background11 = Background {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1820 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 4290, -643.5 } }
},
SetDomain11 = SetDomain {
Inputs = {
Input = Input {
SourceOp = "Background11",
Source = "Output"
},
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Right = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 4290, -511.5 } }
},
Loader56 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\四国めたん立ち絵素材2.1\\!眉\\-太眉ごきげん.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4620, -643.5 } }
},
["眉_MG"] = Merge {
Inputs = {
Background = Input {
SourceOp = "SetDomain11",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader56",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 5060, -511.5 } }
},
["眉"] = Transform {
Inputs = {
Input = Input {
SourceOp = "眉_MG",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 5060, -379.5 } }
},
["眉_MG1"] = Merge {
Inputs = {
Background = Input {
SourceOp = "顔色_MG1",
Source = "Output"
},
Foreground = Input {
SourceOp = "眉",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 5060, -115.5 } }
},
Background12 = Background {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1820 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 5280, -643.5 } }
},
SetDomain12 = SetDomain {
Inputs = {
Input = Input {
SourceOp = "Background12",
Source = "Output"
},
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Right = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 5280, -511.5 } }
},
["髪留めフリル_MG"] = Merge {
Inputs = {
Background = Input {
SourceOp = "SetDomain12",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 5390, -511.5 } }
},
Loader62 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\四国めたん立ち絵素材2.1\\頭部アクセサリ\\髪留めハート.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 5500, -643.5 } }
},
["髪留めハート_MG"] = Merge {
Inputs = {
Background = Input {
SourceOp = "髪留めフリル_MG",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader62",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 5500, -511.5 } }
},
["うさみみ_MG"] = Merge {
Inputs = {
Background = Input {
SourceOp = "髪留めハート_MG",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 5610, -511.5 } }
},
Loader64 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\四国めたん立ち絵素材2.1\\頭部アクセサリ\\ヘッドドレス.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 5720, -643.5 } }
},
["ヘッドドレス_MG"] = Merge {
Inputs = {
Background = Input {
SourceOp = "うさみみ_MG",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader64",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 5720, -511.5 } }
},
["頭部アクセサリ"] = Transform {
Inputs = {
Input = Input {
SourceOp = "ヘッドドレス_MG",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 5720, -379.5 } }
},
["頭部アクセサリ_MG"] = Merge {
Inputs = {
Background = Input {
SourceOp = "眉_MG1",
Source = "Output"
},
Foreground = Input {
SourceOp = "頭部アクセサリ",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 5720, -115.5 } }
},
Background13 = Background {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1820 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 6050, -643.5 } }
},
SetDomain13 = SetDomain {
Inputs = {
Input = Input {
SourceOp = "Background13",
Source = "Output"
},
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Right = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 6050, -511.5 } }
},
["汗_MG"] = Merge {
Inputs = {
Background = Input {
SourceOp = "SetDomain13",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 6160, -511.5 } }
},
["涙_MG"] = Merge {
Inputs = {
Background = Input {
SourceOp = "汗_MG",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 6270, -511.5 } }
},
["記号など"] = Transform {
Inputs = {
Input = Input {
SourceOp = "涙_MG",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 6270, -379.5 } }
},
["記号など_MG"] = Merge {
Inputs = {
Background = Input {
SourceOp = "頭部アクセサリ_MG",
Source = "Output"
},
Foreground = Input {
SourceOp = "記号など",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 6270, -115.5 } }
},
Body = Transform {
Locked = true,
Inputs = {
FlattenTransform = Input { Value = 1 },
Input = Input {
SourceOp = "記号など_MG",
Source = "Output"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Colors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } },
ViewInfo = OperatorInfo { Pos = { 6710, -115.5 } }
},
Background7 = Background {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1820 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 5940, -1072.5 } }
},
SetDomain7 = SetDomain {
Inputs = {
Input = Input {
SourceOp = "Background7",
Source = "Output"
},
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Right = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 5940, -940.5 } }
},
["口_MG"] = Merge {
Inputs = {
Background = Input {
SourceOp = "SetDomain7",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader37",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 7370, -940.5 } }
},
["口"] = Transform {
Inputs = {
Input = Input {
SourceOp = "口_MG",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 7370, -808.5 } }
},
MouthBase = Transform {
Locked = true,
Inputs = {
FlattenTransform = Input { Value = 1 },
Input = Input {
SourceOp = "口",
Source = "Output"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Colors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } },
ViewInfo = OperatorInfo { Pos = { 7370, -511.5 } }
},
MouthScale = Transform {
Inputs = {
Pivot = Input { Value = { 0.478818918641698, 0.781028368065784 } },
Input = Input {
SourceOp = "MouthBase",
Source = "Output"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Colors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },
ViewInfo = OperatorInfo { Pos = { 7370, -214.5 } }
},
Loader37 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\四国めたん立ち絵素材2.1\\!口\\-ほほえみ.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 7260, -1072.5 } }
},
N = Fuse.Wireless {
Inputs = {
Input = Input {
SourceOp = "Loader37",
Source = "Output"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 7260, -511.5 } }
},
Instance_MouthScale = Transform {
SourceOp = "MouthScale",
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
EffectMask = Input { },
SettingsNest = Input { },
TransformNest = Input { },
CommentsNest = Input { },
FrameRenderScriptNest = Input { },
StartRenderScripts = Input { },
EndRenderScripts = Input { },
ReferenceSize = Input { },
Input = Input {
SourceOp = "N",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 7260, -214.5 } }
},
A = Fuse.Wireless {
Inputs = {
Input = Input {
SourceOp = "Loader38",
Source = "Output"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 7150, -511.5 } }
},
Instance_MouthScale_1 = Transform {
SourceOp = "MouthScale",
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
EffectMask = Input { },
SettingsNest = Input { },
TransformNest = Input { },
CommentsNest = Input { },
FrameRenderScriptNest = Input { },
StartRenderScripts = Input { },
EndRenderScripts = Input { },
ReferenceSize = Input { },
Input = Input {
SourceOp = "A",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 7150, -214.5 } }
},
Loader29 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\四国めたん立ち絵素材2.1\\!口\\-いー.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 6380, -1072.5 } }
},
I = Fuse.Wireless {
Inputs = {
Input = Input {
SourceOp = "Loader29",
Source = "Output"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 7040, -511.5 } }
},
Instance_MouthScale_2 = Transform {
SourceOp = "MouthScale",
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
EffectMask = Input { },
SettingsNest = Input { },
TransformNest = Input { },
CommentsNest = Input { },
FrameRenderScriptNest = Input { },
StartRenderScripts = Input { },
EndRenderScripts = Input { },
ReferenceSize = Input { },
Input = Input {
SourceOp = "I",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 7040, -214.5 } }
},
Loader32 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\四国めたん立ち絵素材2.1\\!口\\-ゆ.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 6710, -1072.5 } }
},
U = Fuse.Wireless {
Inputs = {
Input = Input {
SourceOp = "Loader32",
Source = "Output"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 6930, -511.5 } }
},
Instance_MouthScale_3 = Transform {
SourceOp = "MouthScale",
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
EffectMask = Input { },
SettingsNest = Input { },
TransformNest = Input { },
CommentsNest = Input { },
FrameRenderScriptNest = Input { },
StartRenderScripts = Input { },
EndRenderScripts = Input { },
ReferenceSize = Input { },
Input = Input {
SourceOp = "U",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 6930, -214.5 } }
},
Loader38 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\四国めたん立ち絵素材2.1\\!口\\-わあー.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 7370, -1072.5 } }
},
E = Fuse.Wireless {
Inputs = {
Input = Input {
SourceOp = "Loader38",
Source = "Output"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 6820, -610.5 } }
},
Transform1 = Transform {
Inputs = {
Input = Input {
SourceOp = "E",
Source = "Output"
},
Pivot = Input { Value = { 0.481837606837607, 0.781315321042594 } },
Size = Input { Value = 0.85 }
},
ViewInfo = OperatorInfo { Pos = { 6820, -511.5 } }
},
Instance_MouthScale_4 = Transform {
SourceOp = "MouthScale",
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
EffectMask = Input { },
SettingsNest = Input { },
TransformNest = Input { },
CommentsNest = Input { },
FrameRenderScriptNest = Input { },
StartRenderScripts = Input { },
EndRenderScripts = Input { },
ReferenceSize = Input { },
Input = Input {
SourceOp = "Transform1",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 6820, -214.5 } }
},
Loader33 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\四国めたん立ち絵素材2.1\\!口\\-お.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 6820, -1072.5 } }
},
O = Fuse.Wireless {
Inputs = {
Input = Input {
SourceOp = "Loader33",
Source = "Output"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 6710, -511.5 } }
},
Instance_MouthScale_5 = Transform {
SourceOp = "MouthScale",
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
EffectMask = Input { },
SettingsNest = Input { },
TransformNest = Input { },
CommentsNest = Input { },
FrameRenderScriptNest = Input { },
StartRenderScripts = Input { },
EndRenderScripts = Input { },
ReferenceSize = Input { },
Input = Input {
SourceOp = "O",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 6710, -214.5 } }
},
MouthAnim = MultiMerge {
Inputs = {
LayerOrder = Input { Value = ScriptVal { {
[0] = 1,
2,
3,
4,
5,
6,
7
} } },
["Layer1.Foreground"] = Input {
SourceOp = "MouthScale",
Source = "Output"
},
LayerName1 = Input { Value = "MouthBase" },
Background = Input {
SourceOp = "Body",
Source = "Output"
},
LayerName2 = Input { Value = "N" },
LayerEnabled2 = Input { Value = 0 },
["Layer3.Foreground"] = Input {
SourceOp = "Instance_MouthScale_1",
Source = "Output"
},
LayerName3 = Input { Value = "A" },
LayerEnabled3 = Input { Value = 0 },
["Layer4.Foreground"] = Input {
SourceOp = "Instance_MouthScale_2",
Source = "Output"
},
LayerName4 = Input { Value = "I" },
LayerEnabled4 = Input { Value = 0 },
["Layer5.Foreground"] = Input {
SourceOp = "Instance_MouthScale_3",
Source = "Output"
},
LayerName5 = Input { Value = "U" },
LayerEnabled5 = Input { Value = 0 },
["Layer6.Foreground"] = Input {
SourceOp = "Instance_MouthScale_4",
Source = "Output"
},
LayerName6 = Input { Value = "E" },
LayerEnabled6 = Input { Value = 0 },
["Layer7.Foreground"] = Input {
SourceOp = "Instance_MouthScale_5",
Source = "Output"
},
LayerName7 = Input { Value = "O" },
LayerEnabled7 = Input { Value = 0 },
["Layer2.Foreground"] = Input {
SourceOp = "Instance_MouthScale",
Source = "Output"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Colors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },
ViewInfo = OperatorInfo { Pos = { 7150, -115.5 } }
},
Background8 = Background {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1820 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 5720, -1633.5 } }
},
SetDomain8 = SetDomain {
Inputs = {
Input = Input {
SourceOp = "Background8",
Source = "Output"
},
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Right = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 5720, -1501.5 } }
},
Background9 = Background {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1820 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 6710, -2029.5 } }
},
SetDomain9 = SetDomain {
Inputs = {
Input = Input {
SourceOp = "Background9",
Source = "Output"
},
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Right = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 6710, -1897.5 } }
},
Loader47 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\四国めたん立ち絵素材2.1\\!目\\-目セット\\-普通白目.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 6930, -2029.5 } }
},
["目セット_MG"] = Merge {
Inputs = {
Background = Input {
SourceOp = "SetDomain9",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader47",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 6930, -1897.5 } }
},
Background10 = Background {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1820 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 7150, -2425.5 } }
},
SetDomain10 = SetDomain {
Inputs = {
Input = Input {
SourceOp = "Background10",
Source = "Output"
},
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Right = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 7150, -2293.5 } }
},
Loader51 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\四国めたん立ち絵素材2.1\\!目\\-目セット\\!黒目\\-カメラ目線.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 7590, -2425.5 } }
},
["黒目_MG"] = Merge {
Inputs = {
Background = Input {
SourceOp = "SetDomain10",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader51",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 7810, -2293.5 } }
},
["黒目"] = Transform {
Inputs = {
Input = Input {
SourceOp = "黒目_MG",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 7810, -2161.5 } }
},
["黒目_MG1"] = Merge {
Inputs = {
Background = Input {
SourceOp = "目セット_MG",
Source = "Output"
},
Foreground = Input {
SourceOp = "黒目",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 7810, -1897.5 } }
},
["目セット"] = Transform {
Inputs = {
Input = Input {
SourceOp = "黒目_MG1",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 7810, -1765.5 } }
},
["目_MG"] = Merge {
Inputs = {
Background = Input {
SourceOp = "SetDomain8",
Source = "Output"
},
Foreground = Input {
SourceOp = "目セット",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 7810, -1501.5 } }
},
["目"] = Transform {
Inputs = {
Input = Input {
SourceOp = "目_MG",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 7810, -1369.5 } }
},
EyeBase = Transform {
Inputs = {
FlattenTransform = Input { Value = 1 },
Input = Input {
SourceOp = "目",
Source = "Output"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Colors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } },
ViewInfo = OperatorInfo { Pos = { 7810, -511.5 } }
},
Loader42 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\四国めたん立ち絵素材2.1\\!目\\-目閉じ2_.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 6160, -1633.5 } }
},
Closed = Fuse.Wireless {
Inputs = {
Input = Input {
SourceOp = "Loader42",
Source = "Output"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 7645, -511.5 } }
},
EyeAnim = MultiMerge {
Inputs = {
Blink = Input { Value = 139 },
LayerOrder = Input { Value = ScriptVal { {
[0] = 1,
2
} } },
["Layer1.Foreground"] = Input {
SourceOp = "EyeBase",
Source = "Output"
},
LayerName1 = Input { Value = "EyeBase " },
Background = Input {
SourceOp = "MouthAnim",
Source = "Output"
},
LayerName2 = Input { Value = "Closed" },
LayerEnabled2 = Input {
SourceOp = "EyeAnim_1LayerEnabled2",
Source = "Value"
},
LayerEnabled1 = Input {
SourceOp = "EyeAnim_1LayerEnabled1",
Source = "Value"
},
["Layer2.Foreground"] = Input {
SourceOp = "Closed",
Source = "Output"
}
},
NameSet = true,
Colors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },
UserControls = ordered() {
Blink = {
INP_Default = 127,
ICS_ControlPage = "目パチ",
LINKID_DataType = "Number",
LINKS_Name = "Blink",
INPID_InputControl = "SliderControl",
INP_External = false,
INP_Integer = true,
INP_MaxAllowed = 1000000,
INP_MinAllowed = 0,
INP_MaxScale = 500,
INP_MinScale = 0
},
Close = {
INP_Default = 4,
INP_External = false,
LINKID_DataType = "Number",
LINKS_Name = "Close",
ICS_ControlPage = "目パチ",
INP_Passive = true,
INP_Integer = true,
INP_MaxScale = 10,
INP_MinAllowed = 0,
INPID_InputControl = "SliderControl",
INP_MinScale = 0
},
Offset = {
INP_Default = 0,
ICS_ControlPage = "目パチ",
LINKID_DataType = "Number",
LINKS_Name = "Offset",
INP_Integer = true,
INP_External = false,
INP_MaxScale = 100,
INPID_InputControl = "SliderControl",
INP_MinScale = 0
},
Make = {
ICD_Width = 0.5,
ICS_ControlPage = "目パチ",
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Make Anim",
INPID_InputControl = "ButtonControl",
BTNCS_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"
},
Delete = {
ICD_Width = 0.5,
ICS_ControlPage = "目パチ",
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Delete Anim",
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "local tool = comp:FindTool('EyeAnim')\ncomp:Execute('!Py3: from rs_fusion.core.eye_blink import delete_mm;delete_mm(comp)')\n"
},
at00 = {
INP_Passive = true,
LBLC_DropDownButton = false,
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "ボタンを押さないと反映されません。",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "目パチ"
},
sp00 = {
INP_Passive = true,
LBLC_DropDownButton = false,
ICS_ControlPage = "目パチ",
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "",
INPID_InputControl = "LabelControl",
INP_External = false
}
},
ViewInfo = OperatorInfo { Pos = { 7810, -115.5 } }
},
EyeAnim_1LayerEnabled1 = BezierSpline {
NameSet = true,
KeyFrames = {
[0] = { 1, Flags = { Linear = true, PreLoop = true, Loop = true }, RH = { 45, 0.666666666666667 } },
[135] = { 0, RH = { 136.333333333333, 0.333333333333333 }, Flags = { StepIn = true }, LH = { 90, 0.333333333333333 } },
[139] = { 1, Flags = { StepIn = true, PreLoop = true, Loop = true }, LH = { 137.666666666667, 0.666666666666667 } }
},
CtrlWZoom = false,
SplineColor = { Green = 82, Blue = 232, Red = 198 }
},
EyeAnim_1LayerEnabled2 = BezierSpline {
NameSet = true,
KeyFrames = {
[0] = { 0, Flags = { Linear = true, PreLoop = true, Loop = true }, RH = { 45, 0.333333333333333 } },
[135] = { 1, RH = { 136.333333333333, 0.666666666666667 }, Flags = { StepIn = true }, LH = { 90, 0.666666666666667 } },
[139] = { 0, Flags = { StepIn = true, PreLoop = true, Loop = true }, LH = { 137.666666666667, 0.333333333333333 } }
},
CtrlWZoom = false,
SplineColor = { Green = 82, Blue = 214, Red = 232 }
},
Loader65 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\四国めたん立ち絵素材2.1\\!前髪もみあげ.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 7975, -247.5 } }
},
["前髪もみあげ_MG"] = Merge {
Inputs = {
Background = Input {
SourceOp = "EyeAnim",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader65",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 7975, -115.5 } }
},
Root = Transform {
Inputs = {
Comments = 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" },
Grp_Root = Input { Value = 0 },
["Grp_記号など"] = Input { Value = 0 },
["Grp_頭部アクセサリ"] = Input { Value = 0 },
["Grp_目セット"] = Input { Value = 0 },
["Grp_黒目"] = Input { Value = 0 },
["Grp_顔色"] = Input { Value = 0 },
["Grp_白ロリ服"] = Input { Value = 0 },
["Grp_その他の服"] = Input { Value = 0 },
Input = Input {
SourceOp = "前髪もみあげ_MG",
Source = "Output"
}
},
UserControls = ordered() {
CopyPose = {
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.copy(comp)]])",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Copy Pose",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
PastePose = {
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.paste(comp)]])",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Paste Pose",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
SavePose = {
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.save(comp, fu)]])",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Save Pose",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
LoadPose = {
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.load(comp, fu)]])",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Load Pose",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
Grp_Root = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 12,
LINKS_Name = "Root",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N011_kigounado_show_92 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"記号など_MG\")\nlocal node = comp:FindTool(\"記号など\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "記号など show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N011_kigounado_hide_92 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"記号など_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "記号など hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N009_toubuakusesari_show_87 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"頭部アクセサリ_MG\")\nlocal node = comp:FindTool(\"頭部アクセサリ\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "頭部アクセサリ show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N009_toubuakusesari_hide_87 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"頭部アクセサリ_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "頭部アクセサリ hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N002_tsuindoriruhidari_show_4 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"ツインドリル左_MG\")\nlocal node = comp:FindTool(\"Loader3\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "ツインドリル左 show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N002_tsuindoriruhidari_hide_4 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"ツインドリル左_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "ツインドリル左 hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N001_tsuindorirumigi_show_3 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"ツインドリル右_MG\")\nlocal node = comp:FindTool(\"Loader2\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "ツインドリル右 show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N001_tsuindorirumigi_hide_3 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"ツインドリル右_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "ツインドリル右 hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N000_kaitenidoudeponitenisurunado_show_2 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"回転移動でポニテにするなど_MG\")\nlocal node = comp:FindTool(\"Loader1\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "回転移動でポニテにするなど show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N000_kaitenidoudeponitenisurunado_hide_2 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"回転移動でポニテにするなど_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "回転移動でポニテにするなど hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N004_shirororifuku28 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"Root_MG\")\nlocal node = comp:FindTool(\"白ロリ服\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*白ロリ服",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N003_sonohokanofuku11 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"Root_MG\")\nlocal node = comp:FindTool(\"その他の服\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*その他の服",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["Grp_記号など"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 4,
LINKS_Name = "記号など",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N001_namida_show_92 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"涙_MG\")\nlocal node = comp:FindTool(\"Loader67\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "涙 show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N001_namida_hide_92 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"涙_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "涙 hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N000_ase_show_91 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"汗_MG\")\nlocal node = comp:FindTool(\"Loader66\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "汗 show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N000_ase_hide_91 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"汗_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "汗 hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
["Grp_頭部アクセサリ"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 8,
LINKS_Name = "頭部アクセサリ",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N003_heddodoresu_show_87 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"ヘッドドレス_MG\")\nlocal node = comp:FindTool(\"Loader64\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "ヘッドドレス show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N003_heddodoresu_hide_87 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"ヘッドドレス_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "ヘッドドレス hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N002_usamimi_show_86 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"うさみみ_MG\")\nlocal node = comp:FindTool(\"Loader63\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "うさみみ show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N002_usamimi_hide_86 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"うさみみ_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "うさみみ hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N001_kamitomehaato_show_85 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"髪留めハート_MG\")\nlocal node = comp:FindTool(\"Loader62\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "髪留めハート show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N001_kamitomehaato_hide_85 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"髪留めハート_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "髪留めハート hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N000_kamitomefuriru_show_84 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"髪留めフリル_MG\")\nlocal node = comp:FindTool(\"Loader61\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "髪留めフリル show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N000_kamitomefuriru_hide_84 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"髪留めフリル_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "髪留めフリル hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
["Grp_眉"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 7,
LINKS_Name = "眉",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N006_gokigen81 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader60\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ごきげん",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N005_yayaoko80 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader59\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ややおこ",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N004_oko79 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader58\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*おこ",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N003_komari78 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader57\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*こまり",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N002_futomayugokigen77 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader56\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*太眉ごきげん",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N001_futomayuoko76 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader55\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*太眉おこ",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N000_futomayukomari75 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader54\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*太眉こまり",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["Grp_目"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 8,
LINKS_Name = "目",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N007_mesetto72 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"目セット\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*目セット",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N006_miage60 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader45\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*見上げ",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N005_miage259 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader44\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*見上げ2",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N004_metoji58 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader43\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*目閉じ",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N003_metoji257 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader42\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*目閉じ2",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["N002_○○56"] = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader41\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*○○",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N001_none55 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader40\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*><",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N000_guruguru54 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader39\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ぐるぐる",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["Grp_目セット"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 2,
LINKS_Name = "目セット",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N001_futsuushirome64 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目セット_MG\")\nlocal node = comp:FindTool(\"Loader47\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*普通白目",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N000_mihirakishirome63 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目セット_MG\")\nlocal node = comp:FindTool(\"Loader46\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*見開き白目",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["Grp_黒目"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 6,
LINKS_Name = "黒目",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N005_futsuume72 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader53\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*普通目",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N004_futsuume271 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader52\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*普通目2",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N003_kameramesen70 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader51\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*カメラ目線",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N002_kameramesen269 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader50\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*カメラ目線2",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N001_mesorashi68 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader49\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*目そらし",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N000_mesorashi267 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader48\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*目そらし2",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["Grp_口"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 13,
LINKS_Name = "口",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N012_waaa51 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader38\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*わあー",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N011_hohoemi50 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader37\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ほほえみ",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["N010_▽49"] = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader36\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*▽",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N009_niyari48 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader35\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*にやり",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N008_perori47 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader34\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ぺろり",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N007_o46 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader33\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*お",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N006_yu45 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader32\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ゆ",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["N005_△44"] = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader31\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*△",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N004_mu43 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader30\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*む",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N003_ii42 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader29\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*いー",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N002_uee41 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader28\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*うえー",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N001_nn40 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader27\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*んー",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N000_momuu39 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader26\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*もむー",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["Grp_顔色"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 7,
LINKS_Name = "顔色",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N000_kageri_show_31 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"かげり_MG\")\nlocal node = comp:FindTool(\"Loader20\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "かげり show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N000_kageri_hide_31 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"かげり_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "かげり hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N005_futsuu36 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader25\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*普通",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N004_futsuu235 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader24\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*普通2",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N003_sekimen34 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader23\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*赤面",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N002_aozame33 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader22\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*青ざめ",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N001_hihyouji32 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader21\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*(非表示)",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["Grp_白ロリ服"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 0,
LINKS_Name = "白ロリ服",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
["Grp_左腕"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 7,
LINKS_Name = "左腕",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N000_manjuufukuro_show_23 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"まんじゅう袋_MG\")\nlocal node = comp:FindTool(\"Loader14\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "まんじゅう袋 show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N000_manjuufukuro_hide_23 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"まんじゅう袋_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "まんじゅう袋 hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N005_futsuu28 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader19\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*普通",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N004_kuchimotoniyubi27 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader18\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*口元に指",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N003_hisohiso26 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader17\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ひそひそ",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N002_maiku25 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader16\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*マイク",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N001_kakaeru24 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader15\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*抱える",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["Grp_右腕"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 5,
LINKS_Name = "右腕",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N000_manjuu_show_17 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"まんじゅう_MG\")\nlocal node = comp:FindTool(\"Loader10\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "まんじゅう show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N000_manjuu_hide_17 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"まんじゅう_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "まんじゅう hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N003_futsuu20 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader13\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*普通",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N002_yubisashisu19 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader12\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*指差す",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N001_tewokazasu18 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader11\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*手をかざす",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["Grp_その他の服"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 4,
LINKS_Name = "その他の服",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N004_baniifuku11 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"その他の服_MG\")\nlocal node = comp:FindTool(\"Loader8\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*バニー服",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N003_mizugi10 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"その他の服_MG\")\nlocal node = comp:FindTool(\"Loader7\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*水着",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N002_basutaoru9 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"その他の服_MG\")\nlocal node = comp:FindTool(\"Loader6\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*バスタオル",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N001_hihyouji8 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"その他の服_MG\")\nlocal node = comp:FindTool(\"Loader5\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*(非表示)",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
}
},
Colors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },
ViewInfo = OperatorInfo { Pos = { 7975, 115.5 } }
},
["モーションなし"] = Transform {
Inputs = {
Input = Input {
SourceOp = "Root",
Source = "Output"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
CtrlWZoom = false,
ViewInfo = OperatorInfo { Pos = { 7975, 247.5 } }
},
["不安"] = GroupOperator {
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform1_2",
Source = "Input"
},
Input3 = InstanceInput {
SourceOp = "Shake1",
Source = "RandomSeed",
Default = 0,
Width = 1
},
Input4 = InstanceInput {
Width = 0.385,
SourceOp = "Shake1",
Source = "Randomize"
},
Input5 = InstanceInput {
Default = 10,
SourceOp = "Shake1",
Source = "Smoothness"
},
Input1 = InstanceInput {
SourceOp = "Transform1_2",
Source = "x",
Default = 0.1,
Name = "X"
},
Input2 = InstanceInput {
SourceOp = "Transform1_2",
Source = "y",
Default = 0.1,
Name = "Y"
}
},
Tools = ordered() {
Transform1_2 = Transform {
Inputs = {
in_out = Input {
SourceOp = "KeyframeStretcher1",
Source = "Result"
},
y = Input { Value = 0.01 },
x = Input { Value = 0.01 },
Center = Input {
Expression = "Point(0.5, 0.5) + shake * in_out",
Value = { 0.502997744173508, 0.497908177638071 }
},
shake = Input {
SourceOp = "Shake1",
Source = "Position"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
CtrlWShown = false,
UserControls = 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 } },
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } }
},
KeyframeStretcher1 = KeyStretcherMod {
CtrlWZoom = false,
Inputs = {
StretchStart = Input { Value = 10 },
StretchEnd = Input { Value = 110 },
Keyframes = Input {
SourceOp = "KeyStretcheronTransform1_2Keyframes",
Source = "Value"
}
}
},
KeyStretcheronTransform1_2Keyframes = BezierSpline {
KeyFrames = {
[0] = { 0, Flags = { Linear = true }, RH = { 3.33333333333333, 0 } },
[10] = { 1, RH = { 43.3333333333333, 1 }, LH = { 6.66666666666667, 1 } },
[110] = { 1, RH = { 113.333333333333, 1 }, LH = { 76.6666666666667, 1 } },
[120] = { 0, LH = { 116.666666666667, 0 } }
},
CtrlWZoom = false,
SplineColor = { Green = 106, Blue = 231, Red = 193 }
},
Shake1 = Shake {
Faster = true,
CtrlWZoom = false,
Inputs = {
YMaximum = Input {
Expression = "Transform1_2.y",
Value = 0.01
},
LockXY = Input { Value = 0 },
XMinimum = Input {
Expression = "-Transform1_2.x",
Value = -0.01
},
XMaximum = Input {
Expression = "Transform1_2.x",
Value = 0.01
},
YMinimum = Input {
Expression = "-Transform1_2.y",
Value = -0.01
},
Smoothness = Input { Value = 2 }
}
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform1_2",
Source = "Output"
}
},
ViewInfo = GroupInfo {
Pos = { 8635, 511.5 },
Offset = { 0, 0 },
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Scale = 1,
PipeStyle = "Direct",
Direction = "Horizontal",
Flags = {
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true
}
}
},
Loader16 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\四国めたん立ち絵素材2.1\\-白ロリ服\\!左腕\\-マイク.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 2805, -1039.5 } }
},
Loader26 = Loader {
Clips = {
Clip {
AspectMode = 0,
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\四国めたん立ち絵素材2.1\\!口\\-もむー.png",
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0
}
},
Inputs = {
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 6050, -1072.5 } }
}
},
CtrlWZoom = false,
ViewInfo = GroupInfo {
Flags = {
GridSnap = true,
AllowPan = false,
AutoSnap = true,
ForceAll = true
},
Offset = { 0, 0 },
Scale = 1,
Direction = "Horizontal",
PipeStyle = "Direct"
}
}
}
}
================================================
FILE: Templates/Edit/Generators/春日部つむぎ.setting
================================================
{
Tools = ordered() {
Tsumugi = GroupOperator {
Tools = ordered() {
Loader50 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\春日部つむぎ立ち絵素材3.0\\表情記号\\なみだめ.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 3575, -643.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader21 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\春日部つむぎ立ち絵素材3.0\\!目\\-上向き.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 3960, -1567.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader14 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\春日部つむぎ立ち絵素材3.0\\!顔色\\かげり.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 2365, -643.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["パーターブ_Ctrl"] = Transform {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 5445, 412.5 } },
Inputs = {
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
},
Center = Input {
SourceOp = "Perturb1",
Source = "Value"
}
}
},
Perturb1 = PerturbPoint {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
CtrlWZoom = false,
Inputs = {
Speed = Input {
SourceOp = "Motion_Speed",
Source = "Value"
},
Strength = Input {
SourceOp = "Motion_Str",
Source = "Value"
}
}
},
Motion_Str = PublishNumber {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
CtrlWZoom = false,
Inputs = {
Value = Input { Value = 1 }
}
},
Motion_Speed = PublishNumber {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
CtrlWZoom = false,
Inputs = {
Value = Input { Value = 1 }
}
},
Loader25 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\春日部つむぎ立ち絵素材3.0\\!目\\-基本目セット\\!黒目\\-ハート.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 4840, -2359.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader22 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\春日部つむぎ立ち絵素材3.0\\!目\\-基本目セット\\-白目見開き.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 4290, -1963.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader32 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\春日部つむぎ立ち絵素材3.0\\!まゆ\\-ごきげん眉.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 3135, -643.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["荒ぶる"] = GroupOperator {
Tools = ordered() {
Transform1_2_1 = Transform {
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
UserControls = 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" } },
CtrlWShown = false,
Inputs = {
in_out = Input {
SourceOp = "KeyframeStretcher1_1",
Source = "Result"
},
y = Input { Value = 0.03 },
x = Input { Value = 0.03 },
Center = Input {
Expression = "Point(0.5, 0.5) + shake * in_out",
Value = { 0.502997744173508, 0.497908177638071 }
},
shake = Input {
SourceOp = "Shake1_1",
Source = "Position"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
}
},
KeyframeStretcher1_1 = KeyStretcherMod {
CtrlWZoom = false,
Inputs = {
StretchStart = Input { Value = 10 },
StretchEnd = Input { Value = 110 },
Keyframes = Input {
SourceOp = "KeyStretcheronTransform1_2_1Keyframes",
Source = "Value"
}
}
},
KeyStretcheronTransform1_2_1Keyframes = BezierSpline {
KeyFrames = {
[0] = { 0, RH = { 3.33333333333333, 0 }, Flags = { Linear = true } },
[10] = { 1, RH = { 43.3333333333333, 1 }, LH = { 6.66666666666667, 1 } },
[110] = { 1, RH = { 113.333333333333, 1 }, LH = { 76.6666666666667, 1 } },
[120] = { 0, LH = { 116.666666666667, 0 } }
},
CtrlWZoom = false,
SplineColor = { Green = 106, Blue = 231, Red = 193 }
},
Shake1_1 = Shake {
Faster = true,
CtrlWZoom = false,
Inputs = {
YMaximum = Input {
Expression = "Transform1_2_1.y",
Value = 0.03
},
LockXY = Input { Value = 0 },
XMinimum = Input {
Expression = "-Transform1_2_1.x",
Value = -0.03
},
Smoothness = Input { Value = 1.5 },
XMaximum = Input {
Expression = "Transform1_2_1.x",
Value = 0.03
},
YMinimum = Input {
Expression = "-Transform1_2_1.y",
Value = -0.03
}
}
}
},
ViewInfo = GroupInfo {
Direction = "Horizontal",
Flags = {
RemoveRouters = true,
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true
},
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Offset = { 0, 0 },
Scale = 1,
Pos = { 6105, 412.5 },
PipeStyle = "Direct"
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform1_2_1",
Source = "Output"
}
},
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform1_2_1",
Source = "Input"
},
Input3 = InstanceInput {
Source = "RandomSeed",
Default = 0,
Width = 1,
SourceOp = "Shake1_1"
},
Input4 = InstanceInput {
SourceOp = "Shake1_1",
Width = 0.385,
Source = "Randomize"
},
Input5 = InstanceInput {
Default = 10,
SourceOp = "Shake1_1",
Source = "Smoothness"
},
Input1 = InstanceInput {
Source = "x",
Default = 0.1,
Name = "X",
SourceOp = "Transform1_2_1"
},
Input2 = InstanceInput {
Source = "y",
Default = 0.1,
Name = "Y",
SourceOp = "Transform1_2_1"
}
}
},
Loader36 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\春日部つむぎ立ち絵素材3.0\\!口\\-△.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 3630, -1072.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["横揺れ_Ctrl"] = Transform {
UserControls = 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" } },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 4950, 412.5 } },
Inputs = {
v = Input {
Expression = "0.5 + amplitude * iif(time > out, 0,bound)",
Value = 0.504755282581476
},
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
amplitude = Input {
SourceOp = "Motion_Str",
Source = "Value"
},
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)",
Value = 0.951056516295153
},
Center = Input {
Expression = "Point(v, 0.5)",
Value = { 0.504755282581476, 0.5 }
},
speed = Input {
SourceOp = "Motion_Speed",
Source = "Value"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
}
},
["拡縮_Ctrl"] = Transform {
UserControls = 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" } },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 5280, 412.5 } },
Inputs = {
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)",
Value = 0.951056516295153
},
Center = Input { Value = { 0.504755282581476, 0.5 } },
speed = Input {
SourceOp = "Motion_Speed",
Source = "Value"
},
v = Input {
Expression = "1 + amplitude * iif(time > out, 0,bound)",
Value = 0.504755282581476
},
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
amplitude = Input {
SourceOp = "Motion_Str",
Source = "Value"
},
Size = Input { Expression = " v" },
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
}
},
["ぽよ"] = GroupOperator {
Tools = ordered() {
Transform = Transform {
UserControls = 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 } },
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
NameSet = true,
CtrlWShown = false,
CtrlWZoom = false,
Inputs = {
Pivot = Input { Value = { 0.5, 0 } },
Aspect = Input {
SourceOp = "Calculation1",
Source = "Result"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
}
},
Calculation1 = Calculation {
CtrlWZoom = false,
Inputs = {
FirstOperand = Input {
SourceOp = "Calculation2",
Source = "Result"
},
FirstOperandTimeOffset = Input { Expression = "-comp.GlobalStart" },
SecondOperand = Input { Value = 1 }
}
},
Calculation2 = Calculation {
CtrlWZoom = false,
Inputs = {
FirstOperand = Input {
SourceOp = "CalculationonCalculationonTransformAspectFirstOperand",
Source = "Value"
},
FirstOperandTimeScale = Input { Expression = "Transform.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate" },
SecondOperand = Input { Value = 0.8 },
Operator = Input { Value = 2 }
}
},
CalculationonCalculationonTransformAspectFirstOperand = BezierSpline {
KeyFrames = {
[0] = { 0, RH = { 1, 0 }, Flags = { Linear = true } },
[3] = { 0.0800000000000001, RH = { 4.66666666666667, 0.0800000000000001 }, LH = { 2, 0.0800000000000001 } },
[8] = { -0.0489999999999999, RH = { 9.33333333333333, -0.0489999999999999 }, LH = { 6.33333333333333, -0.0489999999999999 } },
[12] = { 0.03, RH = { 13.3333333333333, 0.03 }, LH = { 10.6666666666667, 0.03 } },
[16] = { -0.00700000000000001, RH = { 16.6666666666667, -0.00700000000000001 }, LH = { 14.6666666666667, -0.00700000000000001 } },
[18] = { 0.004, RH = { 18.6666666666667, 0.004 }, LH = { 17.3333333333333, 0.004 } },
[20] = { 0, LH = { 19.3333333333333, 0 } }
},
CtrlWZoom = false,
SplineColor = { Green = 105, Blue = 30, Red = 210 }
}
},
ViewInfo = GroupInfo {
Direction = "Horizontal",
Flags = {
RemoveRouters = true,
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true
},
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Offset = { 0, 0 },
Scale = 1,
Pos = { 4290, 412.5 },
PipeStyle = "Direct"
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform",
Source = "Output"
}
},
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform",
Source = "Input"
},
Input1 = InstanceInput {
Source = "speed",
Default = 1,
Name = "スピード",
SourceOp = "Transform",
Page = "Controls"
},
Input2 = InstanceInput {
Source = "SecondOperand",
Default = 1,
Name = "強さ",
SourceOp = "Calculation2"
},
Input3 = InstanceInput {
SourceOp = "Transform",
Source = "Pivot"
}
}
},
Loader40 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\春日部つむぎ立ち絵素材3.0\\!口\\-おあー.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 4070, -1072.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader39 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\春日部つむぎ立ち絵素材3.0\\!口\\-むん.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 3960, -1072.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader31 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\春日部つむぎ立ち絵素材3.0\\!まゆ\\-おこ眉.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 3025, -643.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader18 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\春日部つむぎ立ち絵素材3.0\\!目\\-__.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 3630, -1567.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
ST_Background = Background {
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
ViewInfo = OperatorInfo { Pos = { 5115, 577.5 } },
Inputs = {
UseFrameFormatSettings = Input { Value = 1 },
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1080 },
Depth = Input { Value = 1 },
Width = Input { Value = 1920 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
ST_SetDomain = SetDomain {
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
ViewInfo = OperatorInfo { Pos = { 5115, 709.5 } },
Inputs = {
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Input = Input {
SourceOp = "ST_Background",
Source = "Output"
},
Right = Input { Value = 0 }
}
},
["モーションSelector"] = Transform {
UserControls = ordered() {
["N000_モーションなし"] = {
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"モーションなし\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "モーションなし",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N001_ぽよ"] = {
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"ぽよ\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "ぽよ",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N002_ぴょん_Ctrl"] = {
ICS_ControlPage = "モーション",
BTNCS_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",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "ぴょん_Ctrl",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N003_リズム_Ctrl"] = {
ICS_ControlPage = "モーション",
BTNCS_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",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "リズム_Ctrl",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N004_跳ねる_Ctrl"] = {
ICS_ControlPage = "モーション",
BTNCS_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",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "跳ねる_Ctrl",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N005_横揺れ_Ctrl"] = {
ICS_ControlPage = "モーション",
BTNCS_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",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "横揺れ_Ctrl",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N006_縦揺れ_Ctrl"] = {
ICS_ControlPage = "モーション",
BTNCS_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",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "縦揺れ_Ctrl",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N007_拡縮_Ctrl"] = {
ICS_ControlPage = "モーション",
BTNCS_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",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "拡縮_Ctrl",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N008_パーターブ_Ctrl"] = {
ICS_ControlPage = "モーション",
BTNCS_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",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "パーターブ_Ctrl",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N009_跳ねる"] = {
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"跳ねる\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "跳ねる",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N010_跳ねる_小"] = {
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"跳ねる_小\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "跳ねる_小",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N011_不安"] = {
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"不安\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "不安",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N012_荒ぶる"] = {
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"荒ぶる\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "荒ぶる",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N013_震え"] = {
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"震え\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "震え",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
Speed = {
INP_Default = 1,
INP_MaxScale = 5,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Speed",
INPID_InputControl = "SliderControl",
INP_MinScale = 0
},
Str = {
INP_Default = 1,
INP_MaxScale = 5,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Str",
INPID_InputControl = "SliderControl",
INP_MinScale = 0
}
},
ViewInfo = OperatorInfo { Pos = { 5280, 577.5 } },
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Colors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },
Inputs = {
Str = Input {
SourceOp = "Motion_Str",
Source = "Value"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
},
Speed = Input {
SourceOp = "Motion_Speed",
Source = "Value"
}
}
},
ST_Merge = Merge {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 5280, 709.5 } },
Inputs = {
Foreground = Input {
SourceOp = "モーションSelector",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "ST_SetDomain",
Source = "Output"
}
}
},
["レイアウト"] = Transform {
Colors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 5280, 841.5 } },
Inputs = {
Input = Input {
SourceOp = "ST_Merge",
Source = "Output"
},
Center = Input { Value = { 0.85, 0 } }
}
},
Loader11 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\春日部つむぎ立ち絵素材3.0\\!左腕\\-ピース.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 1815, -643.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader48 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\春日部つむぎ立ち絵素材3.0\\!ほくろ_flipx.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 3520, -247.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader7 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\春日部つむぎ立ち絵素材3.0\\!右腕\\-ピース.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 1155, -643.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader24 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\春日部つむぎ立ち絵素材3.0\\!目\\-基本目セット\\!黒目\\-無.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 4730, -2359.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["リズム_Ctrl"] = Transform {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 4620, 412.5 } },
Inputs = {
Pivot = Input { Value = { 0.5, 0 } },
Aspect = Input {
SourceOp = "リズム_AspectAffset",
Source = "Result"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
}
},
["リズム_AspectAffset"] = Calculation {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
CtrlWZoom = false,
Inputs = {
FirstOperand = Input {
SourceOp = "リズム_ScaleAndTimeScaleForFPS",
Source = "Result"
},
SecondOperand = Input { Value = 1 }
}
},
["リズム_ScaleAndTimeScaleForFPS"] = Calculation {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
CtrlWZoom = false,
Inputs = {
FirstOperand = Input {
SourceOp = "リズム_Loop",
Source = "Result"
},
FirstOperandTimeScale = Input { Expression = "30 / comp:GetPrefs().Comp.FrameFormat.Rate" },
SecondOperand = Input {
SourceOp = "Motion_Str",
Source = "Value"
},
Operator = Input { Value = 2 }
}
},
["リズム_Loop"] = Calculation {
UserControls = ordered() {
Speed = {
INP_Default = 1,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Speed",
INPID_InputControl = "SliderControl"
},
Frame = {
INP_Default = 1,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Frame",
INPID_InputControl = "SliderControl"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
CtrlWZoom = false,
Inputs = {
FirstOperand = Input {
SourceOp = "リズム_LoopFirstOperand",
Source = "Value"
},
FirstOperandTimeOffset = Input { Expression = "- math.floor(time / Frame) * Frame" },
Operator = Input { Value = 9 },
Frame = Input {
Expression = "30 / Speed",
Value = 30
},
Speed = Input {
SourceOp = "Motion_Speed",
Source = "Value"
}
}
},
["リズム_LoopFirstOperand"] = BezierSpline {
SplineColor = { Green = 105, Blue = 30, Red = 210 },
CtrlWZoom = false,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
KeyFrames = {
[0] = { 0, RH = { 1, 0 }, Flags = { Linear = true } },
[3] = { -0.01, RH = { 4, -0.01 }, LH = { 2, -0.01 } },
[6] = { 0, LH = { 5, 0 } }
}
},
Loader26 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\春日部つむぎ立ち絵素材3.0\\!目\\-基本目セット\\!黒目\\-きらーん.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 4950, -2359.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader38 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\春日部つむぎ立ち絵素材3.0\\!口\\-えあー.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 3850, -1072.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["跳ねる"] = GroupOperator {
Tools = ordered() {
Transform1_1 = Transform {
UserControls = 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" } },
CtrlWZoom = false,
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
CtrlWShown = false,
Inputs = {
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
amplitude = Input { Value = 0.08 },
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\n",
Value = 0.951056516295154
},
Center = Input {
Expression = "Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))",
Value = { 0.5, 0.595105651629515 }
},
speed = Input { Value = 2 },
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
}
}
},
ViewInfo = GroupInfo {
Direction = "Horizontal",
Flags = {
RemoveRouters = true,
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true
},
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Offset = { 0, 0 },
Scale = 1,
Pos = { 5610, 412.5 },
PipeStyle = "Direct"
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform1_1",
Source = "Output"
}
},
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform1_1",
Source = "Input"
},
Input1 = InstanceInput {
MinScale = 0.0010000000475,
Default = 2,
Source = "speed",
SourceOp = "Transform1_1"
},
Input2 = InstanceInput {
Default = 0.1,
SourceOp = "Transform1_1",
Source = "amplitude"
}
}
},
["ぴょん_Ctrl"] = Transform {
UserControls = 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" } },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 4455, 412.5 } },
Inputs = {
Center = Input {
SourceOp = "XYPath1_1",
Source = "Value"
},
speed = Input {
SourceOp = "Motion_Speed",
Source = "Value"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
}
},
XYPath1_1 = XYPath {
DrawMode = "ModifyOnly",
CtrlWZoom = false,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ShowKeyPoints = false,
Inputs = {
Y = Input {
SourceOp = "Calculation1_1_1",
Source = "Result"
},
X = Input { Value = 0.5 }
}
},
Calculation1_1_1 = Calculation {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
CtrlWZoom = false,
Inputs = {
FirstOperand = Input {
SourceOp = "Calculation2_1_1",
Source = "Result"
},
FirstOperandTimeOffset = Input { Expression = "-comp.GlobalStart - ぴょん_Ctrl.offset" },
SecondOperand = Input { Value = 0.5 }
}
},
Calculation2_1_1 = Calculation {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
CtrlWZoom = false,
Inputs = {
FirstOperand = Input {
SourceOp = "Calculation4_1",
Source = "Result"
},
FirstOperandTimeScale = Input { Expression = "ぴょん_Ctrl.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate" },
SecondOperand = Input { Value = 0.5 },
Operator = Input { Value = 2 }
}
},
Calculation4_1 = Calculation {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
CtrlWZoom = false,
Inputs = {
FirstOperand = Input {
SourceOp = "Calculation4_1FirstOperand",
Source = "Value"
},
SecondOperand = Input {
SourceOp = "Motion_Str",
Source = "Value"
},
Operator = Input { Value = 2 }
}
},
Calculation4_1FirstOperand = BezierSpline {
SplineColor = { Green = 255, Blue = 0, Red = 0 },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
KeyFrames = {
[0] = { 0, RH = { 2.65, 0.18 }, Flags = { Linear = true } },
[13] = { 0, RH = { 15.2, 0.05 }, LH = { 9.5, 0.194 } },
[22] = { 0, RH = { 24.9, 0.02 }, LH = { 18.7, 0.06 } },
[30] = { 0, LH = { 27.4851924208954, 0 } }
},
CtrlWZoom = false
},
Loader35 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\春日部つむぎ立ち絵素材3.0\\!口\\-いー.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 3520, -1072.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader37 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\春日部つむぎ立ち絵素材3.0\\!口\\-ぺろり.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 3740, -1072.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader42 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\春日部つむぎ立ち絵素材3.0\\!口\\-む.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 4290, -1072.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader29 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\春日部つむぎ立ち絵素材3.0\\!目\\-基本目セット\\!黒目\\-基本.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 5280, -2359.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader6 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\春日部つむぎ立ち絵素材3.0\\!右腕\\-口元.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 1045, -643.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader12 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\春日部つむぎ立ち絵素材3.0\\!左腕\\-口元.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 1925, -643.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["縦揺れ_Ctrl"] = Transform {
UserControls = 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" } },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 5115, 412.5 } },
Inputs = {
v = Input {
Expression = "0.5 + amplitude * iif(time > out, 0,bound)",
Value = 0.504755282581476
},
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
amplitude = Input {
SourceOp = "Motion_Str",
Source = "Value"
},
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)",
Value = 0.951056516295153
},
Center = Input {
Expression = "Point(0.5,v)",
Value = { 0.504755282581476, 0.5 }
},
speed = Input {
SourceOp = "Motion_Speed",
Source = "Value"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
}
},
Loader10 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\春日部つむぎ立ち絵素材3.0\\!右腕\\レイヤー 57_.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 1485, -643.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader30 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\春日部つむぎ立ち絵素材3.0\\!まゆ\\-困り眉.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 2915, -643.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader3 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\春日部つむぎ立ち絵素材3.0\\!サイドテール_flipx.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 495, -247.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["震え"] = GroupOperator {
Tools = ordered() {
Transform1_3 = Transform {
ViewInfo = OperatorInfo { Pos = { 0, 29.7576007843018 } },
UserControls = 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" } },
CtrlWShown = false,
Inputs = {
v = Input {
Expression = "0.5 + amplitude * iif(time > out, 0,bound)",
Value = 0.504755282581476
},
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
amplitude = Input { Value = 0.005 },
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)",
Value = 0.951056516295153
},
Center = Input {
Expression = "iif(Y == 0, Point(v, 0.5),Point(0.5,v))",
Value = { 0.504755282581476, 0.5 }
},
speed = Input { Value = 12 },
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
}
}
},
ViewInfo = GroupInfo {
Direction = "Horizontal",
Flags = {
RemoveRouters = true,
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true
},
Size = { 126, 109.359001159668, 63, 24.2423992156982 },
Offset = { 0, 0 },
Scale = 1,
Pos = { 6270, 412.5 },
PipeStyle = "Direct"
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform1_3",
Source = "Output"
}
},
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform1_3",
Source = "Input"
},
Input1 = InstanceInput {
Default = 2,
SourceOp = "Transform1_3",
Source = "speed"
},
Input2 = InstanceInput {
Default = 0.1,
SourceOp = "Transform1_3",
Source = "amplitude"
},
Input3 = InstanceInput {
Default = 0,
SourceOp = "Transform1_3",
Source = "Y"
}
}
},
Loader9 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\春日部つむぎ立ち絵素材3.0\\!右腕\\挿入されたイメージ.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 1375, -643.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader45 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\春日部つむぎ立ち絵素材3.0\\!口\\-わあーい.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 4620, -1072.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader47 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\春日部つむぎ立ち絵素材3.0\\!口\\-ほほえみ.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 4840, -1072.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["跳ねる_Ctrl"] = Transform {
UserControls = 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" } },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 4785, 412.5 } },
Inputs = {
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
amplitude = Input {
SourceOp = "Motion_Str",
Source = "Value"
},
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\n",
Value = 0.951056516295154
},
Center = Input {
Expression = "Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))",
Value = { 0.5, 0.595105651629515 }
},
speed = Input {
SourceOp = "Motion_Speed",
Source = "Value"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
}
},
Loader19 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\春日部つむぎ立ち絵素材3.0\\!目\\-にっこり.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 3740, -1567.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader17 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\春日部つむぎ立ち絵素材3.0\\!目\\-〇〇.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 3520, -1567.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["跳ねる_小"] = GroupOperator {
Tools = ordered() {
Transform1_1_1 = Transform {
UserControls = 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" } },
CtrlWZoom = false,
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
CtrlWShown = false,
Inputs = {
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
amplitude = Input { Value = 0.02 },
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\n",
Value = 0.951056516295154
},
Center = Input {
Expression = "Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))",
Value = { 0.5, 0.595105651629515 }
},
speed = Input { Value = 2 },
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
}
}
},
ViewInfo = GroupInfo {
Direction = "Horizontal",
Flags = {
RemoveRouters = true,
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true
},
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Offset = { 0, 0 },
Scale = 1,
Pos = { 5775, 412.5 },
PipeStyle = "Direct"
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform1_1_1",
Source = "Output"
}
},
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform1_1_1",
Source = "Input"
},
Input1 = InstanceInput {
MinScale = 0.0010000000475,
Default = 2,
Source = "speed",
SourceOp = "Transform1_1_1"
},
Input2 = InstanceInput {
Default = 0.1,
SourceOp = "Transform1_1_1",
Source = "amplitude"
}
}
},
Loader5 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\春日部つむぎ立ち絵素材3.0\\!右腕\\-ゆびさし.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 935, -643.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader51 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\春日部つむぎ立ち絵素材3.0\\表情記号\\汗.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 3685, -643.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader2 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\春日部つむぎ立ち絵素材3.0\\-体.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 385, -115.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["サイドテールflipx_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 495, -115.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "Loader2",
Source = "Output"
}
}
},
Loader4 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\春日部つむぎ立ち絵素材3.0\\!サイドテール.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 605, -247.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["サイドテール_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 605, -115.5 } },
Inputs = {
Foreground = Input {
SourceOp = "Loader4",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "サイドテールflipx_MG",
Source = "Output"
}
}
},
Background2 = Background {
ViewInfo = OperatorInfo { Pos = { 825, -643.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1820 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 }
}
},
SetDomain2 = SetDomain {
ViewInfo = OperatorInfo { Pos = { 825, -511.5 } },
Inputs = {
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background2",
Source = "Output"
},
Right = Input { Value = 0 }
}
},
Loader8 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\春日部つむぎ立ち絵素材3.0\\!右腕\\-基本.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 1265, -643.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["右腕_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 1265, -511.5 } },
Inputs = {
Foreground = Input {
SourceOp = "Loader8",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain2",
Source = "Output"
}
}
},
["挿入されたイメージ_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 1375, -511.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "右腕_MG",
Source = "Output"
}
}
},
["レイヤー57_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 1485, -511.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "挿入されたイメージ_MG",
Source = "Output"
}
}
},
["右腕"] = Transform {
ViewInfo = OperatorInfo { Pos = { 1485, -379.5 } },
Inputs = {
Input = Input {
SourceOp = "レイヤー57_MG",
Source = "Output"
}
}
},
["右腕_MG1"] = Merge {
ViewInfo = OperatorInfo { Pos = { 1485, -115.5 } },
Inputs = {
Foreground = Input {
SourceOp = "右腕",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "サイドテール_MG",
Source = "Output"
}
}
},
Background3 = Background {
ViewInfo = OperatorInfo { Pos = { 1705, -643.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1820 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 }
}
},
SetDomain3 = SetDomain {
ViewInfo = OperatorInfo { Pos = { 1705, -511.5 } },
Inputs = {
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background3",
Source = "Output"
},
Right = Input { Value = 0 }
}
},
Loader13 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\春日部つむぎ立ち絵素材3.0\\!左腕\\-基本.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 2035, -643.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["左腕_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 2035, -511.5 } },
Inputs = {
Foreground = Input {
SourceOp = "Loader13",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain3",
Source = "Output"
}
}
},
["左腕"] = Transform {
ViewInfo = OperatorInfo { Pos = { 2035, -379.5 } },
Inputs = {
Input = Input {
SourceOp = "左腕_MG",
Source = "Output"
}
}
},
["左腕_MG1"] = Merge {
ViewInfo = OperatorInfo { Pos = { 2035, -115.5 } },
Inputs = {
Foreground = Input {
SourceOp = "左腕",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "右腕_MG1",
Source = "Output"
}
}
},
Background4 = Background {
ViewInfo = OperatorInfo { Pos = { 2255, -643.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1820 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 }
}
},
SetDomain4 = SetDomain {
ViewInfo = OperatorInfo { Pos = { 2255, -511.5 } },
Inputs = {
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background4",
Source = "Output"
},
Right = Input { Value = 0 }
}
},
["かげり_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 2365, -511.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain4",
Source = "Output"
}
}
},
Loader15 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\春日部つむぎ立ち絵素材3.0\\!顔色\\ほっぺ.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 2475, -643.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["ほっぺ_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 2475, -511.5 } },
Inputs = {
Foreground = Input {
SourceOp = "Loader15",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "かげり_MG",
Source = "Output"
}
}
},
["ほっぺ赤め_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 2585, -511.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "ほっぺ_MG",
Source = "Output"
}
}
},
["顔色"] = Transform {
ViewInfo = OperatorInfo { Pos = { 2585, -379.5 } },
Inputs = {
Input = Input {
SourceOp = "ほっぺ赤め_MG",
Source = "Output"
}
}
},
["顔色_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 2585, -115.5 } },
Inputs = {
Foreground = Input {
SourceOp = "顔色",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "左腕_MG1",
Source = "Output"
}
}
},
Background8 = Background {
ViewInfo = OperatorInfo { Pos = { 2805, -643.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1820 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 }
}
},
SetDomain8 = SetDomain {
ViewInfo = OperatorInfo { Pos = { 2805, -511.5 } },
Inputs = {
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background8",
Source = "Output"
},
Right = Input { Value = 0 }
}
},
Loader33 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\春日部つむぎ立ち絵素材3.0\\!まゆ\\-普通眉.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 3245, -643.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["まゆ_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 3245, -511.5 } },
Inputs = {
Foreground = Input {
SourceOp = "Loader33",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain8",
Source = "Output"
}
}
},
["まゆ"] = Transform {
ViewInfo = OperatorInfo { Pos = { 3245, -379.5 } },
Inputs = {
Input = Input {
SourceOp = "まゆ_MG",
Source = "Output"
}
}
},
["まゆ_MG1"] = Merge {
ViewInfo = OperatorInfo { Pos = { 3245, -115.5 } },
Inputs = {
Foreground = Input {
SourceOp = "まゆ",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "顔色_MG",
Source = "Output"
}
}
},
["ほくろflipx_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 3520, -115.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "まゆ_MG1",
Source = "Output"
}
}
},
Loader49 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\春日部つむぎ立ち絵素材3.0\\!ほくろ.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 3630, -247.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["ほくろ_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 3630, -115.5 } },
Inputs = {
Foreground = Input {
SourceOp = "Loader49",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "ほくろflipx_MG",
Source = "Output"
}
}
},
Background10 = Background {
ViewInfo = OperatorInfo { Pos = { 3465, -643.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1820 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 }
}
},
SetDomain10 = SetDomain {
ViewInfo = OperatorInfo { Pos = { 3465, -511.5 } },
Inputs = {
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background10",
Source = "Output"
},
Right = Input { Value = 0 }
}
},
["なみだめ_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 3575, -511.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain10",
Source = "Output"
}
}
},
["汗_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 3685, -511.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "なみだめ_MG",
Source = "Output"
}
}
},
Loader52 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\春日部つむぎ立ち絵素材3.0\\表情記号\\ヘアピン.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 3795, -643.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["ヘアピン_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 3795, -511.5 } },
Inputs = {
Foreground = Input {
SourceOp = "Loader52",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "汗_MG",
Source = "Output"
}
}
},
Loader53 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\春日部つむぎ立ち絵素材3.0\\表情記号\\鼻.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 3905, -643.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["鼻_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 3905, -511.5 } },
Inputs = {
Foreground = Input {
SourceOp = "Loader53",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "ヘアピン_MG",
Source = "Output"
}
}
},
["表情記号"] = Transform {
ViewInfo = OperatorInfo { Pos = { 3905, -379.5 } },
Inputs = {
Input = Input {
SourceOp = "鼻_MG",
Source = "Output"
}
}
},
["表情記号_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 3905, -115.5 } },
Inputs = {
Foreground = Input {
SourceOp = "表情記号",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "ほくろ_MG",
Source = "Output"
}
}
},
Body = Transform {
Locked = true,
Colors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 4180, -115.5 } },
Inputs = {
FlattenTransform = Input { Value = 1 },
Input = Input {
SourceOp = "表情記号_MG",
Source = "Output"
}
}
},
Background9 = Background {
ViewInfo = OperatorInfo { Pos = { 3300, -1072.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1820 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 }
}
},
SetDomain9 = SetDomain {
ViewInfo = OperatorInfo { Pos = { 3300, -940.5 } },
Inputs = {
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background9",
Source = "Output"
},
Right = Input { Value = 0 }
}
},
["口_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 4840, -940.5 } },
Inputs = {
Foreground = Input {
SourceOp = "Loader44",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain9",
Source = "Output"
}
}
},
["口"] = Transform {
ViewInfo = OperatorInfo { Pos = { 4840, -808.5 } },
Inputs = {
Input = Input {
SourceOp = "口_MG",
Source = "Output"
}
}
},
MouthBase = Transform {
Locked = true,
Colors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 4840, -511.5 } },
Inputs = {
FlattenTransform = Input { Value = 1 },
Input = Input {
SourceOp = "口",
Source = "Output"
}
}
},
MouthScale = Transform {
Colors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 4840, -247.5 } },
Inputs = {
Pivot = Input { Value = { 0.487723827543143, 0.771943184383194 } },
Input = Input {
SourceOp = "MouthBase",
Source = "Output"
}
}
},
Loader44 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\春日部つむぎ立ち絵素材3.0\\!口\\-むふ.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 4510, -1072.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
N = Fuse.Wireless {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 4730, -511.5 } },
Inputs = {
Input = Input {
SourceOp = "Loader44",
Source = "Output"
}
}
},
Instance_MouthScale = Transform {
ViewInfo = OperatorInfo { Pos = { 4730, -247.5 } },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
SourceOp = "MouthScale",
Inputs = {
ReferenceSize = Input { },
EffectMask = Input { },
SettingsNest = Input { },
TransformNest = Input { },
CommentsNest = Input { },
FrameRenderScriptNest = Input { },
StartRenderScripts = Input { },
EndRenderScripts = Input { },
Input = Input {
SourceOp = "N",
Source = "Output"
}
}
},
Loader43 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\春日部つむぎ立ち絵素材3.0\\!口\\-ほあー.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 4400, -1072.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
A = Fuse.Wireless {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 4620, -511.5 } },
Inputs = {
Input = Input {
SourceOp = "Loader43",
Source = "Output"
}
}
},
Transform1_4 = Transform {
Colors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } },
ViewInfo = OperatorInfo { Pos = { 4620, -412.5 } },
Inputs = {
Pivot = Input { Value = { 0.489671750187507, 0.767339700713284 } },
Input = Input {
SourceOp = "A",
Source = "Output"
},
FlattenTransform = Input { Value = 1 },
Size = Input { Value = 0.9 }
}
},
Instance_MouthScale_1 = Transform {
ViewInfo = OperatorInfo { Pos = { 4620, -247.5 } },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
SourceOp = "MouthScale",
Inputs = {
ReferenceSize = Input { },
EffectMask = Input { },
SettingsNest = Input { },
TransformNest = Input { },
CommentsNest = Input { },
FrameRenderScriptNest = Input { },
StartRenderScripts = Input { },
EndRenderScripts = Input { },
Input = Input {
SourceOp = "Transform1_4",
Source = "Output"
}
}
},
Loader34 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\春日部つむぎ立ち絵素材3.0\\!口\\-にしー.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 3410, -1072.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
I = Fuse.Wireless {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 4510, -511.5 } },
Inputs = {
Input = Input {
SourceOp = "Loader34",
Source = "Output"
}
}
},
Instance_MouthScale_2 = Transform {
ViewInfo = OperatorInfo { Pos = { 4510, -247.5 } },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
SourceOp = "MouthScale",
Inputs = {
ReferenceSize = Input { },
EffectMask = Input { },
SettingsNest = Input { },
TransformNest = Input { },
CommentsNest = Input { },
FrameRenderScriptNest = Input { },
StartRenderScripts = Input { },
EndRenderScripts = Input { },
Input = Input {
SourceOp = "I",
Source = "Output"
}
}
},
U = Fuse.Wireless {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 4400, -511.5 } },
Inputs = {
Input = Input {
SourceOp = "Loader41",
Source = "Output"
}
}
},
Transform1 = Transform {
Colors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } },
ViewInfo = OperatorInfo { Pos = { 4400, -412.5 } },
Inputs = {
Pivot = Input { Value = { 0.489671750187507, 0.767339700713284 } },
Input = Input {
SourceOp = "U",
Source = "Output"
},
FlattenTransform = Input { Value = 1 },
Size = Input { Value = 0.8 }
}
},
Instance_MouthScale_3 = Transform {
ViewInfo = OperatorInfo { Pos = { 4400, -247.5 } },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
SourceOp = "MouthScale",
Inputs = {
ReferenceSize = Input { },
EffectMask = Input { },
SettingsNest = Input { },
TransformNest = Input { },
CommentsNest = Input { },
FrameRenderScriptNest = Input { },
StartRenderScripts = Input { },
EndRenderScripts = Input { },
Input = Input {
SourceOp = "Transform1",
Source = "Output"
}
}
},
Loader46 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\春日部つむぎ立ち絵素材3.0\\!口\\-わあ.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 4730, -1072.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
E = Fuse.Wireless {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 4290, -511.5 } },
Inputs = {
Input = Input {
SourceOp = "Loader46",
Source = "Output"
}
}
},
Instance_MouthScale_4 = Transform {
ViewInfo = OperatorInfo { Pos = { 4290, -247.5 } },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
SourceOp = "MouthScale",
Inputs = {
ReferenceSize = Input { },
EffectMask = Input { },
SettingsNest = Input { },
TransformNest = Input { },
CommentsNest = Input { },
FrameRenderScriptNest = Input { },
StartRenderScripts = Input { },
EndRenderScripts = Input { },
Input = Input {
SourceOp = "E",
Source = "Output"
}
}
},
Loader41 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\春日部つむぎ立ち絵素材3.0\\!口\\-お.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 4180, -1072.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
O = Fuse.Wireless {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 4180, -511.5 } },
Inputs = {
Input = Input {
SourceOp = "Loader41",
Source = "Output"
}
}
},
Instance_MouthScale_5 = Transform {
ViewInfo = OperatorInfo { Pos = { 4180, -247.5 } },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
SourceOp = "MouthScale",
Inputs = {
ReferenceSize = Input { },
EffectMask = Input { },
SettingsNest = Input { },
TransformNest = Input { },
CommentsNest = Input { },
FrameRenderScriptNest = Input { },
StartRenderScripts = Input { },
EndRenderScripts = Input { },
Input = Input {
SourceOp = "O",
Source = "Output"
}
}
},
MouthAnim = MultiMerge {
Colors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 4620, -115.5 } },
Inputs = {
LayerOrder = Input { Value = ScriptVal { {
[0] = 1,
2,
3,
4,
5,
6,
7
} } },
["Layer1.Foreground"] = Input {
SourceOp = "MouthScale",
Source = "Output"
},
LayerName1 = Input { Value = "MouthBase" },
["Layer2.Foreground"] = Input {
SourceOp = "Instance_MouthScale",
Source = "Output"
},
Background = Input {
SourceOp = "Body",
Source = "Output"
},
LayerEnabled2 = Input { Value = 0 },
["Layer3.Foreground"] = Input {
SourceOp = "Instance_MouthScale_1",
Source = "Output"
},
LayerName3 = Input { Value = "A" },
LayerEnabled3 = Input { Value = 0 },
["Layer4.Foreground"] = Input {
SourceOp = "Instance_MouthScale_2",
Source = "Output"
},
LayerName4 = Input { Value = "I" },
LayerEnabled4 = Input { Value = 0 },
["Layer5.Foreground"] = Input {
SourceOp = "Instance_MouthScale_3",
Source = "Output"
},
LayerName5 = Input { Value = "U" },
LayerEnabled5 = Input { Value = 0 },
["Layer6.Foreground"] = Input {
SourceOp = "Instance_MouthScale_4",
Source = "Output"
},
LayerName6 = Input { Value = "E" },
LayerEnabled6 = Input { Value = 0 },
["Layer7.Foreground"] = Input {
SourceOp = "Instance_MouthScale_5",
Source = "Output"
},
LayerName7 = Input { Value = "O" },
LayerEnabled7 = Input { Value = 0 },
LayerName2 = Input { Value = "N" }
}
},
Background5 = Background {
ViewInfo = OperatorInfo { Pos = { 3410, -1567.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1820 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 }
}
},
SetDomain5 = SetDomain {
ViewInfo = OperatorInfo { Pos = { 3410, -1435.5 } },
Inputs = {
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background5",
Source = "Output"
},
Right = Input { Value = 0 }
}
},
Background6 = Background {
ViewInfo = OperatorInfo { Pos = { 4180, -1963.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1820 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 }
}
},
SetDomain6 = SetDomain {
ViewInfo = OperatorInfo { Pos = { 4180, -1831.5 } },
Inputs = {
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background6",
Source = "Output"
},
Right = Input { Value = 0 }
}
},
Loader23 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\春日部つむぎ立ち絵素材3.0\\!目\\-基本目セット\\-白目基本.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 4400, -1963.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["基本目セット_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 4400, -1831.5 } },
Inputs = {
Foreground = Input {
SourceOp = "Loader23",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain6",
Source = "Output"
}
}
},
Background7 = Background {
ViewInfo = OperatorInfo { Pos = { 4620, -2359.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1820 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 }
}
},
SetDomain7 = SetDomain {
ViewInfo = OperatorInfo { Pos = { 4620, -2227.5 } },
Inputs = {
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background7",
Source = "Output"
},
Right = Input { Value = 0 }
}
},
Loader28 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\春日部つむぎ立ち絵素材3.0\\!目\\-基本目セット\\!黒目\\-カメラ目線.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 5170, -2359.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["黒目_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 5280, -2227.5 } },
Inputs = {
Foreground = Input {
SourceOp = "Loader28",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain7",
Source = "Output"
}
}
},
["黒目"] = Transform {
ViewInfo = OperatorInfo { Pos = { 5280, -2095.5 } },
Inputs = {
Input = Input {
SourceOp = "黒目_MG",
Source = "Output"
}
}
},
["黒目_MG1"] = Merge {
ViewInfo = OperatorInfo { Pos = { 5280, -1831.5 } },
Inputs = {
Foreground = Input {
SourceOp = "黒目",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "基本目セット_MG",
Source = "Output"
}
}
},
["基本目セット"] = Transform {
ViewInfo = OperatorInfo { Pos = { 5280, -1699.5 } },
Inputs = {
Input = Input {
SourceOp = "黒目_MG1",
Source = "Output"
}
}
},
["目_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 5280, -1435.5 } },
Inputs = {
Foreground = Input {
SourceOp = "基本目セット",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain5",
Source = "Output"
}
}
},
["目"] = Transform {
ViewInfo = OperatorInfo { Pos = { 5280, -1303.5 } },
Inputs = {
Input = Input {
SourceOp = "目_MG",
Source = "Output"
}
}
},
EyeBase = Transform {
Colors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 5280, -511.5 } },
Inputs = {
FlattenTransform = Input { Value = 1 },
Input = Input {
SourceOp = "目",
Source = "Output"
}
}
},
Loader20 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\春日部つむぎ立ち絵素材3.0\\!目\\-閉じ.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 3850, -1567.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Closed = Fuse.Wireless {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 5115, -511.5 } },
Inputs = {
Input = Input {
SourceOp = "Loader20",
Source = "Output"
}
}
},
EyeAnim = MultiMerge {
UserControls = ordered() {
Blink = {
INP_Default = 127,
ICS_ControlPage = "目パチ",
LINKID_DataType = "Number",
LINKS_Name = "Blink",
INPID_InputControl = "SliderControl",
INP_External = false,
INP_Integer = true,
INP_MaxAllowed = 1000000,
INP_MinAllowed = 0,
INP_MaxScale = 500,
INP_MinScale = 0
},
Close = {
INP_Default = 4,
INP_External = false,
LINKID_DataType = "Number",
LINKS_Name = "Close",
ICS_ControlPage = "目パチ",
INP_Passive = true,
INP_Integer = true,
INP_MaxScale = 10,
INP_MinAllowed = 0,
INPID_InputControl = "SliderControl",
INP_MinScale = 0
},
Offset = {
INP_Default = 0,
ICS_ControlPage = "目パチ",
LINKID_DataType = "Number",
LINKS_Name = "Offset",
INP_Integer = true,
INP_External = false,
INP_MaxScale = 100,
INPID_InputControl = "SliderControl",
INP_MinScale = 0
},
Make = {
ICD_Width = 0.5,
ICS_ControlPage = "目パチ",
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Make Anim",
INPID_InputControl = "ButtonControl",
BTNCS_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"
},
Delete = {
ICD_Width = 0.5,
ICS_ControlPage = "目パチ",
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Delete Anim",
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "local tool = comp:FindTool('EyeAnim')\ncomp:Execute('!Py3: from rs_fusion.core.eye_blink import delete_mm;delete_mm(comp)')\n"
},
at00 = {
INP_Passive = true,
LBLC_DropDownButton = false,
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "ボタンを押さないと反映されません。",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "目パチ"
},
sp00 = {
INP_Passive = true,
LBLC_DropDownButton = false,
ICS_ControlPage = "目パチ",
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "",
INPID_InputControl = "LabelControl",
INP_External = false
}
},
ViewInfo = OperatorInfo { Pos = { 5280, -115.5 } },
Colors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },
NameSet = true,
Inputs = {
LayerOrder = Input { Value = ScriptVal { {
[0] = 1,
2
} } },
["Layer1.Foreground"] = Input {
SourceOp = "EyeBase",
Source = "Output"
},
LayerName1 = Input { Value = "EyeBase " },
["Layer2.Foreground"] = Input {
SourceOp = "Closed",
Source = "Output"
},
LayerName2 = Input { Value = "Closed" },
LayerEnabled1 = Input {
SourceOp = "EyeAnim_1LayerEnabled1",
Source = "Value"
},
Blink = Input { Value = 181 },
Background = Input {
SourceOp = "MouthAnim",
Source = "Output"
},
LayerEnabled2 = Input {
SourceOp = "EyeAnim_1LayerEnabled2",
Source = "Value"
}
}
},
EyeAnim_1LayerEnabled1 = BezierSpline {
SplineColor = { Green = 82, Blue = 232, Red = 198 },
NameSet = true,
KeyFrames = {
[0] = { 1, RH = { 59, 0.666666666666667 }, Flags = { Linear = true, Loop = true, PreLoop = true } },
[177] = { 0, Flags = { StepIn = true }, RH = { 178.333333333333, 0.333333333333333 }, LH = { 118, 0.333333333333333 } },
[181] = { 1, Flags = { Loop = true, PreLoop = true, StepIn = true }, LH = { 179.666666666667, 0.666666666666667 } }
},
CtrlWZoom = false
},
EyeAnim_1LayerEnabled2 = BezierSpline {
SplineColor = { Green = 82, Blue = 214, Red = 232 },
NameSet = true,
KeyFrames = {
[0] = { 0, RH = { 59, 0.333333333333333 }, Flags = { Linear = true, Loop = true, PreLoop = true } },
[177] = { 1, Flags = { StepIn = true }, RH = { 178.333333333333, 0.666666666666667 }, LH = { 118, 0.666666666666667 } },
[181] = { 0, Flags = { Loop = true, PreLoop = true, StepIn = true }, LH = { 179.666666666667, 0.333333333333333 } }
},
CtrlWZoom = false
},
Root = Transform {
ViewInfo = OperatorInfo { Pos = { 5280, 49.5 } },
UserControls = ordered() {
CopyPose = {
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.copy(comp)]])",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Copy Pose",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
PastePose = {
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.paste(comp)]])",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Paste Pose",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
SavePose = {
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.save(comp, fu)]])",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Save Pose",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
LoadPose = {
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.load(comp, fu)]])",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Load Pose",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
Grp_Root = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 13,
LINKS_Name = "Root",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N012_hyoujoukigou_show_72 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"表情記号_MG\")\nlocal node = comp:FindTool(\"表情記号\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "表情記号 show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N012_hyoujoukigou_hide_72 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"表情記号_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "表情記号 hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N011_hokuro_show_66 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"ほくろ_MG\")\nlocal node = comp:FindTool(\"Loader49\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "ほくろ show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N011_hokuro_hide_66 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"ほくろ_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "ほくろ hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N010_hokuroflipx_show_65 = {
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "ほくろ:flipx show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N010_hokuroflipx_hide_65 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"ほくろflipx_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "ほくろ:flipx hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N003_saidoteeru_show_5 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"サイドテール_MG\")\nlocal node = comp:FindTool(\"Loader4\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "サイドテール show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N003_saidoteeru_hide_5 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"サイドテール_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "サイドテール hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N002_saidoteeruflipx_show_4 = {
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "サイドテール:flipx show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N002_saidoteeruflipx_hide_4 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"サイドテールflipx_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "サイドテール:flipx hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N000_haikei_show_2 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"背景_MG\")\nlocal node = comp:FindTool(\"Loader1\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "背景 show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N000_haikei_hide_2 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"背景_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "背景 hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N001_karada3 = {
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*体",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["Grp_表情記号"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 8,
LINKS_Name = "表情記号",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N003_hana_show_72 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"鼻_MG\")\nlocal node = comp:FindTool(\"Loader53\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "鼻 show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N003_hana_hide_72 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"鼻_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "鼻 hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N002_heapin_show_71 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"ヘアピン_MG\")\nlocal node = comp:FindTool(\"Loader52\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "ヘアピン show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N002_heapin_hide_71 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"ヘアピン_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "ヘアピン hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N001_ase_show_70 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"汗_MG\")\nlocal node = comp:FindTool(\"Loader51\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "汗 show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N001_ase_hide_70 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"汗_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "汗 hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N000_namidame_show_69 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"なみだめ_MG\")\nlocal node = comp:FindTool(\"Loader50\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "なみだめ show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N000_namidame_hide_69 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"なみだめ_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "なみだめ hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
["Grp_口"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 14,
LINKS_Name = "口",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N013_hohoemi64 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader47\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ほほえみ",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N012_waa63 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader46\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*わあ",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N011_waaai62 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader45\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*わあーい",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N010_mufu61 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader44\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*むふ",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N009_hoaa60 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader43\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ほあー",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N008_mu59 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader42\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*む",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N007_o58 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader41\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*お",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N006_oaa57 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader40\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*おあー",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N005_mun56 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader39\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*むん",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N004_eaa55 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader38\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*えあー",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N003_perori54 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader37\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ぺろり",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["N002_△53"] = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader36\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*△",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N001_ii52 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader35\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*いー",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N000_nishii51 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader34\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*にしー",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["Grp_まゆ"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 4,
LINKS_Name = "まゆ",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N003_futsuumayu48 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"まゆ_MG\")\nlocal node = comp:FindTool(\"Loader33\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*普通眉",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N002_gokigenmayu47 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"まゆ_MG\")\nlocal node = comp:FindTool(\"Loader32\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ごきげん眉",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N001_okomayu46 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"まゆ_MG\")\nlocal node = comp:FindTool(\"Loader31\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*おこ眉",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N000_komarimayu45 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"まゆ_MG\")\nlocal node = comp:FindTool(\"Loader30\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*困り眉",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["Grp_目"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 6,
LINKS_Name = "目",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N005_kihonmesetto42 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"基本目セット\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*基本目セット",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N004_uwamuki30 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader21\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*上向き",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N003_toji29 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader20\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*閉じ",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N002_nikkori28 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader19\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*にっこり",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N001_none27 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader18\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*><",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["N000_〇〇26"] = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader17\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*〇〇",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["Grp_基本目セット"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 2,
LINKS_Name = "基本目セット",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N001_shiromekihon34 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"基本目セット_MG\")\nlocal node = comp:FindTool(\"Loader23\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*白目基本",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N000_shiromemihiraki33 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"基本目セット_MG\")\nlocal node = comp:FindTool(\"Loader22\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*白目見開き",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["Grp_黒目"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 6,
LINKS_Name = "黒目",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N005_kihon42 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader29\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*基本",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N004_kameramesen41 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader28\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*カメラ目線",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N003_mesorashi40 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader27\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*目逸らし",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N002_kiraan39 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader26\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*きらーん",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N001_haato38 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader25\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ハート",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N000_mu37 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader24\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*無",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["Grp_顔色"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 6,
LINKS_Name = "顔色",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N002_hoppeakame_show_23 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"ほっぺ赤め_MG\")\nlocal node = comp:FindTool(\"Loader16\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "ほっぺ赤め show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N002_hoppeakame_hide_23 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"ほっぺ赤め_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "ほっぺ赤め hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N001_hoppe_show_22 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"ほっぺ_MG\")\nlocal node = comp:FindTool(\"Loader15\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "ほっぺ show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N001_hoppe_hide_22 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"ほっぺ_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "ほっぺ hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N000_kageri_show_21 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"かげり_MG\")\nlocal node = comp:FindTool(\"Loader14\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "かげり show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N000_kageri_hide_21 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"かげり_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "かげり hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
["Grp_左腕"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 3,
LINKS_Name = "左腕",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N002_kihon18 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader13\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*基本",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N001_kuchimoto17 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader12\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*口元",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N000_piisu16 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader11\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ピース",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["Grp_右腕"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 8,
LINKS_Name = "右腕",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N005_reiyaa57_show_13 = {
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "レイヤー 57 show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N005_reiyaa57_hide_13 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"レイヤー57_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "レイヤー 57 hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N004_sounyuusaretaimeeji_show_12 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"挿入されたイメージ_MG\")\nlocal node = comp:FindTool(\"Loader9\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "挿入されたイメージ show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N004_sounyuusaretaimeeji_hide_12 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"挿入されたイメージ_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "挿入されたイメージ hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N003_kihon11 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader8\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*基本",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N002_piisu10 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader7\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ピース",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N001_kuchimoto9 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader6\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*口元",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N000_yubisashi8 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader5\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ゆびさし",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
Grp_Root2 = {
INP_Default = 0,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 8,
LINKS_Name = "Root",
ICS_ControlPage = "ポーズ",
INPID_InputControl = "LabelControl",
LINKID_DataType = "Number",
INP_Passive = true,
INP_Integer = true,
INP_MaxAllowed = 1000000,
INP_MinAllowed = -1000000,
INP_MaxScale = 1,
INP_MinScale = 0
}
},
Colors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },
Inputs = {
Comments = 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" },
["Grp_顔色"] = Input { Value = 0 },
Grp_Root = Input { Value = 0 },
["Grp_表情記号"] = Input { Value = 0 },
["Grp_基本目セット"] = Input { Value = 0 },
["Grp_黒目"] = Input { Value = 0 },
Input = Input {
SourceOp = "EyeAnim",
Source = "Output"
}
}
},
["モーションなし"] = Transform {
ViewInfo = OperatorInfo { Pos = { 5280, 148.5 } },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
CtrlWZoom = false,
Inputs = {
Input = Input {
SourceOp = "Root",
Source = "Output"
}
}
},
["不安"] = GroupOperator {
Tools = ordered() {
Transform1_2 = Transform {
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
UserControls = 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" } },
CtrlWShown = false,
Inputs = {
in_out = Input {
SourceOp = "KeyframeStretcher1",
Source = "Result"
},
y = Input { Value = 0.01 },
x = Input { Value = 0.01 },
Center = Input {
Expression = "Point(0.5, 0.5) + shake * in_out",
Value = { 0.502997744173508, 0.497908177638071 }
},
shake = Input {
SourceOp = "Shake1",
Source = "Position"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
}
},
KeyframeStretcher1 = KeyStretcherMod {
CtrlWZoom = false,
Inputs = {
StretchStart = Input { Value = 10 },
StretchEnd = Input { Value = 110 },
Keyframes = Input {
SourceOp = "KeyStretcheronTransform1_2Keyframes",
Source = "Value"
}
}
},
KeyStretcheronTransform1_2Keyframes = BezierSpline {
KeyFrames = {
[0] = { 0, RH = { 3.33333333333333, 0 }, Flags = { Linear = true } },
[10] = { 1, RH = { 43.3333333333333, 1 }, LH = { 6.66666666666667, 1 } },
[110] = { 1, RH = { 113.333333333333, 1 }, LH = { 76.6666666666667, 1 } },
[120] = { 0, LH = { 116.666666666667, 0 } }
},
CtrlWZoom = false,
SplineColor = { Green = 106, Blue = 231, Red = 193 }
},
Shake1 = Shake {
Faster = true,
CtrlWZoom = false,
Inputs = {
YMaximum = Input {
Expression = "Transform1_2.y",
Value = 0.01
},
LockXY = Input { Value = 0 },
XMinimum = Input {
Expression = "-Transform1_2.x",
Value = -0.01
},
Smoothness = Input { Value = 2 },
XMaximum = Input {
Expression = "Transform1_2.x",
Value = 0.01
},
YMinimum = Input {
Expression = "-Transform1_2.y",
Value = -0.01
}
}
}
},
ViewInfo = GroupInfo {
Direction = "Horizontal",
Flags = {
RemoveRouters = true,
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true
},
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Offset = { 0, 0 },
Scale = 1,
Pos = { 5940, 412.5 },
PipeStyle = "Direct"
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform1_2",
Source = "Output"
}
},
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform1_2",
Source = "Input"
},
Input3 = InstanceInput {
Source = "RandomSeed",
Default = 0,
Width = 1,
SourceOp = "Shake1"
},
Input4 = InstanceInput {
SourceOp = "Shake1",
Width = 0.385,
Source = "Randomize"
},
Input5 = InstanceInput {
Default = 10,
SourceOp = "Shake1",
Source = "Smoothness"
},
Input1 = InstanceInput {
Source = "x",
Default = 0.1,
Name = "X",
SourceOp = "Transform1_2"
},
Input2 = InstanceInput {
Source = "y",
Default = 0.1,
Name = "Y",
SourceOp = "Transform1_2"
}
}
},
Loader16 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\春日部つむぎ立ち絵素材3.0\\!顔色\\ほっぺ赤め.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 2585, -643.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader27 = Loader {
Clips = {
Clip {
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ID = "Clip1",
GlobalStart = -1000,
GlobalEnd = -1000,
Depth = 0,
FormatID = "PNGFormat",
Filename = "CHARA:\\春日部つむぎ立ち絵素材3.0\\!目\\-基本目セット\\!黒目\\-目逸らし.png",
StartFrame = -1,
LengthSetManually = true
}
},
ViewInfo = OperatorInfo { Pos = { 5060, -2359.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
}
},
CtrlWZoom = false,
ViewInfo = GroupInfo {
Direction = "Horizontal",
Flags = {
ForceAll = true,
GridSnap = true,
AllowPan = false,
AutoSnap = true
},
Offset = { 0, 0 },
Scale = 1,
PipeStyle = "Direct"
},
Outputs = ordered() {
MainOutput1 = InstanceOutput {
SourceOp = "レイアウト",
Source = "Output"
}
},
Inputs = ordered() {
Input1 = InstanceInput {
Source = "CopyPose",
Default = 0,
Name = "Copy Pose",
SourceOp = "Root"
},
Input2 = InstanceInput {
Source = "PastePose",
Default = 0,
Name = "Paste Pose",
SourceOp = "Root"
},
Input3 = InstanceInput {
Source = "SavePose",
Default = 0,
Name = "Save Pose",
SourceOp = "Root"
},
Input4 = InstanceInput {
Source = "LoadPose",
Default = 0,
Name = "Load Pose",
SourceOp = "Root"
},
Input5 = InstanceInput {
SourceOp = "レイアウト",
Source = "Center"
},
Input6 = InstanceInput {
SourceOp = "レイアウト",
Source = "Pivot"
},
Input7 = InstanceInput {
Source = "UseSizeAndAspect",
Default = 1,
Name = "Use Size and Aspect",
SourceOp = "レイアウト"
},
Input8 = InstanceInput {
Default = 1,
SourceOp = "レイアウト",
Source = "Size"
},
Input9 = InstanceInput {
Default = 1,
SourceOp = "レイアウト",
Source = "Aspect"
},
Input10 = InstanceInput {
Source = "XSize",
Default = 1,
Name = "X Size",
SourceOp = "レイアウト"
},
Input11 = InstanceInput {
Source = "YSize",
Default = 1,
Name = "Y Size",
SourceOp = "レイアウト"
},
Input12 = InstanceInput {
Default = 0,
SourceOp = "レイアウト",
Source = "Angle"
},
Input13 = InstanceInput {
Source = "FlipHoriz",
ControlGroup = 1,
Name = "Flip Horizontal",
Default = 0,
SourceOp = "レイアウト"
},
Input14 = InstanceInput {
Source = "FlipVert",
ControlGroup = 1,
Name = "Flip Vertical",
Default = 0,
SourceOp = "レイアウト"
},
Input15 = InstanceInput {
Source = "Value",
Default = 1,
Name = "スピード",
SourceOp = "Motion_Speed",
Page = "モーション"
},
Input16 = InstanceInput {
Source = "Value",
Default = 1,
Name = "強さ",
SourceOp = "Motion_Str"
},
Input17 = InstanceInput {
Source = "N000_モーションなし",
Default = 0,
Name = "モーションなし",
SourceOp = "モーションSelector"
},
Input18 = InstanceInput {
Source = "N001_ぽよ",
Default = 0,
Name = "ぽよ",
SourceOp = "モーションSelector"
},
Input19 = InstanceInput {
Source = "N002_ぴょん_Ctrl",
Default = 0,
Name = "ぴょん_Ctrl",
SourceOp = "モーションSelector"
},
Input20 = InstanceInput {
Source = "N003_リズム_Ctrl",
Default = 0,
Name = "リズム_Ctrl",
SourceOp = "モーションSelector"
},
Input21 = InstanceInput {
Source = "N004_跳ねる_Ctrl",
Default = 0,
Name = "跳ねる_Ctrl",
SourceOp = "モーションSelector"
},
Input22 = InstanceInput {
Source = "N005_横揺れ_Ctrl",
Default = 0,
Name = "横揺れ_Ctrl",
SourceOp = "モーションSelector"
},
Input23 = InstanceInput {
Source = "N006_縦揺れ_Ctrl",
Default = 0,
Name = "縦揺れ_Ctrl",
SourceOp = "モーションSelector"
},
Input24 = InstanceInput {
Source = "N007_拡縮_Ctrl",
Default = 0,
Name = "拡縮_Ctrl",
SourceOp = "モーションSelector"
},
Input25 = InstanceInput {
Source = "N008_パーターブ_Ctrl",
Default = 0,
Name = "パーターブ_Ctrl",
SourceOp = "モーションSelector"
},
Input26 = InstanceInput {
Source = "N009_跳ねる",
Default = 0,
Name = "跳ねる",
SourceOp = "モーションSelector"
},
Input27 = InstanceInput {
Source = "N010_跳ねる_小",
Default = 0,
Name = "跳ねる_小",
SourceOp = "モーションSelector"
},
Input28 = InstanceInput {
Source = "N011_不安",
Default = 0,
Name = "不安",
SourceOp = "モーションSelector"
},
Input29 = InstanceInput {
Source = "N012_荒ぶる",
Default = 0,
Name = "荒ぶる",
SourceOp = "モーションSelector"
},
Input30 = InstanceInput {
Source = "N013_震え",
Default = 0,
Name = "震え",
SourceOp = "モーションSelector"
},
Input31 = InstanceInput {
Source = "Grp_Root2",
Default = 0,
Name = "Root",
SourceOp = "Root"
},
Input32 = InstanceInput {
Source = "N011_hokuro_show_66",
Default = 0,
Name = "ほくろ show",
SourceOp = "Root"
},
Input33 = InstanceInput {
Source = "N011_hokuro_hide_66",
Default = 0,
Name = "ほくろ hide",
SourceOp = "Root"
},
Input34 = InstanceInput {
Source = "N010_hokuroflipx_show_65",
Default = 0,
Name = "ほくろ:flipx show",
SourceOp = "Root"
},
Input35 = InstanceInput {
Source = "N010_hokuroflipx_hide_65",
Default = 0,
Name = "ほくろ:flipx hide",
SourceOp = "Root"
},
Input36 = InstanceInput {
Source = "N003_saidoteeru_show_5",
Default = 0,
Name = "サイドテール show",
SourceOp = "Root"
},
Input37 = InstanceInput {
Source = "N003_saidoteeru_hide_5",
Default = 0,
Name = "サイドテール hide",
SourceOp = "Root"
},
Input38 = InstanceInput {
Source = "N002_saidoteeruflipx_show_4",
Default = 0,
Name = "サイドテール:flipx show",
SourceOp = "Root"
},
Input39 = InstanceInput {
Source = "N002_saidoteeruflipx_hide_4",
Default = 0,
Name = "サイドテール:flipx hide",
SourceOp = "Root"
},
Input40 = InstanceInput {
Source = "Grp_表情記号",
Default = 0,
Name = "表情記号",
SourceOp = "Root"
},
Input41 = InstanceInput {
Source = "N003_hana_show_72",
Default = 0,
Name = "鼻 show",
SourceOp = "Root"
},
Input42 = InstanceInput {
Source = "N003_hana_hide_72",
Default = 0,
Name = "鼻 hide",
SourceOp = "Root"
},
Input43 = InstanceInput {
Source = "N002_heapin_show_71",
Default = 0,
Name = "ヘアピン show",
SourceOp = "Root"
},
Input44 = InstanceInput {
Source = "N002_heapin_hide_71",
Default = 0,
Name = "ヘアピン hide",
SourceOp = "Root"
},
Input45 = InstanceInput {
Source = "N001_ase_show_70",
Default = 0,
Name = "汗 show",
SourceOp = "Root"
},
Input46 = InstanceInput {
Source = "N001_ase_hide_70",
Default = 0,
Name = "汗 hide",
SourceOp = "Root"
},
Input47 = InstanceInput {
Source = "N000_namidame_show_69",
Default = 0,
Name = "なみだめ show",
SourceOp = "Root"
},
Input48 = InstanceInput {
Source = "N000_namidame_hide_69",
Default = 0,
Name = "なみだめ hide",
SourceOp = "Root"
},
Input49 = InstanceInput {
Source = "Grp_まゆ",
Default = 1,
Name = "まゆ",
SourceOp = "Root"
},
Input50 = InstanceInput {
Source = "N003_futsuumayu48",
Default = 0,
Name = "*普通眉",
SourceOp = "Root"
},
Input51 = InstanceInput {
Source = "N002_gokigenmayu47",
Default = 0,
Name = "*ごきげん眉",
SourceOp = "Root"
},
Input52 = InstanceInput {
Source = "N001_okomayu46",
Default = 0,
Name = "*おこ眉",
SourceOp = "Root"
},
Input53 = InstanceInput {
Source = "N000_komarimayu45",
Default = 0,
Name = "*困り眉",
SourceOp = "Root"
},
Input54 = InstanceInput {
Source = "Grp_目",
Default = 1,
Name = "目",
SourceOp = "Root"
},
Input55 = InstanceInput {
Source = "N005_kihonmesetto42",
Default = 0,
Name = "*基本目セット",
SourceOp = "Root"
},
Input56 = InstanceInput {
Source = "N004_uwamuki30",
Default = 0,
Name = "*上向き",
SourceOp = "Root"
},
Input57 = InstanceInput {
Source = "N003_toji29",
Default = 0,
Name = "*閉じ",
SourceOp = "Root"
},
Input58 = InstanceInput {
Source = "N002_nikkori28",
Default = 0,
Name = "*にっこり",
SourceOp = "Root"
},
Input59 = InstanceInput {
Source = "N001_none27",
Default = 0,
Name = "*><",
SourceOp = "Root"
},
Input60 = InstanceInput {
Source = "N000_〇〇26",
Default = 0,
Name = "*〇〇",
SourceOp = "Root"
},
Input61 = InstanceInput {
Source = "Grp_基本目セット",
Default = 0,
Name = "基本目セット",
SourceOp = "Root"
},
Input62 = InstanceInput {
Source = "N001_shiromekihon34",
Default = 0,
Name = "*白目基本",
SourceOp = "Root"
},
Input63 = InstanceInput {
Source = "N000_shiromemihiraki33",
Default = 0,
Name = "*白目見開き",
SourceOp = "Root"
},
Input64 = InstanceInput {
Source = "Grp_黒目",
Default = 0,
Name = "黒目",
SourceOp = "Root"
},
Input65 = InstanceInput {
Source = "N005_kihon42",
Default = 0,
Name = "*基本",
SourceOp = "Root"
},
Input66 = InstanceInput {
Source = "N004_kameramesen41",
Default = 0,
Name = "*カメラ目線",
SourceOp = "Root"
},
Input67 = InstanceInput {
Source = "N003_mesorashi40",
Default = 0,
Name = "*目逸らし",
SourceOp = "Root"
},
Input68 = InstanceInput {
Source = "N002_kiraan39",
Default = 0,
Name = "*きらーん",
SourceOp = "Root"
},
Input69 = InstanceInput {
Source = "N001_haato38",
Default = 0,
Name = "*ハート",
SourceOp = "Root"
},
Input70 = InstanceInput {
Source = "N000_mu37",
Default = 0,
Name = "*無",
SourceOp = "Root"
},
Input71 = InstanceInput {
Source = "Grp_顔色",
Default = 0,
Name = "顔色",
SourceOp = "Root"
},
Input72 = InstanceInput {
Source = "N002_hoppeakame_show_23",
Default = 0,
Name = "ほっぺ赤め show",
SourceOp = "Root"
},
Input73 = InstanceInput {
Source = "N002_hoppeakame_hide_23",
Default = 0,
Name = "ほっぺ赤め hide",
SourceOp = "Root"
},
Input74 = InstanceInput {
Source = "N001_hoppe_show_22",
Default = 0,
Name = "ほっぺ show",
SourceOp = "Root"
},
Input75 = InstanceInput {
Source = "N001_hoppe_hide_22",
Default = 0,
Name = "ほっぺ hide",
SourceOp = "Root"
},
Input76 = InstanceInput {
Source = "N000_kageri_show_21",
Default = 0,
Name = "かげり show",
SourceOp = "Root"
},
Input77 = InstanceInput {
Source = "N000_kageri_hide_21",
Default = 0,
Name = "かげり hide",
SourceOp = "Root"
},
Input78 = InstanceInput {
Source = "Grp_口",
Default = 1,
Name = "口",
SourceOp = "Root"
},
Input79 = InstanceInput {
Source = "N013_hohoemi64",
Default = 0,
Name = "*ほほえみ",
SourceOp = "Root"
},
Input80 = InstanceInput {
Source = "N012_waa63",
Default = 0,
Name = "*わあ",
SourceOp = "Root"
},
Input81 = InstanceInput {
Source = "N011_waaai62",
Default = 0,
Name = "*わあーい",
SourceOp = "Root"
},
Input82 = InstanceInput {
Source = "N010_mufu61",
Default = 0,
Name = "*むふ",
SourceOp = "Root"
},
Input83 = InstanceInput {
Source = "N009_hoaa60",
Default = 0,
Name = "*ほあー",
SourceOp = "Root"
},
Input84 = InstanceInput {
Source = "N008_mu59",
Default = 0,
Name = "*む",
SourceOp = "Root"
},
Input85 = InstanceInput {
Source = "N007_o58",
Default = 0,
Name = "*お",
SourceOp = "Root"
},
Input86 = InstanceInput {
Source = "N006_oaa57",
Default = 0,
Name = "*おあー",
SourceOp = "Root"
},
Input87 = InstanceInput {
Source = "N005_mun56",
Default = 0,
Name = "*むん",
SourceOp = "Root"
},
Input88 = InstanceInput {
Source = "N004_eaa55",
Default = 0,
Name = "*えあー",
SourceOp = "Root"
},
Input89 = InstanceInput {
Source = "N003_perori54",
Default = 0,
Name = "*ぺろり",
SourceOp = "Root"
},
Input90 = InstanceInput {
Source = "N002_△53",
Default = 0,
Name = "*△",
SourceOp = "Root"
},
Input91 = InstanceInput {
Source = "N001_ii52",
Default = 0,
Name = "*いー",
SourceOp = "Root"
},
Input92 = InstanceInput {
Source = "N000_nishii51",
Default = 0,
Name = "*にしー",
SourceOp = "Root"
},
Input93 = InstanceInput {
Source = "Grp_左腕",
Default = 1,
Name = "左腕",
SourceOp = "Root"
},
Input94 = InstanceInput {
Source = "N002_kihon18",
Default = 0,
Name = "*基本",
SourceOp = "Root"
},
Input95 = InstanceInput {
Source = "N001_kuchimoto17",
Default = 0,
Name = "*口元",
SourceOp = "Root"
},
Input96 = InstanceInput {
Source = "N000_piisu16",
Default = 0,
Name = "*ピース",
SourceOp = "Root"
},
Input97 = InstanceInput {
Source = "Grp_右腕",
Default = 1,
Name = "右腕",
SourceOp = "Root"
},
Input98 = InstanceInput {
Source = "N005_reiyaa57_show_13",
Default = 0,
Name = "レイヤー 57 show",
SourceOp = "Root"
},
Input99 = InstanceInput {
Source = "N005_reiyaa57_hide_13",
Default = 0,
Name = "レイヤー 57 hide",
SourceOp = "Root"
},
Input100 = InstanceInput {
Source = "N004_sounyuusaretaimeeji_show_12",
Default = 0,
Name = "挿入されたイメージ show",
SourceOp = "Root"
},
Input101 = InstanceInput {
Source = "N004_sounyuusaretaimeeji_hide_12",
Default = 0,
Name = "挿入されたイメージ hide",
SourceOp = "Root"
},
Input102 = InstanceInput {
Source = "N003_kihon11",
Default = 0,
Name = "*基本",
SourceOp = "Root"
},
Input103 = InstanceInput {
Source = "N002_piisu10",
Default = 0,
Name = "*ピース",
SourceOp = "Root"
},
Input104 = InstanceInput {
Source = "N001_kuchimoto9",
Default = 0,
Name = "*口元",
SourceOp = "Root"
},
Input105 = InstanceInput {
Source = "N000_yubisashi8",
Default = 0,
Name = "*ゆびさし",
SourceOp = "Root"
},
Input106 = InstanceInput {
Source = "LayerOrder",
ControlGroup = 2,
Name = "Layer List",
SourceOp = "MouthAnim",
Page = "口パク"
},
Input107 = InstanceInput {
Source = "LayerSelection",
ControlGroup = 2,
Name = "Layer List",
Default = 1,
SourceOp = "MouthAnim"
},
Input108 = InstanceInput {
Source = "LayerName1",
ControlGroup = 2,
Name = "Layer List",
SourceOp = "MouthAnim"
},
Input109 = InstanceInput {
Source = "LayerEnabled1",
ControlGroup = 2,
Name = "Layer List",
Default = 1,
SourceOp = "MouthAnim"
},
Input110 = InstanceInput {
Source = "LayerName2",
ControlGroup = 2,
Name = "Layer List",
SourceOp = "MouthAnim"
},
Input111 = InstanceInput {
Source = "LayerEnabled2",
ControlGroup = 2,
Name = "Layer List",
Default = 0,
SourceOp = "MouthAnim"
},
Input112 = InstanceInput {
Source = "LayerName3",
ControlGroup = 2,
Name = "Layer List",
SourceOp = "MouthAnim"
},
Input113 = InstanceInput {
Source = "LayerEnabled3",
ControlGroup = 2,
Name = "Layer List",
Default = 0,
SourceOp = "MouthAnim"
},
Input114 = InstanceInput {
Source = "LayerName4",
ControlGroup = 2,
Name = "Layer List",
SourceOp = "MouthAnim"
},
Input115 = InstanceInput {
Source = "LayerEnabled4",
ControlGroup = 2,
Name = "Layer List",
Default = 0,
SourceOp = "MouthAnim"
},
Input116 = InstanceInput {
Source = "LayerName5",
ControlGroup = 2,
Name = "Layer List",
SourceOp = "MouthAnim"
},
Input117 = InstanceInput {
Source = "LayerEnabled5",
ControlGroup = 2,
Name = "Layer List",
Default = 0,
SourceOp = "MouthAnim"
},
Input118 = InstanceInput {
Source = "LayerName6",
ControlGroup = 2,
Name = "Layer List",
SourceOp = "MouthAnim"
},
Input119 = InstanceInput {
Source = "LayerEnabled6",
ControlGroup = 2,
Name = "Layer List",
Default = 0,
SourceOp = "MouthAnim"
},
Input120 = InstanceInput {
Source = "LayerName7",
ControlGroup = 2,
Name = "Layer List",
SourceOp = "MouthAnim"
},
Input121 = InstanceInput {
Source = "LayerEnabled7",
ControlGroup = 2,
Name = "Layer List",
Default = 0,
SourceOp = "MouthAnim"
},
Input122 = InstanceInput {
Source = "LayerName8",
ControlGroup = 2,
Name = "Layer List",
SourceOp = "MouthAnim"
},
Input123 = InstanceInput {
Source = "LayerEnabled8",
ControlGroup = 2,
Name = "Layer List",
Default = 1,
SourceOp = "MouthAnim"
},
Input124 = InstanceInput {
Default = 1,
SourceOp = "MouthScale",
Source = "Size"
},
Input125 = InstanceInput {
Default = 181,
SourceOp = "EyeAnim",
Source = "Blink"
},
Input126 = InstanceInput {
Default = 4,
SourceOp = "EyeAnim",
Source = "Close"
},
Input127 = InstanceInput {
Default = 0,
SourceOp = "EyeAnim",
Source = "Offset"
},
Input128 = InstanceInput {
Source = "Make",
Default = 0,
Name = "Make Anim",
SourceOp = "EyeAnim"
},
Input129 = InstanceInput {
Source = "Delete",
Default = 0,
Name = "Delete Anim",
SourceOp = "EyeAnim"
},
Input130 = InstanceInput {
Source = "at00",
Default = 0,
Name = "ボタンを押さないと反映されません。",
SourceOp = "EyeAnim"
},
Input131 = InstanceInput {
Source = "LayerOrder",
ControlGroup = 3,
Name = "Layer List",
SourceOp = "EyeAnim"
},
Input132 = InstanceInput {
Source = "LayerSelection",
ControlGroup = 3,
Name = "Layer List",
Default = 1,
SourceOp = "EyeAnim"
},
Input133 = InstanceInput {
Source = "LayerName1",
ControlGroup = 3,
Name = "Layer List",
SourceOp = "EyeAnim"
},
Input134 = InstanceInput {
Source = "LayerEnabled1",
ControlGroup = 3,
Name = "Layer List",
Default = 1,
SourceOp = "EyeAnim"
},
Input135 = InstanceInput {
Source = "LayerName2",
ControlGroup = 3,
Name = "Layer List",
SourceOp = "EyeAnim"
},
Input136 = InstanceInput {
Source = "LayerEnabled2",
ControlGroup = 3,
Name = "Layer List",
Default = 0,
SourceOp = "EyeAnim"
},
Input137 = InstanceInput {
Source = "LayerName3",
ControlGroup = 3,
Name = "Layer List",
SourceOp = "EyeAnim"
},
Input138 = InstanceInput {
Source = "LayerEnabled3",
ControlGroup = 3,
Name = "Layer List",
Default = 1,
SourceOp = "EyeAnim"
}
}
}
}
}
================================================
FILE: Templates/Edit/Generators/東北ずん子(Open).setting
================================================
{
Tools = ordered() {
Zunko = GroupOperator {
Inputs = ordered() {
Input1 = InstanceInput {
SourceOp = "Root",
Source = "CopyPose",
Default = 0,
Name = "Copy Pose"
},
Input2 = InstanceInput {
SourceOp = "Root",
Source = "PastePose",
Default = 0,
Name = "Paste Pose"
},
Input3 = InstanceInput {
SourceOp = "Root",
Source = "SavePose",
Default = 0,
Name = "Save Pose"
},
Input4 = InstanceInput {
SourceOp = "Root",
Source = "LoadPose",
Default = 0,
Name = "Load Pose"
},
Input5 = InstanceInput {
SourceOp = "レイアウト",
Source = "Center"
},
Input6 = InstanceInput {
SourceOp = "レイアウト",
Source = "Pivot"
},
Input7 = InstanceInput {
SourceOp = "レイアウト",
Source = "UseSizeAndAspect",
Default = 1,
Name = "Use Size and Aspect"
},
Input8 = InstanceInput {
SourceOp = "レイアウト",
Default = 1,
Source = "Size"
},
Input9 = InstanceInput {
SourceOp = "レイアウト",
Default = 1,
Source = "Aspect"
},
Input10 = InstanceInput {
SourceOp = "レイアウト",
Source = "XSize",
Default = 1,
Name = "X Size"
},
Input11 = InstanceInput {
SourceOp = "レイアウト",
Source = "YSize",
Default = 1,
Name = "Y Size"
},
Input12 = InstanceInput {
SourceOp = "レイアウト",
Default = 0,
Source = "Angle"
},
Input13 = InstanceInput {
SourceOp = "レイアウト",
Source = "FlipHoriz",
Default = 0,
ControlGroup = 1,
Name = "Flip Horizontal"
},
Input14 = InstanceInput {
SourceOp = "レイアウト",
Source = "FlipVert",
Default = 0,
ControlGroup = 1,
Name = "Flip Vertical"
},
Input15 = InstanceInput {
SourceOp = "Motion_Speed",
Source = "Value",
Default = 1,
Name = "スピード",
Page = "モーション"
},
Input16 = InstanceInput {
SourceOp = "Motion_Str",
Source = "Value",
Default = 1,
Name = "強さ"
},
Input17 = InstanceInput {
SourceOp = "モーションSelector",
Source = "N000_モーションなし",
Default = 0,
Name = "モーションなし"
},
Input18 = InstanceInput {
SourceOp = "モーションSelector",
Source = "N001_ぽよ",
Default = 0,
Name = "ぽよ"
},
Input19 = InstanceInput {
SourceOp = "モーションSelector",
Source = "N002_ぴょん_Ctrl",
Default = 0,
Name = "ぴょん_Ctrl"
},
Input20 = InstanceInput {
SourceOp = "モーションSelector",
Source = "N003_リズム_Ctrl",
Default = 0,
Name = "リズム_Ctrl"
},
Input21 = InstanceInput {
SourceOp = "モーションSelector",
Source = "N004_跳ねる_Ctrl",
Default = 0,
Name = "跳ねる_Ctrl"
},
Input22 = InstanceInput {
SourceOp = "モーションSelector",
Source = "N005_横揺れ_Ctrl",
Default = 0,
Name = "横揺れ_Ctrl"
},
Input23 = InstanceInput {
SourceOp = "モーションSelector",
Source = "N006_縦揺れ_Ctrl",
Default = 0,
Name = "縦揺れ_Ctrl"
},
Input24 = InstanceInput {
SourceOp = "モーションSelector",
Source = "N007_拡縮_Ctrl",
Default = 0,
Name = "拡縮_Ctrl"
},
Input25 = InstanceInput {
SourceOp = "モーションSelector",
Source = "N008_パーターブ_Ctrl",
Default = 0,
Name = "パーターブ_Ctrl"
},
Input26 = InstanceInput {
SourceOp = "モーションSelector",
Source = "N009_跳ねる",
Default = 0,
Name = "跳ねる"
},
Input27 = InstanceInput {
SourceOp = "モーションSelector",
Source = "N010_跳ねる_小",
Default = 0,
Name = "跳ねる_小"
},
Input28 = InstanceInput {
SourceOp = "モーションSelector",
Source = "N011_不安",
Default = 0,
Name = "不安"
},
Input29 = InstanceInput {
SourceOp = "モーションSelector",
Source = "N012_荒ぶる",
Default = 0,
Name = "荒ぶる"
},
Input30 = InstanceInput {
SourceOp = "モーションSelector",
Source = "N013_震え",
Default = 0,
Name = "震え"
},
Input31 = InstanceInput {
SourceOp = "Root",
Source = "Grp_Root",
Default = 0,
Name = "Root"
},
Input32 = InstanceInput {
SourceOp = "Root",
Source = "N010_namida_show_59",
Default = 0,
Name = "涙 show"
},
Input33 = InstanceInput {
SourceOp = "Root",
Source = "N010_namida_hide_59",
Default = 0,
Name = "涙 hide"
},
Input34 = InstanceInput {
SourceOp = "Root",
Source = "N009_ase_show_58",
Default = 0,
Name = "汗 show"
},
Input35 = InstanceInput {
SourceOp = "Root",
Source = "N009_ase_hide_58",
Default = 0,
Name = "汗 hide"
},
Input36 = InstanceInput {
SourceOp = "Root",
Source = "N002_saidokamikihon4",
Default = 0,
Name = "*サイド髪基本"
},
Input37 = InstanceInput {
SourceOp = "Root",
Source = "N001_saidokamihane3",
Default = 0,
Name = "*サイド髪跳ね"
},
Input38 = InstanceInput {
SourceOp = "Root",
Source = "Grp_眉",
Default = 1,
Name = "眉"
},
Input39 = InstanceInput {
SourceOp = "Root",
Source = "N003_futsuumayu57",
Default = 0,
Name = "*普通眉"
},
Input40 = InstanceInput {
SourceOp = "Root",
Source = "N002_agarimayu56",
Default = 0,
Name = "*上がり眉"
},
Input41 = InstanceInput {
SourceOp = "Root",
Source = "N001_ikarimayu55",
Default = 0,
Name = "*怒り眉"
},
Input42 = InstanceInput {
SourceOp = "Root",
Source = "N000_komarimayu54",
Default = 0,
Name = "*困り眉"
},
Input43 = InstanceInput {
SourceOp = "Root",
Source = "Grp_目",
Default = 1,
Name = "目"
},
Input44 = InstanceInput {
SourceOp = "Root",
Source = "N013_kihon51",
Default = 0,
Name = "*基本"
},
Input45 = InstanceInput {
SourceOp = "Root",
Source = "N012_kihon250",
Default = 0,
Name = "*基本2"
},
Input46 = InstanceInput {
SourceOp = "Root",
Source = "N011_kameramesen49",
Default = 0,
Name = "*カメラ目線"
},
Input47 = InstanceInput {
SourceOp = "Root",
Source = "N010_mesorashi48",
Default = 0,
Name = "*目そらし"
},
Input48 = InstanceInput {
SourceOp = "Root",
Source = "N009_uemuki47",
Default = 0,
Name = "*上むき"
},
Input49 = InstanceInput {
SourceOp = "Root",
Source = "N008_jitome46",
Default = 0,
Name = "*ジト目"
},
Input50 = InstanceInput {
SourceOp = "Root",
Source = "N007_tojime45",
Default = 0,
Name = "*閉じ目"
},
Input51 = InstanceInput {
SourceOp = "Root",
Source = "N006_uinku44",
Default = 0,
Name = "*ウインク"
},
Input52 = InstanceInput {
SourceOp = "Root",
Source = "N005_nikkori43",
Default = 0,
Name = "*にっこり"
},
Input53 = InstanceInput {
SourceOp = "Root",
Source = "N004_〇〇42",
Default = 0,
Name = "*〇〇"
},
Input54 = InstanceInput {
SourceOp = "Root",
Source = "N003_none41",
Default = 0,
Name = "*><"
},
Input55 = InstanceInput {
SourceOp = "Root",
Source = "N002_・・40",
Default = 0,
Name = "*・・"
},
Input56 = InstanceInput {
SourceOp = "Root",
Source = "N001_zuda39",
Default = 0,
Name = "*(ず・ ・だ)"
},
Input57 = InstanceInput {
SourceOp = "Root",
Source = "N000_zudaflipx38",
Default = 0,
Name = "*(ず・ ・だ):flipx"
},
Input58 = InstanceInput {
SourceOp = "Root",
Source = "Grp_口",
Default = 1,
Name = "口"
},
Input59 = InstanceInput {
SourceOp = "Root",
Source = "N011_hohoemi35",
Default = 0,
Name = "*ほほえみ"
},
Input60 = InstanceInput {
SourceOp = "Root",
Source = "N010_aha34",
Default = 0,
Name = "*あは"
},
Input61 = InstanceInput {
SourceOp = "Root",
Source = "N009_ahaa33",
Default = 0,
Name = "*あはー"
},
Input62 = InstanceInput {
SourceOp = "Root",
Source = "N008_n32",
Default = 0,
Name = "*ん"
},
Input63 = InstanceInput {
SourceOp = "Root",
Source = "N007_o31",
Default = 0,
Name = "*お"
},
Input64 = InstanceInput {
SourceOp = "Root",
Source = "N006_ooo30",
Default = 0,
Name = "*おおー"
},
Input65 = InstanceInput {
SourceOp = "Root",
Source = "N005_nmu29",
Default = 0,
Name = "*んむ"
},
Input66 = InstanceInput {
SourceOp = "Root",
Source = "N004_ae28",
Default = 0,
Name = "*あえ"
},
Input67 = InstanceInput {
SourceOp = "Root",
Source = "N003_eaa27",
Default = 0,
Name = "*えあー"
},
Input68 = InstanceInput {
SourceOp = "Root",
Source = "N002_jururi26",
Default = 0,
Name = "*じゅるり"
},
Input69 = InstanceInput {
SourceOp = "Root",
Source = "N001_perori25",
Default = 0,
Name = "*ぺろり"
},
Input70 = InstanceInput {
SourceOp = "Root",
Source = "N000_ω24",
Default = 0,
Name = "*ω"
},
Input71 = InstanceInput {
SourceOp = "Root",
Source = "Grp_ほっぺ",
Default = 0,
Name = "ほっぺ"
},
Input72 = InstanceInput {
SourceOp = "Root",
Source = "N002_hoppekihon21",
Default = 0,
Name = "*ほっぺ基本"
},
Input73 = InstanceInput {
SourceOp = "Root",
Source = "N001_hoppeakame20",
Default = 0,
Name = "*ほっぺ赤め"
},
Input74 = InstanceInput {
SourceOp = "Root",
Source = "N000_sekimen19",
Default = 0,
Name = "*赤面"
},
Input75 = InstanceInput {
SourceOp = "Root",
Source = "Grp_左腕",
Default = 1,
Name = "左腕"
},
Input76 = InstanceInput {
SourceOp = "Root",
Source = "N003_kihon16",
Default = 0,
Name = "*基本"
},
Input77 = InstanceInput {
SourceOp = "Root",
Source = "N002_tewoageru15",
Default = 0,
Name = "*手を挙げる"
},
Input78 = InstanceInput {
SourceOp = "Root",
Source = "N001_yumi14",
Default = 0,
Name = "*弓"
},
Input79 = InstanceInput {
SourceOp = "Root",
Source = "N000_kuchimotoniyubi13",
Default = 0,
Name = "*口元に指"
},
Input80 = InstanceInput {
SourceOp = "Root",
Source = "Grp_右腕",
Default = 1,
Name = "右腕"
},
Input81 = InstanceInput {
SourceOp = "Root",
Source = "N003_kihon10",
Default = 0,
Name = "*基本"
},
Input82 = InstanceInput {
SourceOp = "Root",
Source = "N002_tewoageru9",
Default = 0,
Name = "*手を挙げる"
},
Input83 = InstanceInput {
SourceOp = "Root",
Source = "N001_yoko8",
Default = 0,
Name = "*横"
},
Input84 = InstanceInput {
SourceOp = "Root",
Source = "N000_atamakotsun7",
Default = 0,
Name = "*頭こつん"
},
Input85 = InstanceInput {
SourceOp = "MouthOpenAnim",
Default = 6,
Source = "M_Open"
},
Input86 = InstanceInput {
SourceOp = "MouthOpenAnim",
Default = 0.8,
Source = "Threshold"
},
Input87 = InstanceInput {
Name = "※変更後アニメーションを作り直す必要があります。",
SourceOp = "MouthOpenAnim",
Source = "Label_000"
},
Input88 = InstanceInput {
SourceOp = "MouthOpenAnim",
Source = "LayerOrder",
ControlGroup = 2,
Name = "Layer List"
},
Input89 = InstanceInput {
SourceOp = "MouthOpenAnim",
Source = "LayerSelection",
Default = 1,
ControlGroup = 2,
Name = "Layer List"
},
Input90 = InstanceInput {
SourceOp = "MouthOpenAnim",
Source = "LayerName1",
ControlGroup = 2,
Name = "Layer List"
},
Input91 = InstanceInput {
SourceOp = "MouthOpenAnim",
Source = "LayerEnabled1",
Default = 1,
ControlGroup = 2,
Name = "Layer List"
},
Input92 = InstanceInput {
SourceOp = "MouthOpenAnim",
Source = "LayerName2",
ControlGroup = 2,
Name = "Layer List"
},
Input93 = InstanceInput {
SourceOp = "MouthOpenAnim",
Source = "LayerEnabled2",
Default = 0,
ControlGroup = 2,
Name = "Layer List"
},
Input94 = InstanceInput {
SourceOp = "MouthOpenAnim",
Source = "LayerName3",
ControlGroup = 2,
Name = "Layer List"
},
Input95 = InstanceInput {
SourceOp = "MouthOpenAnim",
Source = "LayerEnabled3",
Default = 0,
ControlGroup = 2,
Name = "Layer List"
},
Input96 = InstanceInput {
SourceOp = "MouthOpenAnim",
Source = "LayerName4",
ControlGroup = 2,
Name = "Layer List"
},
Input97 = InstanceInput {
SourceOp = "MouthOpenAnim",
Source = "LayerEnabled4",
Default = 0,
ControlGroup = 2,
Name = "Layer List"
},
Input98 = InstanceInput {
SourceOp = "MouthOpenAnim",
Source = "LayerName5",
ControlGroup = 2,
Name = "Layer List"
},
Input99 = InstanceInput {
SourceOp = "MouthOpenAnim",
Source = "LayerEnabled5",
Default = 0,
ControlGroup = 2,
Name = "Layer List"
},
Input100 = InstanceInput {
SourceOp = "MouthOpenAnim",
Source = "LayerName6",
ControlGroup = 2,
Name = "Layer List"
},
Input101 = InstanceInput {
SourceOp = "MouthOpenAnim",
Source = "LayerEnabled6",
Default = 0,
ControlGroup = 2,
Name = "Layer List"
},
Input102 = InstanceInput {
SourceOp = "MouthOpenAnim",
Source = "LayerName7",
ControlGroup = 2,
Name = "Layer List"
},
Input103 = InstanceInput {
SourceOp = "MouthOpenAnim",
Source = "LayerEnabled7",
Default = 1,
ControlGroup = 2,
Name = "Layer List"
},
Input104 = InstanceInput {
SourceOp = "EyeAnim",
Default = 151,
Source = "Blink"
},
Input105 = InstanceInput {
SourceOp = "EyeAnim",
Default = 4,
Source = "Close"
},
Input106 = InstanceInput {
SourceOp = "EyeAnim",
Default = 0,
Source = "Offset"
},
Input107 = InstanceInput {
SourceOp = "EyeAnim",
Source = "Make",
Default = 0,
Name = "Make Anim"
},
Input108 = InstanceInput {
SourceOp = "EyeAnim",
Source = "Delete",
Default = 0,
Name = "Delete Anim"
},
Input109 = InstanceInput {
SourceOp = "EyeAnim",
Source = "at00",
Default = 0,
Name = "ボタンを押さないと反映されません。"
},
Input110 = InstanceInput {
SourceOp = "EyeAnim",
Source = "LayerOrder",
ControlGroup = 3,
Name = "Layer List"
},
Input111 = InstanceInput {
SourceOp = "EyeAnim",
Source = "LayerSelection",
Default = 1,
ControlGroup = 3,
Name = "Layer List"
},
Input112 = InstanceInput {
SourceOp = "EyeAnim",
Source = "LayerName1",
ControlGroup = 3,
Name = "Layer List"
},
Input113 = InstanceInput {
SourceOp = "EyeAnim",
Source = "LayerEnabled1",
Default = 1,
ControlGroup = 3,
Name = "Layer List"
},
Input114 = InstanceInput {
SourceOp = "EyeAnim",
Source = "LayerName2",
ControlGroup = 3,
Name = "Layer List"
},
Input115 = InstanceInput {
SourceOp = "EyeAnim",
Source = "LayerEnabled2",
Default = 0,
ControlGroup = 3,
Name = "Layer List"
},
Input116 = InstanceInput {
SourceOp = "EyeAnim",
Source = "LayerName3",
ControlGroup = 3,
Name = "Layer List"
},
Input117 = InstanceInput {
SourceOp = "EyeAnim",
Source = "LayerEnabled3",
Default = 1,
ControlGroup = 3,
Name = "Layer List"
}
},
Outputs = ordered() {
MainOutput1 = InstanceOutput {
SourceOp = "レイアウト",
Source = "Output"
}
},
CtrlWZoom = false,
Tools = ordered() {
Loader4 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
Loop = 0,
ExtendLast = 0,
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!右腕\\-頭こつん.png"
}
},
ViewInfo = OperatorInfo { Pos = { 825, -643.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader37 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
Loop = 0,
ExtendLast = 0,
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!目\\-目そらし.png"
}
},
ViewInfo = OperatorInfo { Pos = { 4455, -1402.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader29 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
Loop = 0,
ExtendLast = 0,
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!目\\-・・.png"
}
},
ViewInfo = OperatorInfo { Pos = { 3575, -1402.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader8 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
Loop = 0,
ExtendLast = 0,
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!左腕\\-口元に指.png"
}
},
ViewInfo = OperatorInfo { Pos = { 1485, -643.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["荒ぶる"] = GroupOperator {
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform1_2_1",
Source = "Output"
}
},
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform1_2_1",
Source = "Input"
},
Input3 = InstanceInput {
SourceOp = "Shake1_1",
Source = "RandomSeed",
Default = 0,
Width = 1
},
Input4 = InstanceInput {
SourceOp = "Shake1_1",
Width = 0.385,
Source = "Randomize"
},
Input5 = InstanceInput {
SourceOp = "Shake1_1",
Default = 10,
Source = "Smoothness"
},
Input1 = InstanceInput {
SourceOp = "Transform1_2_1",
Source = "x",
Default = 0.1,
Name = "X"
},
Input2 = InstanceInput {
SourceOp = "Transform1_2_1",
Source = "y",
Default = 0.1,
Name = "Y"
}
},
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
ViewInfo = GroupInfo {
Offset = { 0, 0 },
Pos = { 5610, 511.5 },
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Scale = 1,
PipeStyle = "Direct",
Flags = {
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true
},
Direction = "Horizontal"
},
Tools = ordered() {
Transform1_2_1 = Transform {
CtrlWShown = false,
Inputs = {
in_out = Input {
SourceOp = "KeyframeStretcher1_1",
Source = "Result"
},
y = Input { Value = 0.03 },
x = Input { Value = 0.03 },
Center = Input {
Expression = "Point(0.5, 0.5) + shake * in_out",
Value = { 0.502997744173508, 0.497908177638071 }
},
shake = Input {
SourceOp = "Shake1_1",
Source = "Position"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
UserControls = 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 } },
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } }
},
KeyframeStretcher1_1 = KeyStretcherMod {
CtrlWZoom = false,
Inputs = {
StretchStart = Input { Value = 10 },
StretchEnd = Input { Value = 110 },
Keyframes = Input {
SourceOp = "KeyStretcheronTransform1_2_1Keyframes",
Source = "Value"
}
}
},
KeyStretcheronTransform1_2_1Keyframes = BezierSpline {
CtrlWZoom = false,
KeyFrames = {
[0] = { 0, Flags = { Linear = true }, RH = { 3.33333333333333, 0 } },
[10] = { 1, RH = { 43.3333333333333, 1 }, LH = { 6.66666666666667, 1 } },
[110] = { 1, RH = { 113.333333333333, 1 }, LH = { 76.6666666666667, 1 } },
[120] = { 0, LH = { 116.666666666667, 0 } }
},
SplineColor = { Green = 106, Blue = 231, Red = 193 }
},
Shake1_1 = Shake {
CtrlWZoom = false,
Faster = true,
Inputs = {
YMaximum = Input {
Expression = "Transform1_2_1.y",
Value = 0.03
},
LockXY = Input { Value = 0 },
XMinimum = Input {
Expression = "-Transform1_2_1.x",
Value = -0.03
},
XMaximum = Input {
Expression = "Transform1_2_1.x",
Value = 0.03
},
YMinimum = Input {
Expression = "-Transform1_2_1.y",
Value = -0.03
},
Smoothness = Input { Value = 1.5 }
}
}
},
NameSet = true
},
Loader20 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
Loop = 0,
ExtendLast = 0,
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!口\\-んむ.png"
}
},
ViewInfo = OperatorInfo { Pos = { 3685, -973.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader28 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
Loop = 0,
ExtendLast = 0,
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!目\\-(ず・ ・だ).png"
}
},
ViewInfo = OperatorInfo { Pos = { 3465, -1402.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader2 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
Loop = 0,
ExtendLast = 0,
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\-サイド髪跳ね.png"
}
},
ViewInfo = OperatorInfo { Pos = { 385, -247.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader42 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
Loop = 0,
ExtendLast = 0,
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!眉\\-怒り眉.png"
}
},
ViewInfo = OperatorInfo { Pos = { 2970, -643.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader6 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
Loop = 0,
ExtendLast = 0,
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!右腕\\-手を挙げる.png"
}
},
ViewInfo = OperatorInfo { Pos = { 1045, -643.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader43 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
Loop = 0,
ExtendLast = 0,
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!眉\\-上がり眉.png"
}
},
ViewInfo = OperatorInfo { Pos = { 3080, -643.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader12 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
Loop = 0,
ExtendLast = 0,
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!ほっぺ\\-赤面.png"
}
},
ViewInfo = OperatorInfo { Pos = { 2145, -643.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["ぽよ"] = GroupOperator {
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform",
Source = "Output"
}
},
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform",
Source = "Input"
},
Input1 = InstanceInput {
SourceOp = "Transform",
Source = "speed",
Default = 1,
Name = "スピード",
Page = "Controls"
},
Input2 = InstanceInput {
SourceOp = "Calculation2",
Source = "SecondOperand",
Default = 1,
Name = "強さ"
},
Input3 = InstanceInput {
SourceOp = "Transform",
Source = "Pivot"
}
},
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
ViewInfo = GroupInfo {
Offset = { 0, 0 },
Pos = { 3795, 511.5 },
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Scale = 1,
PipeStyle = "Direct",
Flags = {
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true
},
Direction = "Horizontal"
},
Tools = ordered() {
Transform = Transform {
CtrlWShown = false,
NameSet = true,
UserControls = 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 } },
CtrlWZoom = false,
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
Inputs = {
Pivot = Input { Value = { 0.5, 0 } },
Aspect = Input {
SourceOp = "Calculation1",
Source = "Result"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
}
},
Calculation1 = Calculation {
CtrlWZoom = false,
Inputs = {
FirstOperand = Input {
SourceOp = "Calculation2",
Source = "Result"
},
FirstOperandTimeOffset = Input { Expression = "-comp.GlobalStart" },
SecondOperand = Input { Value = 1 }
}
},
Calculation2 = Calculation {
CtrlWZoom = false,
Inputs = {
FirstOperand = Input {
SourceOp = "CalculationonCalculationonTransformAspectFirstOperand",
Source = "Value"
},
FirstOperandTimeScale = Input { Expression = "Transform.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate" },
SecondOperand = Input { Value = 0.8 },
Operator = Input { Value = 2 }
}
},
CalculationonCalculationonTransformAspectFirstOperand = BezierSpline {
CtrlWZoom = false,
KeyFrames = {
[0] = { 0, Flags = { Linear = true }, RH = { 1, 0 } },
[3] = { 0.0800000000000001, RH = { 4.66666666666667, 0.0800000000000001 }, LH = { 2, 0.0800000000000001 } },
[8] = { -0.0489999999999999, RH = { 9.33333333333333, -0.0489999999999999 }, LH = { 6.33333333333333, -0.0489999999999999 } },
[12] = { 0.03, RH = { 13.3333333333333, 0.03 }, LH = { 10.6666666666667, 0.03 } },
[16] = { -0.00700000000000001, RH = { 16.6666666666667, -0.00700000000000001 }, LH = { 14.6666666666667, -0.00700000000000001 } },
[18] = { 0.004, RH = { 18.6666666666667, 0.004 }, LH = { 17.3333333333333, 0.004 } },
[20] = { 0, LH = { 19.3333333333333, 0 } }
},
SplineColor = { Green = 105, Blue = 30, Red = 210 }
}
},
NameSet = true
},
Loader18 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
Loop = 0,
ExtendLast = 0,
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!口\\-えあー.png"
}
},
ViewInfo = OperatorInfo { Pos = { 3465, -973.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader13 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
Loop = 0,
ExtendLast = 0,
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!ほっぺ\\-ほっぺ赤め.png"
}
},
ViewInfo = OperatorInfo { Pos = { 2255, -643.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader40 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
Loop = 0,
ExtendLast = 0,
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!目\\-基本.png"
}
},
ViewInfo = OperatorInfo { Pos = { 4785, -1402.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader32 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
Loop = 0,
ExtendLast = 0,
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!目\\-にっこり.png"
}
},
ViewInfo = OperatorInfo { Pos = { 3905, -1402.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["跳ねる"] = GroupOperator {
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform1_1",
Source = "Output"
}
},
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform1_1",
Source = "Input"
},
Input1 = InstanceInput {
SourceOp = "Transform1_1",
Source = "speed",
MinScale = 0.0010000000475,
Default = 2
},
Input2 = InstanceInput {
SourceOp = "Transform1_1",
Default = 0.1,
Source = "amplitude"
}
},
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
ViewInfo = GroupInfo {
Offset = { 0, 0 },
Pos = { 5115, 511.5 },
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Scale = 1,
PipeStyle = "Direct",
Flags = {
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true
},
Direction = "Horizontal"
},
Tools = ordered() {
Transform1_1 = Transform {
CtrlWShown = false,
Inputs = {
speed = Input { Value = 2 },
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
},
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
amplitude = Input { Value = 0.08 },
Center = Input {
Expression = "Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))",
Value = { 0.5, 0.595105651629515 }
},
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\n",
Value = 0.951056516295154
}
},
CtrlWZoom = false,
UserControls = 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 } },
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } }
}
},
NameSet = true
},
Loader39 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
Loop = 0,
ExtendLast = 0,
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!目\\-基本2_.png"
}
},
ViewInfo = OperatorInfo { Pos = { 4675, -1402.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader15 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
Loop = 0,
ExtendLast = 0,
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!口\\-ω.png"
}
},
ViewInfo = OperatorInfo { Pos = { 3135, -973.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader31 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
Loop = 0,
ExtendLast = 0,
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!目\\-〇〇.png"
}
},
ViewInfo = OperatorInfo { Pos = { 3795, -1402.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
ST_Background = Background {
Inputs = {
TopLeftAlpha = Input { Value = 0 },
UseFrameFormatSettings = Input { Value = 1 },
Height = Input { Value = 1080 },
Depth = Input { Value = 1 },
Width = Input { Value = 1920 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
ViewInfo = OperatorInfo { Pos = { 4620, 676.5 } },
NameSet = true
},
ST_SetDomain = SetDomain {
Inputs = {
Top = Input { Value = 0 },
Input = Input {
SourceOp = "ST_Background",
Source = "Output"
},
Mode = Input { Value = FuID { "Set" } },
Right = Input { Value = 0 }
},
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
ViewInfo = OperatorInfo { Pos = { 4620, 808.5 } },
NameSet = true
},
["モーションSelector"] = Transform {
Inputs = {
Str = Input {
SourceOp = "Motion_Str",
Source = "Value"
},
Speed = Input {
SourceOp = "Motion_Speed",
Source = "Value"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
UserControls = ordered() {
["N000_モーションなし"] = {
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"モーションなし\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "モーションなし",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N001_ぽよ"] = {
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"ぽよ\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "ぽよ",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N002_ぴょん_Ctrl"] = {
ICS_ControlPage = "モーション",
BTNCS_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",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "ぴょん_Ctrl",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N003_リズム_Ctrl"] = {
ICS_ControlPage = "モーション",
BTNCS_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",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "リズム_Ctrl",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N004_跳ねる_Ctrl"] = {
ICS_ControlPage = "モーション",
BTNCS_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",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "跳ねる_Ctrl",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N005_横揺れ_Ctrl"] = {
ICS_ControlPage = "モーション",
BTNCS_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",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "横揺れ_Ctrl",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N006_縦揺れ_Ctrl"] = {
ICS_ControlPage = "モーション",
BTNCS_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",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "縦揺れ_Ctrl",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N007_拡縮_Ctrl"] = {
ICS_ControlPage = "モーション",
BTNCS_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",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "拡縮_Ctrl",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N008_パーターブ_Ctrl"] = {
ICS_ControlPage = "モーション",
BTNCS_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",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "パーターブ_Ctrl",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N009_跳ねる"] = {
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"跳ねる\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "跳ねる",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N010_跳ねる_小"] = {
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"跳ねる_小\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "跳ねる_小",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N011_不安"] = {
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"不安\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "不安",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N012_荒ぶる"] = {
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"荒ぶる\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "荒ぶる",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N013_震え"] = {
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"震え\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "震え",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
Speed = {
INP_Default = 1,
INP_MaxScale = 5,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Speed",
INPID_InputControl = "SliderControl",
INP_MinScale = 0
},
Str = {
INP_Default = 1,
INP_MaxScale = 5,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Str",
INPID_InputControl = "SliderControl",
INP_MinScale = 0
}
},
Colors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },
ViewInfo = OperatorInfo { Pos = { 4785, 676.5 } }
},
Motion_Speed = PublishNumber {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
CtrlWZoom = false,
Inputs = {
Value = Input { Value = 1 }
}
},
Motion_Str = PublishNumber {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
CtrlWZoom = false,
Inputs = {
Value = Input { Value = 1 }
}
},
ST_Merge = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "ST_SetDomain",
Source = "Output"
},
Foreground = Input {
SourceOp = "モーションSelector",
Source = "Output"
}
},
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 4785, 808.5 } },
NameSet = true
},
["レイアウト"] = Transform {
Inputs = {
Input = Input {
SourceOp = "ST_Merge",
Source = "Output"
},
Center = Input { Value = { 0.85, 0.1 } }
},
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 4785, 940.5 } },
Colors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },
NameSet = true
},
Loader10 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
Loop = 0,
ExtendLast = 0,
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!左腕\\-手を挙げる.png"
}
},
ViewInfo = OperatorInfo { Pos = { 1705, -643.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader23 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
Loop = 0,
ExtendLast = 0,
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!口\\-ん.png"
}
},
ViewInfo = OperatorInfo { Pos = { 4015, -973.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["リズム_Ctrl"] = Transform {
Inputs = {
Pivot = Input { Value = { 0.5, 0 } },
Aspect = Input {
SourceOp = "リズム_AspectAffset",
Source = "Result"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 4125, 511.5 } },
NameSet = true
},
["リズム_AspectAffset"] = Calculation {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
CtrlWZoom = false,
Inputs = {
FirstOperand = Input {
SourceOp = "リズム_ScaleAndTimeScaleForFPS",
Source = "Result"
},
SecondOperand = Input { Value = 1 }
}
},
["リズム_ScaleAndTimeScaleForFPS"] = Calculation {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
CtrlWZoom = false,
Inputs = {
FirstOperand = Input {
SourceOp = "リズム_Loop",
Source = "Result"
},
FirstOperandTimeScale = Input { Expression = "30 / comp:GetPrefs().Comp.FrameFormat.Rate" },
SecondOperand = Input {
SourceOp = "Motion_Str",
Source = "Value"
},
Operator = Input { Value = 2 }
}
},
["リズム_Loop"] = Calculation {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
CtrlWZoom = false,
UserControls = ordered() {
Speed = {
INP_Default = 1,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Speed",
INPID_InputControl = "SliderControl"
},
Frame = {
INP_Default = 1,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Frame",
INPID_InputControl = "SliderControl"
}
},
Inputs = {
Speed = Input {
SourceOp = "Motion_Speed",
Source = "Value"
},
Operator = Input { Value = 9 },
FirstOperand = Input {
SourceOp = "リズム_LoopFirstOperand",
Source = "Value"
},
FirstOperandTimeOffset = Input { Expression = "- math.floor(time / Frame) * Frame" },
Frame = Input {
Expression = "30 / Speed",
Value = 30
}
}
},
["リズム_LoopFirstOperand"] = BezierSpline {
SplineColor = { Green = 105, Blue = 30, Red = 210 },
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
CtrlWZoom = false,
KeyFrames = {
[0] = { 0, Flags = { Linear = true }, RH = { 1, 0 } },
[3] = { -0.01, RH = { 4, -0.01 }, LH = { 2, -0.01 } },
[6] = { 0, LH = { 5, 0 } }
}
},
Loader46 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
Loop = 0,
ExtendLast = 0,
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\涙.png"
}
},
ViewInfo = OperatorInfo { Pos = { 3410, -247.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["パーターブ_Ctrl"] = Transform {
Inputs = {
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
},
Center = Input {
SourceOp = "Perturb1",
Source = "Value"
}
},
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 4950, 511.5 } },
NameSet = true
},
Perturb1 = PerturbPoint {
CtrlWZoom = false,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
Strength = Input {
SourceOp = "Motion_Str",
Source = "Value"
},
Speed = Input {
SourceOp = "Motion_Speed",
Source = "Value"
}
}
},
["横揺れ_Ctrl"] = Transform {
Inputs = {
v = Input {
Expression = "0.5 + amplitude * iif(time > out, 0,bound)",
Value = 0.504755282581476
},
speed = Input {
SourceOp = "Motion_Speed",
Source = "Value"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
},
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
amplitude = Input {
SourceOp = "Motion_Str",
Source = "Value"
},
Center = Input {
Expression = "Point(v, 0.5)",
Value = { 0.504755282581476, 0.5 }
},
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)",
Value = 0.951056516295153
}
},
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
UserControls = 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" } },
ViewInfo = OperatorInfo { Pos = { 4455, 511.5 } },
NameSet = true
},
Loader30 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
Loop = 0,
ExtendLast = 0,
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!目\\-__.png"
}
},
ViewInfo = OperatorInfo { Pos = { 3685, -1402.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader41 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
Loop = 0,
ExtendLast = 0,
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!眉\\-困り眉.png"
}
},
ViewInfo = OperatorInfo { Pos = { 2860, -643.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader27 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
Loop = 0,
ExtendLast = 0,
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!目\\-(ず・ ・だ)_flipx.png"
}
},
ViewInfo = OperatorInfo { Pos = { 3355, -1402.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["震え"] = GroupOperator {
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform1_3",
Source = "Output"
}
},
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform1_3",
Source = "Input"
},
Input1 = InstanceInput {
SourceOp = "Transform1_3",
Default = 2,
Source = "speed"
},
Input2 = InstanceInput {
SourceOp = "Transform1_3",
Default = 0.1,
Source = "amplitude"
},
Input3 = InstanceInput {
SourceOp = "Transform1_3",
Default = 0,
Source = "Y"
}
},
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
ViewInfo = GroupInfo {
Offset = { 0, 0 },
Pos = { 5775, 511.5 },
Size = { 126, 109.359001159668, 63, 24.2423992156982 },
Scale = 1,
PipeStyle = "Direct",
Flags = {
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true
},
Direction = "Horizontal"
},
Tools = ordered() {
Transform1_3 = Transform {
CtrlWShown = false,
Inputs = {
v = Input {
Expression = "0.5 + amplitude * iif(time > out, 0,bound)",
Value = 0.504755282581476
},
speed = Input { Value = 12 },
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
},
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
amplitude = Input { Value = 0.005 },
Center = Input {
Expression = "iif(Y == 0, Point(v, 0.5),Point(0.5,v))",
Value = { 0.504755282581476, 0.5 }
},
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)",
Value = 0.951056516295153
}
},
UserControls = 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" } },
ViewInfo = OperatorInfo { Pos = { 0, 29.7576007843018 } }
}
},
NameSet = true
},
Loader9 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
Loop = 0,
ExtendLast = 0,
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!左腕\\-弓.png"
}
},
ViewInfo = OperatorInfo { Pos = { 1595, -643.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader45 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
Loop = 0,
ExtendLast = 0,
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\汗.png"
}
},
ViewInfo = OperatorInfo { Pos = { 3300, -247.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["ぴょん_Ctrl"] = Transform {
Inputs = {
Center = Input {
SourceOp = "XYPath1_1",
Source = "Value"
},
speed = Input {
SourceOp = "Motion_Speed",
Source = "Value"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
UserControls = 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 } },
ViewInfo = OperatorInfo { Pos = { 3960, 511.5 } },
NameSet = true
},
XYPath1_1 = XYPath {
Inputs = {
Y = Input {
SourceOp = "Calculation1_1_1",
Source = "Result"
},
X = Input { Value = 0.5 }
},
ShowKeyPoints = false,
DrawMode = "ModifyOnly",
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
CtrlWZoom = false
},
Calculation1_1_1 = Calculation {
CtrlWZoom = false,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
FirstOperand = Input {
SourceOp = "Calculation2_1_1",
Source = "Result"
},
FirstOperandTimeOffset = Input { Expression = "-comp.GlobalStart - ぴょん_Ctrl.offset" },
SecondOperand = Input { Value = 0.5 }
}
},
Calculation2_1_1 = Calculation {
CtrlWZoom = false,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
FirstOperand = Input {
SourceOp = "Calculation4_1",
Source = "Result"
},
FirstOperandTimeScale = Input { Expression = "ぴょん_Ctrl.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate" },
SecondOperand = Input { Value = 0.5 },
Operator = Input { Value = 2 }
}
},
Calculation4_1 = Calculation {
CtrlWZoom = false,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
FirstOperand = Input {
SourceOp = "Calculation4_1FirstOperand",
Source = "Value"
},
SecondOperand = Input {
SourceOp = "Motion_Str",
Source = "Value"
},
Operator = Input { Value = 2 }
}
},
Calculation4_1FirstOperand = BezierSpline {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
CtrlWZoom = false,
KeyFrames = {
[0] = { 0, Flags = { Linear = true }, RH = { 2.65, 0.18 } },
[13] = { 0, RH = { 15.2, 0.05 }, LH = { 9.5, 0.194 } },
[22] = { 0, RH = { 24.9, 0.02 }, LH = { 18.7, 0.06 } },
[30] = { 0, LH = { 27.4851924208954, 0 } }
},
SplineColor = { Green = 255, Blue = 0, Red = 0 }
},
Loader36 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
Loop = 0,
ExtendLast = 0,
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!目\\-上むき.png"
}
},
ViewInfo = OperatorInfo { Pos = { 4345, -1402.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader35 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
Loop = 0,
ExtendLast = 0,
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!目\\-ジト目.png"
}
},
ViewInfo = OperatorInfo { Pos = { 4235, -1402.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["跳ねる_Ctrl"] = Transform {
Inputs = {
speed = Input {
SourceOp = "Motion_Speed",
Source = "Value"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
},
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
amplitude = Input {
SourceOp = "Motion_Str",
Source = "Value"
},
Center = Input {
Expression = "Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))",
Value = { 0.5, 0.595105651629515 }
},
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\n",
Value = 0.951056516295154
}
},
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
UserControls = 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 } },
ViewInfo = OperatorInfo { Pos = { 4290, 511.5 } },
NameSet = true
},
Loader33 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
Loop = 0,
ExtendLast = 0,
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!目\\-ウインク.png"
}
},
ViewInfo = OperatorInfo { Pos = { 4015, -1402.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader19 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
Loop = 0,
ExtendLast = 0,
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!口\\-あえ.png"
}
},
ViewInfo = OperatorInfo { Pos = { 3575, -973.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Loader17 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
Loop = 0,
ExtendLast = 0,
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!口\\-じゅるり.png"
}
},
ViewInfo = OperatorInfo { Pos = { 3355, -973.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["跳ねる_小"] = GroupOperator {
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform1_1_1",
Source = "Output"
}
},
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform1_1_1",
Source = "Input"
},
Input1 = InstanceInput {
SourceOp = "Transform1_1_1",
Source = "speed",
MinScale = 0.0010000000475,
Default = 2
},
Input2 = InstanceInput {
SourceOp = "Transform1_1_1",
Default = 0.1,
Source = "amplitude"
}
},
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
ViewInfo = GroupInfo {
Offset = { 0, 0 },
Pos = { 5280, 511.5 },
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Scale = 1,
PipeStyle = "Direct",
Flags = {
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true
},
Direction = "Horizontal"
},
Tools = ordered() {
Transform1_1_1 = Transform {
CtrlWShown = false,
Inputs = {
speed = Input { Value = 2 },
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
},
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
amplitude = Input { Value = 0.02 },
Center = Input {
Expression = "Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))",
Value = { 0.5, 0.595105651629515 }
},
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\n",
Value = 0.951056516295154
}
},
CtrlWZoom = false,
UserControls = 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 } },
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } }
}
},
NameSet = true
},
Loader5 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
Loop = 0,
ExtendLast = 0,
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!右腕\\-横.png"
}
},
ViewInfo = OperatorInfo { Pos = { 935, -643.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["拡縮_Ctrl"] = Transform {
Inputs = {
Center = Input { Value = { 0.504755282581476, 0.5 } },
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)",
Value = 0.951056516295153
},
v = Input {
Expression = "1 + amplitude * iif(time > out, 0,bound)",
Value = 0.504755282581476
},
speed = Input {
SourceOp = "Motion_Speed",
Source = "Value"
},
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
amplitude = Input {
SourceOp = "Motion_Str",
Source = "Value"
},
Size = Input { Expression = " v" },
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
UserControls = 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" } },
ViewInfo = OperatorInfo { Pos = { 4785, 511.5 } },
NameSet = true
},
["不安"] = GroupOperator {
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform1_2",
Source = "Output"
}
},
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform1_2",
Source = "Input"
},
Input3 = InstanceInput {
SourceOp = "Shake1",
Source = "RandomSeed",
Default = 0,
Width = 1
},
Input4 = InstanceInput {
SourceOp = "Shake1",
Width = 0.385,
Source = "Randomize"
},
Input5 = InstanceInput {
SourceOp = "Shake1",
Default = 10,
Source = "Smoothness"
},
Input1 = InstanceInput {
SourceOp = "Transform1_2",
Source = "x",
Default = 0.1,
Name = "X"
},
Input2 = InstanceInput {
SourceOp = "Transform1_2",
Source = "y",
Default = 0.1,
Name = "Y"
}
},
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
ViewInfo = GroupInfo {
Offset = { 0, 0 },
Pos = { 5445, 511.5 },
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Scale = 1,
PipeStyle = "Direct",
Flags = {
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true
},
Direction = "Horizontal"
},
Tools = ordered() {
Transform1_2 = Transform {
CtrlWShown = false,
Inputs = {
in_out = Input {
SourceOp = "KeyframeStretcher1",
Source = "Result"
},
y = Input { Value = 0.01 },
x = Input { Value = 0.01 },
Center = Input {
Expression = "Point(0.5, 0.5) + shake * in_out",
Value = { 0.502997744173508, 0.497908177638071 }
},
shake = Input {
SourceOp = "Shake1",
Source = "Position"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
UserControls = 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 } },
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } }
},
KeyframeStretcher1 = KeyStretcherMod {
CtrlWZoom = false,
Inputs = {
StretchStart = Input { Value = 10 },
StretchEnd = Input { Value = 110 },
Keyframes = Input {
SourceOp = "KeyStretcheronTransform1_2Keyframes",
Source = "Value"
}
}
},
KeyStretcheronTransform1_2Keyframes = BezierSpline {
CtrlWZoom = false,
KeyFrames = {
[0] = { 0, Flags = { Linear = true }, RH = { 3.33333333333333, 0 } },
[10] = { 1, RH = { 43.3333333333333, 1 }, LH = { 6.66666666666667, 1 } },
[110] = { 1, RH = { 113.333333333333, 1 }, LH = { 76.6666666666667, 1 } },
[120] = { 0, LH = { 116.666666666667, 0 } }
},
SplineColor = { Green = 106, Blue = 231, Red = 193 }
},
Shake1 = Shake {
CtrlWZoom = false,
Faster = true,
Inputs = {
YMaximum = Input {
Expression = "Transform1_2.y",
Value = 0.01
},
LockXY = Input { Value = 0 },
XMinimum = Input {
Expression = "-Transform1_2.x",
Value = -0.01
},
XMaximum = Input {
Expression = "Transform1_2.x",
Value = 0.01
},
YMinimum = Input {
Expression = "-Transform1_2.y",
Value = -0.01
},
Smoothness = Input { Value = 2 }
}
}
},
NameSet = true
},
Background1 = Background {
ViewInfo = OperatorInfo { Pos = { 165, -247.5 } },
Inputs = {
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1873 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
SetDomain1 = SetDomain {
ViewInfo = OperatorInfo { Pos = { 165, -115.5 } },
Inputs = {
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background1",
Source = "Output"
},
Mode = Input { Value = FuID { "Set" } },
Right = Input { Value = 0 }
}
},
Loader1 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
Loop = 0,
ExtendLast = 0,
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!体.png"
}
},
ViewInfo = OperatorInfo { Pos = { 275, -247.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["体_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 275, -115.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain1",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader1",
Source = "Output"
}
}
},
Loader3 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
Loop = 0,
ExtendLast = 0,
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\-サイド髪基本.png"
}
},
ViewInfo = OperatorInfo { Pos = { 495, -247.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Root_MG = Merge {
ViewInfo = OperatorInfo { Pos = { 495, -115.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "体_MG",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader3",
Source = "Output"
}
}
},
Background2 = Background {
ViewInfo = OperatorInfo { Pos = { 715, -643.5 } },
Inputs = {
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1873 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
SetDomain2 = SetDomain {
ViewInfo = OperatorInfo { Pos = { 715, -511.5 } },
Inputs = {
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background2",
Source = "Output"
},
Mode = Input { Value = FuID { "Set" } },
Right = Input { Value = 0 }
}
},
Loader7 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
Loop = 0,
ExtendLast = 0,
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!右腕\\-基本.png"
}
},
ViewInfo = OperatorInfo { Pos = { 1155, -643.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["右腕_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 1155, -511.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain2",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader7",
Source = "Output"
}
}
},
["右腕"] = Transform {
ViewInfo = OperatorInfo { Pos = { 1155, -379.5 } },
Inputs = {
Input = Input {
SourceOp = "右腕_MG",
Source = "Output"
}
}
},
["右腕_MG1"] = Merge {
ViewInfo = OperatorInfo { Pos = { 1155, -115.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "Root_MG",
Source = "Output"
},
Foreground = Input {
SourceOp = "右腕",
Source = "Output"
}
}
},
Background3 = Background {
ViewInfo = OperatorInfo { Pos = { 1375, -643.5 } },
Inputs = {
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1873 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
SetDomain3 = SetDomain {
ViewInfo = OperatorInfo { Pos = { 1375, -511.5 } },
Inputs = {
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background3",
Source = "Output"
},
Mode = Input { Value = FuID { "Set" } },
Right = Input { Value = 0 }
}
},
Loader11 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
Loop = 0,
ExtendLast = 0,
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!左腕\\-基本.png"
}
},
ViewInfo = OperatorInfo { Pos = { 1815, -643.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["左腕_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 1815, -511.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain3",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader11",
Source = "Output"
}
}
},
["左腕"] = Transform {
ViewInfo = OperatorInfo { Pos = { 1815, -379.5 } },
Inputs = {
Input = Input {
SourceOp = "左腕_MG",
Source = "Output"
}
}
},
["左腕_MG1"] = Merge {
ViewInfo = OperatorInfo { Pos = { 1815, -115.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "右腕_MG1",
Source = "Output"
},
Foreground = Input {
SourceOp = "左腕",
Source = "Output"
}
}
},
HueCurves1 = HueCurves {
ViewInfo = OperatorInfo { Pos = { 2090, -115.5 } },
Tools = {
HueCurves1Lum = LUTBezier {
SplineColor = { Green = 204, Blue = 204, Red = 204 },
SmoothEndsTransition = true,
KeyColorSplines = {
[0] = {
[0] = { 1, RH = { 0.333, 1 } },
{ 1, RH = { 1.333, 1 }, LH = { 0.667, 1 } },
{ 1, RH = { 2.333, 1 }, LH = { 1.667, 1 } },
{ 1, RH = { 3.333, 1 }, LH = { 2.667, 1 } },
{ 1, RH = { 4.333, 1 }, LH = { 3.667, 1 } },
{ 1, RH = { 5.333, 1 }, LH = { 4.667, 1 } },
{ 1, LH = { 5.667, 1 } }
}
},
CtrlWZoom = false
},
HueCurves1Red = LUTBezier {
SplineColor = { Green = 42, Blue = 42, Red = 204 },
SmoothEndsTransition = true,
KeyColorSplines = {
[0] = {
[0] = { 1, RH = { 0.333, 1 } },
{ 1, RH = { 1.333, 1 }, LH = { 0.667, 1 } },
{ 1, RH = { 2.333, 1 }, LH = { 1.667, 1 } },
{ 1, RH = { 3.333, 1 }, LH = { 2.667, 1 } },
{ 1, RH = { 4.333, 1 }, LH = { 3.667, 1 } },
{ 1, RH = { 5.333, 1 }, LH = { 4.667, 1 } },
{ 1, LH = { 5.667, 1 } }
}
},
CtrlWZoom = false
},
HueCurves1Green = LUTBezier {
SplineColor = { Green = 204, Blue = 0, Red = 0 },
SmoothEndsTransition = true,
KeyColorSplines = {
[0] = {
[0] = { 1, RH = { 0.333, 1 } },
{ 1, RH = { 1.333, 1 }, LH = { 0.667, 1 } },
{ 1, RH = { 2.333, 1 }, LH = { 1.667, 1 } },
{ 1, RH = { 3.333, 1 }, LH = { 2.667, 1 } },
{ 1, RH = { 4.333, 1 }, LH = { 3.667, 1 } },
{ 1, RH = { 5.333, 1 }, LH = { 4.667, 1 } },
{ 1, LH = { 5.667, 1 } }
}
},
CtrlWZoom = false
},
HueCurves1Blue = LUTBezier {
SplineColor = { Green = 54, Blue = 204, Red = 54 },
SmoothEndsTransition = true,
KeyColorSplines = {
[0] = {
[0] = { 1, RH = { 0.333, 1 } },
{ 1, RH = { 1.333, 1 }, LH = { 0.667, 1 } },
{ 1, RH = { 2.333, 1 }, LH = { 1.667, 1 } },
{ 1, RH = { 3.333, 1 }, LH = { 2.667, 1 } },
{ 1, RH = { 4.333, 1 }, LH = { 3.667, 1 } },
{ 1, RH = { 5.333, 1 }, LH = { 4.667, 1 } },
{ 1, LH = { 5.667, 1 } }
}
},
CtrlWZoom = false
},
HueCurves1Red1 = LUTBezier {
SplineColor = { Green = 102, Blue = 102, Red = 204 },
SmoothEndsTransition = true,
KeyColorSplines = {
[0] = {
[0] = { 1, RH = { 0.333, 1 } },
{ 1, RH = { 1.333, 1 }, LH = { 0.667, 1 } },
{ 1, RH = { 2.333, 1 }, LH = { 1.667, 1 } },
{ 1, RH = { 3.333, 1 }, LH = { 2.667, 1 } },
{ 1, RH = { 4.333, 1 }, LH = { 3.667, 1 } },
{ 1, RH = { 5.333, 1 }, LH = { 4.667, 1 } },
{ 1, LH = { 5.667, 1 } }
}
},
CtrlWZoom = false
},
HueCurves1Green1 = LUTBezier {
SplineColor = { Green = 204, Blue = 102, Red = 102 },
SmoothEndsTransition = true,
KeyColorSplines = {
[0] = {
[0] = { 1, RH = { 0.333, 1 } },
{ 1, RH = { 1.333, 1 }, LH = { 0.667, 1 } },
{ 1, RH = { 2.333, 1 }, LH = { 1.667, 1 } },
{ 1, RH = { 3.333, 1 }, LH = { 2.667, 1 } },
{ 1, RH = { 4.333, 1 }, LH = { 3.667, 1 } },
{ 1, RH = { 5.333, 1 }, LH = { 4.667, 1 } },
{ 1, LH = { 5.667, 1 } }
}
},
CtrlWZoom = false
},
HueCurves1Blue1 = LUTBezier {
SplineColor = { Green = 134, Blue = 204, Red = 134 },
SmoothEndsTransition = true,
KeyColorSplines = {
[0] = {
[0] = { 1, RH = { 0.333, 1 } },
{ 1, RH = { 1.333, 1 }, LH = { 0.667, 1 } },
{ 1, RH = { 2.333, 1 }, LH = { 1.667, 1 } },
{ 1, RH = { 3.333, 1 }, LH = { 2.667, 1 } },
{ 1, RH = { 4.333, 1 }, LH = { 3.667, 1 } },
{ 1, RH = { 5.333, 1 }, LH = { 4.667, 1 } },
{ 1, LH = { 5.667, 1 } }
}
},
CtrlWZoom = false
},
HueCurves1Hue = LUTBezier {
SplineColor = { Green = 0, Blue = 204, Red = 204 },
SmoothEndsTransition = true,
KeyColorSplines = {
[0] = {
[0] = { 1.19259259259259, RH = { 0.333, 1.19259259259259 } },
{ 1, RH = { 1.333, 1 }, LH = { 0.623233578312219, 1 } },
{ 1, RH = { 2.333, 1 }, LH = { 1.667, 1 } },
{ 1, RH = { 3.333, 1 }, LH = { 2.667, 1 } },
{ 1, RH = { 4.333, 1 }, LH = { 3.667, 1 } },
{ 1, RH = { 5.333, 1 }, LH = { 4.667, 1 } },
{ 1.19259259259259, LH = { 5.667, 1.19259259259259 } }
}
},
CtrlWZoom = false
},
HueCurves1Sat = LUTBezier {
SplineColor = { Green = 204, Blue = 0, Red = 204 },
SmoothEndsTransition = true,
KeyColorSplines = {
[0] = {
[0] = { 0.807407407407407, RH = { 0.333, 0.807407407407407 } },
{ 1, RH = { 1.333, 1 }, LH = { 0.564668849552461, 1 } },
{ 1, RH = { 2.333, 1 }, LH = { 1.667, 1 } },
{ 1, RH = { 3.333, 1 }, LH = { 2.667, 1 } },
{ 1, RH = { 4.333, 1 }, LH = { 3.667, 1 } },
{ 1, RH = { 5.333, 1 }, LH = { 4.667, 1 } },
{ 0.807407407407407, LH = { 5.667, 0.807407407407407 } }
}
},
CtrlWZoom = false
}
},
Inputs = {
Lum = Input {
SourceOp = "HueCurves1Lum",
Source = "Value"
},
RedSuppress = Input {
SourceOp = "HueCurves1Red1",
Source = "Value"
},
GreenSuppress = Input {
SourceOp = "HueCurves1Green1",
Source = "Value"
},
Green = Input {
SourceOp = "HueCurves1Green",
Source = "Value"
},
Hue = Input {
SourceOp = "HueCurves1Hue",
Source = "Value"
},
BlueSuppress = Input {
SourceOp = "HueCurves1Blue1",
Source = "Value"
},
Red = Input {
SourceOp = "HueCurves1Red",
Source = "Value"
},
EditHue = Input { Value = 1 },
Blue = Input {
SourceOp = "HueCurves1Blue",
Source = "Value"
},
Sat = Input {
SourceOp = "HueCurves1Sat",
Source = "Value"
},
Input = Input {
SourceOp = "左腕_MG1",
Source = "Output"
}
}
},
Background4 = Background {
ViewInfo = OperatorInfo { Pos = { 2035, -643.5 } },
Inputs = {
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1873 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
SetDomain4 = SetDomain {
ViewInfo = OperatorInfo { Pos = { 2035, -511.5 } },
Inputs = {
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background4",
Source = "Output"
},
Mode = Input { Value = FuID { "Set" } },
Right = Input { Value = 0 }
}
},
Loader14 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
Loop = 0,
ExtendLast = 0,
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!ほっぺ\\-ほっぺ基本.png"
}
},
ViewInfo = OperatorInfo { Pos = { 2365, -643.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["ほっぺ_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 2365, -511.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain4",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader14",
Source = "Output"
}
}
},
["ほっぺ"] = Transform {
ViewInfo = OperatorInfo { Pos = { 2365, -379.5 } },
Inputs = {
Input = Input {
SourceOp = "ほっぺ_MG",
Source = "Output"
}
}
},
["ほっぺ_MG1"] = Merge {
ViewInfo = OperatorInfo { Pos = { 2365, -115.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "HueCurves1",
Source = "Output"
},
Foreground = Input {
SourceOp = "ほっぺ",
Source = "Output"
}
}
},
Background7 = Background {
ViewInfo = OperatorInfo { Pos = { 2750, -643.5 } },
Inputs = {
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1873 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
SetDomain7 = SetDomain {
ViewInfo = OperatorInfo { Pos = { 2750, -511.5 } },
Inputs = {
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background7",
Source = "Output"
},
Mode = Input { Value = FuID { "Set" } },
Right = Input { Value = 0 }
}
},
Loader44 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
Loop = 0,
ExtendLast = 0,
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!眉\\-普通眉.png"
}
},
ViewInfo = OperatorInfo { Pos = { 3190, -643.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["眉_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 3190, -511.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain7",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader44",
Source = "Output"
}
}
},
["眉"] = Transform {
ViewInfo = OperatorInfo { Pos = { 3190, -379.5 } },
Inputs = {
Input = Input {
SourceOp = "眉_MG",
Source = "Output"
}
}
},
["眉_MG1"] = Merge {
ViewInfo = OperatorInfo { Pos = { 3190, -115.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "ほっぺ_MG1",
Source = "Output"
},
Foreground = Input {
SourceOp = "眉",
Source = "Output"
}
}
},
["汗_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 3300, -115.5 } },
Inputs = {
Background = Input {
SourceOp = "眉_MG1",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
}
},
["涙_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 3410, -115.5 } },
Inputs = {
Background = Input {
SourceOp = "汗_MG",
Source = "Output"
},
PerformDepthMerge = Input { Value = 0 }
}
},
Body = Transform {
Locked = true,
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 3685, -115.5 } },
Colors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } },
Inputs = {
Input = Input {
SourceOp = "涙_MG",
Source = "Output"
},
FlattenTransform = Input { Value = 1 }
}
},
Background5 = Background {
ViewInfo = OperatorInfo { Pos = { 3025, -973.5 } },
Inputs = {
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1873 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
SetDomain5 = SetDomain {
ViewInfo = OperatorInfo { Pos = { 3025, -841.5 } },
Inputs = {
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background5",
Source = "Output"
},
Mode = Input { Value = FuID { "Set" } },
Right = Input { Value = 0 }
}
},
["口_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 4345, -841.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain5",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader26",
Source = "Output"
}
}
},
["口"] = Transform {
ViewInfo = OperatorInfo { Pos = { 4345, -709.5 } },
Inputs = {
Input = Input {
SourceOp = "口_MG",
Source = "Output"
}
}
},
MouthBase = Transform {
Locked = true,
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 4345, -511.5 } },
Colors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } },
Inputs = {
Input = Input {
SourceOp = "口",
Source = "Output"
},
FlattenTransform = Input { Value = 1 }
}
},
Loader26 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
Loop = 0,
ExtendLast = 0,
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!口\\-ほほえみ.png"
}
},
ViewInfo = OperatorInfo { Pos = { 4345, -973.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
M_Close = Fuse.Wireless {
Inputs = {
Input = Input {
SourceOp = "Loader26",
Source = "Output"
}
},
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 4235, -511.5 } },
NameSet = true
},
Loader22 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
Loop = 0,
ExtendLast = 0,
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!口\\-お.png"
}
},
ViewInfo = OperatorInfo { Pos = { 3905, -973.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
M01 = Fuse.Wireless {
Inputs = {
Input = Input {
SourceOp = "Loader22",
Source = "Output"
}
},
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 4125, -511.5 } },
NameSet = true
},
Loader21 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
Loop = 0,
ExtendLast = 0,
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!口\\-おおー.png"
}
},
ViewInfo = OperatorInfo { Pos = { 3795, -973.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
M02 = Fuse.Wireless {
Inputs = {
Input = Input {
SourceOp = "Loader21",
Source = "Output"
}
},
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 4015, -610.5 } },
NameSet = true
},
Transform2_1 = Transform {
ViewInfo = OperatorInfo { Pos = { 4015, -511.5 } },
Inputs = {
Pivot = Input { Value = { 0.479080440317471, 0.727027874181194 } },
Input = Input {
SourceOp = "M02",
Source = "Output"
},
Size = Input { Value = 0.8 }
}
},
Loader25 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
Loop = 0,
ExtendLast = 0,
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!口\\-あは.png"
}
},
ViewInfo = OperatorInfo { Pos = { 4235, -973.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
M03 = Fuse.Wireless {
Inputs = {
Input = Input {
SourceOp = "Loader25",
Source = "Output"
}
},
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 3850, -511.5 } },
NameSet = true
},
Loader24 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
Loop = 0,
ExtendLast = 0,
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!口\\-あはー.png"
}
},
ViewInfo = OperatorInfo { Pos = { 4125, -973.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
M_Open = Fuse.Wireless {
Inputs = {
Input = Input {
SourceOp = "Loader24",
Source = "Output"
}
},
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 3685, -511.5 } },
NameSet = true
},
MouthOpenAnim = MultiMerge {
UserControls = ordered() {
M_Open = {
INP_Default = 6,
INP_External = false,
LINKID_DataType = "Number",
LINKS_Name = "M_Open",
ICS_ControlPage = "口パク",
INP_Passive = true,
INP_Integer = true,
INP_MaxScale = 6,
INP_MinAllowed = 3,
INPID_InputControl = "SliderControl",
INP_MinScale = 3
},
Threshold = {
INP_Default = 0.550000011920929,
INP_External = false,
LINKID_DataType = "Number",
LINKS_Name = "Threshold",
ICS_ControlPage = "口パク",
INP_MaxScale = 1,
INP_Passive = true,
INP_Integer = false,
INP_MaxAllowed = 1,
INP_MinAllowed = 0,
INPID_InputControl = "SliderControl",
INP_MinScale = 0
}
},
Inputs = {
LayerEnabled3 = Input { Value = 0 },
["Layer4.Foreground"] = Input {
SourceOp = "Transform2_1",
Source = "Output"
},
LayerName4 = Input { Value = "M02" },
LayerEnabled4 = Input { Value = 0 },
["Layer5.Foreground"] = Input {
SourceOp = "M03",
Source = "Output"
},
LayerName5 = Input { Value = "M03" },
LayerEnabled5 = Input { Value = 0 },
["Layer6.Foreground"] = Input {
SourceOp = "M_Open",
Source = "Output"
},
LayerName6 = Input { Value = "M_Open" },
LayerEnabled6 = Input { Value = 0 },
Threshold = Input { Value = 0.8 },
Background = Input {
SourceOp = "Body",
Source = "Output"
},
LayerOrder = Input { Value = ScriptVal { {
[0] = 1,
2,
3,
4,
5,
6
} } },
["Layer1.Foreground"] = Input {
SourceOp = "MouthBase",
Source = "Output"
},
LayerName1 = Input { Value = "MouthBase" },
["Layer2.Foreground"] = Input {
SourceOp = "M_Close",
Source = "Output"
},
LayerName2 = Input { Value = "M_Close" },
LayerEnabled2 = Input { Value = 0 },
["Layer3.Foreground"] = Input {
SourceOp = "M01",
Source = "Output"
},
LayerName3 = Input { Value = "M01" }
},
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 4125, -115.5 } },
Colors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },
NameSet = true
},
Background6 = Background {
ViewInfo = OperatorInfo { Pos = { 3245, -1402.5 } },
Inputs = {
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1873 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
}
},
SetDomain6 = SetDomain {
ViewInfo = OperatorInfo { Pos = { 3245, -1270.5 } },
Inputs = {
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background6",
Source = "Output"
},
Mode = Input { Value = FuID { "Set" } },
Right = Input { Value = 0 }
}
},
Loader38 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
Loop = 0,
ExtendLast = 0,
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!目\\-カメラ目線.png"
}
},
ViewInfo = OperatorInfo { Pos = { 4565, -1402.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
["目_MG"] = Merge {
ViewInfo = OperatorInfo { Pos = { 4785, -1270.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain6",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader38",
Source = "Output"
}
}
},
["目"] = Transform {
ViewInfo = OperatorInfo { Pos = { 4785, -1138.5 } },
Inputs = {
Input = Input {
SourceOp = "目_MG",
Source = "Output"
}
}
},
EyeBase = Transform {
Inputs = {
Input = Input {
SourceOp = "目",
Source = "Output"
},
FlattenTransform = Input { Value = 1 }
},
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 4785, -511.5 } },
Colors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } },
NameSet = true
},
Loader34 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
Loop = 0,
ExtendLast = 0,
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!目\\-閉じ目.png"
}
},
ViewInfo = OperatorInfo { Pos = { 4125, -1402.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
},
Closed = Fuse.Wireless {
Inputs = {
Input = Input {
SourceOp = "Loader34",
Source = "Output"
}
},
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 4620, -511.5 } },
NameSet = true
},
EyeAnim = MultiMerge {
Inputs = {
Background = Input {
SourceOp = "MouthOpenAnim",
Source = "Output"
},
LayerOrder = Input { Value = ScriptVal { {
[0] = 1,
2
} } },
["Layer1.Foreground"] = Input {
SourceOp = "EyeBase",
Source = "Output"
},
LayerName1 = Input { Value = "EyeBase " },
["Layer2.Foreground"] = Input {
SourceOp = "Closed",
Source = "Output"
},
LayerName2 = Input { Value = "Closed" },
LayerEnabled2 = Input {
SourceOp = "EyeAnim_1LayerEnabled2",
Source = "Value"
},
Blink = Input { Value = 151 },
LayerEnabled1 = Input {
SourceOp = "EyeAnim_1LayerEnabled1",
Source = "Value"
}
},
UserControls = ordered() {
Blink = {
INP_Default = 127,
ICS_ControlPage = "目パチ",
LINKID_DataType = "Number",
LINKS_Name = "Blink",
INPID_InputControl = "SliderControl",
INP_External = false,
INP_Integer = true,
INP_MaxAllowed = 1000000,
INP_MinAllowed = 0,
INP_MaxScale = 500,
INP_MinScale = 0
},
Close = {
INP_Default = 4,
INP_External = false,
LINKID_DataType = "Number",
LINKS_Name = "Close",
ICS_ControlPage = "目パチ",
INP_Passive = true,
INP_Integer = true,
INP_MaxScale = 10,
INP_MinAllowed = 0,
INPID_InputControl = "SliderControl",
INP_MinScale = 0
},
Offset = {
INP_Default = 0,
ICS_ControlPage = "目パチ",
LINKID_DataType = "Number",
LINKS_Name = "Offset",
INP_Integer = true,
INP_External = false,
INP_MaxScale = 100,
INPID_InputControl = "SliderControl",
INP_MinScale = 0
},
Make = {
ICD_Width = 0.5,
ICS_ControlPage = "目パチ",
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Make Anim",
INPID_InputControl = "ButtonControl",
BTNCS_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"
},
Delete = {
ICD_Width = 0.5,
ICS_ControlPage = "目パチ",
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Delete Anim",
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "local tool = comp:FindTool('EyeAnim')\ncomp:Execute('!Py3: from rs_fusion.core.eye_blink import delete_mm;delete_mm(comp)')\n"
},
at00 = {
INP_Passive = true,
LBLC_DropDownButton = false,
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "ボタンを押さないと反映されません。",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "目パチ"
},
sp00 = {
INP_Passive = true,
LBLC_DropDownButton = false,
ICS_ControlPage = "目パチ",
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "",
INPID_InputControl = "LabelControl",
INP_External = false
}
},
NameSet = true,
Colors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },
ViewInfo = OperatorInfo { Pos = { 4785, -82.5 } }
},
EyeAnim_1LayerEnabled1 = BezierSpline {
NameSet = true,
KeyFrames = {
[0] = { 1, Flags = { Linear = true, PreLoop = true, Loop = true }, RH = { 49, 0.666666666666667 } },
[147] = { 0, Flags = { StepIn = true }, RH = { 148.333333333333, 0.333333333333333 }, LH = { 98, 0.333333333333333 } },
[151] = { 1, Flags = { StepIn = true, PreLoop = true, Loop = true }, LH = { 149.666666666667, 0.666666666666667 } }
},
CtrlWZoom = false,
SplineColor = { Green = 82, Blue = 232, Red = 198 }
},
EyeAnim_1LayerEnabled2 = BezierSpline {
NameSet = true,
KeyFrames = {
[0] = { 0, Flags = { Linear = true, PreLoop = true, Loop = true }, RH = { 49, 0.333333333333333 } },
[147] = { 1, Flags = { StepIn = true }, RH = { 148.333333333333, 0.666666666666667 }, LH = { 98, 0.666666666666667 } },
[151] = { 0, Flags = { StepIn = true, PreLoop = true, Loop = true }, LH = { 149.666666666667, 0.333333333333333 } }
},
CtrlWZoom = false,
SplineColor = { Green = 82, Blue = 214, Red = 232 }
},
Root = Transform {
Inputs = {
Grp_Root = Input { Value = 0 },
["Grp_ほっぺ"] = Input { Value = 0 },
Comments = 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" },
Input = Input {
SourceOp = "EyeAnim",
Source = "Output"
}
},
UserControls = ordered() {
CopyPose = {
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.copy(comp)]])",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Copy Pose",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
PastePose = {
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.paste(comp)]])",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Paste Pose",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
SavePose = {
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.save(comp, fu)]])",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Save Pose",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
LoadPose = {
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.load(comp, fu)]])",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Load Pose",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
Grp_Root = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 6,
LINKS_Name = "Root",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N010_namida_show_59 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"涙_MG\")\nlocal node = comp:FindTool(\"Loader46\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "涙 show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N010_namida_hide_59 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"涙_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "涙 hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N009_ase_show_58 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"汗_MG\")\nlocal node = comp:FindTool(\"Loader45\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "汗 show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N009_ase_hide_58 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"汗_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "汗 hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N002_saidokamikihon4 = {
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*サイド髪基本",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N001_saidokamihane3 = {
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*サイド髪跳ね",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["Grp_眉"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 4,
LINKS_Name = "眉",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N003_futsuumayu57 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader44\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*普通眉",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N002_agarimayu56 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader43\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*上がり眉",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N001_ikarimayu55 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader42\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*怒り眉",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N000_komarimayu54 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader41\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*困り眉",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["Grp_目"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 14,
LINKS_Name = "目",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N013_kihon51 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader40\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*基本",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N012_kihon250 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader39\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*基本2",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N011_kameramesen49 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader38\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*カメラ目線",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N010_mesorashi48 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader37\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*目そらし",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N009_uemuki47 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader36\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*上むき",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N008_jitome46 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader35\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ジト目",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N007_tojime45 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader34\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*閉じ目",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N006_uinku44 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader33\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ウインク",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N005_nikkori43 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader32\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*にっこり",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["N004_〇〇42"] = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader31\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*〇〇",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N003_none41 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader30\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*><",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["N002_・・40"] = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader29\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*・・",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N001_zuda39 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader28\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*(ず・ ・だ)",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N000_zudaflipx38 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader27\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*(ず・ ・だ):flipx",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["Grp_口"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 12,
LINKS_Name = "口",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N011_hohoemi35 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader26\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ほほえみ",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N010_aha34 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader25\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*あは",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N009_ahaa33 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader24\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*あはー",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N008_n32 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader23\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ん",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N007_o31 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader22\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*お",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N006_ooo30 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader21\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*おおー",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N005_nmu29 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader20\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*んむ",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N004_ae28 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader19\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*あえ",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N003_eaa27 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader18\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*えあー",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N002_jururi26 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader17\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*じゅるり",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N001_perori25 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader16\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ぺろり",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["N000_ω24"] = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader15\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ω",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["Grp_ほっぺ"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 3,
LINKS_Name = "ほっぺ",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N002_hoppekihon21 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"ほっぺ_MG\")\nlocal node = comp:FindTool(\"Loader14\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ほっぺ基本",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N001_hoppeakame20 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"ほっぺ_MG\")\nlocal node = comp:FindTool(\"Loader13\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ほっぺ赤め",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N000_sekimen19 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"ほっぺ_MG\")\nlocal node = comp:FindTool(\"Loader12\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*赤面",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["Grp_左腕"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 4,
LINKS_Name = "左腕",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N003_kihon16 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader11\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*基本",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N002_tewoageru15 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader10\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*手を挙げる",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N001_yumi14 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader9\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*弓",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N000_kuchimotoniyubi13 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader8\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*口元に指",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["Grp_右腕"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 4,
LINKS_Name = "右腕",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N003_kihon10 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader7\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*基本",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N002_tewoageru9 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader6\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*手を挙げる",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N001_yoko8 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader5\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*横",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N000_atamakotsun7 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader4\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*頭こつん",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
}
},
Colors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },
ViewInfo = OperatorInfo { Pos = { 4785, 115.5 } }
},
["モーションなし"] = Transform {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
CtrlWZoom = false,
ViewInfo = OperatorInfo { Pos = { 4785, 247.5 } },
Inputs = {
Input = Input {
SourceOp = "Root",
Source = "Output"
}
}
},
["縦揺れ_Ctrl"] = Transform {
Inputs = {
v = Input {
Expression = "0.5 + amplitude * iif(time > out, 0,bound)",
Value = 0.504755282581476
},
speed = Input {
SourceOp = "Motion_Speed",
Source = "Value"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
},
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
amplitude = Input {
SourceOp = "Motion_Str",
Source = "Value"
},
Center = Input {
Expression = "Point(0.5,v)",
Value = { 0.504755282581476, 0.5 }
},
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)",
Value = 0.951056516295153
}
},
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
UserControls = 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" } },
ViewInfo = OperatorInfo { Pos = { 4620, 511.5 } },
NameSet = true
},
Loader16 = Loader {
Clips = {
Clip {
FormatID = "PNGFormat",
GlobalEnd = -1000,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ID = "Clip1",
AspectMode = 0,
TimeCode = 0,
GlobalStart = -1000,
Depth = 0,
Loop = 0,
ExtendLast = 0,
Filename = "CHARA:\\東北ずん子立ち絵素材2.0\\!口\\-ぺろり.png"
}
},
ViewInfo = OperatorInfo { Pos = { 3245, -973.5 } },
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
}
}
},
ViewInfo = GroupInfo {
Offset = { 0, 0 },
Scale = 1,
PipeStyle = "Direct",
Flags = {
AllowPan = false,
AutoSnap = true,
ForceAll = true,
GridSnap = true
},
Direction = "Horizontal"
}
}
}
}
================================================
FILE: Templates/Edit/Generators/枠線を引く.setting
================================================
{
Tools = ordered() {
Group1 = GroupOperator {
CtrlWZoom = false,
Inputs = ordered() {
CommentsNest = Input { Value = 0, },
},
Outputs = {
Output1 = InstanceOutput {
SourceOp = "Background2",
Source = "Output",
}
},
ViewInfo = GroupInfo {
Pos = { 605, -115.5 },
Flags = {
Expanded = true,
AllowPan = false,
ForceAll = true,
GridSnap = true,
AutoSnap = true,
RemoveRouters = true
},
Size = { 126, 173.917, 63, 24.2424 },
Direction = "Horizontal",
PipeStyle = "Direct",
Scale = 1,
Offset = { -605, 122.659 }
},
Tools = ordered() {
Background2 = Background {
CtrlWZoom = false,
Inputs = {
Width = Input { Value = 1920, },
Height = Input { Value = 1080, },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
BackgroundNest = Input { Value = 0, },
TopLeftRed = Input {
Value = 1,
Expression = "Group1.Red",
},
TopLeftGreen = Input {
Value = 1,
Expression = "Group1.Green",
},
TopLeftBlue = Input {
Value = 1,
Expression = "Group1.Blue",
},
TopLeftAlpha = Input { Expression = "Group1.Alpha", },
EffectMask = Input {
SourceOp = "Rectangle1",
Source = "Mask",
}
},
ViewInfo = OperatorInfo { Pos = { 605, -49.5 } },
},
Rectangle1 = RectangleMask {
CtrlWZoom = false,
Inputs = {
Filter = Input { Value = FuID { "Fast Gaussian" }, },
BorderWidth = Input {
Value = 0.005,
Expression = "Group1.BorderWidth / 1000",
},
Solid = Input { Value = 0, },
MaskWidth = Input { Value = 1920, },
MaskHeight = Input { Value = 1080, },
PixelAspect = Input { Value = { 1, 1 }, },
ClippingMode = Input { Value = FuID { "None" }, },
Center = Input { Expression = "(Group1.P1 + Group1.P2) / 2", },
Width = Input { Expression = "abs(Group1.P1.X - Group1.P2.X)", },
Height = Input { Expression = "abs(Group1.P1.Y - Group1.P2.Y)", },
},
ViewInfo = OperatorInfo { Pos = { 605, -115.5 } },
}
},
UserControls = ordered() {
P1 = {
LINKS_Name = "P1",
LINKID_DataType = "Point",
INPID_InputControl = "OffsetControl",
INPID_PreviewControl = "CrosshairControl",
INP_DefaultX = 0.25,
INP_DefaultY = 0.75,
CHC_Style = "NormalCross",
},
P2 = {
LINKS_Name = "P2",
LINKID_DataType = "Point",
INPID_InputControl = "OffsetControl",
INPID_PreviewControl = "CrosshairControl",
INP_DefaultX = 0.75,
INP_DefaultY = 0.25,
CHC_Style = "NormalCross",
},
BorderWidth = {
LINKS_Name = "BorderWidth",
LINKID_DataType = "Number",
INPID_InputControl = "SliderControl",
INP_Default = 5,
INP_Integer = false,
INP_MinScale = 0,
INP_MaxScale = 1000,
INP_MinAllowed = -1000000,
INP_MaxAllowed = 1000000,
},
Red = {
LINKS_Name = "Color",
LINKID_DataType = "Number",
INPID_InputControl = "ColorControl",
INP_Default = 1,
INP_Integer = false,
INP_MinScale = 0,
INP_MaxScale = 1,
INP_MinAllowed = -1000000,
INP_MaxAllowed = 1000000,
IC_ControlGroup = 1,
IC_ControlID = 0,
CLRC_ColorSpace = "HSV",
CLRC_ShowWheel = false,
},
Green = {
LINKS_Name = "Color",
LINKID_DataType = "Number",
INPID_InputControl = "ColorControl",
INP_Default = 1,
INP_Integer = false,
INP_MinScale = 0,
INP_MaxScale = 1,
INP_MinAllowed = -1000000,
INP_MaxAllowed = 1000000,
IC_ControlGroup = 1,
IC_ControlID = 1,
CLRC_ColorSpace = "HSV",
CLRC_ShowWheel = false,
},
Blue = {
LINKS_Name = "Color",
LINKID_DataType = "Number",
INPID_InputControl = "ColorControl",
INP_Default = 1,
INP_Integer = false,
INP_MinScale = 0,
INP_MaxScale = 1,
INP_MinAllowed = -1000000,
INP_MaxAllowed = 1000000,
IC_ControlGroup = 1,
IC_ControlID = 2,
CLRC_ColorSpace = "HSV",
CLRC_ShowWheel = false,
},
Alpha = {
LINKS_Name = "Color",
LINKID_DataType = "Number",
INPID_InputControl = "ColorControl",
INP_Default = 1,
INP_Integer = false,
INP_MinScale = 0,
INP_MaxScale = 1,
INP_MinAllowed = -1000000,
INP_MaxAllowed = 1000000,
IC_ControlGroup = 1,
IC_ControlID = 3,
CLRC_ColorSpace = "HSV",
CLRC_ShowWheel = false,
}
}
}
}
}
================================================
FILE: Templates/Edit/Generators/琴葉茜.setting
================================================
{
Tools = ordered() {
Akane = GroupOperator {
ViewInfo = GroupInfo {
Direction = "Horizontal",
Flags = {
ForceAll = true,
GridSnap = true,
AllowPan = false,
AutoSnap = true
},
Offset = { 0, 0 },
Scale = 1,
PipeStyle = "Direct"
},
Outputs = ordered() {
MainOutput1 = InstanceOutput {
SourceOp = "レイアウト",
Source = "Output"
}
},
Inputs = ordered() {
Input1 = InstanceInput {
SourceOp = "Root",
Source = "CopyPose",
Default = 0,
Name = "Copy Pose"
},
Input2 = InstanceInput {
SourceOp = "Root",
Source = "PastePose",
Default = 0,
Name = "Paste Pose"
},
Input3 = InstanceInput {
SourceOp = "Root",
Source = "SavePose",
Default = 0,
Name = "Save Pose"
},
Input4 = InstanceInput {
SourceOp = "Root",
Source = "LoadPose",
Default = 0,
Name = "Load Pose"
},
Input5 = InstanceInput {
SourceOp = "レイアウト",
Source = "Center"
},
Input6 = InstanceInput {
SourceOp = "レイアウト",
Source = "Pivot"
},
Input7 = InstanceInput {
SourceOp = "レイアウト",
Source = "UseSizeAndAspect",
Default = 1,
Name = "Use Size and Aspect"
},
Input8 = InstanceInput {
Default = 1,
SourceOp = "レイアウト",
Source = "Size"
},
Input9 = InstanceInput {
Default = 1,
SourceOp = "レイアウト",
Source = "Aspect"
},
Input10 = InstanceInput {
SourceOp = "レイアウト",
Source = "XSize",
Default = 1,
Name = "X Size"
},
Input11 = InstanceInput {
SourceOp = "レイアウト",
Source = "YSize",
Default = 1,
Name = "Y Size"
},
Input12 = InstanceInput {
Default = 0,
SourceOp = "レイアウト",
Source = "Angle"
},
Input13 = InstanceInput {
SourceOp = "レイアウト",
Source = "FlipHoriz",
ControlGroup = 1,
Name = "Flip Horizontal",
Default = 0
},
Input14 = InstanceInput {
SourceOp = "レイアウト",
Source = "FlipVert",
ControlGroup = 1,
Name = "Flip Vertical",
Default = 0
},
Input15 = InstanceInput {
SourceOp = "Motion_Speed",
Source = "Value",
Default = 1,
Name = "スピード",
Page = "モーション"
},
Input16 = InstanceInput {
SourceOp = "Motion_Str",
Source = "Value",
Default = 1,
Name = "強さ"
},
Input17 = InstanceInput {
SourceOp = "モーションSelector",
Source = "N000_モーションなし",
Default = 0,
Name = "モーションなし"
},
Input18 = InstanceInput {
SourceOp = "モーションSelector",
Source = "N001_ぽよ",
Default = 0,
Name = "ぽよ"
},
Input19 = InstanceInput {
SourceOp = "モーションSelector",
Source = "N002_ぴょん_Ctrl",
Default = 0,
Name = "ぴょん_Ctrl"
},
Input20 = InstanceInput {
SourceOp = "モーションSelector",
Source = "N003_リズム_Ctrl",
Default = 0,
Name = "リズム_Ctrl"
},
Input21 = InstanceInput {
SourceOp = "モーションSelector",
Source = "N004_跳ねる_Ctrl",
Default = 0,
Name = "跳ねる_Ctrl"
},
Input22 = InstanceInput {
SourceOp = "モーションSelector",
Source = "N005_横揺れ_Ctrl",
Default = 0,
Name = "横揺れ_Ctrl"
},
Input23 = InstanceInput {
SourceOp = "モーションSelector",
Source = "N006_縦揺れ_Ctrl",
Default = 0,
Name = "縦揺れ_Ctrl"
},
Input24 = InstanceInput {
SourceOp = "モーションSelector",
Source = "N007_拡縮_Ctrl",
Default = 0,
Name = "拡縮_Ctrl"
},
Input25 = InstanceInput {
SourceOp = "モーションSelector",
Source = "N008_パーターブ_Ctrl",
Default = 0,
Name = "パーターブ_Ctrl"
},
Input26 = InstanceInput {
SourceOp = "モーションSelector",
Source = "N009_跳ねる",
Default = 0,
Name = "跳ねる"
},
Input27 = InstanceInput {
SourceOp = "モーションSelector",
Source = "N010_跳ねる_小",
Default = 0,
Name = "跳ねる_小"
},
Input28 = InstanceInput {
SourceOp = "モーションSelector",
Source = "N011_不安",
Default = 0,
Name = "不安"
},
Input29 = InstanceInput {
SourceOp = "モーションSelector",
Source = "N012_荒ぶる",
Default = 0,
Name = "荒ぶる"
},
Input30 = InstanceInput {
SourceOp = "モーションSelector",
Source = "N013_震え",
Default = 0,
Name = "震え"
},
Input31 = InstanceInput {
SourceOp = "Root",
Source = "Grp_記号など",
Default = 0,
Name = "記号など"
},
Input32 = InstanceInput {
SourceOp = "Root",
Source = "N002_ase_show_77",
Default = 0,
Name = "汗 show"
},
Input33 = InstanceInput {
SourceOp = "Root",
Source = "N002_ase_hide_77",
Default = 0,
Name = "汗 hide"
},
Input34 = InstanceInput {
SourceOp = "Root",
Source = "N001_ase2_show_76",
Default = 0,
Name = "汗2 show"
},
Input35 = InstanceInput {
SourceOp = "Root",
Source = "N001_ase2_hide_76",
Default = 0,
Name = "汗2 hide"
},
Input36 = InstanceInput {
SourceOp = "Root",
Source = "N000_namida_show_75",
Default = 0,
Name = "涙 show"
},
Input37 = InstanceInput {
SourceOp = "Root",
Source = "N000_namida_hide_75",
Default = 0,
Name = "涙 hide"
},
Input38 = InstanceInput {
SourceOp = "Root",
Source = "Grp_眉",
Default = 1,
Name = "眉"
},
Input39 = InstanceInput {
SourceOp = "Root",
Source = "N003_kihon72",
Default = 0,
Name = "*基本"
},
Input40 = InstanceInput {
SourceOp = "Root",
Source = "N002_gokigen71",
Default = 0,
Name = "*ごきげん"
},
Input41 = InstanceInput {
SourceOp = "Root",
Source = "N001_komari70",
Default = 0,
Name = "*困り"
},
Input42 = InstanceInput {
SourceOp = "Root",
Source = "N000_oko69",
Default = 0,
Name = "*おこ"
},
Input43 = InstanceInput {
SourceOp = "Root",
Source = "Grp_目",
Default = 1,
Name = "目"
},
Input44 = InstanceInput {
SourceOp = "Root",
Source = "N005_mesetto66",
Default = 0,
Name = "*目セット"
},
Input45 = InstanceInput {
SourceOp = "Root",
Source = "N004_tatesenme50",
Default = 0,
Name = "*縦線目"
},
Input46 = InstanceInput {
SourceOp = "Root",
Source = "N003_tojime49",
Default = 0,
Name = "*閉じ目"
},
Input47 = InstanceInput {
SourceOp = "Root",
Source = "N002_nagomime48",
Default = 0,
Name = "*なごみ目"
},
Input48 = InstanceInput {
SourceOp = "Root",
Source = "N001_none47",
Default = 0,
Name = "*><"
},
Input49 = InstanceInput {
SourceOp = "Root",
Source = "N000_nikkori46",
Default = 0,
Name = "*にっこり"
},
Input50 = InstanceInput {
SourceOp = "Root",
Source = "Grp_目セット",
Default = 0,
Name = "目セット"
},
Input51 = InstanceInput {
SourceOp = "Root",
Source = "N003_matsugekihon66",
Default = 0,
Name = "*まつげ基本"
},
Input52 = InstanceInput {
SourceOp = "Root",
Source = "N002_matsugehanme65",
Default = 0,
Name = "*まつげ半目"
},
Input53 = InstanceInput {
SourceOp = "Root",
Source = "N001_matsugeoko64",
Default = 0,
Name = "*まつげおこ"
},
Input54 = InstanceInput {
SourceOp = "Root",
Source = "Grp_黒目",
Default = 0,
Name = "黒目"
},
Input55 = InstanceInput {
SourceOp = "Root",
Source = "N008_kihon63",
Default = 0,
Name = "*基本"
},
Input56 = InstanceInput {
SourceOp = "Root",
Source = "N007_kameramesenmigi5px62",
Default = 0,
Name = "*カメラ目線/右5px"
},
Input57 = InstanceInput {
SourceOp = "Root",
Source = "N006_mesorashihidari5px61",
Default = 0,
Name = "*目逸らし/左5px"
},
Input58 = InstanceInput {
SourceOp = "Root",
Source = "N005_nigorime60",
Default = 0,
Name = "*濁り目"
},
Input59 = InstanceInput {
SourceOp = "Root",
Source = "N004_kirakirame59",
Default = 0,
Name = "*きらきら目"
},
Input60 = InstanceInput {
SourceOp = "Root",
Source = "N003_haatome58",
Default = 0,
Name = "*ハート目"
},
Input61 = InstanceInput {
SourceOp = "Root",
Source = "N002_gurugurume57",
Default = 0,
Name = "*ぐるぐる目"
},
Input62 = InstanceInput {
SourceOp = "Root",
Source = "N001_yabame56",
Default = 0,
Name = "*やば目"
},
Input63 = InstanceInput {
SourceOp = "Root",
Source = "N000_shironukime55",
Default = 0,
Name = "*白抜き目"
},
Input64 = InstanceInput {
SourceOp = "Root",
Source = "Grp_口",
Default = 1,
Name = "口"
},
Input65 = InstanceInput {
SourceOp = "Root",
Source = "N011_hohoemi43",
Default = 0,
Name = "*ほほえみ"
},
Input66 = InstanceInput {
SourceOp = "Root",
Source = "N010_waaa42",
Default = 0,
Name = "*わあー"
},
Input67 = InstanceInput {
SourceOp = "Root",
Source = "N009_uhehe41",
Default = 0,
Name = "*うへへ"
},
Input68 = InstanceInput {
SourceOp = "Root",
Source = "N008_niyari40",
Default = 0,
Name = "*にやり"
},
Input69 = InstanceInput {
SourceOp = "Root",
Source = "N007_sun39",
Default = 0,
Name = "*すん"
},
Input70 = InstanceInput {
SourceOp = "Root",
Source = "N006_o38",
Default = 0,
Name = "*お"
},
Input71 = InstanceInput {
SourceOp = "Root",
Source = "N005_oo37",
Default = 0,
Name = "*おー"
},
Input72 = InstanceInput {
SourceOp = "Root",
Source = "N004_e36",
Default = 0,
Name = "*え"
},
Input73 = InstanceInput {
SourceOp = "Root",
Source = "N003_uootsu35",
Default = 0,
Name = "*うおーっ"
},
Input74 = InstanceInput {
SourceOp = "Root",
Source = "N002_muu34",
Default = 0,
Name = "*むー"
},
Input75 = InstanceInput {
SourceOp = "Root",
Source = "N001_hoo33",
Default = 0,
Name = "*ほー"
},
Input76 = InstanceInput {
SourceOp = "Root",
Source = "N000_nn32",
Default = 0,
Name = "*んー"
},
Input77 = InstanceInput {
SourceOp = "Root",
Source = "Grp_顔色",
Default = 0,
Name = "顔色"
},
Input78 = InstanceInput {
SourceOp = "Root",
Source = "N004_kageri_show_28",
Default = 0,
Name = "かげり show"
},
Input79 = InstanceInput {
SourceOp = "Root",
Source = "N004_kageri_hide_28",
Default = 0,
Name = "かげり hide"
},
Input80 = InstanceInput {
SourceOp = "Root",
Source = "N003_hoppe27",
Default = 0,
Name = "*ほっぺ"
},
Input81 = InstanceInput {
SourceOp = "Root",
Source = "N002_hoppeakame26",
Default = 0,
Name = "*ほっぺ赤め"
},
Input82 = InstanceInput {
SourceOp = "Root",
Source = "N001_hoppeakame225",
Default = 0,
Name = "*ほっぺ赤め2"
},
Input83 = InstanceInput {
SourceOp = "Root",
Source = "N000_kuma24",
Default = 0,
Name = "*クマ"
},
Input84 = InstanceInput {
SourceOp = "Root",
Source = "Grp_左腕",
Default = 1,
Name = "左腕"
},
Input85 = InstanceInput {
SourceOp = "Root",
Source = "N004_kihon20",
Default = 0,
Name = "*基本"
},
Input86 = InstanceInput {
SourceOp = "Root",
Source = "N003_kangaeru19",
Default = 0,
Name = "*考える"
},
Input87 = InstanceInput {
SourceOp = "Root",
Source = "N002_piisu18",
Default = 0,
Name = "*ピース"
},
Input88 = InstanceInput {
SourceOp = "Root",
Source = "N001_banzai17",
Default = 0,
Name = "*ばんざい"
},
Input89 = InstanceInput {
SourceOp = "Root",
Source = "N000_udewohirogeru16",
Default = 0,
Name = "*腕をひろげる"
},
Input90 = InstanceInput {
SourceOp = "Root",
Source = "Grp_右腕",
Default = 1,
Name = "右腕"
},
Input91 = InstanceInput {
SourceOp = "Root",
Source = "N005_kihon13",
Default = 0,
Name = "*基本"
},
Input92 = InstanceInput {
SourceOp = "Root",
Source = "N004_piisu12",
Default = 0,
Name = "*ピース"
},
Input93 = InstanceInput {
SourceOp = "Root",
Source = "N003_sasasu11",
Default = 0,
Name = "*指さす"
},
Input94 = InstanceInput {
SourceOp = "Root",
Source = "N002_houchou10",
Default = 0,
Name = "*包丁"
},
Input95 = InstanceInput {
SourceOp = "Root",
Source = "N001_banzai9",
Default = 0,
Name = "*ばんざい"
},
Input96 = InstanceInput {
SourceOp = "Root",
Source = "N000_udewohirogeru8",
Default = 0,
Name = "*腕をひろげる"
},
Input97 = InstanceInput {
SourceOp = "Root",
Source = "Grp_Root",
Default = 0,
Name = "Root"
},
Input98 = InstanceInput {
SourceOp = "Root",
Source = "N012_kigounado_show_77",
Default = 0,
Name = "記号など show"
},
Input99 = InstanceInput {
SourceOp = "Root",
Source = "N012_kigounado_hide_77",
Default = 0,
Name = "記号など hide"
},
Input100 = InstanceInput {
SourceOp = "Root",
Source = "N003_kamikazari_show_5",
Default = 0,
Name = "髪飾り show"
},
Input101 = InstanceInput {
SourceOp = "Root",
Source = "N003_kamikazari_hide_5",
Default = 0,
Name = "髪飾り hide"
},
Input102 = InstanceInput {
SourceOp = "Root",
Source = "N002_kamikazariflipx_show_4",
Default = 0,
Name = "髪飾り:flipx show"
},
Input103 = InstanceInput {
SourceOp = "Root",
Source = "N002_kamikazariflipx_hide_4",
Default = 0,
Name = "髪飾り:flipx hide"
},
Input104 = InstanceInput {
SourceOp = "MouthAnim",
Source = "LayerOrder",
ControlGroup = 2,
Name = "Layer List",
Page = "口パク"
},
Input105 = InstanceInput {
SourceOp = "MouthAnim",
Source = "LayerSelection",
ControlGroup = 2,
Name = "Layer List",
Default = 1
},
Input106 = InstanceInput {
SourceOp = "MouthAnim",
Source = "LayerName1",
ControlGroup = 2,
Name = "Layer List"
},
Input107 = InstanceInput {
SourceOp = "MouthAnim",
Source = "LayerEnabled1",
ControlGroup = 2,
Name = "Layer List",
Default = 1
},
Input108 = InstanceInput {
SourceOp = "MouthAnim",
Source = "LayerName2",
ControlGroup = 2,
Name = "Layer List"
},
Input109 = InstanceInput {
SourceOp = "MouthAnim",
Source = "LayerEnabled2",
ControlGroup = 2,
Name = "Layer List",
Default = 0
},
Input110 = InstanceInput {
SourceOp = "MouthAnim",
Source = "LayerName3",
ControlGroup = 2,
Name = "Layer List"
},
Input111 = InstanceInput {
SourceOp = "MouthAnim",
Source = "LayerEnabled3",
ControlGroup = 2,
Name = "Layer List",
Default = 0
},
Input112 = InstanceInput {
SourceOp = "MouthAnim",
Source = "LayerName4",
ControlGroup = 2,
Name = "Layer List"
},
Input113 = InstanceInput {
SourceOp = "MouthAnim",
Source = "LayerEnabled4",
ControlGroup = 2,
Name = "Layer List",
Default = 0
},
Input114 = InstanceInput {
SourceOp = "MouthAnim",
Source = "LayerName5",
ControlGroup = 2,
Name = "Layer List"
},
Input115 = InstanceInput {
SourceOp = "MouthAnim",
Source = "LayerEnabled5",
ControlGroup = 2,
Name = "Layer List",
Default = 0
},
Input116 = InstanceInput {
SourceOp = "MouthAnim",
Source = "LayerName6",
ControlGroup = 2,
Name = "Layer List"
},
Input117 = InstanceInput {
SourceOp = "MouthAnim",
Source = "LayerEnabled6",
ControlGroup = 2,
Name = "Layer List",
Default = 0
},
Input118 = InstanceInput {
SourceOp = "MouthAnim",
Source = "LayerName7",
ControlGroup = 2,
Name = "Layer List"
},
Input119 = InstanceInput {
SourceOp = "MouthAnim",
Source = "LayerEnabled7",
ControlGroup = 2,
Name = "Layer List",
Default = 0
},
Input120 = InstanceInput {
SourceOp = "MouthAnim",
Source = "LayerName8",
ControlGroup = 2,
Name = "Layer List"
},
Input121 = InstanceInput {
SourceOp = "MouthAnim",
Source = "LayerEnabled8",
ControlGroup = 2,
Name = "Layer List",
Default = 1
},
Input122 = InstanceInput {
Default = 1,
SourceOp = "MouthScale",
Source = "Size"
},
Input123 = InstanceInput {
Default = 163,
SourceOp = "EyeAnim",
Source = "Blink"
},
Input124 = InstanceInput {
Default = 4,
SourceOp = "EyeAnim",
Source = "Close"
},
Input125 = InstanceInput {
Default = 0,
SourceOp = "EyeAnim",
Source = "Offset"
},
Input126 = InstanceInput {
SourceOp = "EyeAnim",
Source = "Make",
Default = 0,
Name = "Make Anim"
},
Input127 = InstanceInput {
SourceOp = "EyeAnim",
Source = "Delete",
Default = 0,
Name = "Delete Anim"
},
Input128 = InstanceInput {
SourceOp = "EyeAnim",
Source = "at00",
Default = 0,
Name = "ボタンを押さないと反映されません。"
},
Input129 = InstanceInput {
SourceOp = "EyeAnim",
Source = "LayerOrder",
ControlGroup = 3,
Name = "Layer List"
},
Input130 = InstanceInput {
SourceOp = "EyeAnim",
Source = "LayerSelection",
ControlGroup = 3,
Name = "Layer List",
Default = 1
},
Input131 = InstanceInput {
SourceOp = "EyeAnim",
Source = "LayerName1",
ControlGroup = 3,
Name = "Layer List"
},
Input132 = InstanceInput {
SourceOp = "EyeAnim",
Source = "LayerEnabled1",
ControlGroup = 3,
Name = "Layer List",
Default = 1
},
Input133 = InstanceInput {
SourceOp = "EyeAnim",
Source = "LayerName2",
ControlGroup = 3,
Name = "Layer List"
},
Input134 = InstanceInput {
SourceOp = "EyeAnim",
Source = "LayerEnabled2",
ControlGroup = 3,
Name = "Layer List",
Default = 0
},
Input135 = InstanceInput {
SourceOp = "EyeAnim",
Source = "LayerName3",
ControlGroup = 3,
Name = "Layer List"
},
Input136 = InstanceInput {
SourceOp = "EyeAnim",
Source = "LayerEnabled3",
ControlGroup = 3,
Name = "Layer List",
Default = 1
}
},
CtrlWZoom = false,
Tools = ordered() {
Loader21 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 3135, -643.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ExtendFirst = 0,
Filename = "CHARA:\\琴葉茜立ち絵素材\\!顔色\\かげり.png",
ID = "Clip1"
}
}
},
["パーターブ_Ctrl"] = Transform {
ViewInfo = OperatorInfo { Pos = { 6105, 445.5 } },
Inputs = {
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
},
Center = Input {
SourceOp = "Perturb1",
Source = "Value"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
}
},
Perturb1 = PerturbPoint {
Inputs = {
Speed = Input {
SourceOp = "Motion_Speed",
Source = "Value"
},
Strength = Input {
SourceOp = "Motion_Str",
Source = "Value"
}
},
CtrlWZoom = false,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
}
},
Motion_Str = PublishNumber {
CtrlWZoom = false,
Inputs = {
Value = Input { Value = 1 }
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
}
},
Motion_Speed = PublishNumber {
CtrlWZoom = false,
Inputs = {
Value = Input { Value = 1 }
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
}
},
Loader32 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 5280, -1039.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ExtendFirst = 0,
Filename = "CHARA:\\琴葉茜立ち絵素材\\!口\\-うへへ.png",
ID = "Clip1"
}
}
},
Loader50 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 5830, -1732.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ExtendFirst = 0,
Filename = "CHARA:\\琴葉茜立ち絵素材\\!目\\-目セット\\-まつげ半目.png",
ID = "Clip1"
}
}
},
["荒ぶる"] = GroupOperator {
ViewInfo = GroupInfo {
Direction = "Horizontal",
Flags = {
RemoveRouters = true,
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true
},
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Pos = { 6765, 445.5 },
Offset = { 0, 0 },
Scale = 1,
PipeStyle = "Direct"
},
Tools = ordered() {
Transform1_2_1 = Transform {
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
CtrlWShown = false,
Inputs = {
in_out = Input {
SourceOp = "KeyframeStretcher1_1",
Source = "Result"
},
y = Input { Value = 0.03 },
x = Input { Value = 0.03 },
Center = Input {
Expression = "Point(0.5, 0.5) + shake * in_out",
Value = { 0.502997744173508, 0.497908177638071 }
},
shake = Input {
SourceOp = "Shake1_1",
Source = "Position"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
UserControls = 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 } }
},
KeyframeStretcher1_1 = KeyStretcherMod {
Inputs = {
StretchStart = Input { Value = 10 },
StretchEnd = Input { Value = 110 },
Keyframes = Input {
SourceOp = "KeyStretcheronTransform1_2_1Keyframes",
Source = "Value"
}
},
CtrlWZoom = false
},
KeyStretcheronTransform1_2_1Keyframes = BezierSpline {
KeyFrames = {
[0] = { 0, RH = { 3.33333333333333, 0 }, Flags = { Linear = true } },
[10] = { 1, LH = { 6.66666666666667, 1 }, RH = { 43.3333333333333, 1 } },
[110] = { 1, LH = { 76.6666666666667, 1 }, RH = { 113.333333333333, 1 } },
[120] = { 0, LH = { 116.666666666667, 0 } }
},
CtrlWZoom = false,
SplineColor = { Green = 106, Blue = 231, Red = 193 }
},
Shake1_1 = Shake {
Inputs = {
LockXY = Input { Value = 0 },
XMinimum = Input {
Expression = "-Transform1_2_1.x",
Value = -0.03
},
Smoothness = Input { Value = 1.5 },
XMaximum = Input {
Expression = "Transform1_2_1.x",
Value = 0.03
},
YMinimum = Input {
Expression = "-Transform1_2_1.y",
Value = -0.03
},
YMaximum = Input {
Expression = "Transform1_2_1.y",
Value = 0.03
}
},
CtrlWZoom = false,
Faster = true
}
},
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform1_2_1",
Source = "Output"
}
},
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform1_2_1",
Source = "Input"
},
Input3 = InstanceInput {
SourceOp = "Shake1_1",
Source = "RandomSeed",
Default = 0,
Width = 1
},
Input4 = InstanceInput {
Width = 0.385,
SourceOp = "Shake1_1",
Source = "Randomize"
},
Input5 = InstanceInput {
Default = 10,
SourceOp = "Shake1_1",
Source = "Smoothness"
},
Input1 = InstanceInput {
SourceOp = "Transform1_2_1",
Source = "x",
Default = 0.1,
Name = "X"
},
Input2 = InstanceInput {
SourceOp = "Transform1_2_1",
Source = "y",
Default = 0.1,
Name = "Y"
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } }
},
Loader53 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 3630, -643.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ExtendFirst = 0,
Filename = "CHARA:\\琴葉茜立ち絵素材\\!眉\\-困り.png",
ID = "Clip1"
}
}
},
Loader5 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 935, -643.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ExtendFirst = 0,
Filename = "CHARA:\\琴葉茜立ち絵素材\\!右腕\\-腕をひろげる.png",
ID = "Clip1"
}
}
},
["横揺れ_Ctrl"] = Transform {
ViewInfo = OperatorInfo { Pos = { 5610, 445.5 } },
UserControls = 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" } },
Inputs = {
v = Input {
Expression = "0.5 + amplitude * iif(time > out, 0,bound)",
Value = 0.504755282581476
},
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
amplitude = Input {
SourceOp = "Motion_Str",
Source = "Value"
},
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)",
Value = 0.951056516295153
},
Center = Input {
Expression = "Point(v, 0.5)",
Value = { 0.504755282581476, 0.5 }
},
speed = Input {
SourceOp = "Motion_Speed",
Source = "Value"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
}
},
Loader26 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4620, -1039.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ExtendFirst = 0,
Filename = "CHARA:\\琴葉茜立ち絵素材\\!口\\-うおーっ.png",
ID = "Clip1"
}
}
},
Loader43 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 5060, -2128.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ExtendFirst = 0,
Filename = "CHARA:\\琴葉茜立ち絵素材\\!目\\-目セット\\!黒目\\-ハート目.png",
ID = "Clip1"
}
}
},
["ぴょん_Ctrl"] = Transform {
ViewInfo = OperatorInfo { Pos = { 5115, 445.5 } },
UserControls = 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 } },
Inputs = {
Center = Input {
SourceOp = "XYPath1_1",
Source = "Value"
},
speed = Input {
SourceOp = "Motion_Speed",
Source = "Value"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
}
},
XYPath1_1 = XYPath {
ShowKeyPoints = false,
DrawMode = "ModifyOnly",
Inputs = {
Y = Input {
SourceOp = "Calculation1_1_1",
Source = "Result"
},
X = Input { Value = 0.5 }
},
CtrlWZoom = false,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
}
},
Calculation1_1_1 = Calculation {
Inputs = {
SecondOperand = Input { Value = 0.5 },
FirstOperandTimeOffset = Input { Expression = "-comp.GlobalStart - ぴょん_Ctrl.offset" },
FirstOperand = Input {
SourceOp = "Calculation2_1_1",
Source = "Result"
}
},
CtrlWZoom = false,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
}
},
Calculation2_1_1 = Calculation {
Inputs = {
SecondOperand = Input { Value = 0.5 },
FirstOperandTimeScale = Input { Expression = "ぴょん_Ctrl.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate" },
FirstOperand = Input {
SourceOp = "Calculation4_1",
Source = "Result"
},
Operator = Input { Value = 2 }
},
CtrlWZoom = false,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
}
},
Calculation4_1 = Calculation {
Inputs = {
SecondOperand = Input {
SourceOp = "Motion_Str",
Source = "Value"
},
FirstOperand = Input {
SourceOp = "Calculation4_1FirstOperand",
Source = "Value"
},
Operator = Input { Value = 2 }
},
CtrlWZoom = false,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
}
},
Calculation4_1FirstOperand = BezierSpline {
SplineColor = { Green = 255, Blue = 0, Red = 0 },
KeyFrames = {
[0] = { 0, RH = { 2.65, 0.18 }, Flags = { Linear = true } },
[13] = { 0, LH = { 9.5, 0.194 }, RH = { 15.2, 0.05 } },
[22] = { 0, LH = { 18.7, 0.06 }, RH = { 24.9, 0.02 } },
[30] = { 0, LH = { 27.4851924208954, 0 } }
},
CtrlWZoom = false,
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
}
},
["拡縮_Ctrl"] = Transform {
ViewInfo = OperatorInfo { Pos = { 5940, 445.5 } },
UserControls = 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" } },
Inputs = {
Center = Input { Value = { 0.504755282581476, 0.5 } },
v = Input {
Expression = "1 + amplitude * iif(time > out, 0,bound)",
Value = 0.504755282581476
},
Size = Input { Expression = " v" },
ReferenceSize = Input { Value = 1 },
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
amplitude = Input {
SourceOp = "Motion_Str",
Source = "Value"
},
bound = Input {
Expression = "sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)",
Value = 0.951056516295153
},
speed = Input {
SourceOp = "Motion_Speed",
Source = "Value"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
}
},
["ぽよ"] = GroupOperator {
ViewInfo = GroupInfo {
Direction = "Horizontal",
Flags = {
RemoveRouters = true,
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true
},
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Pos = { 4950, 445.5 },
Offset = { 0, 0 },
Scale = 1,
PipeStyle = "Direct"
},
Tools = ordered() {
Transform = Transform {
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
UserControls = 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 } },
CtrlWShown = false,
Inputs = {
Pivot = Input { Value = { 0.5, 0 } },
Aspect = Input {
SourceOp = "Calculation1",
Source = "Result"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
NameSet = true,
CtrlWZoom = false
},
Calculation1 = Calculation {
Inputs = {
SecondOperand = Input { Value = 1 },
FirstOperandTimeOffset = Input { Expression = "-comp.GlobalStart" },
FirstOperand = Input {
SourceOp = "Calculation2",
Source = "Result"
}
},
CtrlWZoom = false
},
Calculation2 = Calculation {
Inputs = {
SecondOperand = Input { Value = 0.8 },
FirstOperandTimeScale = Input { Expression = "Transform.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate" },
FirstOperand = Input {
SourceOp = "CalculationonCalculationonTransformAspectFirstOperand",
Source = "Value"
},
Operator = Input { Value = 2 }
},
CtrlWZoom = false
},
CalculationonCalculationonTransformAspectFirstOperand = BezierSpline {
KeyFrames = {
[0] = { 0, RH = { 1, 0 }, Flags = { Linear = true } },
[3] = { 0.0800000000000001, LH = { 2, 0.0800000000000001 }, RH = { 4.66666666666667, 0.0800000000000001 } },
[8] = { -0.0489999999999999, LH = { 6.33333333333333, -0.0489999999999999 }, RH = { 9.33333333333333, -0.0489999999999999 } },
[12] = { 0.03, LH = { 10.6666666666667, 0.03 }, RH = { 13.3333333333333, 0.03 } },
[16] = { -0.00700000000000001, LH = { 14.6666666666667, -0.00700000000000001 }, RH = { 16.6666666666667, -0.00700000000000001 } },
[18] = { 0.004, LH = { 17.3333333333333, 0.004 }, RH = { 18.6666666666667, 0.004 } },
[20] = { 0, LH = { 19.3333333333333, 0 } }
},
CtrlWZoom = false,
SplineColor = { Green = 105, Blue = 30, Red = 210 }
}
},
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform",
Source = "Output"
}
},
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform",
Source = "Input"
},
Input1 = InstanceInput {
SourceOp = "Transform",
Source = "speed",
Page = "Controls",
Name = "スピード",
Default = 1
},
Input2 = InstanceInput {
SourceOp = "Calculation2",
Source = "SecondOperand",
Default = 1,
Name = "強さ"
},
Input3 = InstanceInput {
SourceOp = "Transform",
Source = "Pivot"
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } }
},
Loader13 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 2035, -643.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ExtendFirst = 0,
Filename = "CHARA:\\琴葉茜立ち絵素材\\!左腕\\-ピース.png",
ID = "Clip1"
}
}
},
Loader40 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4730, -2128.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ExtendFirst = 0,
Filename = "CHARA:\\琴葉茜立ち絵素材\\!目\\-目セット\\!黒目\\-白抜き目.png",
ID = "Clip1"
}
}
},
Loader39 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4180, -1336.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ExtendFirst = 0,
Filename = "CHARA:\\琴葉茜立ち絵素材\\!目\\-縦線目.png",
ID = "Clip1"
}
}
},
Loader31 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 5170, -1039.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ExtendFirst = 0,
Filename = "CHARA:\\琴葉茜立ち絵素材\\!口\\-にやり.png",
ID = "Clip1"
}
}
},
ST_Background = Background {
ViewInfo = OperatorInfo { Pos = { 5775, 610.5 } },
Inputs = {
UseFrameFormatSettings = Input { Value = 1 },
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1080 },
Depth = Input { Value = 1 },
Width = Input { Value = 1920 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } }
},
ST_SetDomain = SetDomain {
ViewInfo = OperatorInfo { Pos = { 5775, 742.5 } },
Inputs = {
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Input = Input {
SourceOp = "ST_Background",
Source = "Output"
},
Right = Input { Value = 0 }
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } }
},
["モーションSelector"] = Transform {
ViewInfo = OperatorInfo { Pos = { 5940, 610.5 } },
UserControls = ordered() {
["N000_モーションなし"] = {
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"モーションなし\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "モーションなし",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N001_ぽよ"] = {
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"ぽよ\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "ぽよ",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N002_ぴょん_Ctrl"] = {
ICS_ControlPage = "モーション",
BTNCS_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",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "ぴょん_Ctrl",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N003_リズム_Ctrl"] = {
ICS_ControlPage = "モーション",
BTNCS_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",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "リズム_Ctrl",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N004_跳ねる_Ctrl"] = {
ICS_ControlPage = "モーション",
BTNCS_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",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "跳ねる_Ctrl",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N005_横揺れ_Ctrl"] = {
ICS_ControlPage = "モーション",
BTNCS_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",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "横揺れ_Ctrl",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N006_縦揺れ_Ctrl"] = {
ICS_ControlPage = "モーション",
BTNCS_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",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "縦揺れ_Ctrl",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N007_拡縮_Ctrl"] = {
ICS_ControlPage = "モーション",
BTNCS_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",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "拡縮_Ctrl",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N008_パーターブ_Ctrl"] = {
ICS_ControlPage = "モーション",
BTNCS_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",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "パーターブ_Ctrl",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N009_跳ねる"] = {
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"跳ねる\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "跳ねる",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N010_跳ねる_小"] = {
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"跳ねる_小\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "跳ねる_小",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N011_不安"] = {
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"不安\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "不安",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N012_荒ぶる"] = {
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"荒ぶる\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "荒ぶる",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N013_震え"] = {
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"震え\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "震え",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
Speed = {
INP_Default = 1,
INP_MaxScale = 5,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Speed",
INPID_InputControl = "SliderControl",
INP_MinScale = 0
},
Str = {
INP_Default = 1,
INP_MaxScale = 5,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Str",
INPID_InputControl = "SliderControl",
INP_MinScale = 0
}
},
Inputs = {
Speed = Input {
SourceOp = "Motion_Speed",
Source = "Value"
},
Str = Input {
SourceOp = "Motion_Str",
Source = "Value"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
Colors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
}
},
ST_Merge = Merge {
ViewInfo = OperatorInfo { Pos = { 5940, 742.5 } },
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "ST_SetDomain",
Source = "Output"
},
Foreground = Input {
SourceOp = "モーションSelector",
Source = "Output"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
}
},
["レイアウト"] = Transform {
ViewInfo = OperatorInfo { Pos = { 5940, 874.5 } },
Colors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },
CtrlWZoom = false,
Inputs = {
Input = Input {
SourceOp = "ST_Merge",
Source = "Output"
},
Center = Input { Value = { 0.85, 0 } }
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
}
},
Loader11 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 1815, -643.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ExtendFirst = 0,
Filename = "CHARA:\\琴葉茜立ち絵素材\\!左腕\\-腕をひろげる.png",
ID = "Clip1"
}
}
},
Loader14 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 2145, -643.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ExtendFirst = 0,
Filename = "CHARA:\\琴葉茜立ち絵素材\\!左腕\\-考える.png",
ID = "Clip1"
}
}
},
Loader7 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 1155, -643.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ExtendFirst = 0,
Filename = "CHARA:\\琴葉茜立ち絵素材\\!右腕\\-包丁.png",
ID = "Clip1"
}
}
},
Loader24 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4400, -1039.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ExtendFirst = 0,
Filename = "CHARA:\\琴葉茜立ち絵素材\\!口\\-ほー.png",
ID = "Clip1"
}
}
},
Loader23 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4290, -1039.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ExtendFirst = 0,
Filename = "CHARA:\\琴葉茜立ち絵素材\\!口\\-んー.png",
ID = "Clip1"
}
}
},
["リズム_Ctrl"] = Transform {
ViewInfo = OperatorInfo { Pos = { 5280, 445.5 } },
Inputs = {
Pivot = Input { Value = { 0.5, 0 } },
Aspect = Input {
SourceOp = "リズム_AspectAffset",
Source = "Result"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
}
},
["リズム_AspectAffset"] = Calculation {
CtrlWZoom = false,
Inputs = {
FirstOperand = Input {
SourceOp = "リズム_ScaleAndTimeScaleForFPS",
Source = "Result"
},
SecondOperand = Input { Value = 1 }
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
}
},
["リズム_ScaleAndTimeScaleForFPS"] = Calculation {
CtrlWZoom = false,
Inputs = {
SecondOperand = Input {
SourceOp = "Motion_Str",
Source = "Value"
},
FirstOperandTimeScale = Input { Expression = "30 / comp:GetPrefs().Comp.FrameFormat.Rate" },
FirstOperand = Input {
SourceOp = "リズム_Loop",
Source = "Result"
},
Operator = Input { Value = 2 }
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
}
},
["リズム_Loop"] = Calculation {
CtrlWZoom = false,
UserControls = ordered() {
Speed = {
INP_Default = 1,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Speed",
INPID_InputControl = "SliderControl"
},
Frame = {
INP_Default = 1,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Frame",
INPID_InputControl = "SliderControl"
}
},
Inputs = {
Speed = Input {
SourceOp = "Motion_Speed",
Source = "Value"
},
Frame = Input {
Expression = "30 / Speed",
Value = 30
},
Operator = Input { Value = 9 },
FirstOperand = Input {
SourceOp = "リズム_LoopFirstOperand",
Source = "Value"
},
FirstOperandTimeOffset = Input { Expression = "- math.floor(time / Frame) * Frame" }
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
}
},
["リズム_LoopFirstOperand"] = BezierSpline {
SplineColor = { Green = 105, Blue = 30, Red = 210 },
KeyFrames = {
[0] = { 0, RH = { 1, 0 }, Flags = { Linear = true } },
[3] = { -0.01, LH = { 2, -0.01 }, RH = { 4, -0.01 } },
[6] = { 0, LH = { 5, 0 } }
},
CtrlWZoom = false,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
}
},
Loader48 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 5610, -2128.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ExtendFirst = 0,
Filename = "CHARA:\\琴葉茜立ち絵素材\\!目\\-目セット\\!黒目\\-基本.png",
ID = "Clip1"
}
}
},
Loader25 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4510, -1039.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ExtendFirst = 0,
Filename = "CHARA:\\琴葉茜立ち絵素材\\!口\\-むー.png",
ID = "Clip1"
}
}
},
Loader38 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4070, -1336.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ExtendFirst = 0,
Filename = "CHARA:\\琴葉茜立ち絵素材\\!目\\-閉じ目.png",
ID = "Clip1"
}
}
},
["跳ねる"] = GroupOperator {
ViewInfo = GroupInfo {
Direction = "Horizontal",
Flags = {
RemoveRouters = true,
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true
},
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Pos = { 6270, 445.5 },
Offset = { 0, 0 },
Scale = 1,
PipeStyle = "Direct"
},
Tools = ordered() {
Transform1_1 = Transform {
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
CtrlWShown = false,
Inputs = {
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
amplitude = Input { Value = 0.08 },
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\n",
Value = 0.951056516295154
},
Center = Input {
Expression = "Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))",
Value = { 0.5, 0.595105651629515 }
},
speed = Input { Value = 2 },
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
CtrlWZoom = false,
UserControls = 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 } }
}
},
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform1_1",
Source = "Output"
}
},
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform1_1",
Source = "Input"
},
Input1 = InstanceInput {
SourceOp = "Transform1_1",
MinScale = 0.0010000000475,
Default = 2,
Source = "speed"
},
Input2 = InstanceInput {
Default = 0.1,
SourceOp = "Transform1_1",
Source = "amplitude"
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } }
},
Loader52 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 3520, -643.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ExtendFirst = 0,
Filename = "CHARA:\\琴葉茜立ち絵素材\\!眉\\-おこ.png",
ID = "Clip1"
}
}
},
Loader58 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4400, -643.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ExtendFirst = 0,
Filename = "CHARA:\\琴葉茜立ち絵素材\\記号など\\汗.png",
ID = "Clip1"
}
}
},
Loader36 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 3850, -1336.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ExtendFirst = 0,
Filename = "CHARA:\\琴葉茜立ち絵素材\\!目\\-__.png",
ID = "Clip1"
}
}
},
Loader56 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4180, -643.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ExtendFirst = 0,
Filename = "CHARA:\\琴葉茜立ち絵素材\\記号など\\涙.png",
ID = "Clip1"
}
}
},
Loader35 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 3740, -1336.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ExtendFirst = 0,
Filename = "CHARA:\\琴葉茜立ち絵素材\\!目\\-にっこり.png",
ID = "Clip1"
}
}
},
Loader49 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 5720, -1732.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ExtendFirst = 0,
Filename = "CHARA:\\琴葉茜立ち絵素材\\!目\\-目セット\\-まつげおこ.png",
ID = "Clip1"
}
}
},
Loader44 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 5170, -2128.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ExtendFirst = 0,
Filename = "CHARA:\\琴葉茜立ち絵素材\\!目\\-目セット\\!黒目\\-きらきら目.png",
ID = "Clip1"
}
}
},
Loader42 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4950, -2128.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ExtendFirst = 0,
Filename = "CHARA:\\琴葉茜立ち絵素材\\!目\\-目セット\\!黒目\\-ぐるぐる目.png",
ID = "Clip1"
}
}
},
Loader6 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 1045, -643.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ExtendFirst = 0,
Filename = "CHARA:\\琴葉茜立ち絵素材\\!右腕\\-ばんざい.png",
ID = "Clip1"
}
}
},
Loader12 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 1925, -643.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ExtendFirst = 0,
Filename = "CHARA:\\琴葉茜立ち絵素材\\!左腕\\-ばんざい.png",
ID = "Clip1"
}
}
},
["縦揺れ_Ctrl"] = Transform {
ViewInfo = OperatorInfo { Pos = { 5775, 445.5 } },
UserControls = 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 } },
Inputs = {
v = Input {
Expression = "0.5 + amplitude * iif(time > out, 0,bound)",
Value = 0.504755282581476
},
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
amplitude = Input {
SourceOp = "Motion_Str",
Source = "Value"
},
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)",
Value = 0.951056516295153
},
Center = Input {
Expression = "Point(0.5,v)",
Value = { 0.504755282581476, 0.5 }
},
speed = Input {
SourceOp = "Motion_Speed",
Source = "Value"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
}
},
Loader8 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 1265, -643.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ExtendFirst = 0,
Filename = "CHARA:\\琴葉茜立ち絵素材\\!右腕\\-指さす.png",
ID = "Clip1"
}
}
},
Loader46 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 5390, -2128.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ExtendFirst = 0,
Filename = "CHARA:\\琴葉茜立ち絵素材\\!目\\-目セット\\!黒目\\-目逸らし_左5px.png",
ID = "Clip1"
}
}
},
Loader30 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 5060, -1039.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ExtendFirst = 0,
Filename = "CHARA:\\琴葉茜立ち絵素材\\!口\\-すん.png",
ID = "Clip1"
}
}
},
Loader41 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4840, -2128.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ExtendFirst = 0,
Filename = "CHARA:\\琴葉茜立ち絵素材\\!目\\-目セット\\!黒目\\-やば目.png",
ID = "Clip1"
}
}
},
Loader3 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 495, -247.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ExtendFirst = 0,
Filename = "CHARA:\\琴葉茜立ち絵素材\\髪飾り_flipx.png",
ID = "Clip1"
}
}
},
["震え"] = GroupOperator {
ViewInfo = GroupInfo {
Direction = "Horizontal",
Flags = {
RemoveRouters = true,
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true
},
Size = { 126, 109.359001159668, 63, 24.2423992156982 },
Pos = { 6930, 445.5 },
Offset = { 0, 0 },
Scale = 1,
PipeStyle = "Direct"
},
Tools = ordered() {
Transform1_3 = Transform {
ViewInfo = OperatorInfo { Pos = { 0, 29.7576007843018 } },
CtrlWShown = false,
Inputs = {
v = Input {
Expression = "0.5 + amplitude * iif(time > out, 0,bound)",
Value = 0.504755282581476
},
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
amplitude = Input { Value = 0.005 },
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)",
Value = 0.951056516295153
},
Center = Input {
Expression = "iif(Y == 0, Point(v, 0.5),Point(0.5,v))",
Value = { 0.504755282581476, 0.5 }
},
speed = Input { Value = 12 },
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
UserControls = 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" } }
}
},
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform1_3",
Source = "Output"
}
},
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform1_3",
Source = "Input"
},
Input1 = InstanceInput {
Default = 2,
SourceOp = "Transform1_3",
Source = "speed"
},
Input2 = InstanceInput {
Default = 0.1,
SourceOp = "Transform1_3",
Source = "amplitude"
},
Input3 = InstanceInput {
Default = 0,
SourceOp = "Transform1_3",
Source = "Y"
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } }
},
Loader9 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 1375, -643.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ExtendFirst = 0,
Filename = "CHARA:\\琴葉茜立ち絵素材\\!右腕\\-ピース.png",
ID = "Clip1"
}
}
},
Loader45 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 5280, -2128.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ExtendFirst = 0,
Filename = "CHARA:\\琴葉茜立ち絵素材\\!目\\-目セット\\!黒目\\-濁り目.png",
ID = "Clip1"
}
}
},
Loader57 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4290, -643.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ExtendFirst = 0,
Filename = "CHARA:\\琴葉茜立ち絵素材\\記号など\\汗2_.png",
ID = "Clip1"
}
}
},
Loader54 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 3740, -643.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ExtendFirst = 0,
Filename = "CHARA:\\琴葉茜立ち絵素材\\!眉\\-ごきげん.png",
ID = "Clip1"
}
}
},
["跳ねる_Ctrl"] = Transform {
ViewInfo = OperatorInfo { Pos = { 5445, 445.5 } },
UserControls = 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 } },
Inputs = {
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
amplitude = Input {
SourceOp = "Motion_Str",
Source = "Value"
},
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\n",
Value = 0.951056516295154
},
Center = Input {
Expression = "Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))",
Value = { 0.5, 0.595105651629515 }
},
speed = Input {
SourceOp = "Motion_Speed",
Source = "Value"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
}
},
Loader19 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 2915, -643.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ExtendFirst = 0,
Filename = "CHARA:\\琴葉茜立ち絵素材\\!顔色\\-ほっぺ赤め.png",
ID = "Clip1"
}
}
},
Loader17 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 2695, -643.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ExtendFirst = 0,
Filename = "CHARA:\\琴葉茜立ち絵素材\\!顔色\\-クマ.png",
ID = "Clip1"
}
}
},
["跳ねる_小"] = GroupOperator {
ViewInfo = GroupInfo {
Direction = "Horizontal",
Flags = {
RemoveRouters = true,
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true
},
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Pos = { 6435, 445.5 },
Offset = { 0, 0 },
Scale = 1,
PipeStyle = "Direct"
},
Tools = ordered() {
Transform1_1_1 = Transform {
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
CtrlWShown = false,
Inputs = {
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
amplitude = Input { Value = 0.02 },
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\n",
Value = 0.951056516295154
},
Center = Input {
Expression = "Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))",
Value = { 0.5, 0.595105651629515 }
},
speed = Input { Value = 2 },
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
CtrlWZoom = false,
UserControls = 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 } }
}
},
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform1_1_1",
Source = "Output"
}
},
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform1_1_1",
Source = "Input"
},
Input1 = InstanceInput {
SourceOp = "Transform1_1_1",
MinScale = 0.0010000000475,
Default = 2,
Source = "speed"
},
Input2 = InstanceInput {
Default = 0.1,
SourceOp = "Transform1_1_1",
Source = "amplitude"
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } }
},
Loader18 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 2805, -643.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ExtendFirst = 0,
Filename = "CHARA:\\琴葉茜立ち絵素材\\!顔色\\-ほっぺ赤め2_.png",
ID = "Clip1"
}
}
},
Background1 = Background {
Inputs = {
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1820 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 165, -247.5 } }
},
SetDomain1 = SetDomain {
Inputs = {
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background1",
Source = "Output"
},
Right = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 165, -115.5 } }
},
Loader1 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 275, -247.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ExtendFirst = 0,
Filename = "CHARA:\\琴葉茜立ち絵素材\\!後ろ髪.png",
ID = "Clip1"
}
}
},
["後ろ髪_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain1",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader1",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 275, -115.5 } }
},
Loader2 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 385, -247.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ExtendFirst = 0,
Filename = "CHARA:\\琴葉茜立ち絵素材\\!体.png",
ID = "Clip1"
}
}
},
["体_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "後ろ髪_MG",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader2",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 385, -115.5 } }
},
["髪飾りflipx_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "体_MG",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 495, -115.5 } }
},
Loader4 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 605, -247.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ExtendFirst = 0,
Filename = "CHARA:\\琴葉茜立ち絵素材\\髪飾り.png",
ID = "Clip1"
}
}
},
["髪飾り_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "髪飾りflipx_MG",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader4",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 605, -115.5 } }
},
Background2 = Background {
Inputs = {
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1820 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 825, -643.5 } }
},
SetDomain2 = SetDomain {
Inputs = {
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background2",
Source = "Output"
},
Right = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 825, -511.5 } }
},
Loader10 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 1485, -643.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ExtendFirst = 0,
Filename = "CHARA:\\琴葉茜立ち絵素材\\!右腕\\-基本.png",
ID = "Clip1"
}
}
},
["右腕_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain2",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader10",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 1485, -511.5 } }
},
["右腕"] = Transform {
Inputs = {
Input = Input {
SourceOp = "右腕_MG",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 1485, -379.5 } }
},
["右腕_MG1"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "髪飾り_MG",
Source = "Output"
},
Foreground = Input {
SourceOp = "右腕",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 1485, -115.5 } }
},
Background3 = Background {
Inputs = {
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1820 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 1705, -643.5 } }
},
SetDomain3 = SetDomain {
Inputs = {
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background3",
Source = "Output"
},
Right = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 1705, -511.5 } }
},
Loader15 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 2255, -643.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ExtendFirst = 0,
Filename = "CHARA:\\琴葉茜立ち絵素材\\!左腕\\-基本.png",
ID = "Clip1"
}
}
},
["左腕_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain3",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader15",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 2255, -511.5 } }
},
["左腕"] = Transform {
Inputs = {
Input = Input {
SourceOp = "左腕_MG",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 2255, -379.5 } }
},
["左腕_MG1"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "右腕_MG1",
Source = "Output"
},
Foreground = Input {
SourceOp = "左腕",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 2255, -115.5 } }
},
Loader16 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 2365, -247.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ExtendFirst = 0,
Filename = "CHARA:\\琴葉茜立ち絵素材\\!服のアレ.png",
ID = "Clip1"
}
}
},
["服のアレ_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "左腕_MG1",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader16",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 2365, -115.5 } }
},
Background4 = Background {
Inputs = {
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1820 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 2585, -643.5 } }
},
SetDomain4 = SetDomain {
Inputs = {
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background4",
Source = "Output"
},
Right = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 2585, -511.5 } }
},
Loader20 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 3025, -643.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ExtendFirst = 0,
Filename = "CHARA:\\琴葉茜立ち絵素材\\!顔色\\-ほっぺ.png",
ID = "Clip1"
}
}
},
["顔色_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain4",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader20",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 3025, -511.5 } }
},
["かげり_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "顔色_MG",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 3135, -511.5 } }
},
["顔色"] = Transform {
Inputs = {
Input = Input {
SourceOp = "かげり_MG",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 3135, -379.5 } }
},
["顔色_MG1"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "服のアレ_MG",
Source = "Output"
},
Foreground = Input {
SourceOp = "顔色",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 3135, -115.5 } }
},
Loader22 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 3245, -247.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ExtendFirst = 0,
Filename = "CHARA:\\琴葉茜立ち絵素材\\!もみあげエアインテーク.png",
ID = "Clip1"
}
}
},
["もみあげエアインテーク_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "顔色_MG1",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader22",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 3245, -115.5 } }
},
Background9 = Background {
Inputs = {
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1820 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 3410, -643.5 } }
},
SetDomain9 = SetDomain {
Inputs = {
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background9",
Source = "Output"
},
Right = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 3410, -511.5 } }
},
Loader55 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 3850, -643.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ExtendFirst = 0,
Filename = "CHARA:\\琴葉茜立ち絵素材\\!眉\\-基本.png",
ID = "Clip1"
}
}
},
["眉_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain9",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader55",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 3850, -511.5 } }
},
["眉"] = Transform {
Inputs = {
Input = Input {
SourceOp = "眉_MG",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 3850, -379.5 } }
},
["眉_MG1"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "もみあげエアインテーク_MG",
Source = "Output"
},
Foreground = Input {
SourceOp = "眉",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 3850, -115.5 } }
},
Background10 = Background {
Inputs = {
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1820 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4070, -643.5 } }
},
SetDomain10 = SetDomain {
Inputs = {
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background10",
Source = "Output"
},
Right = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 4070, -511.5 } }
},
["涙_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain10",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 4180, -511.5 } }
},
["汗2_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "涙_MG",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 4290, -511.5 } }
},
["汗_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "汗2_MG",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 4400, -511.5 } }
},
["記号など"] = Transform {
Inputs = {
Input = Input {
SourceOp = "汗_MG",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 4400, -379.5 } }
},
["記号など_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "眉_MG1",
Source = "Output"
},
Foreground = Input {
SourceOp = "記号など",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 4400, -115.5 } }
},
Body = Transform {
Locked = true,
ViewInfo = OperatorInfo { Pos = { 4840, -115.5 } },
Colors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } },
Inputs = {
Input = Input {
SourceOp = "記号など_MG",
Source = "Output"
},
FlattenTransform = Input { Value = 1 }
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
}
},
Background5 = Background {
Inputs = {
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1820 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4180, -1039.5 } }
},
SetDomain5 = SetDomain {
Inputs = {
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background5",
Source = "Output"
},
Right = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 4180, -907.5 } }
},
["口_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain5",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader34",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 5500, -907.5 } }
},
["口"] = Transform {
Inputs = {
Input = Input {
SourceOp = "口_MG",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 5500, -775.5 } }
},
MouthBase = Transform {
Locked = true,
ViewInfo = OperatorInfo { Pos = { 5500, -511.5 } },
Colors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } },
Inputs = {
Input = Input {
SourceOp = "口",
Source = "Output"
},
FlattenTransform = Input { Value = 1 }
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
}
},
MouthScale = Transform {
ViewInfo = OperatorInfo { Pos = { 5500, -214.5 } },
Colors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },
Inputs = {
Pivot = Input { Value = { 0.477216941864883, 0.773598274414702 } },
Input = Input {
SourceOp = "MouthBase",
Source = "Output"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
}
},
Loader34 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 5500, -1039.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ExtendFirst = 0,
Filename = "CHARA:\\琴葉茜立ち絵素材\\!口\\-ほほえみ.png",
ID = "Clip1"
}
}
},
N = Fuse.Wireless {
ViewInfo = OperatorInfo { Pos = { 5390, -511.5 } },
Inputs = {
Input = Input {
SourceOp = "Loader34",
Source = "Output"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
}
},
Instance_MouthScale = Transform {
SourceOp = "MouthScale",
ViewInfo = OperatorInfo { Pos = { 5390, -214.5 } },
Inputs = {
CommentsNest = Input { },
FrameRenderScriptNest = Input { },
StartRenderScripts = Input { },
EndRenderScripts = Input { },
ReferenceSize = Input { },
TransformNest = Input { },
EffectMask = Input { },
SettingsNest = Input { },
Input = Input {
SourceOp = "N",
Source = "Output"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
}
},
Loader33 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 5390, -1039.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ExtendFirst = 0,
Filename = "CHARA:\\琴葉茜立ち絵素材\\!口\\-わあー.png",
ID = "Clip1"
}
}
},
A = Fuse.Wireless {
ViewInfo = OperatorInfo { Pos = { 5280, -511.5 } },
Inputs = {
Input = Input {
SourceOp = "Loader33",
Source = "Output"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
}
},
Instance_MouthScale_1 = Transform {
SourceOp = "MouthScale",
ViewInfo = OperatorInfo { Pos = { 5280, -214.5 } },
Inputs = {
CommentsNest = Input { },
FrameRenderScriptNest = Input { },
StartRenderScripts = Input { },
EndRenderScripts = Input { },
ReferenceSize = Input { },
TransformNest = Input { },
EffectMask = Input { },
SettingsNest = Input { },
Input = Input {
SourceOp = "A",
Source = "Output"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
}
},
Loader27 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4730, -1039.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ExtendFirst = 0,
Filename = "CHARA:\\琴葉茜立ち絵素材\\!口\\-え.png",
ID = "Clip1"
}
}
},
I = Fuse.Wireless {
ViewInfo = OperatorInfo { Pos = { 5170, -511.5 } },
Inputs = {
Input = Input {
SourceOp = "Loader27",
Source = "Output"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
}
},
Instance_MouthScale_2 = Transform {
SourceOp = "MouthScale",
ViewInfo = OperatorInfo { Pos = { 5170, -214.5 } },
Inputs = {
CommentsNest = Input { },
FrameRenderScriptNest = Input { },
StartRenderScripts = Input { },
EndRenderScripts = Input { },
ReferenceSize = Input { },
TransformNest = Input { },
EffectMask = Input { },
SettingsNest = Input { },
Input = Input {
SourceOp = "I",
Source = "Output"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
}
},
U = Fuse.Wireless {
ViewInfo = OperatorInfo { Pos = { 5060, -511.5 } },
Inputs = {
Input = Input {
SourceOp = "Loader29",
Source = "Output"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
}
},
Instance_MouthScale_3 = Transform {
SourceOp = "MouthScale",
ViewInfo = OperatorInfo { Pos = { 5060, -214.5 } },
Inputs = {
CommentsNest = Input { },
FrameRenderScriptNest = Input { },
StartRenderScripts = Input { },
EndRenderScripts = Input { },
ReferenceSize = Input { },
TransformNest = Input { },
EffectMask = Input { },
SettingsNest = Input { },
Input = Input {
SourceOp = "U",
Source = "Output"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
}
},
Loader28 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4840, -1039.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ExtendFirst = 0,
Filename = "CHARA:\\琴葉茜立ち絵素材\\!口\\-おー.png",
ID = "Clip1"
}
}
},
E = Fuse.Wireless {
ViewInfo = OperatorInfo { Pos = { 4950, -610.5 } },
Inputs = {
Input = Input {
SourceOp = "Loader28",
Source = "Output"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
}
},
Transform4 = Transform {
Inputs = {
Pivot = Input { Value = { 0.476203497794439, 0.775829608458007 } },
UseSizeAndAspect = Input { Value = 0 },
FlattenTransform = Input { Value = 1 },
YSize = Input { Value = 0.75 },
Input = Input {
SourceOp = "E",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 4950, -511.5 } },
Colors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } }
},
Instance_MouthScale_4 = Transform {
SourceOp = "MouthScale",
ViewInfo = OperatorInfo { Pos = { 4950, -214.5 } },
Inputs = {
CommentsNest = Input { },
FrameRenderScriptNest = Input { },
StartRenderScripts = Input { },
EndRenderScripts = Input { },
ReferenceSize = Input { },
TransformNest = Input { },
EffectMask = Input { },
SettingsNest = Input { },
Input = Input {
SourceOp = "Transform4",
Source = "Output"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
}
},
Loader29 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4950, -1039.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ExtendFirst = 0,
Filename = "CHARA:\\琴葉茜立ち絵素材\\!口\\-お.png",
ID = "Clip1"
}
}
},
O = Fuse.Wireless {
ViewInfo = OperatorInfo { Pos = { 4840, -511.5 } },
Inputs = {
Input = Input {
SourceOp = "Loader29",
Source = "Output"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
}
},
Instance_MouthScale_5 = Transform {
SourceOp = "MouthScale",
ViewInfo = OperatorInfo { Pos = { 4840, -214.5 } },
Inputs = {
CommentsNest = Input { },
FrameRenderScriptNest = Input { },
StartRenderScripts = Input { },
EndRenderScripts = Input { },
ReferenceSize = Input { },
TransformNest = Input { },
EffectMask = Input { },
SettingsNest = Input { },
Input = Input {
SourceOp = "O",
Source = "Output"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
}
},
MouthAnim = MultiMerge {
ViewInfo = OperatorInfo { Pos = { 5280, -115.5 } },
Colors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },
Inputs = {
LayerEnabled3 = Input { Value = 0 },
["Layer4.Foreground"] = Input {
SourceOp = "Instance_MouthScale_2",
Source = "Output"
},
LayerName4 = Input { Value = "I" },
LayerEnabled4 = Input { Value = 0 },
["Layer5.Foreground"] = Input {
SourceOp = "Instance_MouthScale_3",
Source = "Output"
},
LayerName5 = Input { Value = "U" },
LayerEnabled5 = Input { Value = 0 },
["Layer6.Foreground"] = Input {
SourceOp = "Instance_MouthScale_4",
Source = "Output"
},
LayerName6 = Input { Value = "E" },
LayerEnabled6 = Input { Value = 0 },
["Layer7.Foreground"] = Input {
SourceOp = "Instance_MouthScale_5",
Source = "Output"
},
LayerName7 = Input { Value = "O" },
LayerEnabled7 = Input { Value = 0 },
Background = Input {
SourceOp = "Body",
Source = "Output"
},
LayerOrder = Input { Value = ScriptVal { {
[0] = 1,
2,
3,
4,
5,
6,
7
} } },
["Layer1.Foreground"] = Input {
SourceOp = "MouthScale",
Source = "Output"
},
LayerName1 = Input { Value = "MouthBase" },
["Layer2.Foreground"] = Input {
SourceOp = "Instance_MouthScale",
Source = "Output"
},
LayerName2 = Input { Value = "N" },
LayerEnabled2 = Input { Value = 0 },
["Layer3.Foreground"] = Input {
SourceOp = "Instance_MouthScale_1",
Source = "Output"
},
LayerName3 = Input { Value = "A" }
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
}
},
Background6 = Background {
Inputs = {
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1820 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 3630, -1336.5 } }
},
SetDomain6 = SetDomain {
Inputs = {
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background6",
Source = "Output"
},
Right = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 3630, -1204.5 } }
},
Background7 = Background {
Inputs = {
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1820 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4400, -1732.5 } }
},
SetDomain7 = SetDomain {
Inputs = {
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background7",
Source = "Output"
},
Right = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 4400, -1600.5 } }
},
Background8 = Background {
Inputs = {
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1820 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } }
},
ViewInfo = OperatorInfo { Pos = { 4620, -2128.5 } }
},
SetDomain8 = SetDomain {
Inputs = {
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background8",
Source = "Output"
},
Right = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 4620, -1996.5 } }
},
Loader47 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 5500, -2128.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ExtendFirst = 0,
Filename = "CHARA:\\琴葉茜立ち絵素材\\!目\\-目セット\\!黒目\\-カメラ目線_右5px.png",
ID = "Clip1"
}
}
},
["黒目_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain8",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader47",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 5610, -1996.5 } }
},
["黒目"] = Transform {
Inputs = {
Input = Input {
SourceOp = "黒目_MG",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 5610, -1864.5 } }
},
["黒目_MG1"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain7",
Source = "Output"
},
Foreground = Input {
SourceOp = "黒目",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 5610, -1600.5 } }
},
Loader51 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 5940, -1732.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ExtendFirst = 0,
Filename = "CHARA:\\琴葉茜立ち絵素材\\!目\\-目セット\\-まつげ基本.png",
ID = "Clip1"
}
}
},
["目セット_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "黒目_MG1",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader51",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 5940, -1600.5 } }
},
["目セット"] = Transform {
Inputs = {
Input = Input {
SourceOp = "目セット_MG",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 5940, -1468.5 } }
},
["目_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain6",
Source = "Output"
},
Foreground = Input {
SourceOp = "目セット",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 5940, -1204.5 } }
},
["目"] = Transform {
Inputs = {
Input = Input {
SourceOp = "目_MG",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 5940, -1072.5 } }
},
EyeBase = Transform {
ViewInfo = OperatorInfo { Pos = { 5940, -511.5 } },
Colors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } },
Inputs = {
Input = Input {
SourceOp = "目",
Source = "Output"
},
FlattenTransform = Input { Value = 1 }
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
}
},
Loader37 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 3960, -1336.5 } },
Clips = {
Clip {
GlobalEnd = -1000,
GlobalStart = -1000,
FormatID = "PNGFormat",
Depth = 0,
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
TimeCode = 0,
ExtendFirst = 0,
Filename = "CHARA:\\琴葉茜立ち絵素材\\!目\\-なごみ目.png",
ID = "Clip1"
}
}
},
Closed = Fuse.Wireless {
ViewInfo = OperatorInfo { Pos = { 5775, -511.5 } },
Inputs = {
Input = Input {
SourceOp = "Loader37",
Source = "Output"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
}
},
EyeAnim = MultiMerge {
ViewInfo = OperatorInfo { Pos = { 5940, -115.5 } },
UserControls = ordered() {
Blink = {
INP_Default = 127,
ICS_ControlPage = "目パチ",
LINKID_DataType = "Number",
LINKS_Name = "Blink",
INPID_InputControl = "SliderControl",
INP_External = false,
INP_Integer = true,
INP_MaxAllowed = 1000000,
INP_MinAllowed = 0,
INP_MaxScale = 500,
INP_MinScale = 0
},
Close = {
INP_Default = 4,
INP_External = false,
LINKID_DataType = "Number",
LINKS_Name = "Close",
ICS_ControlPage = "目パチ",
INP_Passive = true,
INP_Integer = true,
INP_MaxScale = 10,
INP_MinAllowed = 0,
INPID_InputControl = "SliderControl",
INP_MinScale = 0
},
Offset = {
INP_Default = 0,
ICS_ControlPage = "目パチ",
LINKID_DataType = "Number",
LINKS_Name = "Offset",
INP_Integer = true,
INP_External = false,
INP_MaxScale = 100,
INPID_InputControl = "SliderControl",
INP_MinScale = 0
},
Make = {
ICD_Width = 0.5,
ICS_ControlPage = "目パチ",
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Make Anim",
INPID_InputControl = "ButtonControl",
BTNCS_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"
},
Delete = {
ICD_Width = 0.5,
ICS_ControlPage = "目パチ",
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Delete Anim",
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "local tool = comp:FindTool('EyeAnim')\ncomp:Execute('!Py3: from rs_fusion.core.eye_blink import delete_mm;delete_mm(comp)')\n"
},
at00 = {
INP_Passive = true,
LBLC_DropDownButton = false,
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "ボタンを押さないと反映されません。",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "目パチ"
},
sp00 = {
INP_Passive = true,
LBLC_DropDownButton = false,
ICS_ControlPage = "目パチ",
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "",
INPID_InputControl = "LabelControl",
INP_External = false
}
},
Inputs = {
LayerEnabled1 = Input {
SourceOp = "EyeAnim_1LayerEnabled1",
Source = "Value"
},
Blink = Input { Value = 163 },
LayerOrder = Input { Value = ScriptVal { {
[0] = 1,
2
} } },
["Layer1.Foreground"] = Input {
SourceOp = "EyeBase",
Source = "Output"
},
LayerName1 = Input { Value = "EyeBase " },
["Layer2.Foreground"] = Input {
SourceOp = "Closed",
Source = "Output"
},
LayerName2 = Input { Value = "Closed" },
LayerEnabled2 = Input {
SourceOp = "EyeAnim_1LayerEnabled2",
Source = "Value"
},
Background = Input {
SourceOp = "MouthAnim",
Source = "Output"
}
},
NameSet = true,
Colors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } }
},
EyeAnim_1LayerEnabled1 = BezierSpline {
SplineColor = { Green = 82, Blue = 232, Red = 198 },
KeyFrames = {
[0] = { 1, RH = { 53, 0.666666666666667 }, Flags = { Linear = true, Loop = true, PreLoop = true } },
[159] = { 0, Flags = { StepIn = true }, LH = { 106, 0.333333333333333 }, RH = { 160.333333333333, 0.333333333333333 } },
[163] = { 1, LH = { 161.666666666667, 0.666666666666667 }, Flags = { PreLoop = true, StepIn = true, Loop = true } }
},
NameSet = true,
CtrlWZoom = false
},
EyeAnim_1LayerEnabled2 = BezierSpline {
SplineColor = { Green = 82, Blue = 214, Red = 232 },
KeyFrames = {
[0] = { 0, RH = { 53, 0.333333333333333 }, Flags = { Linear = true, Loop = true, PreLoop = true } },
[159] = { 1, Flags = { StepIn = true }, LH = { 106, 0.666666666666667 }, RH = { 160.333333333333, 0.666666666666667 } },
[163] = { 0, LH = { 161.666666666667, 0.333333333333333 }, Flags = { PreLoop = true, StepIn = true, Loop = true } }
},
NameSet = true,
CtrlWZoom = false
},
Root = Transform {
ViewInfo = OperatorInfo { Pos = { 5940, 82.5 } },
UserControls = ordered() {
CopyPose = {
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.copy(comp)]])",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Copy Pose",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
PastePose = {
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.paste(comp)]])",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Paste Pose",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
SavePose = {
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.save(comp, fu)]])",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Save Pose",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
LoadPose = {
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.load(comp, fu)]])",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Load Pose",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
Grp_Root = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 6,
LINKS_Name = "Root",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N012_kigounado_show_77 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"記号など_MG\")\nlocal node = comp:FindTool(\"記号など\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "記号など show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N012_kigounado_hide_77 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"記号など_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "記号など hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N003_kamikazari_show_5 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"髪飾り_MG\")\nlocal node = comp:FindTool(\"Loader4\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "髪飾り show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N003_kamikazari_hide_5 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"髪飾り_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "髪飾り hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N002_kamikazariflipx_show_4 = {
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "髪飾り:flipx show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N002_kamikazariflipx_hide_4 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"髪飾りflipx_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "髪飾り:flipx hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
["Grp_記号など"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 6,
LINKS_Name = "記号など",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N002_ase_show_77 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"汗_MG\")\nlocal node = comp:FindTool(\"Loader58\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "汗 show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N002_ase_hide_77 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"汗_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "汗 hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N001_ase2_show_76 = {
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "汗2 show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N001_ase2_hide_76 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"汗2_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "汗2 hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N000_namida_show_75 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"涙_MG\")\nlocal node = comp:FindTool(\"Loader56\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "涙 show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N000_namida_hide_75 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"涙_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "涙 hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
["Grp_眉"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 4,
LINKS_Name = "眉",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N003_kihon72 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader55\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*基本",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N002_gokigen71 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader54\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ごきげん",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N001_komari70 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader53\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*困り",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N000_oko69 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader52\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*おこ",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["Grp_目"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 6,
LINKS_Name = "目",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N005_mesetto66 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"目セット\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*目セット",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N004_tatesenme50 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader39\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*縦線目",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N003_tojime49 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader38\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*閉じ目",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N002_nagomime48 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader37\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*なごみ目",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N001_none47 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader36\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*><",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N000_nikkori46 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader35\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*にっこり",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["Grp_目セット"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 3,
LINKS_Name = "目セット",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N003_matsugekihon66 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目セット_MG\")\nlocal node = comp:FindTool(\"Loader51\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*まつげ基本",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N002_matsugehanme65 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目セット_MG\")\nlocal node = comp:FindTool(\"Loader50\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*まつげ半目",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N001_matsugeoko64 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目セット_MG\")\nlocal node = comp:FindTool(\"Loader49\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*まつげおこ",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["Grp_黒目"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 9,
LINKS_Name = "黒目",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N008_kihon63 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader48\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*基本",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N007_kameramesenmigi5px62 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader47\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*カメラ目線/右5px",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N006_mesorashihidari5px61 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader46\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*目逸らし/左5px",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N005_nigorime60 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader45\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*濁り目",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N004_kirakirame59 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader44\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*きらきら目",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N003_haatome58 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader43\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ハート目",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N002_gurugurume57 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader42\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ぐるぐる目",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N001_yabame56 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader41\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*やば目",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N000_shironukime55 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader40\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*白抜き目",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["Grp_口"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 12,
LINKS_Name = "口",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N011_hohoemi43 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader34\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ほほえみ",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N010_waaa42 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader33\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*わあー",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N009_uhehe41 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader32\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*うへへ",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N008_niyari40 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader31\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*にやり",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N007_sun39 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader30\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*すん",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N006_o38 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader29\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*お",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N005_oo37 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader28\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*おー",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N004_e36 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader27\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*え",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N003_uootsu35 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader26\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*うおーっ",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N002_muu34 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader25\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*むー",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N001_hoo33 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader24\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ほー",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N000_nn32 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader23\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*んー",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["Grp_顔色"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 6,
LINKS_Name = "顔色",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N004_kageri_show_28 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"かげり_MG\")\nlocal node = comp:FindTool(\"Loader21\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "かげり show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N004_kageri_hide_28 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"かげり_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "かげり hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N003_hoppe27 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader20\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ほっぺ",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N002_hoppeakame26 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader19\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ほっぺ赤め",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N001_hoppeakame225 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader18\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ほっぺ赤め2",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N000_kuma24 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader17\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*クマ",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["Grp_左腕"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 5,
LINKS_Name = "左腕",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N004_kihon20 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader15\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*基本",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N003_kangaeru19 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader14\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*考える",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N002_piisu18 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader13\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ピース",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N001_banzai17 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader12\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ばんざい",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N000_udewohirogeru16 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader11\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*腕をひろげる",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["Grp_右腕"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 6,
LINKS_Name = "右腕",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N005_kihon13 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader10\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*基本",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N004_piisu12 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader9\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ピース",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N003_sasasu11 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader8\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*指さす",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N002_houchou10 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader7\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*包丁",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N001_banzai9 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader6\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ばんざい",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N000_udewohirogeru8 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader5\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*腕をひろげる",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
}
},
Inputs = {
["Grp_黒目"] = Input { Value = 0 },
["Grp_顔色"] = Input { Value = 0 },
Comments = 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" },
["Grp_目セット"] = Input { Value = 0 },
Grp_Root = Input { Value = 0 },
["Grp_記号など"] = Input { Value = 0 },
Input = Input {
SourceOp = "EyeAnim",
Source = "Output"
}
},
Colors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } }
},
["モーションなし"] = Transform {
ViewInfo = OperatorInfo { Pos = { 5940, 181.5 } },
Inputs = {
Input = Input {
SourceOp = "Root",
Source = "Output"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
}
},
["不安"] = GroupOperator {
ViewInfo = GroupInfo {
Direction = "Horizontal",
Flags = {
RemoveRouters = true,
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true
},
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
Pos = { 6600, 445.5 },
Offset = { 0, 0 },
Scale = 1,
PipeStyle = "Direct"
},
Tools = ordered() {
Transform1_2 = Transform {
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
CtrlWShown = false,
Inputs = {
in_out = Input {
SourceOp = "KeyframeStretcher1",
Source = "Result"
},
y = Input { Value = 0.01 },
x = Input { Value = 0.01 },
Center = Input {
Expression = "Point(0.5, 0.5) + shake * in_out",
Value = { 0.502997744173508, 0.497908177638071 }
},
shake = Input {
SourceOp = "Shake1",
Source = "Position"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
UserControls = 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 } }
},
KeyframeStretcher1 = KeyStretcherMod {
Inputs = {
StretchStart = Input { Value = 10 },
StretchEnd = Input { Value = 110 },
Keyframes = Input {
SourceOp = "KeyStretcheronTransform1_2Keyframes",
Source = "Value"
}
},
CtrlWZoom = false
},
KeyStretcheronTransform1_2Keyframes = BezierSpline {
KeyFrames = {
[0] = { 0, RH = { 3.33333333333333, 0 }, Flags = { Linear = true } },
[10] = { 1, LH = { 6.66666666666667, 1 }, RH = { 43.3333333333333, 1 } },
[110] = { 1, LH = { 76.6666666666667, 1 }, RH = { 113.333333333333, 1 } },
[120] = { 0, LH = { 116.666666666667, 0 } }
},
CtrlWZoom = false,
SplineColor = { Green = 106, Blue = 231, Red = 193 }
},
Shake1 = Shake {
Inputs = {
LockXY = Input { Value = 0 },
XMinimum = Input {
Expression = "-Transform1_2.x",
Value = -0.01
},
Smoothness = Input { Value = 2 },
XMaximum = Input {
Expression = "Transform1_2.x",
Value = 0.01
},
YMinimum = Input {
Expression = "-Transform1_2.y",
Value = -0.01
},
YMaximum = Input {
Expression = "Transform1_2.y",
Value = 0.01
}
},
CtrlWZoom = false,
Faster = true
}
},
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform1_2",
Source = "Output"
}
},
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform1_2",
Source = "Input"
},
Input3 = InstanceInput {
SourceOp = "Shake1",
Source = "RandomSeed",
Default = 0,
Width = 1
},
Input4 = InstanceInput {
Width = 0.385,
SourceOp = "Shake1",
Source = "Randomize"
},
Input5 = InstanceInput {
Default = 10,
SourceOp = "Shake1",
Source = "Smoothness"
},
Input1 = InstanceInput {
SourceOp = "Transform1_2",
Source = "x",
Default = 0.1,
Name = "X"
},
Input2 = InstanceInput {
SourceOp = "Transform1_2",
Source = "y",
Default = 0.1,
Name = "Y"
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } }
}
}
}
}
}
================================================
FILE: Templates/Edit/Generators/琴葉葵.setting
================================================
{
Tools = ordered() {
Aoi = GroupOperator {
Inputs = ordered() {
Input1 = InstanceInput {
Source = "CopyPose",
Default = 0,
Name = "Copy Pose",
SourceOp = "Root"
},
Input2 = InstanceInput {
Source = "PastePose",
Default = 0,
Name = "Paste Pose",
SourceOp = "Root"
},
Input3 = InstanceInput {
Source = "SavePose",
Default = 0,
Name = "Save Pose",
SourceOp = "Root"
},
Input4 = InstanceInput {
Source = "LoadPose",
Default = 0,
Name = "Load Pose",
SourceOp = "Root"
},
Input5 = InstanceInput {
SourceOp = "レイアウト",
Source = "Center"
},
Input6 = InstanceInput {
SourceOp = "レイアウト",
Source = "Pivot"
},
Input7 = InstanceInput {
Source = "UseSizeAndAspect",
Default = 1,
Name = "Use Size and Aspect",
SourceOp = "レイアウト"
},
Input8 = InstanceInput {
Default = 1,
SourceOp = "レイアウト",
Source = "Size"
},
Input9 = InstanceInput {
Default = 1,
SourceOp = "レイアウト",
Source = "Aspect"
},
Input10 = InstanceInput {
Source = "XSize",
Default = 1,
Name = "X Size",
SourceOp = "レイアウト"
},
Input11 = InstanceInput {
Source = "YSize",
Default = 1,
Name = "Y Size",
SourceOp = "レイアウト"
},
Input12 = InstanceInput {
Default = 0,
SourceOp = "レイアウト",
Source = "Angle"
},
Input13 = InstanceInput {
Source = "FlipHoriz",
Default = 0,
Name = "Flip Horizontal",
SourceOp = "レイアウト",
ControlGroup = 1
},
Input14 = InstanceInput {
Source = "FlipVert",
Default = 0,
Name = "Flip Vertical",
SourceOp = "レイアウト",
ControlGroup = 1
},
Input15 = InstanceInput {
Source = "Value",
Default = 1,
Name = "スピード",
Page = "モーション",
SourceOp = "Motion_Speed"
},
Input16 = InstanceInput {
Source = "Value",
Default = 1,
Name = "強さ",
SourceOp = "Motion_Str"
},
Input17 = InstanceInput {
Source = "N000_モーションなし",
Default = 0,
Name = "モーションなし",
SourceOp = "モーションSelector"
},
Input18 = InstanceInput {
Source = "N001_ぽよ",
Default = 0,
Name = "ぽよ",
SourceOp = "モーションSelector"
},
Input19 = InstanceInput {
Source = "N002_ぴょん_Ctrl",
Default = 0,
Name = "ぴょん_Ctrl",
SourceOp = "モーションSelector"
},
Input20 = InstanceInput {
Source = "N003_リズム_Ctrl",
Default = 0,
Name = "リズム_Ctrl",
SourceOp = "モーションSelector"
},
Input21 = InstanceInput {
Source = "N004_跳ねる_Ctrl",
Default = 0,
Name = "跳ねる_Ctrl",
SourceOp = "モーションSelector"
},
Input22 = InstanceInput {
Source = "N005_横揺れ_Ctrl",
Default = 0,
Name = "横揺れ_Ctrl",
SourceOp = "モーションSelector"
},
Input23 = InstanceInput {
Source = "N006_縦揺れ_Ctrl",
Default = 0,
Name = "縦揺れ_Ctrl",
SourceOp = "モーションSelector"
},
Input24 = InstanceInput {
Source = "N007_拡縮_Ctrl",
Default = 0,
Name = "拡縮_Ctrl",
SourceOp = "モーションSelector"
},
Input25 = InstanceInput {
Source = "N008_パーターブ_Ctrl",
Default = 0,
Name = "パーターブ_Ctrl",
SourceOp = "モーションSelector"
},
Input26 = InstanceInput {
Source = "N009_跳ねる",
Default = 0,
Name = "跳ねる",
SourceOp = "モーションSelector"
},
Input27 = InstanceInput {
Source = "N010_跳ねる_小",
Default = 0,
Name = "跳ねる_小",
SourceOp = "モーションSelector"
},
Input28 = InstanceInput {
Source = "N011_不安",
Default = 0,
Name = "不安",
SourceOp = "モーションSelector"
},
Input29 = InstanceInput {
Source = "N012_荒ぶる",
Default = 0,
Name = "荒ぶる",
SourceOp = "モーションSelector"
},
Input30 = InstanceInput {
Source = "N013_震え",
Default = 0,
Name = "震え",
SourceOp = "モーションSelector"
},
Input31 = InstanceInput {
Source = "Grp_記号など",
Default = 0,
Name = "記号など",
SourceOp = "Root"
},
Input32 = InstanceInput {
Source = "N002_ase_show_77",
Default = 0,
Name = "汗 show",
SourceOp = "Root"
},
Input33 = InstanceInput {
Source = "N002_ase_hide_77",
Default = 0,
Name = "汗 hide",
SourceOp = "Root"
},
Input34 = InstanceInput {
Source = "N001_ase2_show_76",
Default = 0,
Name = "汗2 show",
SourceOp = "Root"
},
Input35 = InstanceInput {
Source = "N001_ase2_hide_76",
Default = 0,
Name = "汗2 hide",
SourceOp = "Root"
},
Input36 = InstanceInput {
Source = "N000_namida_show_75",
Default = 0,
Name = "涙 show",
SourceOp = "Root"
},
Input37 = InstanceInput {
Source = "N000_namida_hide_75",
Default = 0,
Name = "涙 hide",
SourceOp = "Root"
},
Input38 = InstanceInput {
Source = "Grp_眉",
Default = 1,
Name = "眉",
SourceOp = "Root"
},
Input39 = InstanceInput {
Source = "N003_kihon72",
Default = 0,
Name = "*基本",
SourceOp = "Root"
},
Input40 = InstanceInput {
Source = "N002_gokigen71",
Default = 0,
Name = "*ごきげん",
SourceOp = "Root"
},
Input41 = InstanceInput {
Source = "N001_komari70",
Default = 0,
Name = "*困り",
SourceOp = "Root"
},
Input42 = InstanceInput {
Source = "N000_oko69",
Default = 0,
Name = "*おこ",
SourceOp = "Root"
},
Input43 = InstanceInput {
Source = "Grp_目",
Default = 1,
Name = "目",
SourceOp = "Root"
},
Input44 = InstanceInput {
Source = "N005_mesetto66",
Default = 0,
Name = "*目セット",
SourceOp = "Root"
},
Input45 = InstanceInput {
Source = "N004_tatesenme50",
Default = 0,
Name = "*縦線目",
SourceOp = "Root"
},
Input46 = InstanceInput {
Source = "N003_tojime49",
Default = 0,
Name = "*閉じ目",
SourceOp = "Root"
},
Input47 = InstanceInput {
Source = "N002_nagomime48",
Default = 0,
Name = "*なごみ目",
SourceOp = "Root"
},
Input48 = InstanceInput {
Source = "N001_none47",
Default = 0,
Name = "*><",
SourceOp = "Root"
},
Input49 = InstanceInput {
Source = "N000_nikkori46",
Default = 0,
Name = "*にっこり",
SourceOp = "Root"
},
Input50 = InstanceInput {
Source = "Grp_目セット",
Default = 0,
Name = "目セット",
SourceOp = "Root"
},
Input51 = InstanceInput {
Source = "N003_matsugekihon66",
Default = 0,
Name = "*まつげ基本",
SourceOp = "Root"
},
Input52 = InstanceInput {
Source = "N002_matsugehanme65",
Default = 0,
Name = "*まつげ半目",
SourceOp = "Root"
},
Input53 = InstanceInput {
Source = "N001_matsugeoko64",
Default = 0,
Name = "*まつげおこ",
SourceOp = "Root"
},
Input54 = InstanceInput {
Source = "Grp_黒目",
Default = 0,
Name = "黒目",
SourceOp = "Root"
},
Input55 = InstanceInput {
Source = "N008_kihon63",
Default = 0,
Name = "*基本",
SourceOp = "Root"
},
Input56 = InstanceInput {
Source = "N007_kameramesenmigi5px62",
Default = 0,
Name = "*カメラ目線/右5px",
SourceOp = "Root"
},
Input57 = InstanceInput {
Source = "N006_mesorashihidari5px61",
Default = 0,
Name = "*目逸らし/左5px",
SourceOp = "Root"
},
Input58 = InstanceInput {
Source = "N005_nigorime60",
Default = 0,
Name = "*濁り目",
SourceOp = "Root"
},
Input59 = InstanceInput {
Source = "N004_kirakirame59",
Default = 0,
Name = "*きらきら目",
SourceOp = "Root"
},
Input60 = InstanceInput {
Source = "N003_haatome58",
Default = 0,
Name = "*ハート目",
SourceOp = "Root"
},
Input61 = InstanceInput {
Source = "N002_gurugurume57",
Default = 0,
Name = "*ぐるぐる目",
SourceOp = "Root"
},
Input62 = InstanceInput {
Source = "N001_yabame56",
Default = 0,
Name = "*やば目",
SourceOp = "Root"
},
Input63 = InstanceInput {
Source = "N000_shironukime55",
Default = 0,
Name = "*白抜き目",
SourceOp = "Root"
},
Input64 = InstanceInput {
Source = "Grp_口",
Default = 1,
Name = "口",
SourceOp = "Root"
},
Input65 = InstanceInput {
Source = "N011_hohoemi43",
Default = 0,
Name = "*ほほえみ",
SourceOp = "Root"
},
Input66 = InstanceInput {
Source = "N010_waaa42",
Default = 0,
Name = "*わあー",
SourceOp = "Root"
},
Input67 = InstanceInput {
Source = "N009_uhehe41",
Default = 0,
Name = "*うへへ",
SourceOp = "Root"
},
Input68 = InstanceInput {
Source = "N008_niyari40",
Default = 0,
Name = "*にやり",
SourceOp = "Root"
},
Input69 = InstanceInput {
Source = "N007_sun39",
Default = 0,
Name = "*すん",
SourceOp = "Root"
},
Input70 = InstanceInput {
Source = "N006_o38",
Default = 0,
Name = "*お",
SourceOp = "Root"
},
Input71 = InstanceInput {
Source = "N005_oo37",
Default = 0,
Name = "*おー",
SourceOp = "Root"
},
Input72 = InstanceInput {
Source = "N004_e36",
Default = 0,
Name = "*え",
SourceOp = "Root"
},
Input73 = InstanceInput {
Source = "N003_uootsu35",
Default = 0,
Name = "*うおーっ",
SourceOp = "Root"
},
Input74 = InstanceInput {
Source = "N002_muu34",
Default = 0,
Name = "*むー",
SourceOp = "Root"
},
Input75 = InstanceInput {
Source = "N001_hoo33",
Default = 0,
Name = "*ほー",
SourceOp = "Root"
},
Input76 = InstanceInput {
Source = "N000_nn32",
Default = 0,
Name = "*んー",
SourceOp = "Root"
},
Input77 = InstanceInput {
Source = "Grp_顔色",
Default = 0,
Name = "顔色",
SourceOp = "Root"
},
Input78 = InstanceInput {
Source = "N004_kageri_show_28",
Default = 0,
Name = "かげり show",
SourceOp = "Root"
},
Input79 = InstanceInput {
Source = "N004_kageri_hide_28",
Default = 0,
Name = "かげり hide",
SourceOp = "Root"
},
Input80 = InstanceInput {
Source = "N003_hoppe27",
Default = 0,
Name = "*ほっぺ",
SourceOp = "Root"
},
Input81 = InstanceInput {
Source = "N002_hoppeakame26",
Default = 0,
Name = "*ほっぺ赤め",
SourceOp = "Root"
},
Input82 = InstanceInput {
Source = "N001_hoppeakame225",
Default = 0,
Name = "*ほっぺ赤め2",
SourceOp = "Root"
},
Input83 = InstanceInput {
Source = "N000_kuma24",
Default = 0,
Name = "*クマ",
SourceOp = "Root"
},
Input84 = InstanceInput {
Source = "Grp_左腕",
Default = 1,
Name = "左腕",
SourceOp = "Root"
},
Input85 = InstanceInput {
Source = "N004_kihon20",
Default = 0,
Name = "*基本",
SourceOp = "Root"
},
Input86 = InstanceInput {
Source = "N003_kangaeru19",
Default = 0,
Name = "*考える",
SourceOp = "Root"
},
Input87 = InstanceInput {
Source = "N002_piisu18",
Default = 0,
Name = "*ピース",
SourceOp = "Root"
},
Input88 = InstanceInput {
Source = "N001_banzai17",
Default = 0,
Name = "*ばんざい",
SourceOp = "Root"
},
Input89 = InstanceInput {
Source = "N000_udewohirogeru16",
Default = 0,
Name = "*腕をひろげる",
SourceOp = "Root"
},
Input90 = InstanceInput {
Source = "Grp_右腕",
Default = 1,
Name = "右腕",
SourceOp = "Root"
},
Input91 = InstanceInput {
Source = "N005_kihon13",
Default = 0,
Name = "*基本",
SourceOp = "Root"
},
Input92 = InstanceInput {
Source = "N004_piisu12",
Default = 0,
Name = "*ピース",
SourceOp = "Root"
},
Input93 = InstanceInput {
Source = "N003_sasasu11",
Default = 0,
Name = "*指さす",
SourceOp = "Root"
},
Input94 = InstanceInput {
Source = "N002_houchou10",
Default = 0,
Name = "*包丁",
SourceOp = "Root"
},
Input95 = InstanceInput {
Source = "N001_banzai9",
Default = 0,
Name = "*ばんざい",
SourceOp = "Root"
},
Input96 = InstanceInput {
Source = "N000_udewohirogeru8",
Default = 0,
Name = "*腕をひろげる",
SourceOp = "Root"
},
Input97 = InstanceInput {
Source = "Grp_Root",
Default = 0,
Name = "Root",
SourceOp = "Root"
},
Input98 = InstanceInput {
Source = "N012_kigounado_show_77",
Default = 0,
Name = "記号など show",
SourceOp = "Root"
},
Input99 = InstanceInput {
Source = "N012_kigounado_hide_77",
Default = 0,
Name = "記号など hide",
SourceOp = "Root"
},
Input100 = InstanceInput {
Source = "N003_kamikazari_show_5",
Default = 0,
Name = "髪飾り show",
SourceOp = "Root"
},
Input101 = InstanceInput {
Source = "N003_kamikazari_hide_5",
Default = 0,
Name = "髪飾り hide",
SourceOp = "Root"
},
Input102 = InstanceInput {
Source = "N002_kamikazariflipx_show_4",
Default = 0,
Name = "髪飾り:flipx show",
SourceOp = "Root"
},
Input103 = InstanceInput {
Source = "N002_kamikazariflipx_hide_4",
Default = 0,
Name = "髪飾り:flipx hide",
SourceOp = "Root"
},
Input104 = InstanceInput {
Source = "LayerOrder",
Page = "口パク",
Name = "Layer List",
SourceOp = "MouthAnim",
ControlGroup = 2
},
Input105 = InstanceInput {
Source = "LayerSelection",
Default = 1,
Name = "Layer List",
SourceOp = "MouthAnim",
ControlGroup = 2
},
Input106 = InstanceInput {
Source = "LayerName1",
Name = "Layer List",
SourceOp = "MouthAnim",
ControlGroup = 2
},
Input107 = InstanceInput {
Source = "LayerEnabled1",
Default = 1,
Name = "Layer List",
SourceOp = "MouthAnim",
ControlGroup = 2
},
Input108 = InstanceInput {
Source = "LayerName2",
Name = "Layer List",
SourceOp = "MouthAnim",
ControlGroup = 2
},
Input109 = InstanceInput {
Source = "LayerEnabled2",
Default = 0,
Name = "Layer List",
SourceOp = "MouthAnim",
ControlGroup = 2
},
Input110 = InstanceInput {
Source = "LayerName3",
Name = "Layer List",
SourceOp = "MouthAnim",
ControlGroup = 2
},
Input111 = InstanceInput {
Source = "LayerEnabled3",
Default = 0,
Name = "Layer List",
SourceOp = "MouthAnim",
ControlGroup = 2
},
Input112 = InstanceInput {
Source = "LayerName4",
Name = "Layer List",
SourceOp = "MouthAnim",
ControlGroup = 2
},
Input113 = InstanceInput {
Source = "LayerEnabled4",
Default = 0,
Name = "Layer List",
SourceOp = "MouthAnim",
ControlGroup = 2
},
Input114 = InstanceInput {
Source = "LayerName5",
Name = "Layer List",
SourceOp = "MouthAnim",
ControlGroup = 2
},
Input115 = InstanceInput {
Source = "LayerEnabled5",
Default = 0,
Name = "Layer List",
SourceOp = "MouthAnim",
ControlGroup = 2
},
Input116 = InstanceInput {
Source = "LayerName6",
Name = "Layer List",
SourceOp = "MouthAnim",
ControlGroup = 2
},
Input117 = InstanceInput {
Source = "LayerEnabled6",
Default = 0,
Name = "Layer List",
SourceOp = "MouthAnim",
ControlGroup = 2
},
Input118 = InstanceInput {
Source = "LayerName7",
Name = "Layer List",
SourceOp = "MouthAnim",
ControlGroup = 2
},
Input119 = InstanceInput {
Source = "LayerEnabled7",
Default = 0,
Name = "Layer List",
SourceOp = "MouthAnim",
ControlGroup = 2
},
Input120 = InstanceInput {
Source = "LayerName8",
Name = "Layer List",
SourceOp = "MouthAnim",
ControlGroup = 2
},
Input121 = InstanceInput {
Source = "LayerEnabled8",
Default = 1,
Name = "Layer List",
SourceOp = "MouthAnim",
ControlGroup = 2
},
Input122 = InstanceInput {
Default = 1,
SourceOp = "MouthScale",
Source = "Size"
},
Input123 = InstanceInput {
Default = 157,
SourceOp = "EyeAnim",
Source = "Blink"
},
Input124 = InstanceInput {
Default = 4,
SourceOp = "EyeAnim",
Source = "Close"
},
Input125 = InstanceInput {
Default = 0,
SourceOp = "EyeAnim",
Source = "Offset"
},
Input126 = InstanceInput {
Source = "Make",
Default = 0,
Name = "Make Anim",
SourceOp = "EyeAnim"
},
Input127 = InstanceInput {
Source = "Delete",
Default = 0,
Name = "Delete Anim",
SourceOp = "EyeAnim"
},
Input128 = InstanceInput {
Source = "at00",
Default = 0,
Name = "ボタンを押さないと反映されません。",
SourceOp = "EyeAnim"
},
Input129 = InstanceInput {
Source = "LayerOrder",
Name = "Layer List",
SourceOp = "EyeAnim",
ControlGroup = 3
},
Input130 = InstanceInput {
Source = "LayerSelection",
Default = 1,
Name = "Layer List",
SourceOp = "EyeAnim",
ControlGroup = 3
},
Input131 = InstanceInput {
Source = "LayerName1",
Name = "Layer List",
SourceOp = "EyeAnim",
ControlGroup = 3
},
Input132 = InstanceInput {
Source = "LayerEnabled1",
Default = 1,
Name = "Layer List",
SourceOp = "EyeAnim",
ControlGroup = 3
},
Input133 = InstanceInput {
Source = "LayerName2",
Name = "Layer List",
SourceOp = "EyeAnim",
ControlGroup = 3
},
Input134 = InstanceInput {
Source = "LayerEnabled2",
Default = 0,
Name = "Layer List",
SourceOp = "EyeAnim",
ControlGroup = 3
},
Input135 = InstanceInput {
Source = "LayerName3",
Name = "Layer List",
SourceOp = "EyeAnim",
ControlGroup = 3
},
Input136 = InstanceInput {
Source = "LayerEnabled3",
Default = 1,
Name = "Layer List",
SourceOp = "EyeAnim",
ControlGroup = 3
}
},
Tools = ordered() {
Loader21 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 3135, -643.5 } },
Clips = {
Clip {
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!顔色\\かげり.png",
StartFrame = -1,
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0
}
}
},
Loader53 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 3740, -643.5 } },
Clips = {
Clip {
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!眉\\-困り.png",
StartFrame = -1,
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0
}
}
},
["パーターブ_Ctrl"] = Transform {
Inputs = {
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
},
Center = Input {
SourceOp = "Perturb1",
Source = "Value"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 6105, 445.5 } }
},
Perturb1 = PerturbPoint {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
Speed = Input {
SourceOp = "Motion_Speed",
Source = "Value"
},
Strength = Input {
SourceOp = "Motion_Str",
Source = "Value"
}
},
CtrlWZoom = false
},
Motion_Str = PublishNumber {
Inputs = {
Value = Input { Value = 1 }
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
CtrlWZoom = false
},
Motion_Speed = PublishNumber {
Inputs = {
Value = Input { Value = 1 }
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
CtrlWZoom = false
},
Loader7 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 1155, -643.5 } },
Clips = {
Clip {
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!右腕\\-包丁.png",
StartFrame = -1,
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0
}
}
},
Loader26 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4620, -1039.5 } },
Clips = {
Clip {
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!口\\-うおーっ.png",
StartFrame = -1,
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0
}
}
},
["荒ぶる"] = GroupOperator {
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform1_2_1",
Source = "Input"
},
Input3 = InstanceInput {
Source = "RandomSeed",
Default = 0,
Width = 1,
SourceOp = "Shake1_1"
},
Input4 = InstanceInput {
SourceOp = "Shake1_1",
Width = 0.385,
Source = "Randomize"
},
Input5 = InstanceInput {
Default = 10,
SourceOp = "Shake1_1",
Source = "Smoothness"
},
Input1 = InstanceInput {
Source = "x",
Default = 0.1,
Name = "X",
SourceOp = "Transform1_2_1"
},
Input2 = InstanceInput {
Source = "y",
Default = 0.1,
Name = "Y",
SourceOp = "Transform1_2_1"
}
},
Tools = ordered() {
Transform1_2_1 = Transform {
Inputs = {
y = Input { Value = 0.03 },
x = Input { Value = 0.03 },
in_out = Input {
SourceOp = "KeyframeStretcher1_1",
Source = "Result"
},
Center = Input {
Expression = "Point(0.5, 0.5) + shake * in_out",
Value = { 0.502997744173508, 0.497908177638071 }
},
shake = Input {
SourceOp = "Shake1_1",
Source = "Position"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
CtrlWShown = false,
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
UserControls = 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 } }
},
KeyframeStretcher1_1 = KeyStretcherMod {
Inputs = {
Keyframes = Input {
SourceOp = "KeyStretcheronTransform1_2_1Keyframes",
Source = "Value"
},
StretchStart = Input { Value = 10 },
StretchEnd = Input { Value = 110 }
},
CtrlWZoom = false
},
KeyStretcheronTransform1_2_1Keyframes = BezierSpline {
SplineColor = { Green = 106, Blue = 231, Red = 193 },
KeyFrames = {
[0] = { 0, Flags = { Linear = true }, RH = { 3.33333333333333, 0 } },
[10] = { 1, LH = { 6.66666666666667, 1 }, RH = { 43.3333333333333, 1 } },
[110] = { 1, LH = { 76.6666666666667, 1 }, RH = { 113.333333333333, 1 } },
[120] = { 0, LH = { 116.666666666667, 0 } }
},
CtrlWZoom = false
},
Shake1_1 = Shake {
Inputs = {
XMaximum = Input {
Expression = "Transform1_2_1.x",
Value = 0.03
},
YMinimum = Input {
Expression = "-Transform1_2_1.y",
Value = -0.03
},
LockXY = Input { Value = 0 },
YMaximum = Input {
Expression = "Transform1_2_1.y",
Value = 0.03
},
Smoothness = Input { Value = 1.5 },
XMinimum = Input {
Expression = "-Transform1_2_1.x",
Value = -0.03
}
},
Faster = true,
CtrlWZoom = false
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
ViewInfo = GroupInfo {
Scale = 1,
Offset = { 0, 0 },
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
PipeStyle = "Direct",
Pos = { 6765, 445.5 },
Flags = {
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true
},
Direction = "Horizontal"
},
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform1_2_1",
Source = "Output"
}
}
},
Loader48 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 5610, -2128.5 } },
Clips = {
Clip {
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!目\\-目セット\\!黒目\\-基本.png",
StartFrame = -1,
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0
}
}
},
["横揺れ_Ctrl"] = Transform {
Inputs = {
v = Input {
Expression = "0.5 + amplitude * iif(time > out, 0,bound)",
Value = 0.504755282581476
},
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
amplitude = Input {
SourceOp = "Motion_Str",
Source = "Value"
},
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)",
Value = 0.951056516295153
},
Center = Input {
Expression = "Point(v, 0.5)",
Value = { 0.504755282581476, 0.5 }
},
speed = Input {
SourceOp = "Motion_Speed",
Source = "Value"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
UserControls = 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 } },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 5610, 445.5 } }
},
Loader50 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 5830, -1732.5 } },
Clips = {
Clip {
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!目\\-目セット\\-まつげ半目.png",
StartFrame = -1,
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0
}
}
},
Loader43 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 5060, -2128.5 } },
Clips = {
Clip {
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!目\\-目セット\\!黒目\\-ハート目.png",
StartFrame = -1,
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0
}
}
},
["ぴょん_Ctrl"] = Transform {
Inputs = {
Center = Input {
SourceOp = "XYPath1_1",
Source = "Value"
},
speed = Input {
SourceOp = "Motion_Speed",
Source = "Value"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
UserControls = 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 } },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 5115, 445.5 } }
},
XYPath1_1 = XYPath {
ShowKeyPoints = false,
DrawMode = "ModifyOnly",
CtrlWZoom = false,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
Y = Input {
SourceOp = "Calculation1_1_1",
Source = "Result"
},
X = Input { Value = 0.5 }
}
},
Calculation1_1_1 = Calculation {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
SecondOperand = Input { Value = 0.5 },
FirstOperandTimeOffset = Input { Expression = "-comp.GlobalStart - ぴょん_Ctrl.offset" },
FirstOperand = Input {
SourceOp = "Calculation2_1_1",
Source = "Result"
}
},
CtrlWZoom = false
},
Calculation2_1_1 = Calculation {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
SecondOperand = Input { Value = 0.5 },
FirstOperandTimeScale = Input { Expression = "ぴょん_Ctrl.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate" },
FirstOperand = Input {
SourceOp = "Calculation4_1",
Source = "Result"
},
Operator = Input { Value = 2 }
},
CtrlWZoom = false
},
Calculation4_1 = Calculation {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
SecondOperand = Input {
SourceOp = "Motion_Str",
Source = "Value"
},
FirstOperand = Input {
SourceOp = "Calculation4_1FirstOperand",
Source = "Value"
},
Operator = Input { Value = 2 }
},
CtrlWZoom = false
},
Calculation4_1FirstOperand = BezierSpline {
SplineColor = { Green = 255, Blue = 0, Red = 0 },
KeyFrames = {
[0] = { 0, Flags = { Linear = true }, RH = { 2.65, 0.18 } },
[13] = { 0, LH = { 9.5, 0.194 }, RH = { 15.2, 0.05 } },
[22] = { 0, LH = { 18.7, 0.06 }, RH = { 24.9, 0.02 } },
[30] = { 0, LH = { 27.4851924208954, 0 } }
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
CtrlWZoom = false
},
["拡縮_Ctrl"] = Transform {
Inputs = {
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)",
Value = 0.951056516295153
},
Center = Input { Value = { 0.504755282581476, 0.5 } },
speed = Input {
SourceOp = "Motion_Speed",
Source = "Value"
},
v = Input {
Expression = "1 + amplitude * iif(time > out, 0,bound)",
Value = 0.504755282581476
},
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
amplitude = Input {
SourceOp = "Motion_Str",
Source = "Value"
},
Size = Input { Expression = " v" },
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
UserControls = 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 } },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 5940, 445.5 } }
},
["ぽよ"] = GroupOperator {
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform",
Source = "Input"
},
Input1 = InstanceInput {
Source = "speed",
Default = 1,
Name = "スピード",
Page = "Controls",
SourceOp = "Transform"
},
Input2 = InstanceInput {
Source = "SecondOperand",
Default = 1,
Name = "強さ",
SourceOp = "Calculation2"
},
Input3 = InstanceInput {
SourceOp = "Transform",
Source = "Pivot"
}
},
Tools = ordered() {
Transform = Transform {
Inputs = {
Pivot = Input { Value = { 0.5, 0 } },
Aspect = Input {
SourceOp = "Calculation1",
Source = "Result"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
CtrlWShown = false,
NameSet = true,
UserControls = 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 } },
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
CtrlWZoom = false
},
Calculation1 = Calculation {
Inputs = {
SecondOperand = Input { Value = 1 },
FirstOperandTimeOffset = Input { Expression = "-comp.GlobalStart" },
FirstOperand = Input {
SourceOp = "Calculation2",
Source = "Result"
}
},
CtrlWZoom = false
},
Calculation2 = Calculation {
Inputs = {
SecondOperand = Input { Value = 0.8 },
FirstOperandTimeScale = Input { Expression = "Transform.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate" },
FirstOperand = Input {
SourceOp = "CalculationonCalculationonTransformAspectFirstOperand",
Source = "Value"
},
Operator = Input { Value = 2 }
},
CtrlWZoom = false
},
CalculationonCalculationonTransformAspectFirstOperand = BezierSpline {
SplineColor = { Green = 105, Blue = 30, Red = 210 },
KeyFrames = {
[0] = { 0, Flags = { Linear = true }, RH = { 1, 0 } },
[3] = { 0.0800000000000001, LH = { 2, 0.0800000000000001 }, RH = { 4.66666666666667, 0.0800000000000001 } },
[8] = { -0.0489999999999999, LH = { 6.33333333333333, -0.0489999999999999 }, RH = { 9.33333333333333, -0.0489999999999999 } },
[12] = { 0.03, LH = { 10.6666666666667, 0.03 }, RH = { 13.3333333333333, 0.03 } },
[16] = { -0.00700000000000001, LH = { 14.6666666666667, -0.00700000000000001 }, RH = { 16.6666666666667, -0.00700000000000001 } },
[18] = { 0.004, LH = { 17.3333333333333, 0.004 }, RH = { 18.6666666666667, 0.004 } },
[20] = { 0, LH = { 19.3333333333333, 0 } }
},
CtrlWZoom = false
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
ViewInfo = GroupInfo {
Scale = 1,
Offset = { 0, 0 },
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
PipeStyle = "Direct",
Pos = { 4950, 445.5 },
Flags = {
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true
},
Direction = "Horizontal"
},
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform",
Source = "Output"
}
}
},
Loader13 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 2035, -643.5 } },
Clips = {
Clip {
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!左腕\\-ピース.png",
StartFrame = -1,
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0
}
}
},
Loader40 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4730, -2128.5 } },
Clips = {
Clip {
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!目\\-目セット\\!黒目\\-白抜き目.png",
StartFrame = -1,
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0
}
}
},
Loader39 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4180, -1336.5 } },
Clips = {
Clip {
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!目\\-縦線目.png",
StartFrame = -1,
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0
}
}
},
Loader31 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 5170, -1039.5 } },
Clips = {
Clip {
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!口\\-にやり.png",
StartFrame = -1,
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0
}
}
},
ST_Background = Background {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
TopLeftAlpha = Input { Value = 0 },
Height = Input { Value = 1080 },
Depth = Input { Value = 1 },
Width = Input { Value = 1920 },
UseFrameFormatSettings = Input { Value = 1 }
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
ViewInfo = OperatorInfo { Pos = { 5775, 610.5 } }
},
ST_SetDomain = SetDomain {
Inputs = {
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Input = Input {
SourceOp = "ST_Background",
Source = "Output"
},
Right = Input { Value = 0 }
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
ViewInfo = OperatorInfo { Pos = { 5775, 742.5 } }
},
["モーションSelector"] = Transform {
Inputs = {
Str = Input {
SourceOp = "Motion_Str",
Source = "Value"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
},
Speed = Input {
SourceOp = "Motion_Speed",
Source = "Value"
}
},
UserControls = ordered() {
["N000_モーションなし"] = {
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"モーションなし\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "モーションなし",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N001_ぽよ"] = {
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"ぽよ\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "ぽよ",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N002_ぴょん_Ctrl"] = {
ICS_ControlPage = "モーション",
BTNCS_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",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "ぴょん_Ctrl",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N003_リズム_Ctrl"] = {
ICS_ControlPage = "モーション",
BTNCS_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",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "リズム_Ctrl",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N004_跳ねる_Ctrl"] = {
ICS_ControlPage = "モーション",
BTNCS_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",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "跳ねる_Ctrl",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N005_横揺れ_Ctrl"] = {
ICS_ControlPage = "モーション",
BTNCS_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",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "横揺れ_Ctrl",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N006_縦揺れ_Ctrl"] = {
ICS_ControlPage = "モーション",
BTNCS_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",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "縦揺れ_Ctrl",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N007_拡縮_Ctrl"] = {
ICS_ControlPage = "モーション",
BTNCS_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",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "拡縮_Ctrl",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N008_パーターブ_Ctrl"] = {
ICS_ControlPage = "モーション",
BTNCS_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",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "パーターブ_Ctrl",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N009_跳ねる"] = {
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"跳ねる\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "跳ねる",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N010_跳ねる_小"] = {
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"跳ねる_小\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "跳ねる_小",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N011_不安"] = {
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"不安\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "不安",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N012_荒ぶる"] = {
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"荒ぶる\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "荒ぶる",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
["N013_震え"] = {
ICS_ControlPage = "モーション",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"震え\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "震え",
INPID_InputControl = "ButtonControl",
ICD_Width = 1
},
Speed = {
INP_Default = 1,
INP_MaxScale = 5,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Speed",
INPID_InputControl = "SliderControl",
INP_MinScale = 0
},
Str = {
INP_Default = 1,
INP_MaxScale = 5,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Str",
INPID_InputControl = "SliderControl",
INP_MinScale = 0
}
},
Colors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 5940, 610.5 } }
},
ST_Merge = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "ST_SetDomain",
Source = "Output"
},
Foreground = Input {
SourceOp = "モーションSelector",
Source = "Output"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 5940, 742.5 } }
},
["レイアウト"] = Transform {
Inputs = {
Input = Input {
SourceOp = "ST_Merge",
Source = "Output"
},
Center = Input { Value = { 0.85, 0 } }
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 5940, 874.5 } },
Colors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } }
},
Loader11 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 1815, -643.5 } },
Clips = {
Clip {
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!左腕\\-腕をひろげる.png",
StartFrame = -1,
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0
}
}
},
Loader14 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 2145, -643.5 } },
Clips = {
Clip {
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!左腕\\-考える.png",
StartFrame = -1,
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0
}
}
},
Loader36 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 3850, -1336.5 } },
Clips = {
Clip {
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!目\\-__.png",
StartFrame = -1,
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0
}
}
},
Loader24 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4400, -1039.5 } },
Clips = {
Clip {
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!口\\-ほー.png",
StartFrame = -1,
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0
}
}
},
Loader23 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4290, -1039.5 } },
Clips = {
Clip {
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!口\\-んー.png",
StartFrame = -1,
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0
}
}
},
["リズム_Ctrl"] = Transform {
Inputs = {
Pivot = Input { Value = { 0.5, 0 } },
Aspect = Input {
SourceOp = "リズム_AspectAffset",
Source = "Result"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 5280, 445.5 } }
},
["リズム_AspectAffset"] = Calculation {
Inputs = {
FirstOperand = Input {
SourceOp = "リズム_ScaleAndTimeScaleForFPS",
Source = "Result"
},
SecondOperand = Input { Value = 1 }
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
CtrlWZoom = false
},
["リズム_ScaleAndTimeScaleForFPS"] = Calculation {
Inputs = {
SecondOperand = Input {
SourceOp = "Motion_Str",
Source = "Value"
},
FirstOperandTimeScale = Input { Expression = "30 / comp:GetPrefs().Comp.FrameFormat.Rate" },
FirstOperand = Input {
SourceOp = "リズム_Loop",
Source = "Result"
},
Operator = Input { Value = 2 }
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
CtrlWZoom = false
},
["リズム_Loop"] = Calculation {
Inputs = {
FirstOperandTimeOffset = Input { Expression = "- math.floor(time / Frame) * Frame" },
Operator = Input { Value = 9 },
Frame = Input {
Expression = "30 / Speed",
Value = 30
},
FirstOperand = Input {
SourceOp = "リズム_LoopFirstOperand",
Source = "Value"
},
Speed = Input {
SourceOp = "Motion_Speed",
Source = "Value"
}
},
UserControls = ordered() {
Speed = {
INP_Default = 1,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Speed",
INPID_InputControl = "SliderControl"
},
Frame = {
INP_Default = 1,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Frame",
INPID_InputControl = "SliderControl"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
CtrlWZoom = false
},
["リズム_LoopFirstOperand"] = BezierSpline {
SplineColor = { Green = 105, Blue = 30, Red = 210 },
KeyFrames = {
[0] = { 0, Flags = { Linear = true }, RH = { 1, 0 } },
[3] = { -0.01, LH = { 2, -0.01 }, RH = { 4, -0.01 } },
[6] = { 0, LH = { 5, 0 } }
},
CtrlWZoom = false,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
}
},
Loader32 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 5280, -1039.5 } },
Clips = {
Clip {
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!口\\-うへへ.png",
StartFrame = -1,
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0
}
}
},
Loader25 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4510, -1039.5 } },
Clips = {
Clip {
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!口\\-むー.png",
StartFrame = -1,
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0
}
}
},
Loader38 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4070, -1336.5 } },
Clips = {
Clip {
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!目\\-閉じ目.png",
StartFrame = -1,
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0
}
}
},
["跳ねる"] = GroupOperator {
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform1_1",
Source = "Input"
},
Input1 = InstanceInput {
Source = "speed",
Default = 2,
SourceOp = "Transform1_1",
MinScale = 0.0010000000475
},
Input2 = InstanceInput {
Default = 0.1,
SourceOp = "Transform1_1",
Source = "amplitude"
}
},
Tools = ordered() {
Transform1_1 = Transform {
Inputs = {
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
amplitude = Input { Value = 0.08 },
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\n",
Value = 0.951056516295154
},
Center = Input {
Expression = "Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))",
Value = { 0.5, 0.595105651629515 }
},
speed = Input { Value = 2 },
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
CtrlWShown = false,
CtrlWZoom = false,
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
UserControls = 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 } }
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
ViewInfo = GroupInfo {
Scale = 1,
Offset = { 0, 0 },
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
PipeStyle = "Direct",
Pos = { 6270, 445.5 },
Flags = {
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true
},
Direction = "Horizontal"
},
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform1_1",
Source = "Output"
}
}
},
Loader52 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 3630, -643.5 } },
Clips = {
Clip {
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!眉\\-おこ.png",
StartFrame = -1,
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0
}
}
},
Loader58 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4510, -643.5 } },
Clips = {
Clip {
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\琴葉葵立ち絵素材\\記号など\\汗.png",
StartFrame = -1,
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0
}
}
},
Loader5 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 935, -643.5 } },
Clips = {
Clip {
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!右腕\\-腕をひろげる.png",
StartFrame = -1,
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0
}
}
},
Loader56 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4290, -643.5 } },
Clips = {
Clip {
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\琴葉葵立ち絵素材\\記号など\\涙.png",
StartFrame = -1,
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0
}
}
},
Loader35 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 3740, -1336.5 } },
Clips = {
Clip {
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!目\\-にっこり.png",
StartFrame = -1,
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0
}
}
},
Loader49 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 5720, -1732.5 } },
Clips = {
Clip {
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!目\\-目セット\\-まつげおこ.png",
StartFrame = -1,
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0
}
}
},
Loader44 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 5170, -2128.5 } },
Clips = {
Clip {
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!目\\-目セット\\!黒目\\-きらきら目.png",
StartFrame = -1,
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0
}
}
},
Loader42 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4950, -2128.5 } },
Clips = {
Clip {
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!目\\-目セット\\!黒目\\-ぐるぐる目.png",
StartFrame = -1,
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0
}
}
},
Loader6 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 1045, -643.5 } },
Clips = {
Clip {
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!右腕\\-ばんざい.png",
StartFrame = -1,
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0
}
}
},
Loader12 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 1925, -643.5 } },
Clips = {
Clip {
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!左腕\\-ばんざい.png",
StartFrame = -1,
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0
}
}
},
["縦揺れ_Ctrl"] = Transform {
Inputs = {
v = Input {
Expression = "0.5 + amplitude * iif(time > out, 0,bound)",
Value = 0.504755282581476
},
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
amplitude = Input {
SourceOp = "Motion_Str",
Source = "Value"
},
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)",
Value = 0.951056516295153
},
Center = Input {
Expression = "Point(0.5,v)",
Value = { 0.504755282581476, 0.5 }
},
speed = Input {
SourceOp = "Motion_Speed",
Source = "Value"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
UserControls = 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 } },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 5775, 445.5 } }
},
Loader8 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 1265, -643.5 } },
Clips = {
Clip {
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!右腕\\-指さす.png",
StartFrame = -1,
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0
}
}
},
Loader46 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 5390, -2128.5 } },
Clips = {
Clip {
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!目\\-目セット\\!黒目\\-目逸らし_左5px.png",
StartFrame = -1,
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0
}
}
},
Loader30 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 5060, -1039.5 } },
Clips = {
Clip {
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!口\\-すん.png",
StartFrame = -1,
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0
}
}
},
Loader41 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4840, -2128.5 } },
Clips = {
Clip {
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!目\\-目セット\\!黒目\\-やば目.png",
StartFrame = -1,
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0
}
}
},
Loader3 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 495, -247.5 } },
Clips = {
Clip {
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\琴葉葵立ち絵素材\\髪飾り_flipx.png",
StartFrame = -1,
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0
}
}
},
["震え"] = GroupOperator {
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform1_3",
Source = "Input"
},
Input1 = InstanceInput {
Default = 2,
SourceOp = "Transform1_3",
Source = "speed"
},
Input2 = InstanceInput {
Default = 0.1,
SourceOp = "Transform1_3",
Source = "amplitude"
},
Input3 = InstanceInput {
Default = 0,
SourceOp = "Transform1_3",
Source = "Y"
}
},
Tools = ordered() {
Transform1_3 = Transform {
Inputs = {
v = Input {
Expression = "0.5 + amplitude * iif(time > out, 0,bound)",
Value = 0.504755282581476
},
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
amplitude = Input { Value = 0.005 },
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)",
Value = 0.951056516295153
},
Center = Input {
Expression = "iif(Y == 0, Point(v, 0.5),Point(0.5,v))",
Value = { 0.504755282581476, 0.5 }
},
speed = Input { Value = 12 },
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
CtrlWShown = false,
ViewInfo = OperatorInfo { Pos = { 0, 29.7576007843018 } },
UserControls = 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 } }
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
ViewInfo = GroupInfo {
Scale = 1,
Offset = { 0, 0 },
Size = { 126, 109.359001159668, 63, 24.2423992156982 },
PipeStyle = "Direct",
Pos = { 6930, 445.5 },
Flags = {
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true
},
Direction = "Horizontal"
},
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform1_3",
Source = "Output"
}
}
},
Loader9 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 1375, -643.5 } },
Clips = {
Clip {
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!右腕\\-ピース.png",
StartFrame = -1,
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0
}
}
},
Loader45 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 5280, -2128.5 } },
Clips = {
Clip {
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!目\\-目セット\\!黒目\\-濁り目.png",
StartFrame = -1,
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0
}
}
},
Loader57 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4400, -643.5 } },
Clips = {
Clip {
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\琴葉葵立ち絵素材\\記号など\\汗2_.png",
StartFrame = -1,
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0
}
}
},
Loader54 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 3850, -643.5 } },
Clips = {
Clip {
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!眉\\-ごきげん.png",
StartFrame = -1,
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0
}
}
},
["跳ねる_Ctrl"] = Transform {
Inputs = {
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
amplitude = Input {
SourceOp = "Motion_Str",
Source = "Value"
},
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\n",
Value = 0.951056516295154
},
Center = Input {
Expression = "Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))",
Value = { 0.5, 0.595105651629515 }
},
speed = Input {
SourceOp = "Motion_Speed",
Source = "Value"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
UserControls = 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 } },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 5445, 445.5 } }
},
Loader19 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 2915, -643.5 } },
Clips = {
Clip {
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!顔色\\-ほっぺ赤め.png",
StartFrame = -1,
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0
}
}
},
Loader17 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 2695, -643.5 } },
Clips = {
Clip {
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!顔色\\-クマ.png",
StartFrame = -1,
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0
}
}
},
["跳ねる_小"] = GroupOperator {
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform1_1_1",
Source = "Input"
},
Input1 = InstanceInput {
Source = "speed",
Default = 2,
SourceOp = "Transform1_1_1",
MinScale = 0.0010000000475
},
Input2 = InstanceInput {
Default = 0.1,
SourceOp = "Transform1_1_1",
Source = "amplitude"
}
},
Tools = ordered() {
Transform1_1_1 = Transform {
Inputs = {
out = Input {
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
Value = 59
},
amplitude = Input { Value = 0.02 },
ReferenceSize = Input { Value = 1 },
bound = Input {
Expression = "math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\n",
Value = 0.951056516295154
},
Center = Input {
Expression = "Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))",
Value = { 0.5, 0.595105651629515 }
},
speed = Input { Value = 2 },
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
CtrlWShown = false,
CtrlWZoom = false,
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
UserControls = 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 } }
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
ViewInfo = GroupInfo {
Scale = 1,
Offset = { 0, 0 },
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
PipeStyle = "Direct",
Pos = { 6435, 445.5 },
Flags = {
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true
},
Direction = "Horizontal"
},
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform1_1_1",
Source = "Output"
}
}
},
Loader18 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 2805, -643.5 } },
Clips = {
Clip {
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!顔色\\-ほっぺ赤め2_.png",
StartFrame = -1,
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0
}
}
},
Background1 = Background {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1820 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 165, -247.5 } }
},
SetDomain1 = SetDomain {
Inputs = {
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background1",
Source = "Output"
},
Right = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 165, -115.5 } }
},
Loader1 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 275, -247.5 } },
Clips = {
Clip {
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!後ろ髪.png",
StartFrame = -1,
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0
}
}
},
["後ろ髪_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain1",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader1",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 275, -115.5 } }
},
Loader2 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 385, -247.5 } },
Clips = {
Clip {
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!体.png",
StartFrame = -1,
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0
}
}
},
["体_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "後ろ髪_MG",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader2",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 385, -115.5 } }
},
["髪飾りflipx_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "体_MG",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 495, -115.5 } }
},
Loader4 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 605, -247.5 } },
Clips = {
Clip {
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\琴葉葵立ち絵素材\\髪飾り.png",
StartFrame = -1,
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0
}
}
},
["髪飾り_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "髪飾りflipx_MG",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader4",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 605, -115.5 } }
},
Background2 = Background {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1820 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 825, -643.5 } }
},
SetDomain2 = SetDomain {
Inputs = {
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background2",
Source = "Output"
},
Right = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 825, -511.5 } }
},
Loader10 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 1485, -643.5 } },
Clips = {
Clip {
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!右腕\\-基本.png",
StartFrame = -1,
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0
}
}
},
["右腕_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain2",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader10",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 1485, -511.5 } }
},
["右腕"] = Transform {
Inputs = {
Input = Input {
SourceOp = "右腕_MG",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 1485, -379.5 } }
},
["右腕_MG1"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "髪飾り_MG",
Source = "Output"
},
Foreground = Input {
SourceOp = "右腕",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 1485, -115.5 } }
},
Background3 = Background {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1820 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 1705, -643.5 } }
},
SetDomain3 = SetDomain {
Inputs = {
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background3",
Source = "Output"
},
Right = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 1705, -511.5 } }
},
Loader15 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 2255, -643.5 } },
Clips = {
Clip {
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!左腕\\-基本.png",
StartFrame = -1,
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0
}
}
},
["左腕_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain3",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader15",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 2255, -511.5 } }
},
["左腕"] = Transform {
Inputs = {
Input = Input {
SourceOp = "左腕_MG",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 2255, -379.5 } }
},
["左腕_MG1"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "右腕_MG1",
Source = "Output"
},
Foreground = Input {
SourceOp = "左腕",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 2255, -115.5 } }
},
Loader16 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 2365, -247.5 } },
Clips = {
Clip {
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!服のアレ.png",
StartFrame = -1,
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0
}
}
},
["服のアレ_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "左腕_MG1",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader16",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 2365, -115.5 } }
},
Background4 = Background {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1820 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 2585, -643.5 } }
},
SetDomain4 = SetDomain {
Inputs = {
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background4",
Source = "Output"
},
Right = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 2585, -511.5 } }
},
Loader20 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 3025, -643.5 } },
Clips = {
Clip {
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!顔色\\-ほっぺ.png",
StartFrame = -1,
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0
}
}
},
["顔色_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain4",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader20",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 3025, -511.5 } }
},
["かげり_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "顔色_MG",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 3135, -511.5 } }
},
["顔色"] = Transform {
Inputs = {
Input = Input {
SourceOp = "かげり_MG",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 3135, -379.5 } }
},
["顔色_MG1"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "服のアレ_MG",
Source = "Output"
},
Foreground = Input {
SourceOp = "顔色",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 3135, -115.5 } }
},
Loader22 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 3245, -247.5 } },
Clips = {
Clip {
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!もみあげエアインテーク.png",
StartFrame = -1,
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0
}
}
},
["もみあげエアインテーク_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "顔色_MG1",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader22",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 3245, -115.5 } }
},
Background9 = Background {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1820 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 3520, -643.5 } }
},
SetDomain9 = SetDomain {
Inputs = {
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background9",
Source = "Output"
},
Right = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 3520, -511.5 } }
},
Loader55 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 3960, -643.5 } },
Clips = {
Clip {
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!眉\\-基本.png",
StartFrame = -1,
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0
}
}
},
["眉_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain9",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader55",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 3960, -511.5 } }
},
["眉"] = Transform {
Inputs = {
Input = Input {
SourceOp = "眉_MG",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 3960, -379.5 } }
},
["眉_MG1"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "もみあげエアインテーク_MG",
Source = "Output"
},
Foreground = Input {
SourceOp = "眉",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 3960, -115.5 } }
},
Background10 = Background {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1820 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 4180, -643.5 } }
},
SetDomain10 = SetDomain {
Inputs = {
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background10",
Source = "Output"
},
Right = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 4180, -511.5 } }
},
["涙_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain10",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 4290, -511.5 } }
},
["汗2_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "涙_MG",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 4400, -511.5 } }
},
["汗_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "汗2_MG",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 4510, -511.5 } }
},
["記号など"] = Transform {
Inputs = {
Input = Input {
SourceOp = "汗_MG",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 4510, -379.5 } }
},
["記号など_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "眉_MG1",
Source = "Output"
},
Foreground = Input {
SourceOp = "記号など",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 4510, -115.5 } }
},
Body = Transform {
Locked = true,
Colors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 4840, -115.5 } },
Inputs = {
Input = Input {
SourceOp = "記号など_MG",
Source = "Output"
},
FlattenTransform = Input { Value = 1 }
}
},
Background5 = Background {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1820 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 4180, -1039.5 } }
},
SetDomain5 = SetDomain {
Inputs = {
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background5",
Source = "Output"
},
Right = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 4180, -907.5 } }
},
["口_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain5",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader34",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 5500, -907.5 } }
},
["口"] = Transform {
Inputs = {
Input = Input {
SourceOp = "口_MG",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 5500, -775.5 } }
},
MouthBase = Transform {
Locked = true,
Colors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } },
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 5500, -511.5 } },
Inputs = {
Input = Input {
SourceOp = "口",
Source = "Output"
},
FlattenTransform = Input { Value = 1 }
}
},
MouthScale = Transform {
Inputs = {
Pivot = Input { Value = { 0.477216941864883, 0.773598274414702 } },
Input = Input {
SourceOp = "MouthBase",
Source = "Output"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 5500, -214.5 } },
Colors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } }
},
Loader34 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 5500, -1039.5 } },
Clips = {
Clip {
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!口\\-ほほえみ.png",
StartFrame = -1,
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0
}
}
},
N = Fuse.Wireless {
Inputs = {
Input = Input {
SourceOp = "Loader34",
Source = "Output"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 5390, -511.5 } }
},
Instance_MouthScale = Transform {
Inputs = {
ReferenceSize = Input { },
EffectMask = Input { },
SettingsNest = Input { },
TransformNest = Input { },
CommentsNest = Input { },
FrameRenderScriptNest = Input { },
StartRenderScripts = Input { },
EndRenderScripts = Input { },
Input = Input {
SourceOp = "N",
Source = "Output"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 5390, -214.5 } },
SourceOp = "MouthScale"
},
Loader33 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 5390, -1039.5 } },
Clips = {
Clip {
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!口\\-わあー.png",
StartFrame = -1,
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0
}
}
},
A = Fuse.Wireless {
Inputs = {
Input = Input {
SourceOp = "Loader33",
Source = "Output"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 5280, -511.5 } }
},
Instance_MouthScale_1 = Transform {
Inputs = {
ReferenceSize = Input { },
EffectMask = Input { },
SettingsNest = Input { },
TransformNest = Input { },
CommentsNest = Input { },
FrameRenderScriptNest = Input { },
StartRenderScripts = Input { },
EndRenderScripts = Input { },
Input = Input {
SourceOp = "A",
Source = "Output"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 5280, -214.5 } },
SourceOp = "MouthScale"
},
Loader27 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4730, -1039.5 } },
Clips = {
Clip {
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!口\\-え.png",
StartFrame = -1,
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0
}
}
},
I = Fuse.Wireless {
Inputs = {
Input = Input {
SourceOp = "Loader27",
Source = "Output"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 5170, -511.5 } }
},
Instance_MouthScale_2 = Transform {
Inputs = {
ReferenceSize = Input { },
EffectMask = Input { },
SettingsNest = Input { },
TransformNest = Input { },
CommentsNest = Input { },
FrameRenderScriptNest = Input { },
StartRenderScripts = Input { },
EndRenderScripts = Input { },
Input = Input {
SourceOp = "I",
Source = "Output"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 5170, -214.5 } },
SourceOp = "MouthScale"
},
U = Fuse.Wireless {
Inputs = {
Input = Input {
SourceOp = "Loader29",
Source = "Output"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 5060, -511.5 } }
},
Instance_MouthScale_3 = Transform {
Inputs = {
ReferenceSize = Input { },
EffectMask = Input { },
SettingsNest = Input { },
TransformNest = Input { },
CommentsNest = Input { },
FrameRenderScriptNest = Input { },
StartRenderScripts = Input { },
EndRenderScripts = Input { },
Input = Input {
SourceOp = "U",
Source = "Output"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 5060, -214.5 } },
SourceOp = "MouthScale"
},
Loader28 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4840, -1039.5 } },
Clips = {
Clip {
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!口\\-おー.png",
StartFrame = -1,
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0
}
}
},
E = Fuse.Wireless {
Inputs = {
Input = Input {
SourceOp = "Loader28",
Source = "Output"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 4950, -610.5 } }
},
Transform4 = Transform {
Inputs = {
FlattenTransform = Input { Value = 1 },
Pivot = Input { Value = { 0.476203497794439, 0.775829608458007 } },
UseSizeAndAspect = Input { Value = 0 },
YSize = Input { Value = 0.75 },
Input = Input {
SourceOp = "E",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 4950, -511.5 } },
Colors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } }
},
Instance_MouthScale_4 = Transform {
Inputs = {
ReferenceSize = Input { },
EffectMask = Input { },
SettingsNest = Input { },
TransformNest = Input { },
CommentsNest = Input { },
FrameRenderScriptNest = Input { },
StartRenderScripts = Input { },
EndRenderScripts = Input { },
Input = Input {
SourceOp = "Transform4",
Source = "Output"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 4950, -214.5 } },
SourceOp = "MouthScale"
},
Loader29 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 4950, -1039.5 } },
Clips = {
Clip {
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!口\\-お.png",
StartFrame = -1,
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0
}
}
},
O = Fuse.Wireless {
Inputs = {
Input = Input {
SourceOp = "Loader29",
Source = "Output"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 4840, -511.5 } }
},
Instance_MouthScale_5 = Transform {
Inputs = {
ReferenceSize = Input { },
EffectMask = Input { },
SettingsNest = Input { },
TransformNest = Input { },
CommentsNest = Input { },
FrameRenderScriptNest = Input { },
StartRenderScripts = Input { },
EndRenderScripts = Input { },
Input = Input {
SourceOp = "O",
Source = "Output"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 4840, -214.5 } },
SourceOp = "MouthScale"
},
MouthAnim = MultiMerge {
Inputs = {
LayerName2 = Input { Value = "N" },
Background = Input {
SourceOp = "Body",
Source = "Output"
},
LayerEnabled7 = Input { Value = 0 },
LayerName7 = Input { Value = "O" },
LayerEnabled2 = Input { Value = 0 },
["Layer3.Foreground"] = Input {
SourceOp = "Instance_MouthScale_1",
Source = "Output"
},
LayerName3 = Input { Value = "A" },
LayerEnabled3 = Input { Value = 0 },
["Layer4.Foreground"] = Input {
SourceOp = "Instance_MouthScale_2",
Source = "Output"
},
LayerName4 = Input { Value = "I" },
LayerEnabled4 = Input { Value = 0 },
["Layer5.Foreground"] = Input {
SourceOp = "Instance_MouthScale_3",
Source = "Output"
},
LayerName5 = Input { Value = "U" },
LayerEnabled5 = Input { Value = 0 },
["Layer6.Foreground"] = Input {
SourceOp = "Instance_MouthScale_4",
Source = "Output"
},
LayerName6 = Input { Value = "E" },
LayerEnabled6 = Input { Value = 0 },
["Layer7.Foreground"] = Input {
SourceOp = "Instance_MouthScale_5",
Source = "Output"
},
LayerOrder = Input { Value = ScriptVal { {
[0] = 1,
2,
3,
4,
5,
6,
7
} } },
["Layer1.Foreground"] = Input {
SourceOp = "MouthScale",
Source = "Output"
},
LayerName1 = Input { Value = "MouthBase" },
["Layer2.Foreground"] = Input {
SourceOp = "Instance_MouthScale",
Source = "Output"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 5280, -115.5 } },
Colors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } }
},
Background6 = Background {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1820 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 3630, -1336.5 } }
},
SetDomain6 = SetDomain {
Inputs = {
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background6",
Source = "Output"
},
Right = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 3630, -1204.5 } }
},
Background7 = Background {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1820 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 4400, -1732.5 } }
},
SetDomain7 = SetDomain {
Inputs = {
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background7",
Source = "Output"
},
Right = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 4400, -1600.5 } }
},
Background8 = Background {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
Height = Input { Value = 1820 },
Depth = Input { Value = 1 },
Width = Input { Value = 1082 },
TopLeftAlpha = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 4620, -2128.5 } }
},
SetDomain8 = SetDomain {
Inputs = {
Mode = Input { Value = FuID { "Set" } },
Top = Input { Value = 0 },
Input = Input {
SourceOp = "Background8",
Source = "Output"
},
Right = Input { Value = 0 }
},
ViewInfo = OperatorInfo { Pos = { 4620, -1996.5 } }
},
Loader47 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 5500, -2128.5 } },
Clips = {
Clip {
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!目\\-目セット\\!黒目\\-カメラ目線_右5px.png",
StartFrame = -1,
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0
}
}
},
["黒目_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain8",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader47",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 5610, -1996.5 } }
},
["黒目"] = Transform {
Inputs = {
Input = Input {
SourceOp = "黒目_MG",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 5610, -1864.5 } }
},
["黒目_MG1"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain7",
Source = "Output"
},
Foreground = Input {
SourceOp = "黒目",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 5610, -1600.5 } }
},
Loader51 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 5940, -1732.5 } },
Clips = {
Clip {
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!目\\-目セット\\-まつげ基本.png",
StartFrame = -1,
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0
}
}
},
["目セット_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "黒目_MG1",
Source = "Output"
},
Foreground = Input {
SourceOp = "Loader51",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 5940, -1600.5 } }
},
["目セット"] = Transform {
Inputs = {
Input = Input {
SourceOp = "目セット_MG",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 5940, -1468.5 } }
},
["目_MG"] = Merge {
Inputs = {
PerformDepthMerge = Input { Value = 0 },
Background = Input {
SourceOp = "SetDomain6",
Source = "Output"
},
Foreground = Input {
SourceOp = "目セット",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 5940, -1204.5 } }
},
["目"] = Transform {
Inputs = {
Input = Input {
SourceOp = "目_MG",
Source = "Output"
}
},
ViewInfo = OperatorInfo { Pos = { 5940, -1072.5 } }
},
EyeBase = Transform {
Inputs = {
Input = Input {
SourceOp = "目",
Source = "Output"
},
FlattenTransform = Input { Value = 1 }
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 5940, -511.5 } },
Colors = { TileColor = { R = 0.913725490196078, B = 0.709803921568627, G = 0.549019607843137 } }
},
Loader37 = Loader {
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" } },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1 }
},
ViewInfo = OperatorInfo { Pos = { 3960, -1336.5 } },
Clips = {
Clip {
TimeCode = 0,
GlobalEnd = -1000,
GlobalStart = -1000,
Filename = "CHARA:\\琴葉葵立ち絵素材\\!目\\-なごみ目.png",
StartFrame = -1,
Depth = 0,
FormatID = "PNGFormat",
ID = "Clip1",
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0
}
}
},
Closed = Fuse.Wireless {
Inputs = {
Input = Input {
SourceOp = "Loader37",
Source = "Output"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 5775, -511.5 } }
},
EyeAnim = MultiMerge {
Inputs = {
LayerName2 = Input { Value = "Closed" },
Background = Input {
SourceOp = "MouthAnim",
Source = "Output"
},
LayerEnabled1 = Input {
SourceOp = "EyeAnim_1LayerEnabled1",
Source = "Value"
},
Blink = Input { Value = 157 },
LayerName1 = Input { Value = "EyeBase " },
LayerOrder = Input { Value = ScriptVal { {
[0] = 1,
2
} } },
["Layer1.Foreground"] = Input {
SourceOp = "EyeBase",
Source = "Output"
},
LayerEnabled2 = Input {
SourceOp = "EyeAnim_1LayerEnabled2",
Source = "Value"
},
["Layer2.Foreground"] = Input {
SourceOp = "Closed",
Source = "Output"
}
},
UserControls = ordered() {
Blink = {
INP_Default = 127,
ICS_ControlPage = "目パチ",
LINKID_DataType = "Number",
LINKS_Name = "Blink",
INPID_InputControl = "SliderControl",
INP_External = false,
INP_Integer = true,
INP_MaxAllowed = 1000000,
INP_MinAllowed = 0,
INP_MaxScale = 500,
INP_MinScale = 0
},
Close = {
INP_Default = 4,
INP_External = false,
LINKID_DataType = "Number",
LINKS_Name = "Close",
ICS_ControlPage = "目パチ",
INP_Passive = true,
INP_Integer = true,
INP_MaxScale = 10,
INP_MinAllowed = 0,
INPID_InputControl = "SliderControl",
INP_MinScale = 0
},
Offset = {
INP_Default = 0,
ICS_ControlPage = "目パチ",
LINKID_DataType = "Number",
LINKS_Name = "Offset",
INP_Integer = true,
INP_External = false,
INP_MaxScale = 100,
INPID_InputControl = "SliderControl",
INP_MinScale = 0
},
Make = {
ICD_Width = 0.5,
ICS_ControlPage = "目パチ",
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Make Anim",
INPID_InputControl = "ButtonControl",
BTNCS_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"
},
Delete = {
ICD_Width = 0.5,
ICS_ControlPage = "目パチ",
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Delete Anim",
INPID_InputControl = "ButtonControl",
BTNCS_Execute = "local tool = comp:FindTool('EyeAnim')\ncomp:Execute('!Py3: from rs_fusion.core.eye_blink import delete_mm;delete_mm(comp)')\n"
},
at00 = {
INP_Passive = true,
LBLC_DropDownButton = false,
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "ボタンを押さないと反映されません。",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "目パチ"
},
sp00 = {
INP_Passive = true,
LBLC_DropDownButton = false,
ICS_ControlPage = "目パチ",
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "",
INPID_InputControl = "LabelControl",
INP_External = false
}
},
NameSet = true,
Colors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },
ViewInfo = OperatorInfo { Pos = { 5940, -115.5 } },
CtrlWZoom = false
},
EyeAnim_1LayerEnabled1 = BezierSpline {
SplineColor = { Green = 82, Blue = 232, Red = 198 },
KeyFrames = {
[0] = { 1, Flags = { Linear = true, Loop = true, PreLoop = true }, RH = { 51, 0.666666666666667 } },
[153] = { 0, LH = { 102, 0.333333333333333 }, Flags = { StepIn = true }, RH = { 154.333333333333, 0.333333333333333 } },
[157] = { 1, LH = { 155.666666666667, 0.666666666666667 }, Flags = { StepIn = true, Loop = true, PreLoop = true } }
},
NameSet = true,
CtrlWZoom = false
},
EyeAnim_1LayerEnabled2 = BezierSpline {
SplineColor = { Green = 82, Blue = 214, Red = 232 },
KeyFrames = {
[0] = { 0, Flags = { Linear = true, Loop = true, PreLoop = true }, RH = { 51, 0.333333333333333 } },
[153] = { 1, LH = { 102, 0.666666666666667 }, Flags = { StepIn = true }, RH = { 154.333333333333, 0.666666666666667 } },
[157] = { 0, LH = { 155.666666666667, 0.333333333333333 }, Flags = { StepIn = true, Loop = true, PreLoop = true } }
},
NameSet = true,
CtrlWZoom = false
},
Root = Transform {
Inputs = {
Grp_Root = Input { Value = 0 },
["Grp_記号など"] = Input { Value = 0 },
["Grp_目セット"] = Input { Value = 0 },
["Grp_黒目"] = Input { Value = 0 },
["Grp_顔色"] = Input { Value = 0 },
Comments = 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" },
Input = Input {
SourceOp = "EyeAnim",
Source = "Output"
}
},
UserControls = ordered() {
CopyPose = {
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.copy(comp)]])",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Copy Pose",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
PastePose = {
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.paste(comp)]])",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Paste Pose",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
SavePose = {
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.save(comp, fu)]])",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Save Pose",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
LoadPose = {
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.load(comp, fu)]])",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Load Pose",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
Grp_Root = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 6,
LINKS_Name = "Root",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N012_kigounado_show_77 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"記号など_MG\")\nlocal node = comp:FindTool(\"記号など\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "記号など show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N012_kigounado_hide_77 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"記号など_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "記号など hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N003_kamikazari_show_5 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"髪飾り_MG\")\nlocal node = comp:FindTool(\"Loader4\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "髪飾り show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N003_kamikazari_hide_5 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"髪飾り_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "髪飾り hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N002_kamikazariflipx_show_4 = {
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "髪飾り:flipx show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N002_kamikazariflipx_hide_4 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"髪飾りflipx_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "髪飾り:flipx hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
["Grp_記号など"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 6,
LINKS_Name = "記号など",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N002_ase_show_77 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"汗_MG\")\nlocal node = comp:FindTool(\"Loader58\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "汗 show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N002_ase_hide_77 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"汗_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "汗 hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N001_ase2_show_76 = {
ICS_ControlPage = "ポーズ",
BTNCS_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()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "汗2 show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N001_ase2_hide_76 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"汗2_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "汗2 hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N000_namida_show_75 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"涙_MG\")\nlocal node = comp:FindTool(\"Loader56\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "涙 show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N000_namida_hide_75 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"涙_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "涙 hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
["Grp_眉"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 4,
LINKS_Name = "眉",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N003_kihon72 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader55\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*基本",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N002_gokigen71 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader54\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ごきげん",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N001_komari70 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader53\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*困り",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N000_oko69 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader52\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*おこ",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["Grp_目"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 6,
LINKS_Name = "目",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N005_mesetto66 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"目セット\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*目セット",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N004_tatesenme50 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader39\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*縦線目",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N003_tojime49 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader38\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*閉じ目",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N002_nagomime48 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader37\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*なごみ目",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N001_none47 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader36\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*><",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N000_nikkori46 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader35\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*にっこり",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["Grp_目セット"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 3,
LINKS_Name = "目セット",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N003_matsugekihon66 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目セット_MG\")\nlocal node = comp:FindTool(\"Loader51\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*まつげ基本",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N002_matsugehanme65 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目セット_MG\")\nlocal node = comp:FindTool(\"Loader50\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*まつげ半目",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N001_matsugeoko64 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"目セット_MG\")\nlocal node = comp:FindTool(\"Loader49\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*まつげおこ",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["Grp_黒目"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 9,
LINKS_Name = "黒目",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N008_kihon63 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader48\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*基本",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N007_kameramesenmigi5px62 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader47\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*カメラ目線/右5px",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N006_mesorashihidari5px61 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader46\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*目逸らし/左5px",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N005_nigorime60 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader45\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*濁り目",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N004_kirakirame59 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader44\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*きらきら目",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N003_haatome58 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader43\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ハート目",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N002_gurugurume57 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader42\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ぐるぐる目",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N001_yabame56 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader41\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*やば目",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N000_shironukime55 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader40\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*白抜き目",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["Grp_口"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 12,
LINKS_Name = "口",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N011_hohoemi43 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader34\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ほほえみ",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N010_waaa42 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader33\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*わあー",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N009_uhehe41 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader32\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*うへへ",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N008_niyari40 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader31\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*にやり",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N007_sun39 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader30\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*すん",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N006_o38 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader29\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*お",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N005_oo37 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader28\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*おー",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N004_e36 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader27\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*え",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N003_uootsu35 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader26\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*うおーっ",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N002_muu34 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader25\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*むー",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N001_hoo33 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader24\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ほー",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N000_nn32 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader23\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*んー",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["Grp_顔色"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 6,
LINKS_Name = "顔色",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N004_kageri_show_28 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"かげり_MG\")\nlocal node = comp:FindTool(\"Loader21\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "かげり show",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N004_kageri_hide_28 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"かげり_MG\")\nmg.Foreground = nil",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "かげり hide",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.5
},
N003_hoppe27 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader20\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ほっぺ",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N002_hoppeakame26 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader19\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ほっぺ赤め",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N001_hoppeakame225 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader18\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ほっぺ赤め2",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N000_kuma24 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"顔色_MG\")\nlocal node = comp:FindTool(\"Loader17\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*クマ",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["Grp_左腕"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 5,
LINKS_Name = "左腕",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N004_kihon20 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader15\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*基本",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N003_kangaeru19 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader14\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*考える",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N002_piisu18 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader13\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ピース",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N001_banzai17 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader12\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ばんざい",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N000_udewohirogeru16 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader11\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*腕をひろげる",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
["Grp_右腕"] = {
INP_Default = 1,
LBLC_DropDownButton = true,
INP_External = false,
LBLC_NumInputs = 6,
LINKS_Name = "右腕",
INP_Passive = true,
LINKID_DataType = "Number",
INPID_InputControl = "LabelControl",
ICS_ControlPage = "ポーズ"
},
N005_kihon13 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader10\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*基本",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N004_piisu12 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader9\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ピース",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N003_sasasu11 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader8\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*指さす",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N002_houchou10 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader7\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*包丁",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N001_banzai9 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader6\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*ばんざい",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
},
N000_udewohirogeru8 = {
ICS_ControlPage = "ポーズ",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader5\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
INP_External = false,
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "*腕をひろげる",
INPID_InputControl = "ButtonControl",
ICD_Width = 0.25
}
},
Colors = { TileColor = { R = 0.92156862745098, B = 0, G = 0.431372549019608 } },
ViewInfo = OperatorInfo { Pos = { 5940, 49.5 } }
},
["モーションなし"] = Transform {
Inputs = {
Input = Input {
SourceOp = "Root",
Source = "Output"
}
},
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
ViewInfo = OperatorInfo { Pos = { 5940, 181.5 } }
},
["不安"] = GroupOperator {
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform1_2",
Source = "Input"
},
Input3 = InstanceInput {
Source = "RandomSeed",
Default = 0,
Width = 1,
SourceOp = "Shake1"
},
Input4 = InstanceInput {
SourceOp = "Shake1",
Width = 0.385,
Source = "Randomize"
},
Input5 = InstanceInput {
Default = 10,
SourceOp = "Shake1",
Source = "Smoothness"
},
Input1 = InstanceInput {
Source = "x",
Default = 0.1,
Name = "X",
SourceOp = "Transform1_2"
},
Input2 = InstanceInput {
Source = "y",
Default = 0.1,
Name = "Y",
SourceOp = "Transform1_2"
}
},
Tools = ordered() {
Transform1_2 = Transform {
Inputs = {
y = Input { Value = 0.01 },
x = Input { Value = 0.01 },
in_out = Input {
SourceOp = "KeyframeStretcher1",
Source = "Result"
},
Center = Input {
Expression = "Point(0.5, 0.5) + shake * in_out",
Value = { 0.502997744173508, 0.497908177638071 }
},
shake = Input {
SourceOp = "Shake1",
Source = "Position"
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output"
}
},
CtrlWShown = false,
ViewInfo = OperatorInfo { Pos = { 0, 28.7576007843018 } },
UserControls = 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 } }
},
KeyframeStretcher1 = KeyStretcherMod {
Inputs = {
Keyframes = Input {
SourceOp = "KeyStretcheronTransform1_2Keyframes",
Source = "Value"
},
StretchStart = Input { Value = 10 },
StretchEnd = Input { Value = 110 }
},
CtrlWZoom = false
},
KeyStretcheronTransform1_2Keyframes = BezierSpline {
SplineColor = { Green = 106, Blue = 231, Red = 193 },
KeyFrames = {
[0] = { 0, Flags = { Linear = true }, RH = { 3.33333333333333, 0 } },
[10] = { 1, LH = { 6.66666666666667, 1 }, RH = { 43.3333333333333, 1 } },
[110] = { 1, LH = { 76.6666666666667, 1 }, RH = { 113.333333333333, 1 } },
[120] = { 0, LH = { 116.666666666667, 0 } }
},
CtrlWZoom = false
},
Shake1 = Shake {
Inputs = {
XMaximum = Input {
Expression = "Transform1_2.x",
Value = 0.01
},
YMinimum = Input {
Expression = "-Transform1_2.y",
Value = -0.01
},
LockXY = Input { Value = 0 },
YMaximum = Input {
Expression = "Transform1_2.y",
Value = 0.01
},
Smoothness = Input { Value = 2 },
XMinimum = Input {
Expression = "-Transform1_2.x",
Value = -0.01
}
},
Faster = true,
CtrlWZoom = false
}
},
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
ViewInfo = GroupInfo {
Scale = 1,
Offset = { 0, 0 },
Size = { 126, 107.432998657227, 63, 24.2423992156982 },
PipeStyle = "Direct",
Pos = { 6600, 445.5 },
Flags = {
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true
},
Direction = "Horizontal"
},
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform1_2",
Source = "Output"
}
}
}
},
Outputs = ordered() {
MainOutput1 = InstanceOutput {
SourceOp = "レイアウト",
Source = "Output"
}
},
ViewInfo = GroupInfo {
Offset = { 0, 0 },
Scale = 1,
PipeStyle = "Direct",
Flags = {
AllowPan = false,
AutoSnap = true,
ForceAll = true,
GridSnap = true
},
Direction = "Horizontal"
},
CtrlWZoom = false
}
}
}
================================================
FILE: Templates/Edit/Generators/矢印.setting
================================================
{
Tools = ordered() {
MacroTool1 = GroupOperator {
CtrlWZoom = false,
Inputs = ordered() {
Input1 = InstanceInput {
SourceOp = "sRender1",
Source = "P1",
},
Input2 = InstanceInput {
SourceOp = "sRender1",
Source = "P2",
DefaultX = 0.25,
DefaultY = 0.5,
},
Input3 = InstanceInput {
SourceOp = "sRender1",
Source = "Size",
Default = 0.100000001490116,
},
Input4 = InstanceInput {
SourceOp = "sBoolean1",
Source = "Red",
Name = "Color",
ControlGroup = 4,
Default = 1,
},
Input5 = InstanceInput {
SourceOp = "sBoolean1",
Source = "Green",
ControlGroup = 4,
Default = 1,
},
Input6 = InstanceInput {
SourceOp = "sBoolean1",
Source = "Blue",
ControlGroup = 4,
Default = 1,
},
Input7 = InstanceInput {
SourceOp = "sBoolean1",
Source = "Alpha",
ControlGroup = 4,
Default = 1,
},
Outline = InstanceInput {
SourceOp = "sRender1",
Source = "Outline",
},
Input8 = InstanceInput {
SourceOp = "sOutline1",
Source = "Thickness",
Default = 0,
},
Input9 = InstanceInput {
SourceOp = "sBoolean2",
Source = "Red",
Name = "Color",
ControlGroup = 6,
Default = 1,
},
Input10 = InstanceInput {
SourceOp = "sBoolean2",
Source = "Green",
ControlGroup = 6,
Default = 0,
},
Input11 = InstanceInput {
SourceOp = "sBoolean2",
Source = "Blue",
ControlGroup = 6,
Default = 0,
},
Input12 = InstanceInput {
SourceOp = "sBoolean2",
Source = "Alpha",
ControlGroup = 6,
Default = 1,
}
},
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "sRender1",
Source = "Output",
}
},
ViewInfo = GroupInfo {
Pos = { 495, 82.5 },
Flags = {
AllowPan = false,
GridSnap = true,
AutoSnap = true,
RemoveRouters = true
},
Size = { 621, 264.364, 310.5, 24.2424 },
Direction = "Horizontal",
PipeStyle = "Direct",
Scale = 1,
Offset = { 0, 0 }
},
Tools = ordered() {
sRender1 = sRender {
CtrlWZoom = false,
CtrlWShown = false,
Inputs = {
Width = Input { Value = 1920, },
Height = Input { Value = 1080, },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
Input = Input {
SourceOp = "sTransform1",
Source = "Output",
},
Outline = Input { Value = 1, },
},
ViewInfo = OperatorInfo { Pos = { 247, 107.758 } },
UserControls = ordered() {
P1 = {
INPID_PreviewControl = "CrosshairControl",
LINKID_DataType = "Point",
INPID_InputControl = "OffsetControl",
CHC_Style = "NormalCross",
LINKS_Name = "P1",
},
P2 = {
INP_DefaultX = 0.25,
INPID_PreviewControl = "CrosshairControl",
INP_DefaultY = 0.5,
LINKID_DataType = "Point",
INPID_InputControl = "OffsetControl",
CHC_Style = "NormalCross",
LINKS_Name = "P2",
},
Size = {
INP_MaxAllowed = 1000000,
INP_Integer = false,
INPID_InputControl = "SliderControl",
INP_MaxScale = 1,
INP_Default = 0.100000001490116,
INP_MinScale = 0,
INP_MinAllowed = -1000000,
LINKID_DataType = "Number",
LINKS_Name = "Size",
},
Outline = {
INP_MaxAllowed = 1000000,
INP_Integer = false,
LBLC_DropDownButton = true,
INPID_InputControl = "LabelControl",
LBLC_NumInputs = 5,
INP_MaxScale = 1,
INP_MinScale = 0,
INP_MinAllowed = -1000000,
LINKID_DataType = "Number",
LINKS_Name = "Outline",
}
}
},
sBoolean1 = sBoolean {
CtrlWShown = false,
Inputs = {
Operation = Input { Value = FuID { "Union" }, },
Input1 = Input {
SourceOp = "sRectangle1",
Source = "Output",
},
Input2 = Input {
SourceOp = "sNGon1",
Source = "Output",
},
},
ViewInfo = OperatorInfo { Pos = { -83, 107.758 } },
},
sOutline1 = sOutline {
CtrlWShown = false,
Inputs = {
Thickness = Input { Value = 0, },
JoinStyle = Input { Value = 3, },
CapStyle = Input { Value = 0, },
Input = Input {
SourceOp = "sBoolean2",
Source = "Output",
},
},
ViewInfo = OperatorInfo { Pos = { 27, 8.75758 } },
},
sBoolean2 = sBoolean {
CtrlWShown = false,
Inputs = {
Operation = Input { Value = FuID { "Union" }, },
Input1 = Input {
SourceOp = "sRectangle1",
Source = "Output",
},
Input2 = Input {
SourceOp = "sNGon1",
Source = "Output",
},
Green = Input { Value = 0, },
Blue = Input { Value = 0, },
},
ViewInfo = OperatorInfo { Pos = { -83, 8.75758 } },
},
sTransform1 = sTransform {
CtrlWShown = false,
Inputs = {
XOffset = Input { Expression = "sRender1.P1.X - 0.5", },
YOffset = Input { Expression = "(sRender1.P1.Y - 0.5) * sRender1.Height / sRender1.Width", },
ZRotation = Input { Expression = "deg(atan2(YOffset - sTransform2.YOffset, XOffset - sTransform2.XOffset))", },
Input = Input {
SourceOp = "sMerge1",
Source = "Output",
},
},
ViewInfo = OperatorInfo { Pos = { 137, 107.758 } },
},
sTransform2 = sTransform {
CtrlWShown = false,
Inputs = {
XOffset = Input {
Value = -0.25,
Expression = "sRender1.P2.X - 0.5",
},
YOffset = Input { Expression = "(sRender1.P2.Y - 0.5) * sRender1.Height / sRender1.Width", },
},
ViewInfo = OperatorInfo { Pos = { 137, 206.758 } },
},
sMerge1 = sMerge {
CtrlWShown = false,
Inputs = {
Input1 = Input {
SourceOp = "sBoolean1",
Source = "Output",
},
Input2 = Input {
SourceOp = "sOutline1",
Source = "Output",
},
},
ViewInfo = OperatorInfo { Pos = { 27, 107.758 } },
},
sNGon1 = sNGon {
CtrlWShown = false,
Inputs = {
Sides = Input { Value = 3, },
Width = Input {
Value = 0.200000002980232,
Expression = "sRender1.Size *2",
},
Height = Input {
Value = 0.200000002980232,
Expression = "sRender1.Size *2",
},
},
ViewInfo = OperatorInfo { Pos = { -248, 8.75758 } },
},
sRectangle1 = sRectangle {
CtrlWShown = false,
Inputs = {
["Translate.X"] = Input {
Value = -0.125,
Expression = "- Width / 2",
},
Width = Input {
Value = 0.25,
Expression = "sqrt((sTransform2.XOffset - sTransform1.XOffset) ^ 2 + (sTransform2.YOffset - sTransform1.YOffset) ^ 2)",
},
Height = Input {
Value = 0.100000001490116,
Expression = "sRender1.Size",
},
},
ViewInfo = OperatorInfo { Pos = { -248, 107.758 } },
}
},
}
}
}
================================================
FILE: Templates/Edit/Generators/立ち絵書き出し元ファイル/WhiteCUL.comp
================================================
Composition {
CurrentTime = 0,
RenderRange = { 0, 1000 },
GlobalRange = { 0, 1000 },
CurrentID = 995,
HiQ = true,
PlaybackUpdateMode = 0,
Version = "Fusion Studio 18.5.1 build 4",
SavedOutputs = 2,
HeldTools = 0,
DisabledTools = 0,
LockedTools = 2,
AudioOffset = 0,
AutoRenderRange = true,
Resumable = true,
OutputClips = {
},
Tools = {
Loader21 = Loader {
Clips = {
Clip {
ID = "Clip1",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!口\\-ちゅ.png",
FormatID = "PNGFormat",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
TimeCode = 0,
GlobalStart = -1000,
GlobalEnd = -1000
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1, },
},
ViewInfo = OperatorInfo { Pos = { 3905, -1039.5 } },
},
Loader33 = Loader {
Clips = {
Clip {
ID = "Clip1",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!目\\-にっこり.png",
FormatID = "PNGFormat",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
TimeCode = 0,
GlobalStart = -1000,
GlobalEnd = -1000
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1, },
},
ViewInfo = OperatorInfo { Pos = { 3355, -1501.5 } },
},
Loader18 = Loader {
Clips = {
Clip {
ID = "Clip1",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!口\\-え.png",
FormatID = "PNGFormat",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
TimeCode = 0,
GlobalStart = -1000,
GlobalEnd = -1000
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1, },
},
ViewInfo = OperatorInfo { Pos = { 3575, -1039.5 } },
},
Loader36 = Loader {
Clips = {
Clip {
ID = "Clip1",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!目\\-基本目セット\\!白目\\-白目見開き.png",
FormatID = "PNGFormat",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
TimeCode = 0,
GlobalStart = -1000,
GlobalEnd = -1000
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1, },
},
ViewInfo = OperatorInfo { Pos = { 4125, -2293.5 } },
},
Loader20 = Loader {
Clips = {
Clip {
ID = "Clip1",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!口\\-ひゅっ.png",
FormatID = "PNGFormat",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
TimeCode = 0,
GlobalStart = -1000,
GlobalEnd = -1000
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1, },
},
ViewInfo = OperatorInfo { Pos = { 3795, -1039.5 } },
},
Loader53 = Loader {
Clips = {
Clip {
ID = "Clip1",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\記号など\\滝涙.png",
FormatID = "PNGFormat",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
TimeCode = 0,
GlobalStart = -1000,
GlobalEnd = -1000
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1, },
},
ViewInfo = OperatorInfo { Pos = { 3630, -643.5 } },
},
Loader28 = Loader {
Clips = {
Clip {
ID = "Clip1",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!口\\-ほー.png",
FormatID = "PNGFormat",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
TimeCode = 0,
GlobalStart = -1000,
GlobalEnd = -1000
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1, },
},
ViewInfo = OperatorInfo { Pos = { 4675, -1039.5 } },
},
Loader27 = Loader {
Clips = {
Clip {
ID = "Clip1",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!口\\-わはー.png",
FormatID = "PNGFormat",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
TimeCode = 0,
GlobalStart = -1000,
GlobalEnd = -1000
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1, },
},
ViewInfo = OperatorInfo { Pos = { 4565, -1039.5 } },
},
Loader4 = Loader {
Clips = {
Clip {
ID = "Clip1",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!左腕\\-手のひら.png",
FormatID = "PNGFormat",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
TimeCode = 0,
GlobalStart = -1000,
GlobalEnd = -1000
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1, },
},
ViewInfo = OperatorInfo { Pos = { 825, -643.5 } },
},
Loader40 = Loader {
Clips = {
Clip {
ID = "Clip1",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!目\\-基本目セット\\!黒目\\-目そらし2_.png",
FormatID = "PNGFormat",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
TimeCode = 0,
GlobalStart = -1000,
GlobalEnd = -1000
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1, },
},
ViewInfo = OperatorInfo { Pos = { 4785, -2293.5 } },
},
Loader39 = Loader {
Clips = {
Clip {
ID = "Clip1",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!目\\-基本目セット\\!黒目\\-●●.png",
FormatID = "PNGFormat",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
TimeCode = 0,
GlobalStart = -1000,
GlobalEnd = -1000
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1, },
},
ViewInfo = OperatorInfo { Pos = { 4675, -2293.5 } },
},
Loader15 = Loader {
Clips = {
Clip {
ID = "Clip1",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!口\\-えぇー.png",
FormatID = "PNGFormat",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
TimeCode = 0,
GlobalStart = -1000,
GlobalEnd = -1000
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1, },
},
ViewInfo = OperatorInfo { Pos = { 3245, -1039.5 } },
},
Loader31 = Loader {
Clips = {
Clip {
ID = "Clip1",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!目\\-ジト目.png",
FormatID = "PNGFormat",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
TimeCode = 0,
GlobalStart = -1000,
GlobalEnd = -1000
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1, },
},
ViewInfo = OperatorInfo { Pos = { 3135, -1501.5 } },
},
Loader11 = Loader {
Clips = {
Clip {
ID = "Clip1",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!顔色など\\-赤面.png",
FormatID = "PNGFormat",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
TimeCode = 0,
GlobalStart = -1000,
GlobalEnd = -1000
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1, },
},
ViewInfo = OperatorInfo { Pos = { 2035, -643.5 } },
},
Loader14 = Loader {
Clips = {
Clip {
ID = "Clip1",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!口\\-うっわー.png",
FormatID = "PNGFormat",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
TimeCode = 0,
GlobalStart = -1000,
GlobalEnd = -1000
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1, },
},
ViewInfo = OperatorInfo { Pos = { 3135, -1039.5 } },
},
Loader7 = Loader {
Clips = {
Clip {
ID = "Clip1",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!右腕\\-手のひら.png",
FormatID = "PNGFormat",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
TimeCode = 0,
GlobalStart = -1000,
GlobalEnd = -1000
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1, },
},
ViewInfo = OperatorInfo { Pos = { 1375, -643.5 } },
},
Loader24 = Loader {
Clips = {
Clip {
ID = "Clip1",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!口\\-ん_.png",
FormatID = "PNGFormat",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
TimeCode = 0,
GlobalStart = -1000,
GlobalEnd = -1000
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1, },
},
ViewInfo = OperatorInfo { Pos = { 4235, -1039.5 } },
},
Loader23 = Loader {
Clips = {
Clip {
ID = "Clip1",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!口\\-むん.png",
FormatID = "PNGFormat",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
TimeCode = 0,
GlobalStart = -1000,
GlobalEnd = -1000
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1, },
},
ViewInfo = OperatorInfo { Pos = { 4125, -1039.5 } },
},
Loader32 = Loader {
Clips = {
Clip {
ID = "Clip1",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!目\\-◯◯.png",
FormatID = "PNGFormat",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
TimeCode = 0,
GlobalStart = -1000,
GlobalEnd = -1000
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1, },
},
ViewInfo = OperatorInfo { Pos = { 3245, -1501.5 } },
},
Loader38 = Loader {
Clips = {
Clip {
ID = "Clip1",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!目\\-基本目セット\\!白目\\下眼瞼強調.png",
FormatID = "PNGFormat",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
TimeCode = 0,
GlobalStart = -1000,
GlobalEnd = -1000
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1, },
},
ViewInfo = OperatorInfo { Pos = { 4345, -2293.5 } },
},
Loader48 = Loader {
Clips = {
Clip {
ID = "Clip1",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!眉\\-上がり眉.png",
FormatID = "PNGFormat",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
TimeCode = 0,
GlobalStart = -1000,
GlobalEnd = -1000
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1, },
},
ViewInfo = OperatorInfo { Pos = { 2860, -643.5 } },
},
Loader52 = Loader {
Clips = {
Clip {
ID = "Clip1",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\記号など\\汗.png",
FormatID = "PNGFormat",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
TimeCode = 0,
GlobalStart = -1000,
GlobalEnd = -1000
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1, },
},
ViewInfo = OperatorInfo { Pos = { 3520, -643.5 } },
},
Loader42 = Loader {
Clips = {
Clip {
ID = "Clip1",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!目\\-基本目セット\\!黒目\\-カメラ目線2_.png",
FormatID = "PNGFormat",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
TimeCode = 0,
GlobalStart = -1000,
GlobalEnd = -1000
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1, },
},
ViewInfo = OperatorInfo { Pos = { 5005, -2293.5 } },
},
Loader35 = Loader {
Clips = {
Clip {
ID = "Clip1",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!目\\-__.png",
FormatID = "PNGFormat",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
TimeCode = 0,
GlobalStart = -1000,
GlobalEnd = -1000
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1, },
},
ViewInfo = OperatorInfo { Pos = { 3575, -1501.5 } },
},
Loader49 = Loader {
Clips = {
Clip {
ID = "Clip1",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!眉\\-怒り眉.png",
FormatID = "PNGFormat",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
TimeCode = 0,
GlobalStart = -1000,
GlobalEnd = -1000
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1, },
},
ViewInfo = OperatorInfo { Pos = { 2970, -643.5 } },
},
Loader44 = Loader {
Clips = {
Clip {
ID = "Clip1",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!目\\-基本目セット\\!黒目\\-基本2_.png",
FormatID = "PNGFormat",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
TimeCode = 0,
GlobalStart = -1000,
GlobalEnd = -1000
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1, },
},
ViewInfo = OperatorInfo { Pos = { 5225, -2293.5 } },
},
Loader25 = Loader {
Clips = {
Clip {
ID = "Clip1",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!口\\-えへぇ.png",
FormatID = "PNGFormat",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
TimeCode = 0,
GlobalStart = -1000,
GlobalEnd = -1000
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1, },
},
ViewInfo = OperatorInfo { Pos = { 4345, -1039.5 } },
},
Loader6 = Loader {
Clips = {
Clip {
ID = "Clip1",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!右腕\\-手の甲.png",
FormatID = "PNGFormat",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
TimeCode = 0,
GlobalStart = -1000,
GlobalEnd = -1000
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1, },
},
ViewInfo = OperatorInfo { Pos = { 1265, -643.5 } },
},
Loader8 = Loader {
Clips = {
Clip {
ID = "Clip1",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!右腕\\-指さし.png",
FormatID = "PNGFormat",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
TimeCode = 0,
GlobalStart = -1000,
GlobalEnd = -1000
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1, },
},
ViewInfo = OperatorInfo { Pos = { 1485, -643.5 } },
},
Loader10 = Loader {
Clips = {
Clip {
ID = "Clip1",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!顔色など\\-青ざめ.png",
FormatID = "PNGFormat",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
TimeCode = 0,
GlobalStart = -1000,
GlobalEnd = -1000
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1, },
},
ViewInfo = OperatorInfo { Pos = { 1925, -643.5 } },
},
Loader46 = Loader {
Clips = {
Clip {
ID = "Clip1",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!眉\\-困り眉2_.png",
FormatID = "PNGFormat",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
TimeCode = 0,
GlobalStart = -1000,
GlobalEnd = -1000
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1, },
},
ViewInfo = OperatorInfo { Pos = { 2640, -643.5 } },
},
Loader41 = Loader {
Clips = {
Clip {
ID = "Clip1",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!目\\-基本目セット\\!黒目\\-目そらし.png",
FormatID = "PNGFormat",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
TimeCode = 0,
GlobalStart = -1000,
GlobalEnd = -1000
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1, },
},
ViewInfo = OperatorInfo { Pos = { 4895, -2293.5 } },
},
Loader3 = Loader {
Clips = {
Clip {
ID = "Clip1",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!左腕\\-手の甲.png",
FormatID = "PNGFormat",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
TimeCode = 0,
GlobalStart = -1000,
GlobalEnd = -1000
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1, },
},
ViewInfo = OperatorInfo { Pos = { 715, -643.5 } },
},
Loader45 = Loader {
Clips = {
Clip {
ID = "Clip1",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!目\\-基本目セット\\!黒目\\-基本.png",
FormatID = "PNGFormat",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
TimeCode = 0,
GlobalStart = -1000,
GlobalEnd = -1000
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1, },
},
ViewInfo = OperatorInfo { Pos = { 5335, -2293.5 } },
},
Loader47 = Loader {
Clips = {
Clip {
ID = "Clip1",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!眉\\-困り眉.png",
FormatID = "PNGFormat",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
TimeCode = 0,
GlobalStart = -1000,
GlobalEnd = -1000
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1, },
},
ViewInfo = OperatorInfo { Pos = { 2750, -643.5 } },
},
Loader54 = Loader {
Clips = {
Clip {
ID = "Clip1",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\記号など\\涙.png",
FormatID = "PNGFormat",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
TimeCode = 0,
GlobalStart = -1000,
GlobalEnd = -1000
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1, },
},
ViewInfo = OperatorInfo { Pos = { 3740, -643.5 } },
},
Loader19 = Loader {
Clips = {
Clip {
ID = "Clip1",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!口\\-ん.png",
FormatID = "PNGFormat",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
TimeCode = 0,
GlobalStart = -1000,
GlobalEnd = -1000
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1, },
},
ViewInfo = OperatorInfo { Pos = { 3685, -1039.5 } },
},
Loader17 = Loader {
Clips = {
Clip {
ID = "Clip1",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!口\\-えあー.png",
FormatID = "PNGFormat",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
TimeCode = 0,
GlobalStart = -1000,
GlobalEnd = -1000
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1, },
},
ViewInfo = OperatorInfo { Pos = { 3465, -1039.5 } },
},
Loader51 = Loader {
Clips = {
Clip {
ID = "Clip1",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\記号など\\汗多め.png",
FormatID = "PNGFormat",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
TimeCode = 0,
GlobalStart = -1000,
GlobalEnd = -1000
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1, },
},
ViewInfo = OperatorInfo { Pos = { 3410, -643.5 } },
},
Loader1 = Loader {
Clips = {
Clip {
ID = "Clip1",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!後髪.png",
FormatID = "PNGFormat",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
TimeCode = 0,
GlobalStart = -1000,
GlobalEnd = -1000
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1, },
},
ViewInfo = OperatorInfo { Pos = { 275, -247.5 } },
},
Loader2 = Loader {
Clips = {
Clip {
ID = "Clip1",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!体.png",
FormatID = "PNGFormat",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
TimeCode = 0,
GlobalStart = -1000,
GlobalEnd = -1000
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1, },
},
ViewInfo = OperatorInfo { Pos = { 385, -247.5 } },
},
Loader5 = Loader {
Clips = {
Clip {
ID = "Clip1",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!左腕\\-基本.png",
FormatID = "PNGFormat",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
TimeCode = 0,
GlobalStart = -1000,
GlobalEnd = -1000
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1, },
},
ViewInfo = OperatorInfo { Pos = { 935, -643.5 } },
},
Loader9 = Loader {
Clips = {
Clip {
ID = "Clip1",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!右腕\\-基本.png",
FormatID = "PNGFormat",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
TimeCode = 0,
GlobalStart = -1000,
GlobalEnd = -1000
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1, },
},
ViewInfo = OperatorInfo { Pos = { 1595, -643.5 } },
},
Loader12 = Loader {
Clips = {
Clip {
ID = "Clip1",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!顔色など\\-ほっぺ.png",
FormatID = "PNGFormat",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
TimeCode = 0,
GlobalStart = -1000,
GlobalEnd = -1000
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1, },
},
ViewInfo = OperatorInfo { Pos = { 2145, -643.5 } },
},
Loader13 = Loader {
Clips = {
Clip {
ID = "Clip1",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!顔色など\\鼻.png",
FormatID = "PNGFormat",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
TimeCode = 0,
GlobalStart = -1000,
GlobalEnd = -1000
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1, },
},
ViewInfo = OperatorInfo { Pos = { 2255, -643.5 } },
},
Loader50 = Loader {
Clips = {
Clip {
ID = "Clip1",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!眉\\-基本眉.png",
FormatID = "PNGFormat",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
TimeCode = 0,
GlobalStart = -1000,
GlobalEnd = -1000
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1, },
},
ViewInfo = OperatorInfo { Pos = { 3080, -643.5 } },
},
Loader30 = Loader {
Clips = {
Clip {
ID = "Clip1",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!口\\-ほほえみ.png",
FormatID = "PNGFormat",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
TimeCode = 0,
GlobalStart = -1000,
GlobalEnd = -1000
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1, },
},
ViewInfo = OperatorInfo { Pos = { 4895, -1039.5 } },
},
Loader29 = Loader {
Clips = {
Clip {
ID = "Clip1",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!口\\-あは.png",
FormatID = "PNGFormat",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
TimeCode = 0,
GlobalStart = -1000,
GlobalEnd = -1000
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1, },
},
ViewInfo = OperatorInfo { Pos = { 4785, -1039.5 } },
},
Loader22 = Loader {
Clips = {
Clip {
ID = "Clip1",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!口\\-お.png",
FormatID = "PNGFormat",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
TimeCode = 0,
GlobalStart = -1000,
GlobalEnd = -1000
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1, },
},
ViewInfo = OperatorInfo { Pos = { 4015, -1039.5 } },
},
Loader37 = Loader {
Clips = {
Clip {
ID = "Clip1",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!目\\-基本目セット\\!白目\\-白目基本.png",
FormatID = "PNGFormat",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
TimeCode = 0,
GlobalStart = -1000,
GlobalEnd = -1000
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1, },
},
ViewInfo = OperatorInfo { Pos = { 4235, -2293.5 } },
},
Loader43 = Loader {
Clips = {
Clip {
ID = "Clip1",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!目\\-基本目セット\\!黒目\\-カメラ目線.png",
FormatID = "PNGFormat",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
TimeCode = 0,
GlobalStart = -1000,
GlobalEnd = -1000
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1, },
},
ViewInfo = OperatorInfo { Pos = { 5115, -2293.5 } },
},
Loader34 = Loader {
Clips = {
Clip {
ID = "Clip1",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!目\\-なごみ.png",
FormatID = "PNGFormat",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
TimeCode = 0,
GlobalStart = -1000,
GlobalEnd = -1000
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1, },
},
ViewInfo = OperatorInfo { Pos = { 3465, -1501.5 } },
},
Loader16 = Loader {
Clips = {
Clip {
ID = "Clip1",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!口\\-うへぇ.png",
FormatID = "PNGFormat",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
TimeCode = 0,
GlobalStart = -1000,
GlobalEnd = -1000
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1, },
},
ViewInfo = OperatorInfo { Pos = { 3355, -1039.5 } },
},
Loader26 = Loader {
Clips = {
Clip {
ID = "Clip1",
Filename = "CHARA:\\WhiteCUL立ち絵素材\\!口\\-ぺろん.png",
FormatID = "PNGFormat",
StartFrame = -1,
LengthSetManually = true,
TrimIn = 0,
TrimOut = 0,
ExtendFirst = 0,
ExtendLast = 0,
Loop = 0,
AspectMode = 0,
Depth = 0,
TimeCode = 0,
GlobalStart = -1000,
GlobalEnd = -1000
}
},
Inputs = {
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
["Clip1.PNGFormat.PostMultiply"] = Input { Value = 1, },
},
ViewInfo = OperatorInfo { Pos = { 4455, -1039.5 } },
},
["パーターブ_Ctrl"] = Transform {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
Center = Input {
SourceOp = "Perturb1",
Source = "Value",
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output",
},
},
ViewInfo = OperatorInfo { Pos = { 5500, 511.5 } },
},
Perturb1 = PerturbPoint {
CtrlWZoom = false,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
Strength = Input {
SourceOp = "Motion_Str",
Source = "Value",
},
Speed = Input {
SourceOp = "Motion_Speed",
Source = "Value",
},
},
},
Motion_Str = PublishNumber {
CtrlWZoom = false,
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
Value = Input { Value = 1, },
},
},
Motion_Speed = PublishNumber {
CtrlWZoom = false,
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
Value = Input { Value = 1, },
},
},
["荒ぶる"] = GroupOperator {
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform1_2_1",
Source = "Input",
},
Input3 = InstanceInput {
SourceOp = "Shake1_1",
Source = "RandomSeed",
Width = 1,
Default = 0,
},
Input4 = InstanceInput {
SourceOp = "Shake1_1",
Source = "Randomize",
Width = 0.385,
},
Input5 = InstanceInput {
SourceOp = "Shake1_1",
Source = "Smoothness",
Default = 10,
},
Input1 = InstanceInput {
SourceOp = "Transform1_2_1",
Source = "x",
Name = "X",
Default = 0.1,
},
Input2 = InstanceInput {
SourceOp = "Transform1_2_1",
Source = "y",
Name = "Y",
Default = 0.1,
}
},
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform1_2_1",
Source = "Output",
}
},
ViewInfo = GroupInfo {
Pos = { 6160, 511.5 },
Flags = {
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true
},
Size = { 126, 107.433, 63, 24.2424 },
Direction = "Horizontal",
PipeStyle = "Direct",
Scale = 1,
Offset = { 0, 0 }
},
Tools = ordered() {
Transform1_2_1 = Transform {
CtrlWShown = false,
Inputs = {
Center = Input {
Value = { 0.502997744173508, 0.497908177638071 },
Expression = "Point(0.5, 0.5) + shake * in_out",
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output",
},
x = Input { Value = 0.03, },
y = Input { Value = 0.03, },
shake = Input {
SourceOp = "Shake1_1",
Source = "Position",
},
in_out = Input {
SourceOp = "KeyframeStretcher1_1",
Source = "Result",
},
},
ViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },
UserControls = 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, } }
},
KeyframeStretcher1_1 = KeyStretcherMod {
CtrlWZoom = false,
Inputs = {
Keyframes = Input {
SourceOp = "KeyStretcheronTransform1_2_1Keyframes",
Source = "Value",
},
StretchStart = Input { Value = 10, },
StretchEnd = Input { Value = 110, },
},
},
KeyStretcheronTransform1_2_1Keyframes = BezierSpline {
SplineColor = { Red = 193, Green = 106, Blue = 231 },
CtrlWZoom = false,
KeyFrames = {
[0] = { 0, RH = { 3.33333333333333, 0 }, Flags = { Linear = true } },
[10] = { 1, LH = { 6.66666666666667, 1 }, RH = { 43.3333333333333, 1 } },
[110] = { 1, LH = { 76.6666666666667, 1 }, RH = { 113.333333333333, 1 } },
[120] = { 0, LH = { 116.666666666667, 0 } }
}
},
Shake1_1 = Shake {
Faster = true,
CtrlWZoom = false,
Inputs = {
Smoothness = Input { Value = 1.5, },
LockXY = Input { Value = 0, },
XMinimum = Input {
Value = -0.03,
Expression = "-Transform1_2_1.x",
},
XMaximum = Input {
Value = 0.03,
Expression = "Transform1_2_1.x",
},
YMinimum = Input {
Value = -0.03,
Expression = "-Transform1_2_1.y",
},
YMaximum = Input {
Value = 0.03,
Expression = "Transform1_2_1.y",
},
},
}
},
},
["横揺れ_Ctrl"] = Transform {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
Center = Input {
Value = { 0.504755282581476, 0.5 },
Expression = "Point(v, 0.5)",
},
ReferenceSize = Input { Value = 1, },
Input = Input {
SourceOp = "モーションなし",
Source = "Output",
},
bound = Input {
Value = 0.951056516295153,
Expression = "sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)",
},
speed = Input {
SourceOp = "Motion_Speed",
Source = "Value",
},
amplitude = Input {
SourceOp = "Motion_Str",
Source = "Value",
},
out = Input {
Value = 59,
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
},
v = Input {
Value = 0.504755282581476,
Expression = "0.5 + amplitude * iif(time > out, 0,bound)",
},
},
ViewInfo = OperatorInfo { Pos = { 5005, 511.5 } },
UserControls = 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, } }
},
["ぽよ"] = GroupOperator {
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform",
Source = "Input",
},
Input1 = InstanceInput {
SourceOp = "Transform",
Source = "speed",
Name = "スピード",
Page = "Controls",
Default = 1,
},
Input2 = InstanceInput {
SourceOp = "Calculation2",
Source = "SecondOperand",
Name = "強さ",
Default = 1,
},
Input3 = InstanceInput {
SourceOp = "Transform",
Source = "Pivot",
}
},
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform",
Source = "Output",
}
},
ViewInfo = GroupInfo {
Pos = { 4345, 511.5 },
Flags = {
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true
},
Size = { 126, 107.433, 63, 24.2424 },
Direction = "Horizontal",
PipeStyle = "Direct",
Scale = 1,
Offset = { 0, 0 }
},
Tools = ordered() {
Transform = Transform {
CtrlWZoom = false,
CtrlWShown = false,
NameSet = true,
Inputs = {
Pivot = Input { Value = { 0.5, 0 }, },
Aspect = Input {
SourceOp = "Calculation1",
Source = "Result",
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output",
},
},
ViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },
UserControls = 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, } }
},
Calculation1 = Calculation {
CtrlWZoom = false,
Inputs = {
FirstOperand = Input {
SourceOp = "Calculation2",
Source = "Result",
},
SecondOperand = Input { Value = 1, },
FirstOperandTimeOffset = Input { Expression = "-comp.GlobalStart", },
},
},
Calculation2 = Calculation {
CtrlWZoom = false,
Inputs = {
FirstOperand = Input {
SourceOp = "CalculationonCalculationonTransformAspectFirstOperand",
Source = "Value",
},
Operator = Input { Value = 2, },
SecondOperand = Input { Value = 0.8, },
FirstOperandTimeScale = Input { Expression = "Transform.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate", },
},
},
CalculationonCalculationonTransformAspectFirstOperand = BezierSpline {
SplineColor = { Red = 210, Green = 105, Blue = 30 },
CtrlWZoom = false,
KeyFrames = {
[0] = { 0, RH = { 1, 0 }, Flags = { Linear = true } },
[3] = { 0.0800000000000001, LH = { 2, 0.0800000000000001 }, RH = { 4.66666666666667, 0.0800000000000001 } },
[8] = { -0.0489999999999999, LH = { 6.33333333333333, -0.0489999999999999 }, RH = { 9.33333333333333, -0.0489999999999999 } },
[12] = { 0.03, LH = { 10.6666666666667, 0.03 }, RH = { 13.3333333333333, 0.03 } },
[16] = { -0.00700000000000001, LH = { 14.6666666666667, -0.00700000000000001 }, RH = { 16.6666666666667, -0.00700000000000001 } },
[18] = { 0.004, LH = { 17.3333333333333, 0.004 }, RH = { 18.6666666666667, 0.004 } },
[20] = { 0, LH = { 19.3333333333333, 0 } }
}
}
},
},
["拡縮_Ctrl"] = Transform {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
Center = Input { Value = { 0.504755282581476, 0.5 }, },
Size = Input { Expression = " v", },
ReferenceSize = Input { Value = 1, },
Input = Input {
SourceOp = "モーションなし",
Source = "Output",
},
bound = Input {
Value = 0.951056516295153,
Expression = "sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)",
},
speed = Input {
SourceOp = "Motion_Speed",
Source = "Value",
},
amplitude = Input {
SourceOp = "Motion_Str",
Source = "Value",
},
out = Input {
Value = 59,
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
},
v = Input {
Value = 0.504755282581476,
Expression = "1 + amplitude * iif(time > out, 0,bound)",
},
},
ViewInfo = OperatorInfo { Pos = { 5335, 511.5 } },
UserControls = 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, } }
},
ST_Background = Background {
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
Inputs = {
Width = Input { Value = 1920, },
Height = Input { Value = 1080, },
UseFrameFormatSettings = Input { Value = 1, },
Depth = Input { Value = 1, },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
TopLeftAlpha = Input { Value = 0, },
},
ViewInfo = OperatorInfo { Pos = { 5170, 676.5 } },
},
ST_SetDomain = SetDomain {
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
Inputs = {
Mode = Input { Value = FuID { "Set" }, },
Right = Input { Value = 0, },
Top = Input { Value = 0, },
Input = Input {
SourceOp = "ST_Background",
Source = "Output",
},
},
ViewInfo = OperatorInfo { Pos = { 5170, 808.5 } },
},
["モーションSelector"] = Transform {
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
Input = Input {
SourceOp = "モーションなし",
Source = "Output",
},
Speed = Input {
SourceOp = "Motion_Speed",
Source = "Value",
},
Str = Input {
SourceOp = "Motion_Str",
Source = "Value",
},
},
ViewInfo = OperatorInfo { Pos = { 5335, 676.5 } },
Colors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, },
UserControls = ordered() {
["N000_モーションなし"] = {
ICD_Width = 1,
INP_Integer = false,
INP_External = false,
LINKID_DataType = "Number",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"モーションなし\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
ICS_ControlPage = "モーション",
INPID_InputControl = "ButtonControl",
LINKS_Name = "モーションなし",
},
["N001_ぽよ"] = {
ICD_Width = 1,
INP_Integer = false,
INP_External = false,
LINKID_DataType = "Number",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"ぽよ\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
ICS_ControlPage = "モーション",
INPID_InputControl = "ButtonControl",
LINKS_Name = "ぽよ",
},
["N002_ぴょん_Ctrl"] = {
ICD_Width = 1,
INP_Integer = false,
INP_External = false,
LINKID_DataType = "Number",
BTNCS_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",
ICS_ControlPage = "モーション",
INPID_InputControl = "ButtonControl",
LINKS_Name = "ぴょん_Ctrl",
},
["N003_リズム_Ctrl"] = {
ICD_Width = 1,
INP_Integer = false,
INP_External = false,
LINKID_DataType = "Number",
BTNCS_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",
ICS_ControlPage = "モーション",
INPID_InputControl = "ButtonControl",
LINKS_Name = "リズム_Ctrl",
},
["N004_跳ねる_Ctrl"] = {
ICD_Width = 1,
INP_Integer = false,
INP_External = false,
LINKID_DataType = "Number",
BTNCS_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",
ICS_ControlPage = "モーション",
INPID_InputControl = "ButtonControl",
LINKS_Name = "跳ねる_Ctrl",
},
["N005_横揺れ_Ctrl"] = {
ICD_Width = 1,
INP_Integer = false,
INP_External = false,
LINKID_DataType = "Number",
BTNCS_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",
ICS_ControlPage = "モーション",
INPID_InputControl = "ButtonControl",
LINKS_Name = "横揺れ_Ctrl",
},
["N006_縦揺れ_Ctrl"] = {
ICD_Width = 1,
INP_Integer = false,
INP_External = false,
LINKID_DataType = "Number",
BTNCS_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",
ICS_ControlPage = "モーション",
INPID_InputControl = "ButtonControl",
LINKS_Name = "縦揺れ_Ctrl",
},
["N007_拡縮_Ctrl"] = {
ICD_Width = 1,
INP_Integer = false,
INP_External = false,
LINKID_DataType = "Number",
BTNCS_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",
ICS_ControlPage = "モーション",
INPID_InputControl = "ButtonControl",
LINKS_Name = "拡縮_Ctrl",
},
["N008_パーターブ_Ctrl"] = {
ICD_Width = 1,
INP_Integer = false,
INP_External = false,
LINKID_DataType = "Number",
BTNCS_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",
ICS_ControlPage = "モーション",
INPID_InputControl = "ButtonControl",
LINKS_Name = "パーターブ_Ctrl",
},
["N009_跳ねる"] = {
ICD_Width = 1,
INP_Integer = false,
INP_External = false,
LINKID_DataType = "Number",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"跳ねる\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
ICS_ControlPage = "モーション",
INPID_InputControl = "ButtonControl",
LINKS_Name = "跳ねる",
},
["N010_跳ねる_小"] = {
ICD_Width = 1,
INP_Integer = false,
INP_External = false,
LINKID_DataType = "Number",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"跳ねる_小\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
ICS_ControlPage = "モーション",
INPID_InputControl = "ButtonControl",
LINKS_Name = "跳ねる_小",
},
["N011_不安"] = {
ICD_Width = 1,
INP_Integer = false,
INP_External = false,
LINKID_DataType = "Number",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"不安\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
ICS_ControlPage = "モーション",
INPID_InputControl = "ButtonControl",
LINKS_Name = "不安",
},
["N012_荒ぶる"] = {
ICD_Width = 1,
INP_Integer = false,
INP_External = false,
LINKID_DataType = "Number",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"荒ぶる\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
ICS_ControlPage = "モーション",
INPID_InputControl = "ButtonControl",
LINKS_Name = "荒ぶる",
},
["N013_震え"] = {
ICD_Width = 1,
INP_Integer = false,
INP_External = false,
LINKID_DataType = "Number",
BTNCS_Execute = "local _a = comp:FindTool(\"モーションSelector\")\nlocal _b = comp:FindTool(\"震え\")\n_a:ConnectInput(\"Input\", _b)\nif _a.ParentTool then\n_a.Center:HideViewControls()\n_a.Pivot:HideViewControls()\n_a.Angle:HideViewControls()\n_a.Size:HideViewControls()\n_a.Aspect:HideViewControls()\n_a.XSize:HideViewControls()\n_a.YSize:HideViewControls()\nend",
ICS_ControlPage = "モーション",
INPID_InputControl = "ButtonControl",
LINKS_Name = "震え",
},
Speed = {
INP_Integer = false,
LINKS_Name = "Speed",
INPID_InputControl = "SliderControl",
INP_MinScale = 0,
LINKID_DataType = "Number",
INP_MaxScale = 5,
INP_Default = 1,
},
Str = {
INP_Integer = false,
LINKS_Name = "Str",
INPID_InputControl = "SliderControl",
INP_MinScale = 0,
LINKID_DataType = "Number",
INP_MaxScale = 5,
INP_Default = 1,
}
}
},
ST_Merge = Merge {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
Background = Input {
SourceOp = "ST_SetDomain",
Source = "Output",
},
Foreground = Input {
SourceOp = "モーションSelector",
Source = "Output",
},
PerformDepthMerge = Input { Value = 0, },
},
ViewInfo = OperatorInfo { Pos = { 5335, 808.5 } },
},
["レイアウト"] = Transform {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
},
},
Inputs = {
Center = Input { Value = { 0.85, 0 }, },
Input = Input {
SourceOp = "ST_Merge",
Source = "Output",
},
},
ViewInfo = OperatorInfo { Pos = { 5335, 940.5 } },
Colors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, }
},
["リズム_Ctrl"] = Transform {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
Pivot = Input { Value = { 0.5, 0 }, },
Aspect = Input {
SourceOp = "リズム_AspectAffset",
Source = "Result",
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output",
},
},
ViewInfo = OperatorInfo { Pos = { 4675, 511.5 } },
},
["リズム_AspectAffset"] = Calculation {
CtrlWZoom = false,
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
FirstOperand = Input {
SourceOp = "リズム_ScaleAndTimeScaleForFPS",
Source = "Result",
},
SecondOperand = Input { Value = 1, },
},
},
["リズム_ScaleAndTimeScaleForFPS"] = Calculation {
CtrlWZoom = false,
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
FirstOperand = Input {
SourceOp = "リズム_Loop",
Source = "Result",
},
Operator = Input { Value = 2, },
SecondOperand = Input {
SourceOp = "Motion_Str",
Source = "Value",
},
FirstOperandTimeScale = Input { Expression = "30 / comp:GetPrefs().Comp.FrameFormat.Rate", },
},
},
["リズム_Loop"] = Calculation {
CtrlWZoom = false,
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
FirstOperand = Input {
SourceOp = "リズム_LoopFirstOperand",
Source = "Value",
},
Operator = Input { Value = 9, },
FirstOperandTimeOffset = Input { Expression = "- math.floor(time / Frame) * Frame", },
Speed = Input {
SourceOp = "Motion_Speed",
Source = "Value",
},
Frame = Input {
Value = 30,
Expression = "30 / Speed",
}
},
UserControls = ordered() {
Speed = {
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Speed",
INPID_InputControl = "SliderControl",
INP_Default = 1,
},
Frame = {
INP_Integer = false,
LINKID_DataType = "Number",
LINKS_Name = "Frame",
INPID_InputControl = "SliderControl",
INP_Default = 1,
}
}
},
["リズム_LoopFirstOperand"] = BezierSpline {
SplineColor = { Red = 210, Green = 105, Blue = 30 },
CtrlWZoom = false,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
KeyFrames = {
[0] = { 0, RH = { 1, 0 }, Flags = { Linear = true } },
[3] = { -0.01, LH = { 2, -0.01 }, RH = { 4, -0.01 } },
[6] = { 0, LH = { 5, 0 } }
}
},
["ぴょん_Ctrl"] = Transform {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
Center = Input {
SourceOp = "XYPath1_1",
Source = "Value",
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output",
},
speed = Input {
SourceOp = "Motion_Speed",
Source = "Value",
},
},
ViewInfo = OperatorInfo { Pos = { 4510, 511.5 } },
UserControls = 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", } }
},
XYPath1_1 = XYPath {
ShowKeyPoints = false,
DrawMode = "ModifyOnly",
CtrlWZoom = false,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
X = Input { Value = 0.5, },
Y = Input {
SourceOp = "Calculation1_1_1",
Source = "Result",
},
},
},
Calculation1_1_1 = Calculation {
CtrlWZoom = false,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
FirstOperand = Input {
SourceOp = "Calculation2_1_1",
Source = "Result",
},
SecondOperand = Input { Value = 0.5, },
FirstOperandTimeOffset = Input { Expression = "-comp.GlobalStart - ぴょん_Ctrl.offset", },
},
},
Calculation2_1_1 = Calculation {
CtrlWZoom = false,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
FirstOperand = Input {
SourceOp = "Calculation4_1",
Source = "Result",
},
Operator = Input { Value = 2, },
SecondOperand = Input { Value = 0.5, },
FirstOperandTimeScale = Input { Expression = "ぴょん_Ctrl.speed * 30 / comp:GetPrefs().Comp.FrameFormat.Rate", },
},
},
Calculation4_1 = Calculation {
CtrlWZoom = false,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
FirstOperand = Input {
SourceOp = "Calculation4_1FirstOperand",
Source = "Value",
},
Operator = Input { Value = 2, },
SecondOperand = Input {
SourceOp = "Motion_Str",
Source = "Value",
},
},
},
Calculation4_1FirstOperand = BezierSpline {
SplineColor = { Red = 0, Green = 255, Blue = 0 },
CtrlWZoom = false,
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
KeyFrames = {
[0] = { 0, RH = { 2.65, 0.18 }, Flags = { Linear = true } },
[13] = { 0, LH = { 9.5, 0.194 }, RH = { 15.2, 0.05 } },
[22] = { 0, LH = { 18.7, 0.06 }, RH = { 24.9, 0.02 } },
[30] = { 0, LH = { 27.4851924208954, 0 } }
}
},
["跳ねる"] = GroupOperator {
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform1_1",
Source = "Input",
},
Input1 = InstanceInput {
SourceOp = "Transform1_1",
Source = "speed",
MinScale = 0.0010000000475,
Default = 2,
},
Input2 = InstanceInput {
SourceOp = "Transform1_1",
Source = "amplitude",
Default = 0.1,
}
},
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform1_1",
Source = "Output",
}
},
ViewInfo = GroupInfo {
Pos = { 5665, 511.5 },
Flags = {
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true
},
Size = { 126, 107.433, 63, 24.2424 },
Direction = "Horizontal",
PipeStyle = "Direct",
Scale = 1,
Offset = { 0, 0 }
},
Tools = ordered() {
Transform1_1 = Transform {
CtrlWZoom = false,
CtrlWShown = false,
Inputs = {
Center = Input {
Value = { 0.5, 0.595105651629515 },
Expression = "Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))",
},
ReferenceSize = Input { Value = 1, },
Input = Input {
SourceOp = "モーションなし",
Source = "Output",
},
bound = Input {
Value = 0.951056516295154,
Expression = "math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\n",
},
speed = Input { Value = 2, },
amplitude = Input { Value = 0.08, },
out = Input {
Value = 59,
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
},
},
ViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },
UserControls = 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", } }
}
},
},
["縦揺れ_Ctrl"] = Transform {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
Center = Input {
Value = { 0.504755282581476, 0.5 },
Expression = "Point(0.5,v)",
},
ReferenceSize = Input { Value = 1, },
Input = Input {
SourceOp = "モーションなし",
Source = "Output",
},
bound = Input {
Value = 0.951056516295153,
Expression = "sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)",
},
speed = Input {
SourceOp = "Motion_Speed",
Source = "Value",
},
amplitude = Input {
SourceOp = "Motion_Str",
Source = "Value",
},
out = Input {
Value = 59,
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
},
v = Input {
Value = 0.504755282581476,
Expression = "0.5 + amplitude * iif(time > out, 0,bound)",
},
},
ViewInfo = OperatorInfo { Pos = { 5170, 511.5 } },
UserControls = 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", } }
},
["震え"] = GroupOperator {
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform1_3",
Source = "Input",
},
Input1 = InstanceInput {
SourceOp = "Transform1_3",
Source = "speed",
Default = 2,
},
Input2 = InstanceInput {
SourceOp = "Transform1_3",
Source = "amplitude",
Default = 0.1,
},
Input3 = InstanceInput {
SourceOp = "Transform1_3",
Source = "Y",
Default = 0,
}
},
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform1_3",
Source = "Output",
}
},
ViewInfo = GroupInfo {
Pos = { 6325, 511.5 },
Flags = {
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true
},
Size = { 126, 109.359, 63, 24.2424 },
Direction = "Horizontal",
PipeStyle = "Direct",
Scale = 1,
Offset = { 0, 0 }
},
Tools = ordered() {
Transform1_3 = Transform {
CtrlWShown = false,
Inputs = {
Center = Input {
Value = { 0.504755282581476, 0.5 },
Expression = "iif(Y == 0, Point(v, 0.5),Point(0.5,v))",
},
ReferenceSize = Input { Value = 1, },
Input = Input {
SourceOp = "モーションなし",
Source = "Output",
},
bound = Input {
Value = 0.951056516295153,
Expression = "sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate)",
},
speed = Input { Value = 12, },
amplitude = Input { Value = 0.005, },
out = Input {
Value = 59,
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
},
v = Input {
Value = 0.504755282581476,
Expression = "0.5 + amplitude * iif(time > out, 0,bound)",
},
},
ViewInfo = OperatorInfo { Pos = { 0, 29.7576 } },
UserControls = 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, } }
}
},
},
["跳ねる_Ctrl"] = Transform {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
Center = Input {
Value = { 0.5, 0.595105651629515 },
Expression = "Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))",
},
ReferenceSize = Input { Value = 1, },
Input = Input {
SourceOp = "モーションなし",
Source = "Output",
},
bound = Input {
Value = 0.951056516295154,
Expression = "math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\n",
},
speed = Input {
SourceOp = "Motion_Speed",
Source = "Value",
},
amplitude = Input {
SourceOp = "Motion_Str",
Source = "Value",
},
out = Input {
Value = 59,
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
},
},
ViewInfo = OperatorInfo { Pos = { 4840, 511.5 } },
UserControls = 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", } }
},
["跳ねる_小"] = GroupOperator {
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform1_1_1",
Source = "Input",
},
Input1 = InstanceInput {
SourceOp = "Transform1_1_1",
Source = "speed",
MinScale = 0.0010000000475,
Default = 2,
},
Input2 = InstanceInput {
SourceOp = "Transform1_1_1",
Source = "amplitude",
Default = 0.1,
}
},
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform1_1_1",
Source = "Output",
}
},
ViewInfo = GroupInfo {
Pos = { 5830, 511.5 },
Flags = {
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true
},
Size = { 126, 107.433, 63, 24.2424 },
Direction = "Horizontal",
PipeStyle = "Direct",
Scale = 1,
Offset = { 0, 0 }
},
Tools = ordered() {
Transform1_1_1 = Transform {
CtrlWZoom = false,
CtrlWShown = false,
Inputs = {
Center = Input {
Value = { 0.5, 0.595105651629515 },
Expression = "Point(0.5, 0.5 + amplitude * iif(time > out, 0,bound))",
},
ReferenceSize = Input { Value = 1, },
Input = Input {
SourceOp = "モーションなし",
Source = "Output",
},
bound = Input {
Value = 0.951056516295154,
Expression = "math.abs(sin((time - comp.GlobalStart)*speed*pi/comp:GetPrefs().Comp.FrameFormat.Rate))\n",
},
speed = Input { Value = 2, },
amplitude = Input { Value = 0.02, },
out = Input {
Value = 59,
Expression = "comp.GlobalEnd - (comp.GlobalEnd - comp.GlobalStart + 1) % (comp:GetPrefs().Comp.FrameFormat.Rate/speed)",
},
},
ViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },
UserControls = 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, } }
}
},
},
Background1 = Background {
Inputs = {
Width = Input { Value = 1082, },
Height = Input { Value = 2010, },
Depth = Input { Value = 1, },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
TopLeftAlpha = Input { Value = 0, },
},
ViewInfo = OperatorInfo { Pos = { 165, -247.5 } },
},
SetDomain1 = SetDomain {
Inputs = {
Mode = Input { Value = FuID { "Set" }, },
Right = Input { Value = 0, },
Top = Input { Value = 0, },
Input = Input {
SourceOp = "Background1",
Source = "Output",
},
},
ViewInfo = OperatorInfo { Pos = { 165, -115.5 } },
},
["後髪_MG"] = Merge {
Inputs = {
Background = Input {
SourceOp = "SetDomain1",
Source = "Output",
},
Foreground = Input {
SourceOp = "Loader1",
Source = "Output",
},
PerformDepthMerge = Input { Value = 0, },
},
ViewInfo = OperatorInfo { Pos = { 275, -115.5 } },
},
["体_MG"] = Merge {
Inputs = {
Background = Input {
SourceOp = "後髪_MG",
Source = "Output",
},
Foreground = Input {
SourceOp = "Loader2",
Source = "Output",
},
PerformDepthMerge = Input { Value = 0, },
},
ViewInfo = OperatorInfo { Pos = { 385, -115.5 } },
},
Background2 = Background {
Inputs = {
Width = Input { Value = 1082, },
Height = Input { Value = 2010, },
Depth = Input { Value = 1, },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
TopLeftAlpha = Input { Value = 0, },
},
ViewInfo = OperatorInfo { Pos = { 605, -643.5 } },
},
SetDomain2 = SetDomain {
Inputs = {
Mode = Input { Value = FuID { "Set" }, },
Right = Input { Value = 0, },
Top = Input { Value = 0, },
Input = Input {
SourceOp = "Background2",
Source = "Output",
},
},
ViewInfo = OperatorInfo { Pos = { 605, -511.5 } },
},
["左腕_MG"] = Merge {
Inputs = {
Background = Input {
SourceOp = "SetDomain2",
Source = "Output",
},
Foreground = Input {
SourceOp = "Loader5",
Source = "Output",
},
PerformDepthMerge = Input { Value = 0, },
},
ViewInfo = OperatorInfo { Pos = { 935, -511.5 } },
},
["左腕"] = Transform {
Inputs = {
Input = Input {
SourceOp = "左腕_MG",
Source = "Output",
},
},
ViewInfo = OperatorInfo { Pos = { 935, -379.5 } },
},
["左腕_MG1"] = Merge {
Inputs = {
Background = Input {
SourceOp = "体_MG",
Source = "Output",
},
Foreground = Input {
SourceOp = "左腕",
Source = "Output",
},
PerformDepthMerge = Input { Value = 0, },
},
ViewInfo = OperatorInfo { Pos = { 935, -115.5 } },
},
Background3 = Background {
Inputs = {
Width = Input { Value = 1082, },
Height = Input { Value = 2010, },
Depth = Input { Value = 1, },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
TopLeftAlpha = Input { Value = 0, },
},
ViewInfo = OperatorInfo { Pos = { 1155, -643.5 } },
},
SetDomain3 = SetDomain {
Inputs = {
Mode = Input { Value = FuID { "Set" }, },
Right = Input { Value = 0, },
Top = Input { Value = 0, },
Input = Input {
SourceOp = "Background3",
Source = "Output",
},
},
ViewInfo = OperatorInfo { Pos = { 1155, -511.5 } },
},
["右腕_MG"] = Merge {
Inputs = {
Background = Input {
SourceOp = "SetDomain3",
Source = "Output",
},
Foreground = Input {
SourceOp = "Loader9",
Source = "Output",
},
PerformDepthMerge = Input { Value = 0, },
},
ViewInfo = OperatorInfo { Pos = { 1595, -511.5 } },
},
["右腕"] = Transform {
Inputs = {
Input = Input {
SourceOp = "右腕_MG",
Source = "Output",
},
},
ViewInfo = OperatorInfo { Pos = { 1595, -379.5 } },
},
["右腕_MG1"] = Merge {
Inputs = {
Background = Input {
SourceOp = "左腕_MG1",
Source = "Output",
},
Foreground = Input {
SourceOp = "右腕",
Source = "Output",
},
PerformDepthMerge = Input { Value = 0, },
},
ViewInfo = OperatorInfo { Pos = { 1595, -115.5 } },
},
Background4 = Background {
Inputs = {
Width = Input { Value = 1082, },
Height = Input { Value = 2010, },
Depth = Input { Value = 1, },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
TopLeftAlpha = Input { Value = 0, },
},
ViewInfo = OperatorInfo { Pos = { 1815, -643.5 } },
},
SetDomain4 = SetDomain {
Inputs = {
Mode = Input { Value = FuID { "Set" }, },
Right = Input { Value = 0, },
Top = Input { Value = 0, },
Input = Input {
SourceOp = "Background4",
Source = "Output",
},
},
ViewInfo = OperatorInfo { Pos = { 1815, -511.5 } },
},
["顔色など_MG"] = Merge {
Inputs = {
Background = Input {
SourceOp = "SetDomain4",
Source = "Output",
},
Foreground = Input {
SourceOp = "Loader12",
Source = "Output",
},
PerformDepthMerge = Input { Value = 0, },
},
ViewInfo = OperatorInfo { Pos = { 2145, -511.5 } },
},
["鼻_MG"] = Merge {
Inputs = {
Background = Input {
SourceOp = "顔色など_MG",
Source = "Output",
},
Foreground = Input {
SourceOp = "Loader13",
Source = "Output",
},
PerformDepthMerge = Input { Value = 0, },
},
ViewInfo = OperatorInfo { Pos = { 2255, -511.5 } },
},
["顔色など"] = Transform {
Inputs = {
Input = Input {
SourceOp = "鼻_MG",
Source = "Output",
},
},
ViewInfo = OperatorInfo { Pos = { 2255, -379.5 } },
},
["顔色など_MG1"] = Merge {
Inputs = {
Background = Input {
SourceOp = "右腕_MG1",
Source = "Output",
},
Foreground = Input {
SourceOp = "顔色など",
Source = "Output",
},
PerformDepthMerge = Input { Value = 0, },
},
ViewInfo = OperatorInfo { Pos = { 2255, -115.5 } },
},
Background10 = Background {
Inputs = {
Width = Input { Value = 1082, },
Height = Input { Value = 2010, },
Depth = Input { Value = 1, },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
TopLeftAlpha = Input { Value = 0, },
},
ViewInfo = OperatorInfo { Pos = { 2530, -643.5 } },
},
SetDomain10 = SetDomain {
Inputs = {
Mode = Input { Value = FuID { "Set" }, },
Right = Input { Value = 0, },
Top = Input { Value = 0, },
Input = Input {
SourceOp = "Background10",
Source = "Output",
},
},
ViewInfo = OperatorInfo { Pos = { 2530, -511.5 } },
},
["眉_MG"] = Merge {
Inputs = {
Background = Input {
SourceOp = "SetDomain10",
Source = "Output",
},
Foreground = Input {
SourceOp = "Loader50",
Source = "Output",
},
PerformDepthMerge = Input { Value = 0, },
},
ViewInfo = OperatorInfo { Pos = { 3080, -511.5 } },
},
["眉"] = Transform {
Inputs = {
Input = Input {
SourceOp = "眉_MG",
Source = "Output",
},
},
ViewInfo = OperatorInfo { Pos = { 3080, -379.5 } },
},
["眉_MG1"] = Merge {
Inputs = {
Background = Input {
SourceOp = "顔色など_MG1",
Source = "Output",
},
Foreground = Input {
SourceOp = "眉",
Source = "Output",
},
PerformDepthMerge = Input { Value = 0, },
},
ViewInfo = OperatorInfo { Pos = { 3080, -115.5 } },
},
Background11 = Background {
Inputs = {
Width = Input { Value = 1082, },
Height = Input { Value = 2010, },
Depth = Input { Value = 1, },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
TopLeftAlpha = Input { Value = 0, },
},
ViewInfo = OperatorInfo { Pos = { 3300, -643.5 } },
},
SetDomain11 = SetDomain {
Inputs = {
Mode = Input { Value = FuID { "Set" }, },
Right = Input { Value = 0, },
Top = Input { Value = 0, },
Input = Input {
SourceOp = "Background11",
Source = "Output",
},
},
ViewInfo = OperatorInfo { Pos = { 3300, -511.5 } },
},
["汗多め_MG"] = Merge {
Inputs = {
Background = Input {
SourceOp = "SetDomain11",
Source = "Output",
},
PerformDepthMerge = Input { Value = 0, },
},
ViewInfo = OperatorInfo { Pos = { 3410, -511.5 } },
},
["汗_MG"] = Merge {
Inputs = {
Background = Input {
SourceOp = "汗多め_MG",
Source = "Output",
},
PerformDepthMerge = Input { Value = 0, },
},
ViewInfo = OperatorInfo { Pos = { 3520, -511.5 } },
},
["滝涙_MG"] = Merge {
Inputs = {
Background = Input {
SourceOp = "汗_MG",
Source = "Output",
},
PerformDepthMerge = Input { Value = 0, },
},
ViewInfo = OperatorInfo { Pos = { 3630, -511.5 } },
},
["涙_MG"] = Merge {
Inputs = {
Background = Input {
SourceOp = "滝涙_MG",
Source = "Output",
},
PerformDepthMerge = Input { Value = 0, },
},
ViewInfo = OperatorInfo { Pos = { 3740, -511.5 } },
},
["記号など"] = Transform {
Inputs = {
Input = Input {
SourceOp = "涙_MG",
Source = "Output",
},
},
ViewInfo = OperatorInfo { Pos = { 3740, -379.5 } },
},
["記号など_MG"] = Merge {
Inputs = {
Background = Input {
SourceOp = "眉_MG1",
Source = "Output",
},
Foreground = Input {
SourceOp = "記号など",
Source = "Output",
},
PerformDepthMerge = Input { Value = 0, },
},
ViewInfo = OperatorInfo { Pos = { 3740, -115.5 } },
},
Body = Transform {
Locked = true,
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
FlattenTransform = Input { Value = 1, },
Input = Input {
SourceOp = "記号など_MG",
Source = "Output",
},
},
ViewInfo = OperatorInfo { Pos = { 4235, -115.5 } },
Colors = { TileColor = { R = 0.913725490196078, G = 0.549019607843137, B = 0.709803921568627 }, }
},
Background5 = Background {
Inputs = {
Width = Input { Value = 1082, },
Height = Input { Value = 2010, },
Depth = Input { Value = 1, },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
TopLeftAlpha = Input { Value = 0, },
},
ViewInfo = OperatorInfo { Pos = { 3025, -1039.5 } },
},
SetDomain5 = SetDomain {
Inputs = {
Mode = Input { Value = FuID { "Set" }, },
Right = Input { Value = 0, },
Top = Input { Value = 0, },
Input = Input {
SourceOp = "Background5",
Source = "Output",
},
},
ViewInfo = OperatorInfo { Pos = { 3025, -907.5 } },
},
["口_MG"] = Merge {
Inputs = {
Background = Input {
SourceOp = "SetDomain5",
Source = "Output",
},
Foreground = Input {
SourceOp = "Loader30",
Source = "Output",
},
PerformDepthMerge = Input { Value = 0, },
},
ViewInfo = OperatorInfo { Pos = { 4895, -907.5 } },
},
["口"] = Transform {
Inputs = {
Input = Input {
SourceOp = "口_MG",
Source = "Output",
},
},
ViewInfo = OperatorInfo { Pos = { 4895, -775.5 } },
},
MouthBase = Transform {
Locked = true,
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
FlattenTransform = Input { Value = 1, },
Input = Input {
SourceOp = "口",
Source = "Output",
},
},
ViewInfo = OperatorInfo { Pos = { 4895, -511.5 } },
Colors = { TileColor = { R = 0.913725490196078, G = 0.549019607843137, B = 0.709803921568627 }, }
},
MouthScale = Transform {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
Pivot = Input { Value = { 0.491296472767995, 0.783362914335385 }, },
Input = Input {
SourceOp = "MouthBase",
Source = "Output",
},
},
ViewInfo = OperatorInfo { Pos = { 4895, -214.5 } },
Colors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, }
},
N = Fuse.Wireless {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
Input = Input {
SourceOp = "Loader30",
Source = "Output",
},
},
ViewInfo = OperatorInfo { Pos = { 4785, -511.5 } },
},
Instance_MouthScale = Transform {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
SourceOp = "MouthScale",
Inputs = {
EffectMask = Input { },
SettingsNest = Input { },
TransformNest = Input { },
ReferenceSize = Input { },
Input = Input {
SourceOp = "N",
Source = "Output",
},
CommentsNest = Input { },
FrameRenderScriptNest = Input { },
StartRenderScripts = Input { },
EndRenderScripts = Input { },
},
ViewInfo = OperatorInfo { Pos = { 4785, -214.5 } },
},
A = Fuse.Wireless {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
Input = Input {
SourceOp = "Loader29",
Source = "Output",
},
},
ViewInfo = OperatorInfo { Pos = { 4675, -511.5 } },
},
Instance_MouthScale_1 = Transform {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
SourceOp = "MouthScale",
Inputs = {
EffectMask = Input { },
SettingsNest = Input { },
TransformNest = Input { },
ReferenceSize = Input { },
Input = Input {
SourceOp = "A",
Source = "Output",
},
CommentsNest = Input { },
FrameRenderScriptNest = Input { },
StartRenderScripts = Input { },
EndRenderScripts = Input { },
},
ViewInfo = OperatorInfo { Pos = { 4675, -214.5 } },
},
I = Fuse.Wireless {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
Input = Input {
SourceOp = "Loader29",
Source = "Output",
},
},
ViewInfo = OperatorInfo { Pos = { 4565, -610.5 } },
},
Transform5 = Transform {
NameSet = true,
Inputs = {
Pivot = Input { Value = { 0.49177213862416, 0.784032610475525 }, },
UseSizeAndAspect = Input { Value = 0, },
XSize = Input { Value = 1.25, },
YSize = Input { Value = 0.6, },
FlattenTransform = Input { Value = 1, },
Input = Input {
SourceOp = "I",
Source = "Output",
},
},
ViewInfo = OperatorInfo { Pos = { 4565, -511.5 } },
Colors = { TileColor = { R = 0.913725490196078, G = 0.549019607843137, B = 0.709803921568627 }, }
},
Instance_MouthScale_2 = Transform {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
SourceOp = "MouthScale",
Inputs = {
EffectMask = Input { },
SettingsNest = Input { },
TransformNest = Input { },
ReferenceSize = Input { },
Input = Input {
SourceOp = "Transform5",
Source = "Output",
},
CommentsNest = Input { },
FrameRenderScriptNest = Input { },
StartRenderScripts = Input { },
EndRenderScripts = Input { },
},
ViewInfo = OperatorInfo { Pos = { 4565, -214.5 } },
},
U = Fuse.Wireless {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
Input = Input {
SourceOp = "Loader22",
Source = "Output",
},
},
ViewInfo = OperatorInfo { Pos = { 4455, -610.5 } },
},
Transform4_1 = Transform {
Inputs = {
Pivot = Input { Value = { 0.49177213862416, 0.784032610475525 }, },
UseSizeAndAspect = Input { Value = 0, },
YSize = Input { Value = 0.75, },
FlattenTransform = Input { Value = 1, },
Input = Input {
SourceOp = "U",
Source = "Output",
},
},
ViewInfo = OperatorInfo { Pos = { 4455, -511.5 } },
Colors = { TileColor = { R = 0.913725490196078, G = 0.549019607843137, B = 0.709803921568627 }, }
},
Instance_MouthScale_3 = Transform {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
SourceOp = "MouthScale",
Inputs = {
EffectMask = Input { },
SettingsNest = Input { },
TransformNest = Input { },
ReferenceSize = Input { },
Input = Input {
SourceOp = "Transform4_1",
Source = "Output",
},
CommentsNest = Input { },
FrameRenderScriptNest = Input { },
StartRenderScripts = Input { },
EndRenderScripts = Input { },
},
ViewInfo = OperatorInfo { Pos = { 4455, -214.5 } },
},
E = Fuse.Wireless {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
Input = Input {
SourceOp = "Loader29",
Source = "Output",
},
},
ViewInfo = OperatorInfo { Pos = { 4345, -610.5 } },
},
Transform4 = Transform {
Inputs = {
Pivot = Input { Value = { 0.49177213862416, 0.784032610475525 }, },
UseSizeAndAspect = Input { Value = 0, },
YSize = Input { Value = 0.75, },
FlattenTransform = Input { Value = 1, },
Input = Input {
SourceOp = "E",
Source = "Output",
},
},
ViewInfo = OperatorInfo { Pos = { 4345, -511.5 } },
Colors = { TileColor = { R = 0.913725490196078, G = 0.549019607843137, B = 0.709803921568627 }, }
},
Instance_MouthScale_4 = Transform {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
SourceOp = "MouthScale",
Inputs = {
EffectMask = Input { },
SettingsNest = Input { },
TransformNest = Input { },
ReferenceSize = Input { },
Input = Input {
SourceOp = "Transform4",
Source = "Output",
},
CommentsNest = Input { },
FrameRenderScriptNest = Input { },
StartRenderScripts = Input { },
EndRenderScripts = Input { },
},
ViewInfo = OperatorInfo { Pos = { 4345, -214.5 } },
},
O = Fuse.Wireless {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
Input = Input {
SourceOp = "Loader22",
Source = "Output",
},
},
ViewInfo = OperatorInfo { Pos = { 4235, -511.5 } },
},
Instance_MouthScale_5 = Transform {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
SourceOp = "MouthScale",
Inputs = {
EffectMask = Input { },
SettingsNest = Input { },
TransformNest = Input { },
ReferenceSize = Input { },
Input = Input {
SourceOp = "O",
Source = "Output",
},
CommentsNest = Input { },
FrameRenderScriptNest = Input { },
StartRenderScripts = Input { },
EndRenderScripts = Input { },
},
ViewInfo = OperatorInfo { Pos = { 4235, -214.5 } },
},
MouthAnim = MultiMerge {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
},
},
Inputs = {
LayerOrder = Input { Value = ScriptVal { {
[0] = 1,
2,
3,
4,
5,
6,
7
} }, },
Background = Input {
SourceOp = "Body",
Source = "Output",
},
["Layer1.Foreground"] = Input {
SourceOp = "MouthScale",
Source = "Output",
},
LayerName1 = Input { Value = "MouthBase", },
["Layer2.Foreground"] = Input {
SourceOp = "Instance_MouthScale",
Source = "Output",
},
LayerName2 = Input { Value = "N", },
LayerEnabled2 = Input { Value = 0, },
["Layer3.Foreground"] = Input {
SourceOp = "Instance_MouthScale_1",
Source = "Output",
},
LayerName3 = Input { Value = "A", },
LayerEnabled3 = Input { Value = 0, },
["Layer4.Foreground"] = Input {
SourceOp = "Instance_MouthScale_2",
Source = "Output",
},
LayerName4 = Input { Value = "I", },
LayerEnabled4 = Input { Value = 0, },
["Layer5.Foreground"] = Input {
SourceOp = "Instance_MouthScale_3",
Source = "Output",
},
LayerName5 = Input { Value = "U", },
LayerEnabled5 = Input { Value = 0, },
["Layer6.Foreground"] = Input {
SourceOp = "Instance_MouthScale_4",
Source = "Output",
},
LayerName6 = Input { Value = "E", },
LayerEnabled6 = Input { Value = 0, },
["Layer7.Foreground"] = Input {
SourceOp = "Instance_MouthScale_5",
Source = "Output",
},
LayerName7 = Input { Value = "O", },
LayerEnabled7 = Input { Value = 0, },
},
ViewInfo = OperatorInfo { Pos = { 4675, -115.5 } },
Colors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, }
},
Background6 = Background {
Inputs = {
Width = Input { Value = 1082, },
Height = Input { Value = 2010, },
Depth = Input { Value = 1, },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
TopLeftAlpha = Input { Value = 0, },
},
ViewInfo = OperatorInfo { Pos = { 3025, -1501.5 } },
},
SetDomain6 = SetDomain {
Inputs = {
Mode = Input { Value = FuID { "Set" }, },
Right = Input { Value = 0, },
Top = Input { Value = 0, },
Input = Input {
SourceOp = "Background6",
Source = "Output",
},
},
ViewInfo = OperatorInfo { Pos = { 3025, -1369.5 } },
},
Background7 = Background {
Inputs = {
Width = Input { Value = 1082, },
Height = Input { Value = 2010, },
Depth = Input { Value = 1, },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
TopLeftAlpha = Input { Value = 0, },
},
ViewInfo = OperatorInfo { Pos = { 3795, -1897.5 } },
},
SetDomain7 = SetDomain {
Inputs = {
Mode = Input { Value = FuID { "Set" }, },
Right = Input { Value = 0, },
Top = Input { Value = 0, },
Input = Input {
SourceOp = "Background7",
Source = "Output",
},
},
ViewInfo = OperatorInfo { Pos = { 3795, -1765.5 } },
},
Background8 = Background {
Inputs = {
Width = Input { Value = 1082, },
Height = Input { Value = 2010, },
Depth = Input { Value = 1, },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
TopLeftAlpha = Input { Value = 0, },
},
ViewInfo = OperatorInfo { Pos = { 4015, -2293.5 } },
},
SetDomain8 = SetDomain {
Inputs = {
Mode = Input { Value = FuID { "Set" }, },
Right = Input { Value = 0, },
Top = Input { Value = 0, },
Input = Input {
SourceOp = "Background8",
Source = "Output",
},
},
ViewInfo = OperatorInfo { Pos = { 4015, -2161.5 } },
},
["白目_MG"] = Merge {
Inputs = {
Background = Input {
SourceOp = "SetDomain8",
Source = "Output",
},
Foreground = Input {
SourceOp = "Loader37",
Source = "Output",
},
PerformDepthMerge = Input { Value = 0, },
},
ViewInfo = OperatorInfo { Pos = { 4235, -2161.5 } },
},
["下眼瞼強調_MG"] = Merge {
Inputs = {
Background = Input {
SourceOp = "白目_MG",
Source = "Output",
},
PerformDepthMerge = Input { Value = 0, },
},
ViewInfo = OperatorInfo { Pos = { 4345, -2161.5 } },
},
["白目"] = Transform {
Inputs = {
Input = Input {
SourceOp = "下眼瞼強調_MG",
Source = "Output",
},
},
ViewInfo = OperatorInfo { Pos = { 4345, -2029.5 } },
},
["白目_MG1"] = Merge {
Inputs = {
Background = Input {
SourceOp = "SetDomain7",
Source = "Output",
},
Foreground = Input {
SourceOp = "白目",
Source = "Output",
},
PerformDepthMerge = Input { Value = 0, },
},
ViewInfo = OperatorInfo { Pos = { 4345, -1765.5 } },
},
Background9 = Background {
Inputs = {
Width = Input { Value = 1082, },
Height = Input { Value = 2010, },
Depth = Input { Value = 1, },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
TopLeftAlpha = Input { Value = 0, },
},
ViewInfo = OperatorInfo { Pos = { 4565, -2293.5 } },
},
SetDomain9 = SetDomain {
Inputs = {
Mode = Input { Value = FuID { "Set" }, },
Right = Input { Value = 0, },
Top = Input { Value = 0, },
Input = Input {
SourceOp = "Background9",
Source = "Output",
},
},
ViewInfo = OperatorInfo { Pos = { 4565, -2161.5 } },
},
["黒目_MG"] = Merge {
Inputs = {
Background = Input {
SourceOp = "SetDomain9",
Source = "Output",
},
Foreground = Input {
SourceOp = "Loader43",
Source = "Output",
},
PerformDepthMerge = Input { Value = 0, },
},
ViewInfo = OperatorInfo { Pos = { 5335, -2161.5 } },
},
["黒目"] = Transform {
Inputs = {
Input = Input {
SourceOp = "黒目_MG",
Source = "Output",
},
},
ViewInfo = OperatorInfo { Pos = { 5335, -2029.5 } },
},
["黒目_MG1"] = Merge {
Inputs = {
Background = Input {
SourceOp = "白目_MG1",
Source = "Output",
},
Foreground = Input {
SourceOp = "黒目",
Source = "Output",
},
PerformDepthMerge = Input { Value = 0, },
},
ViewInfo = OperatorInfo { Pos = { 5335, -1765.5 } },
},
["基本目セット"] = Transform {
Inputs = {
Input = Input {
SourceOp = "黒目_MG1",
Source = "Output",
},
},
ViewInfo = OperatorInfo { Pos = { 5335, -1633.5 } },
},
["目_MG"] = Merge {
Inputs = {
Background = Input {
SourceOp = "SetDomain6",
Source = "Output",
},
Foreground = Input {
SourceOp = "基本目セット",
Source = "Output",
},
PerformDepthMerge = Input { Value = 0, },
},
ViewInfo = OperatorInfo { Pos = { 5335, -1369.5 } },
},
["目"] = Transform {
Inputs = {
Input = Input {
SourceOp = "目_MG",
Source = "Output",
},
},
ViewInfo = OperatorInfo { Pos = { 5335, -1237.5 } },
},
EyeBase = Transform {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
FlattenTransform = Input { Value = 1, },
Input = Input {
SourceOp = "目",
Source = "Output",
},
},
ViewInfo = OperatorInfo { Pos = { 5335, -511.5 } },
Colors = { TileColor = { R = 0.913725490196078, G = 0.549019607843137, B = 0.709803921568627 }, }
},
Closed = Fuse.Wireless {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
Input = Input {
SourceOp = "Loader34",
Source = "Output",
},
},
ViewInfo = OperatorInfo { Pos = { 5170, -511.5 } },
},
EyeAnim = MultiMerge {
CtrlWZoom = false,
NameSet = true,
Inputs = {
LayerOrder = Input { Value = ScriptVal { {
[0] = 1,
2
} }, },
Background = Input {
SourceOp = "MouthAnim",
Source = "Output",
},
["Layer1.Foreground"] = Input {
SourceOp = "EyeBase",
Source = "Output",
},
LayerName1 = Input { Value = "EyeBase ", },
LayerEnabled1 = Input {
SourceOp = "EyeAnim_3LayerEnabled1",
Source = "Value",
},
["Layer2.Foreground"] = Input {
SourceOp = "Closed",
Source = "Output",
},
LayerName2 = Input { Value = "Closed", },
LayerEnabled2 = Input {
SourceOp = "EyeAnim_3LayerEnabled2",
Source = "Value",
},
Blink = Input { Value = 173, },
},
ViewInfo = OperatorInfo { Pos = { 5335, -115.5 } },
Colors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, },
UserControls = ordered() {
Blink = {
INP_MaxAllowed = 1000000,
INP_Integer = true,
ICS_ControlPage = "目パチ",
INP_MaxScale = 500,
INP_Default = 127,
INP_MinScale = 0,
INP_External = false,
LINKID_DataType = "Number",
INP_MinAllowed = 0,
INPID_InputControl = "SliderControl",
LINKS_Name = "Blink"
},
Close = {
INP_Integer = true,
INPID_InputControl = "SliderControl",
INP_MaxScale = 10,
INP_Default = 4,
INP_MinScale = 0,
INP_MinAllowed = 0,
LINKID_DataType = "Number",
INP_External = false,
INP_Passive = true,
ICS_ControlPage = "目パチ",
LINKS_Name = "Close",
},
Offset = {
INP_Integer = true,
ICS_ControlPage = "目パチ",
INP_MaxScale = 100,
INP_Default = 0,
INP_MinScale = 0,
INP_External = false,
LINKID_DataType = "Number",
INPID_InputControl = "SliderControl",
LINKS_Name = "Offset",
},
Make = {
ICD_Width = 0.5,
INP_Integer = false,
LINKID_DataType = "Number",
BTNCS_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",
ICS_ControlPage = "目パチ",
INPID_InputControl = "ButtonControl",
LINKS_Name = "Make Anim",
},
Delete = {
ICD_Width = 0.5,
INP_Integer = false,
LINKID_DataType = "Number",
BTNCS_Execute = "local tool = comp:FindTool('EyeAnim')\ncomp:Execute('!Py3: from rs_fusion.core.eye_blink import delete_mm;delete_mm(comp)')\n",
ICS_ControlPage = "目パチ",
INPID_InputControl = "ButtonControl",
LINKS_Name = "Delete Anim",
},
at00 = {
INP_External = false,
INP_Integer = false,
LBLC_DropDownButton = false,
INPID_InputControl = "LabelControl",
ICS_ControlPage = "目パチ",
INP_Passive = true,
LINKID_DataType = "Number",
LINKS_Name = "ボタンを押さないと反映されません。",
},
sp00 = {
ICS_ControlPage = "目パチ",
INP_Integer = false,
LBLC_DropDownButton = false,
LINKID_DataType = "Number",
INP_External = false,
INP_Passive = true,
INPID_InputControl = "LabelControl",
LINKS_Name = "",
}
}
},
Root = Transform {
Inputs = {
Input = Input {
SourceOp = "EyeAnim",
Source = "Output",
},
Comments = 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", },
Grp_Root = Input { Value = 0, },
["Grp_記号など"] = Input { Value = 0, },
["Grp_黒目"] = Input { Value = 0, },
["Grp_白目"] = Input { Value = 0, },
["Grp_顔色など"] = Input { Value = 0, },
},
ViewInfo = OperatorInfo { Pos = { 5335, 115.5 } },
Colors = { TileColor = { R = 0.92156862745098, G = 0.431372549019608, B = 0 }, },
UserControls = ordered() {
CopyPose = {
ICD_Width = 0.5,
INP_Integer = false,
INP_External = false,
LINKID_DataType = "Number",
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.copy(comp)]])",
INPID_InputControl = "ButtonControl",
LINKS_Name = "Copy Pose",
},
PastePose = {
ICD_Width = 0.5,
INP_Integer = false,
INP_External = false,
LINKID_DataType = "Number",
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.paste(comp)]])",
INPID_InputControl = "ButtonControl",
LINKS_Name = "Paste Pose",
},
SavePose = {
ICD_Width = 0.5,
INP_Integer = false,
INP_External = false,
LINKID_DataType = "Number",
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.save(comp, fu)]])",
INPID_InputControl = "ButtonControl",
LINKS_Name = "Save Pose",
},
LoadPose = {
ICD_Width = 0.5,
INP_Integer = false,
INP_External = false,
LINKID_DataType = "Number",
BTNCS_Execute = "comp:Execute([[!Py3: from rs_fusion.core import pose; pose.load(comp, fu)]])",
INPID_InputControl = "ButtonControl",
LINKS_Name = "Load Pose",
},
Grp_Root = {
LBLC_DropDownButton = true,
INPID_InputControl = "LabelControl",
LBLC_NumInputs = 2,
INP_Default = 1,
INP_External = false,
LINKID_DataType = "Number",
INP_Passive = true,
ICS_ControlPage = "ポーズ",
LINKS_Name = "Root",
},
N008_kigounado_show_75 = {
ICD_Width = 0.5,
INP_Integer = false,
INP_External = false,
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"記号など_MG\")\nlocal node = comp:FindTool(\"記号など\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INPID_InputControl = "ButtonControl",
LINKS_Name = "記号など show",
},
N008_kigounado_hide_75 = {
ICD_Width = 0.5,
INP_Integer = false,
INP_External = false,
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"記号など_MG\")\nmg.Foreground = nil",
ICS_ControlPage = "ポーズ",
INPID_InputControl = "ButtonControl",
LINKS_Name = "記号など hide",
},
["Grp_記号など"] = {
LBLC_DropDownButton = true,
INPID_InputControl = "LabelControl",
LBLC_NumInputs = 8,
INP_Default = 1,
INP_External = false,
LINKID_DataType = "Number",
INP_Passive = true,
ICS_ControlPage = "ポーズ",
LINKS_Name = "記号など",
},
N003_namida_show_75 = {
ICD_Width = 0.5,
INP_Integer = false,
INP_External = false,
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"涙_MG\")\nlocal node = comp:FindTool(\"Loader54\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INPID_InputControl = "ButtonControl",
LINKS_Name = "涙 show",
},
N003_namida_hide_75 = {
ICD_Width = 0.5,
INP_Integer = false,
INP_External = false,
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"涙_MG\")\nmg.Foreground = nil",
ICS_ControlPage = "ポーズ",
INPID_InputControl = "ButtonControl",
LINKS_Name = "涙 hide",
},
N002_takinamida_show_74 = {
ICD_Width = 0.5,
INP_Integer = false,
INP_External = false,
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"滝涙_MG\")\nlocal node = comp:FindTool(\"Loader53\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INPID_InputControl = "ButtonControl",
LINKS_Name = "滝涙 show",
},
N002_takinamida_hide_74 = {
ICD_Width = 0.5,
INP_Integer = false,
INP_External = false,
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"滝涙_MG\")\nmg.Foreground = nil",
ICS_ControlPage = "ポーズ",
INPID_InputControl = "ButtonControl",
LINKS_Name = "滝涙 hide",
},
N001_ase_show_73 = {
ICD_Width = 0.5,
INP_Integer = false,
INP_External = false,
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"汗_MG\")\nlocal node = comp:FindTool(\"Loader52\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INPID_InputControl = "ButtonControl",
LINKS_Name = "汗 show",
},
N001_ase_hide_73 = {
ICD_Width = 0.5,
INP_Integer = false,
INP_External = false,
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"汗_MG\")\nmg.Foreground = nil",
ICS_ControlPage = "ポーズ",
INPID_InputControl = "ButtonControl",
LINKS_Name = "汗 hide",
},
N000_aseoome_show_72 = {
ICD_Width = 0.5,
INP_Integer = false,
INP_External = false,
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"汗多め_MG\")\nlocal node = comp:FindTool(\"Loader51\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INPID_InputControl = "ButtonControl",
LINKS_Name = "汗多め show",
},
N000_aseoome_hide_72 = {
ICD_Width = 0.5,
INP_Integer = false,
INP_External = false,
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"汗多め_MG\")\nmg.Foreground = nil",
ICS_ControlPage = "ポーズ",
INPID_InputControl = "ButtonControl",
LINKS_Name = "汗多め hide",
},
["Grp_眉"] = {
LBLC_DropDownButton = true,
INPID_InputControl = "LabelControl",
LBLC_NumInputs = 5,
INP_Default = 1,
INP_External = false,
LINKID_DataType = "Number",
INP_Passive = true,
ICS_ControlPage = "ポーズ",
LINKS_Name = "眉",
},
N004_kihonmayu69 = {
ICD_Width = 0.25,
INP_Integer = false,
INP_External = false,
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader50\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INPID_InputControl = "ButtonControl",
LINKS_Name = "*基本眉",
},
N003_ikarimayu68 = {
ICD_Width = 0.25,
INP_Integer = false,
INP_External = false,
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader49\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INPID_InputControl = "ButtonControl",
LINKS_Name = "*怒り眉",
},
N002_agarimayu67 = {
ICD_Width = 0.25,
INP_Integer = false,
INP_External = false,
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader48\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INPID_InputControl = "ButtonControl",
LINKS_Name = "*上がり眉",
},
N001_komarimayu66 = {
ICD_Width = 0.25,
INP_Integer = false,
INP_External = false,
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader47\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INPID_InputControl = "ButtonControl",
LINKS_Name = "*困り眉",
},
N000_komarimayu265 = {
ICD_Width = 0.25,
INP_Integer = false,
INP_External = false,
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"眉_MG\")\nlocal node = comp:FindTool(\"Loader46\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INPID_InputControl = "ButtonControl",
LINKS_Name = "*困り眉2",
},
["Grp_目"] = {
LBLC_DropDownButton = true,
INPID_InputControl = "LabelControl",
LBLC_NumInputs = 6,
INP_Default = 1,
INP_External = false,
LINKID_DataType = "Number",
INP_Passive = true,
ICS_ControlPage = "ポーズ",
LINKS_Name = "目",
},
N005_kihonmesetto62 = {
ICD_Width = 0.25,
INP_Integer = false,
INP_External = false,
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"基本目セット\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INPID_InputControl = "ButtonControl",
LINKS_Name = "*基本目セット",
},
N004_none46 = {
ICD_Width = 0.25,
INP_Integer = false,
INP_External = false,
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader35\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INPID_InputControl = "ButtonControl",
LINKS_Name = "*><",
},
N003_nagomi45 = {
ICD_Width = 0.25,
INP_Integer = false,
INP_External = false,
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader34\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INPID_InputControl = "ButtonControl",
LINKS_Name = "*なごみ",
},
N002_nikkori44 = {
ICD_Width = 0.25,
INP_Integer = false,
INP_External = false,
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader33\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INPID_InputControl = "ButtonControl",
LINKS_Name = "*にっこり",
},
["N001_◯◯43"] = {
ICD_Width = 0.25,
INP_Integer = false,
INP_External = false,
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader32\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INPID_InputControl = "ButtonControl",
LINKS_Name = "*◯◯",
},
N000_jitome42 = {
ICD_Width = 0.25,
INP_Integer = false,
INP_External = false,
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"目_MG\")\nlocal node = comp:FindTool(\"Loader31\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INPID_InputControl = "ButtonControl",
LINKS_Name = "*ジト目",
},
["Grp_基本目セット"] = {
LBLC_DropDownButton = true,
INPID_InputControl = "LabelControl",
LBLC_NumInputs = 0,
INP_Default = 1,
INP_External = false,
LINKID_DataType = "Number",
INP_Passive = true,
ICS_ControlPage = "ポーズ",
LINKS_Name = "基本目セット",
},
["Grp_黒目"] = {
LBLC_DropDownButton = true,
INPID_InputControl = "LabelControl",
LBLC_NumInputs = 7,
INP_Default = 1,
INP_External = false,
LINKID_DataType = "Number",
INP_Passive = true,
ICS_ControlPage = "ポーズ",
LINKS_Name = "黒目",
},
N006_kihon62 = {
ICD_Width = 0.25,
INP_Integer = false,
INP_External = false,
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader45\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INPID_InputControl = "ButtonControl",
LINKS_Name = "*基本",
},
N005_kihon261 = {
ICD_Width = 0.25,
INP_Integer = false,
INP_External = false,
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader44\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INPID_InputControl = "ButtonControl",
LINKS_Name = "*基本2",
},
N004_kameramesen60 = {
ICD_Width = 0.25,
INP_Integer = false,
INP_External = false,
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader43\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INPID_InputControl = "ButtonControl",
LINKS_Name = "*カメラ目線",
},
N003_kameramesen259 = {
ICD_Width = 0.25,
INP_Integer = false,
INP_External = false,
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader42\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INPID_InputControl = "ButtonControl",
LINKS_Name = "*カメラ目線2",
},
N002_mesorashi58 = {
ICD_Width = 0.25,
INP_Integer = false,
INP_External = false,
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader41\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INPID_InputControl = "ButtonControl",
LINKS_Name = "*目そらし",
},
N001_mesorashi257 = {
ICD_Width = 0.25,
INP_Integer = false,
INP_External = false,
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader40\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INPID_InputControl = "ButtonControl",
LINKS_Name = "*目そらし2",
},
["N000_●●56"] = {
ICD_Width = 0.25,
INP_Integer = false,
INP_External = false,
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"黒目_MG\")\nlocal node = comp:FindTool(\"Loader39\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INPID_InputControl = "ButtonControl",
LINKS_Name = "*●●",
},
["Grp_白目"] = {
LBLC_DropDownButton = true,
INPID_InputControl = "LabelControl",
LBLC_NumInputs = 4,
INP_Default = 1,
INP_External = false,
LINKID_DataType = "Number",
INP_Passive = true,
ICS_ControlPage = "ポーズ",
LINKS_Name = "白目",
},
N002_shitagankenkyouchou_show_53 = {
ICD_Width = 0.5,
INP_Integer = false,
INP_External = false,
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"下眼瞼強調_MG\")\nlocal node = comp:FindTool(\"Loader38\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INPID_InputControl = "ButtonControl",
LINKS_Name = "下眼瞼強調 show",
},
N002_shitagankenkyouchou_hide_53 = {
ICD_Width = 0.5,
INP_Integer = false,
INP_External = false,
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"下眼瞼強調_MG\")\nmg.Foreground = nil",
ICS_ControlPage = "ポーズ",
INPID_InputControl = "ButtonControl",
LINKS_Name = "下眼瞼強調 hide",
},
N001_shiromekihon52 = {
ICD_Width = 0.25,
INP_Integer = false,
INP_External = false,
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"白目_MG\")\nlocal node = comp:FindTool(\"Loader37\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INPID_InputControl = "ButtonControl",
LINKS_Name = "*白目基本",
},
N000_shiromemihiraki51 = {
ICD_Width = 0.25,
INP_Integer = false,
INP_External = false,
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"白目_MG\")\nlocal node = comp:FindTool(\"Loader36\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INPID_InputControl = "ButtonControl",
LINKS_Name = "*白目見開き",
},
["Grp_口"] = {
LBLC_DropDownButton = true,
INPID_InputControl = "LabelControl",
LBLC_NumInputs = 17,
INP_Default = 1,
INP_External = false,
LINKID_DataType = "Number",
INP_Passive = true,
ICS_ControlPage = "ポーズ",
LINKS_Name = "口",
},
N016_hohoemi39 = {
ICD_Width = 0.25,
INP_Integer = false,
INP_External = false,
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader30\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INPID_InputControl = "ButtonControl",
LINKS_Name = "*ほほえみ",
},
N015_aha38 = {
ICD_Width = 0.25,
INP_Integer = false,
INP_External = false,
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader29\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INPID_InputControl = "ButtonControl",
LINKS_Name = "*あは",
},
N014_hoo37 = {
ICD_Width = 0.25,
INP_Integer = false,
INP_External = false,
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader28\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INPID_InputControl = "ButtonControl",
LINKS_Name = "*ほー",
},
N013_wahaa36 = {
ICD_Width = 0.25,
INP_Integer = false,
INP_External = false,
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader27\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INPID_InputControl = "ButtonControl",
LINKS_Name = "*わはー",
},
N012_peron35 = {
ICD_Width = 0.25,
INP_Integer = false,
INP_External = false,
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader26\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INPID_InputControl = "ButtonControl",
LINKS_Name = "*ぺろん",
},
N011_ehee34 = {
ICD_Width = 0.25,
INP_Integer = false,
INP_External = false,
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader25\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INPID_InputControl = "ButtonControl",
LINKS_Name = "*えへぇ",
},
N010_n33 = {
ICD_Width = 0.25,
INP_Integer = false,
INP_External = false,
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader24\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INPID_InputControl = "ButtonControl",
LINKS_Name = "*ん",
},
N009_mun32 = {
ICD_Width = 0.25,
INP_Integer = false,
INP_External = false,
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader23\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INPID_InputControl = "ButtonControl",
LINKS_Name = "*むん",
},
N008_o31 = {
ICD_Width = 0.25,
INP_Integer = false,
INP_External = false,
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader22\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INPID_InputControl = "ButtonControl",
LINKS_Name = "*お",
},
N007_chu30 = {
ICD_Width = 0.25,
INP_Integer = false,
INP_External = false,
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader21\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INPID_InputControl = "ButtonControl",
LINKS_Name = "*ちゅ",
},
N006_hyutsu29 = {
ICD_Width = 0.25,
INP_Integer = false,
INP_External = false,
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader20\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INPID_InputControl = "ButtonControl",
LINKS_Name = "*ひゅっ",
},
N005_n28 = {
ICD_Width = 0.25,
INP_Integer = false,
INP_External = false,
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader19\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INPID_InputControl = "ButtonControl",
LINKS_Name = "*ん",
},
N004_e27 = {
ICD_Width = 0.25,
INP_Integer = false,
INP_External = false,
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader18\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INPID_InputControl = "ButtonControl",
LINKS_Name = "*え",
},
N003_eaa26 = {
ICD_Width = 0.25,
INP_Integer = false,
INP_External = false,
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader17\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INPID_InputControl = "ButtonControl",
LINKS_Name = "*えあー",
},
N002_uhee25 = {
ICD_Width = 0.25,
INP_Integer = false,
INP_External = false,
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader16\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INPID_InputControl = "ButtonControl",
LINKS_Name = "*うへぇ",
},
N001_eee24 = {
ICD_Width = 0.25,
INP_Integer = false,
INP_External = false,
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader15\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INPID_InputControl = "ButtonControl",
LINKS_Name = "*えぇー",
},
N000_utsuwaa23 = {
ICD_Width = 0.25,
INP_Integer = false,
INP_External = false,
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"口_MG\")\nlocal node = comp:FindTool(\"Loader14\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INPID_InputControl = "ButtonControl",
LINKS_Name = "*うっわー",
},
["Grp_顔色など"] = {
LBLC_DropDownButton = true,
INPID_InputControl = "LabelControl",
LBLC_NumInputs = 5,
INP_Default = 1,
INP_External = false,
LINKID_DataType = "Number",
INP_Passive = true,
ICS_ControlPage = "ポーズ",
LINKS_Name = "顔色など",
},
N003_hana_show_20 = {
ICD_Width = 0.5,
INP_Integer = false,
INP_External = false,
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"鼻_MG\")\nlocal node = comp:FindTool(\"Loader13\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INPID_InputControl = "ButtonControl",
LINKS_Name = "鼻 show",
},
N003_hana_hide_20 = {
ICD_Width = 0.5,
INP_Integer = false,
INP_External = false,
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"鼻_MG\")\nmg.Foreground = nil",
ICS_ControlPage = "ポーズ",
INPID_InputControl = "ButtonControl",
LINKS_Name = "鼻 hide",
},
N002_hoppe19 = {
ICD_Width = 0.25,
INP_Integer = false,
INP_External = false,
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"顔色など_MG\")\nlocal node = comp:FindTool(\"Loader12\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INPID_InputControl = "ButtonControl",
LINKS_Name = "*ほっぺ",
},
N001_sekimen18 = {
ICD_Width = 0.25,
INP_Integer = false,
INP_External = false,
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"顔色など_MG\")\nlocal node = comp:FindTool(\"Loader11\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INPID_InputControl = "ButtonControl",
LINKS_Name = "*赤面",
},
N000_aozame17 = {
ICD_Width = 0.25,
INP_Integer = false,
INP_External = false,
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"顔色など_MG\")\nlocal node = comp:FindTool(\"Loader10\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INPID_InputControl = "ButtonControl",
LINKS_Name = "*青ざめ",
},
["Grp_右腕"] = {
LBLC_DropDownButton = true,
INPID_InputControl = "LabelControl",
LBLC_NumInputs = 4,
INP_Default = 1,
INP_External = false,
LINKID_DataType = "Number",
INP_Passive = true,
ICS_ControlPage = "ポーズ",
LINKS_Name = "右腕",
},
N003_kihon14 = {
ICD_Width = 0.25,
INP_Integer = false,
INP_External = false,
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader9\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INPID_InputControl = "ButtonControl",
LINKS_Name = "*基本",
},
N002_sasashi13 = {
ICD_Width = 0.25,
INP_Integer = false,
INP_External = false,
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader8\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INPID_InputControl = "ButtonControl",
LINKS_Name = "*指さし",
},
N001_tenohira12 = {
ICD_Width = 0.25,
INP_Integer = false,
INP_External = false,
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader7\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INPID_InputControl = "ButtonControl",
LINKS_Name = "*手のひら",
},
N000_tenokabuto11 = {
ICD_Width = 0.25,
INP_Integer = false,
INP_External = false,
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"右腕_MG\")\nlocal node = comp:FindTool(\"Loader6\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INPID_InputControl = "ButtonControl",
LINKS_Name = "*手の甲",
},
["Grp_左腕"] = {
LBLC_DropDownButton = true,
INPID_InputControl = "LabelControl",
LBLC_NumInputs = 3,
INP_Default = 1,
INP_External = false,
LINKID_DataType = "Number",
INP_Passive = true,
ICS_ControlPage = "ポーズ",
LINKS_Name = "左腕",
},
N002_kihon8 = {
ICD_Width = 0.25,
INP_Integer = false,
INP_External = false,
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader5\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INPID_InputControl = "ButtonControl",
LINKS_Name = "*基本",
},
N001_tenohira7 = {
ICD_Width = 0.25,
INP_Integer = false,
INP_External = false,
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader4\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INPID_InputControl = "ButtonControl",
LINKS_Name = "*手のひら",
},
N000_tenokabuto6 = {
ICD_Width = 0.25,
INP_Integer = false,
INP_External = false,
LINKID_DataType = "Number",
BTNCS_Execute = "local mg = comp:FindTool(\"左腕_MG\")\nlocal node = comp:FindTool(\"Loader3\")\nmg:ConnectInput(\"Foreground\", node)\nmg.Center:HideViewControls()\nmg.Angle:HideViewControls()\nmg.Size:HideViewControls()",
ICS_ControlPage = "ポーズ",
INPID_InputControl = "ButtonControl",
LINKS_Name = "*手の甲",
}
}
},
["モーションなし"] = Transform {
NameSet = true,
CustomData = {
Path = {
Map = {
["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\"
}
}
},
Inputs = {
Input = Input {
SourceOp = "Root",
Source = "Output",
},
},
ViewInfo = OperatorInfo { Pos = { 5335, 247.5 } },
},
["不安"] = GroupOperator {
NameSet = true,
CustomData = { Path = { Map = { ["Setting:"] = "FusionTemplates:\\りぞりぷと(RIZORIPUTO)\\" } } },
Inputs = ordered() {
MainInput1 = InstanceInput {
SourceOp = "Transform1_2",
Source = "Input",
},
Input3 = InstanceInput {
SourceOp = "Shake1",
Source = "RandomSeed",
Width = 1,
Default = 0,
},
Input4 = InstanceInput {
SourceOp = "Shake1",
Source = "Randomize",
Width = 0.385,
},
Input5 = InstanceInput {
SourceOp = "Shake1",
Source = "Smoothness",
Default = 10,
},
Input1 = InstanceInput {
SourceOp = "Transform1_2",
Source = "x",
Name = "X",
Default = 0.1,
},
Input2 = InstanceInput {
SourceOp = "Transform1_2",
Source = "y",
Name = "Y",
Default = 0.1,
}
},
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Transform1_2",
Source = "Output",
}
},
ViewInfo = GroupInfo {
Pos = { 5995, 511.5 },
Flags = {
AllowPan = false,
ForceAll = true,
GridSnap = true,
ConnectedSnap = true,
AutoSnap = true,
RemoveRouters = true
},
Size = { 126, 107.433, 63, 24.2424 },
Direction = "Horizontal",
PipeStyle = "Direct",
Scale = 1,
Offset = { 0, 0 }
},
Tools = ordered() {
Transform1_2 = Transform {
CtrlWShown = false,
Inputs = {
Center = Input {
Value = { 0.502997744173508, 0.497908177638071 },
Expression = "Point(0.5, 0.5) + shake * in_out",
},
Input = Input {
SourceOp = "モーションなし",
Source = "Output",
},
x = Input { Value = 0.01, },
y = Input { Value = 0.01, },
shake = Input {
SourceOp = "Shake1",
Source = "Position",
},
in_out = Input {
SourceOp = "KeyframeStretcher1",
Source = "Result",
},
},
ViewInfo = OperatorInfo { Pos = { 0, 28.7576 } },
UserControls = 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", } }
},
KeyframeStretcher1 = KeyStretcherMod {
CtrlWZoom = false,
Inputs = {
Keyframes = Input {
SourceOp = "KeyStretcheronTransform1_2Keyframes",
Source = "Value",
},
StretchStart = Input { Value = 10, },
StretchEnd = Input { Value = 110, },
},
},
KeyStretcheronTransform1_2Keyframes = BezierSpline {
SplineColor = { Red = 193, Green = 106, Blue = 231 },
CtrlWZoom = false,
KeyFrames = {
[0] = { 0, RH = { 3.33333333333333, 0 }, Flags = { Linear = true } },
[10] = { 1, LH = { 6.66666666666667, 1 }, RH = { 43.3333333333333, 1 } },
[110] = { 1, LH = { 76.6666666666667, 1 }, RH = { 113.333333333333, 1 } },
[120] = { 0, LH = { 116.666666666667, 0 } }
}
},
Shake1 = Shake {
Faster = true,
CtrlWZoom = false,
Inputs = {
Smoothness = Input { Value = 2, },
LockXY = Input { Value = 0, },
XMinimum = Input {
Value = -0.01,
Expression = "-Transform1_2.x",
},
XMaximum = Input {
Value = 0.01,
Expression = "Transform1_2.x",
},
YMinimum = Input {
Value = -0.01,
Expression = "-Transform1_2.y",
},
YMaximum = Input {
Value = 0.01,
Expression = "Transform1_2.y",
},
},
}
},
},
EyeAnim_3LayerEnabled1 = BezierSpline {
SplineColor = { Red = 198, Green = 82, Blue = 232 },
CtrlWZoom = false,
NameSet = true,
KeyFrames = {
[0] = { 1, RH = { 56.3333333333333, 0.666666666666667 }, Flags = { Linear = true, Loop = true, PreLoop = true } },
[169] = { 0, LH = { 112.666666666667, 0.333333333333333 }, RH = { 170.333333333333, 0.333333333333333 }, Flags = { StepIn = true } },
[173] = { 1, LH = { 171.666666666667, 0.666666666666667 }, Flags = { StepIn = true, Loop = true, PreLoop = true } }
}
},
EyeAnim_3LayerEnabled2 = BezierSpline {
SplineColor = { Red = 232, Green = 82, Blue = 214 },
CtrlWZoom = false,
NameSet = true,
KeyFrames = {
[0] = { 0, RH = { 56.3333333333333, 0.333333333333333 }, Flags = { Linear = true, Loop = true, PreLoop = true } },
[169] = { 1, LH = { 112.666666666667, 0.666666666666667 }, RH = { 170.333333333333, 0.666666666666667 }, Flags = { StepIn = true } },
[173] = { 0, LH = { 171.666666666667, 0.333333333333333 }, Flags = { StepIn = true, Loop = true, PreLoop = true } }
}
}
},
Frames = {
{
FrameTypeID = "ChildFrame",
Mode = 3,
LayoutPreset = 0,
PresetName = "Default",
Left = 0,
Top = 27,
Width = 1920,
Height = 1104,
ZoneInfo = {
AuxRight = { Expanded = true },
["!Left"] = {
},
AuxLeft = { Expanded = true },
Right = { Expanded = true, },
Left = { Expanded = false, },
["!Right"] = {
}
},
ViewInfo = {
Viewer1 = { Show = true, RatioY = 0.01, RatioX = 1.00093023255814, },
InnerLeft = {
PixelX = 420,
RatioY = 100,
},
MainSplit = {
RatioX = 100,
RatioY = 1.47186574531096,
},
CenterSplit = {
RatioX = 1,
RatioY = 100,
},
Viewer2 = { Show = true, RatioY = 0.01, RatioX = 0.99906976744186, },
Comments = { Show = false },
Time = { Show = true, RatioX = 100, },
InnerColumns = {
RatioX = 100,
RatioY = 1.52813425468904,
},
Keyframes = { Show = false, },
LayoutStrip = { Show = true, RatioX = 100, },
Inspector = { Show = true, RatioY = 1, RatioX = 100, },
InnerRight = {
},
MediaPool = { Show = false, },
OuterColumns = {
RatioX = 100,
RatioY = 1,
},
Effects = { Show = true, Adjust = false, RatioY = 100, MRU = 6, RatioX = 1, },
Clips = { Show = false, },
Metadata = { Show = false, },
OuterLeft = {
},
ViewerSplit = {
RatioX = 100,
RatioY = 1,
},
Nodes = { Show = true, RatioY = 100, RatioX = 1, },
OuterRight = {
PixelX = 420,
RatioY = 100,
},
ActionStrip = { Show = true, RatioX = 100, },
Spline = { Show = false, }
},
Views = ordered() {
Effects = MultiView {
Active = "EffectView",
ViewList = ordered() {
EffectView = "EffectView"
},
},
Nodes = MultiView {
Active = "FlowView",
ViewList = ordered() {
FlowView = "FlowView"
},
FlowView = FlowView {
Flags = {
Navigator = true,
AutoHideNavigator = true,
ForceAll = true,
GridSnap = true,
AutoSnap = true
},
NavigatorSize = { 200, 140 },
Direction = "Horizontal",
PipeStyle = "Direct",
RootScale = 0.125,
RootOffset = { -1280.76, 975.269 }
}
},
Keyframes = MultiView {
Active = "TimelineView",
ViewList = ordered() {
TimelineView = "TimelineView"
},
TimelineView = TimelineView {
TreeControlState = {
},
DisplayMode = "All Tools",
ShowCurrentTimeTools = false,
Filter = "Show All",
ShowSelectedTools = false,
ShowAnimatedToolsOnly = false,
ShowEditBoxes = false,
KeyFrameView = {
Position = { Left = 232, Bottom = 320 },
ScaleX = 2.14424951267057,
OffsetX = -51.4619883040936,
OffsetY = 0,
AutoScaling = "scroll",
AutoSnapTo = "frame",
AutoSnapToGuidelines = false,
GuidelinesGrabEnabled = true,
GuidelinesSnapTo = "frame"
},
Spreadsheet = { LeftPos = 232, Visible = false }
}
},
Spline = MultiView {
Active = "SplineView",
ViewList = ordered() {
SplineView = "SplineEditorView"
},
SplineView = SplineEditorView {
LeftPos = 264,
ScaleX = 0.2,
ScaleY = 0.00338983050847458,
OffsetX = 139.2,
OffsetY = 0,
AutoScaling = "scroll",
AutoSnapTo = "frame",
AutoSnapToGuidelines = false,
GuidelinesSnapTo = "frame",
ShowKeyMarkers = false,
IndependentHandles = false,
ShowNonSplineModifiers = false,
GuidelinesGrabEnabled = true,
ShowOneToolOnly = false,
ShowSelectedTools = false,
ShowAllInputs = false,
Filter = "Show All"
}
},
Inspector = MultiView {
Active = "Tools",
ViewList = ordered() {
Tools = "ControlView",
Modifiers = "ModifierView"
},
},
Viewer1 = MultiView {
Active = "LeftView",
ViewList = ordered() {
LeftView = "PreviewContainer"
},
},
Viewer2 = MultiView {
Active = "RightView",
ViewList = ordered() {
RightView = "PreviewContainer"
},
},
Time = "TimeView",
ActionStrip = "ActionStripView",
LayoutStrip = "LayoutStripView"
},
Layout = {
{ ID = "LayoutStrip", FixedY = 36, Resolve = false, Flat = true },
{
{
{ ID = "MediaPool", Fusion = false, RatioX = 1 },
{ ID = "Effects", RatioX = 1 },
Zone = "Left",
Rows = 2,
PaneID = "OuterLeft",
PixelX = 420
},
{
{
{
{ ID = "MediaPool", Fusion = false, RatioX = 1 },
{ ID = "Effects", RatioX = 1 },
PaneID = "InnerLeft",
MaxViews = 1,
PixelX = 420,
Rows = 2,
Zone = "!Left"
},
{
{
{ ID = "Viewer1", RatioY = 0.01, RatioX = 1 },
{ ID = "Viewer2", RatioX = 1 },
RatioY = 1,
Columns = 2,
PaneID = "ViewerSplit"
},
{ ID = "Time", FixedY = 83, Flat = true },
RatioX = 1,
Rows = 2
},
{
{ ID = "Inspector", RatioY = 1 },
{ ID = "Metadata", RatioY = 1, Fusion = false },
PaneID = "InnerRight",
MaxViews = 1,
PixelX = 420,
Rows = 2,
Zone = "!Right"
},
RatioY = 2,
Columns = 3,
PaneID = "InnerColumns"
},
{ ID = "ActionStrip", FixedY = 50, Flat = true },
{
{ ID = "Nodes", RatioX = 1 },
{ ID = "Spline", RatioX = 1 },
{ ID = "Keyframes", RatioX = 1 },
RatioY = 1,
Columns = 3,
PaneID = "MainSplit"
},
{ Fusion = false, ID = "Clips", LARGE_FixedY = 160, MEDIUM_FixedY = 138, SMALL_FixedY = 110 },
RatioX = 1,
Rows = 4,
PaneID = "CenterSplit"
},
{
{ ID = "Inspector", RatioY = 1 },
{ ID = "Metadata", RatioY = 1, Fusion = false },
Zone = "Right",
Rows = 2,
PaneID = "OuterRight",
PixelX = 420
},
RatioY = 1,
Columns = 3,
PaneID = "OuterColumns"
},
RatioX = 1,
Rows = 2,
RatioY = 1
},
TopBar = {
Left = { "Left", "MediaPool", "Effects", "Clips", "Nodes", "Console" },
Right = { "Spline", "Keyframes", "Metadata", "Inspector", "Right" }
}
}
},
Prefs = {
Comp = {
Interactive = {
Proxy = {
Auto = true
},
},
Memory = {
FramesAtOnce = 1,
},
Views = {
RightView = {
},
LeftView = {
Viewer = {
ScaleMode = 1,
},
},
View1 = {
},
Defaults = {
OpToolbar = {
Size = 1
},
View3D = {
Options = {
ShowUVTangentVectors = false
},
TextureDepth = "int8"
},
MaterialViewer = {
Options = {
TextureDepth = "int8"
},
},
},
},
Preview = {
HiQ = false,
},
Network = {
SlaveMemOverride = true,
},
Paths = {
Map = {
},
EnableReverseMapping = true
},
FrameFormat = {
GuideRatio = 1.77777777777778,
},
LastFile = "C:\\work\\test\\れいむ\\口\\00.00.png",
AVI = {
Preview = {
DataCheck = true,
Key = 15,
Handler = 1668707181,
KeyCheck = true,
DataRate = 300,
Quality = 75
}
},
Tweaks = {
OpenCL = {
Enable = 2,
Caching = 2
}
},
Cluster = {
SlaveClasses = "all"
},
FlowView = {
ForceAll = true,
GridSnap = true,
RemoveRouters = false,
FullToolIndicator = false
},
QuickTime = {
},
Import = {
OMF = {
FlowFormat = 0
}
}
}
},
}
================================================
FILE: Templates/Edit/Generators/立ち絵書き出し元ファイル/WhiteCUL.json
================================================
{
"macro_name": "WhiteCUL",
"use_group": true,
"main_output_list": [
{
"node": "レイアウト",
"page": "