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