An error around the end of importing? #1

Open
opened 2025-11-28 00:17:03 +00:00 by S00pergang · 0 comments

The V9 beta version works very well in Blender 5.0, a huge improvement.

Although at the end I seem to get this error and I'm not sure what it is.

Full log

Traceback (most recent call last):
  File "C:\Program Files\Blender Foundation\Blender 5.0\5.0\scripts\modules\addon_utils.py", line 432, in enable
    mod = importlib.import_module(module_name)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Program Files\Blender Foundation\Blender 5.0\5.0\python\Lib\importlib\__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "REDACTED\Blender Foundation\Blender\5.0\scripts\addons\gscatter\__init__.py", line 4, in <module>
    from . import libmanager
  File "REDACTED\Blender Foundation\Blender\5.0\scripts\addons\gscatter\libmanager\__init__.py", line 1, in <module>
    from . import t3dn
  File "REDACTED\Blender Foundation\Blender\5.0\scripts\addons\gscatter\libmanager\t3dn.py", line 607, in <module>
    class _PackerLoader(importlib.abc.Loader):
                        ^^^^^^^^^^^^^
AttributeError: module 'importlib' has no attribute 'abc'
Reloading external rigs...
Reloading external metarigs...
Imported mesh_maze.py
xps_tools updater verbose is enabled
xps_tools Updater: Read in JSON settings from file
Add-on not loaded: "sketchup_importer", cause: cannot import name 'sketchup' from partially initialized module 'sketchup_importer' (most likely due to a circular import) (REDACTED\Blender Foundation\Blender\5.0\scripts\addons\sketchup_importer\__init__.py)
Traceback (most recent call last):
  File "C:\Program Files\Blender Foundation\Blender 5.0\5.0\scripts\modules\addon_utils.py", line 432, in enable
    mod = importlib.import_module(module_name)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Program Files\Blender Foundation\Blender 5.0\5.0\python\Lib\importlib\__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "REDACTED\Blender Foundation\Blender\5.0\scripts\addons\screencast_keys\__init__.py", line 49, in <module>
    from . import utils
  File "REDACTED\Blender Foundation\Blender\5.0\scripts\addons\gscatter\libmanager\t3dn.py", line 595, in _packer_import
    return _orig_import(name, globals, locals, fromlist, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "REDACTED\Blender Foundation\Blender\5.0\scripts\addons\screencast_keys\utils\__init__.py", line 31, in <module>
    from . import compatibility
  File "REDACTED\Blender Foundation\Blender\5.0\scripts\addons\gscatter\libmanager\t3dn.py", line 595, in _packer_import
    return _orig_import(name, globals, locals, fromlist, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "REDACTED\Blender Foundation\Blender\5.0\scripts\addons\screencast_keys\utils\compatibility.py", line 28, in <module>
    import bgl
  File "REDACTED\Blender Foundation\Blender\5.0\scripts\addons\gscatter\libmanager\t3dn.py", line 595, in _packer_import
    return _orig_import(name, globals, locals, fromlist, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'bgl'
Traceback (most recent call last):
  File "C:\Program Files\Blender Foundation\Blender 5.0\5.0\scripts\modules\addon_utils.py", line 432, in enable
    mod = importlib.import_module(module_name)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Program Files\Blender Foundation\Blender 5.0\5.0\python\Lib\importlib\__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "REDACTED\Blender Foundation\Blender\5.0\scripts\addons\GeoPipes\__init__.py", line 9, in <module>
    import bgl
  File "REDACTED\Blender Foundation\Blender\5.0\scripts\addons\gscatter\libmanager\t3dn.py", line 595, in _packer_import
    return _orig_import(name, globals, locals, fromlist, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'bgl'

Loading DAZ
File paths cleared
DAZ loaded
Could not open C:/Users/Alison/import-daz-settings-28x.json
Loading MHX RTS
MHX RTS loaded
Loading Material Combiner..
Registered 18 Material Combiner classes.
Traceback (most recent call last):
  File "C:\Program Files\Blender Foundation\Blender 5.0\5.0\scripts\modules\addon_utils.py", line 432, in enable
    mod = importlib.import_module(module_name)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Program Files\Blender Foundation\Blender 5.0\5.0\python\Lib\importlib\__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "REDACTED\Blender Foundation\Blender\5.0\scripts\addons\GeoCables\__init__.py", line 7, in <module>
    import bgl
  File "REDACTED\Blender Foundation\Blender\5.0\scripts\addons\gscatter\libmanager\t3dn.py", line 595, in _packer_import
    return _orig_import(name, globals, locals, fromlist, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'bgl'
Registered nodes
cc_blender_tools_updater updater verbose is enabled
cc_blender_tools_updater Updater: Read in JSON settings from file
register_class(...):
Info: Registering operator class: 'TEXTIFY_OT_save_backup', bl_idname 'textify.save_backup' has been registered before, unregistering previous
register_class(...):
Info: Registering operator class: 'TEXTIFY_OT_open_backup', bl_idname 'textify.open_backup' has been registered before, unregistering previous
register_class(...):
Info: Registering menu class: 'TEXTIFY_MT_backup_menu', bl_idname 'TEXTIFY_MT_backup_menu' has been registered before, unregistering previous
mtree updater verbose is enabled
mtree Updater: Read in json settings from file
register_class(...):
Warning: 'mtree_settings_panel' does not contain '_PT_' with prefix and suffix
register_class(...):
Warning: 'ViewportSidebarPanel' does not contain '_PT_' with prefix and suffix
test loaded
<SKkeeper 11:17> Registered SKKeeper addon
Registering: bl_ext.blender_org.ZenUVChecker
00:15.453  operator         | Deleted 1 object(s)
00:39.078  operator         | WARNING fileselect_add: "filepath" expected a string with a 'FILE_PATH' subtype.
Importing pmx files with mmdtools...
INFO:root:****************************************
INFO:root: mmd_tools.pmx module
INFO:root:----------------------------------------
INFO:root: Start to load model data form a pmx file
INFO:root:            by the mmd_tools.pmx modlue.
INFO:root:
INFO:root:----------------------------
INFO:root:pmx header information
INFO:root:----------------------------
INFO:root:pmx version: 2.0
INFO:root:encoding: <Encoding charset utf-16-le>
INFO:root:number of uvs: 3
INFO:root:vertex index size: 2 byte(s)
INFO:root:texture index: 1 byte(s)
INFO:root:material index: 1 byte(s)
INFO:root:bone index: 2 byte(s)
INFO:root:morph index: 2 byte(s)
INFO:root:rigid index: 1 byte(s)
INFO:root:----------------------------
INFO:root:Model name: koikatu
INFO:root:Model name(english):
INFO:root:Comment:
INFO:root:Comment(english):
INFO:root:
INFO:root:------------------------------
INFO:root:Load Vertices
INFO:root:------------------------------
INFO:root:----- Loaded 30700 vertices
INFO:root:
INFO:root:------------------------------
INFO:root: Load Faces
INFO:root:------------------------------
INFO:root: Load 53408 faces
INFO:root:
INFO:root:------------------------------
INFO:root: Load Textures
INFO:root:------------------------------
INFO:root: ----- Loaded 0 textures
INFO:root:
INFO:root:------------------------------
INFO:root: Load Materials
INFO:root:------------------------------
INFO:root:Material 0: cf_m_face_00
INFO:root:Material 1: Bonelyfans
INFO:root:Material 2: cf_m_mayuge_00
INFO:root:Material 3: cf_m_noseline_00
INFO:root:Material 4: cf_m_tooth
INFO:root:Material 5: cf_m_eyeline_00_up
INFO:root:Material 6: cf_m_eyeline_kage
INFO:root:Material 7: cf_m_eyeline_down
INFO:root:Material 8: cf_m_namida_00
INFO:root:Material 9: cf_m_namida_00
INFO:root:Material 10: cf_m_namida_00
INFO:root:Material 11: cf_m_sirome_00
INFO:root:Material 12: cf_m_sirome_00
INFO:root:Material 13: cf_m_hitomi_00_cf_Ohitomi_L02
INFO:root:Material 14: cf_m_hitomi_00_cf_Ohitomi_R02
INFO:root:Material 15: cf_m_gageye_00
INFO:root:Material 16: cf_m_gageye_01
INFO:root:Material 17: cf_m_gageye_02
INFO:root:Material 18: cf_m_tang
INFO:root:Material 19: cf_m_body
INFO:root:Material 20: c_m_shadowcast
INFO:root:Material 21: Bonelyfans
INFO:root:Material 22: cf_m_tang
INFO:root:----- Loaded 23  materials.
INFO:root:
INFO:root:------------------------------
INFO:root: Load Bones
INFO:root:------------------------------
INFO:root:Bone 0: BodyTop
INFO:root:Bone 1: p_cf_body_bone
INFO:root:Bone 2: cf_t_root
INFO:root:Bone 3: cf_t_hips
INFO:root:Bone 4: cf_t_waist_L
INFO:root:Bone 5: cf_t_waist_R
INFO:root:Bone 6: cf_t_shoulder_L
INFO:root:Bone 7: cf_t_shoulder_R
INFO:root:Bone 8: cf_t_hand_L
INFO:root:Bone 9: cf_t_elbo_L
INFO:root:Bone 10: cf_t_hand_R
INFO:root:Bone 11: cf_t_elbo_R
INFO:root:Bone 12: cf_t_leg_L
INFO:root:Bone 13: cf_t_knee_L
INFO:root:Bone 14: cf_t_leg_R
INFO:root:Bone 15: cf_t_knee_R
INFO:root:Bone 16: cf_j_root
INFO:root:Bone 17: cf_n_height
INFO:root:Bone 18: cf_j_hips
INFO:root:Bone 19: cf_j_spine01
INFO:root:Bone 20: cf_hit_spine01
INFO:root:Bone 21: cf_j_spine02
INFO:root:Bone 22: cf_hit_spine02_L
INFO:root:Bone 23: cf_j_spine03
INFO:root:Bone 24: cf_d_backsk_00
INFO:root:Bone 25: cf_j_backsk_C_01
INFO:root:Bone 26: cf_j_backsk_C_02
INFO:root:Bone 27: cf_j_backsk_L_01
INFO:root:Bone 28: cf_j_backsk_L_02
INFO:root:Bone 29: cf_j_backsk_R_01
INFO:root:Bone 30: cf_j_backsk_R_02
INFO:root:Bone 31: cf_d_bust00
INFO:root:Bone 32: cf_s_bust00_L
INFO:root:Bone 33: cf_d_bust01_L
INFO:root:Bone 34: cf_j_bust01_L
INFO:root:Bone 35: cf_d_bust02_L
INFO:root:Bone 36: cf_j_bust02_L_01
INFO:root:Bone 37: cf_j_bust02_L
INFO:root:Bone 38: cf_d_bust03_L
INFO:root:Bone 39: cf_j_bust03_L_01
INFO:root:Bone 40: cf_j_bust03_L
INFO:root:Bone 41: cf_d_bnip01_L
INFO:root:Bone 42: cf_j_bnip02root_L
INFO:root:Bone 43: cf_s_bnip02_L
INFO:root:Bone 44: cf_j_bnip02_L
INFO:root:Bone 45: cf_s_bnipacc_L
INFO:root:Bone 46: a_n_nip_L
INFO:root:Bone 47: k_f_munenipL_00
INFO:root:Bone 48: k_f_munenipL_01
INFO:root:Bone 49: k_f_munenipL_02
INFO:root:Bone 50: k_f_munenipL_03
INFO:root:Bone 51: cf_s_bnip025_L
INFO:root:Bone 52: cf_s_bnip01_L
INFO:root:Bone 53: cf_s_bnip015_L
INFO:root:Bone 54: cf_s_bust03_L
INFO:root:Bone 55: cf_hit_bust03_L
INFO:root:Bone 56: k_f_mune03L_00
INFO:root:Bone 57: k_f_mune03L_01
INFO:root:Bone 58: k_f_mune03L_02
INFO:root:Bone 59: k_f_mune03L_03
INFO:root:Bone 60: cf_d_hit_bust_L
INFO:root:Bone 61: cf_hit_bust02_L
INFO:root:Bone 62: cf_s_bust02_L
INFO:root:Bone 63: k_f_mune02L_00
INFO:root:Bone 64: k_f_mune02L_01
INFO:root:Bone 65: k_f_mune02L_02
INFO:root:Bone 66: k_f_mune02L_03
INFO:root:Bone 67: cf_s_bust01_L
INFO:root:Bone 68: k_f_mune01L_00
INFO:root:Bone 69: k_f_mune01L_01
INFO:root:Bone 70: k_f_mune01L_02
INFO:root:Bone 71: k_f_mune01L_03
INFO:root:Bone 72: cf_j_bust01_L_01
INFO:root:Bone 73: k_f_mune00L_00
INFO:root:Bone 74: k_f_mune00L_01
INFO:root:Bone 75: k_f_mune00L_02
INFO:root:Bone 76: k_f_mune00L_03
INFO:root:Bone 77: cf_hit_bust00
INFO:root:Bone 78: cf_s_bust00_R
INFO:root:Bone 79: cf_d_bust01_R
INFO:root:Bone 80: cf_j_bust01_R
INFO:root:Bone 81: cf_d_bust02_R
INFO:root:Bone 82: cf_j_bust02_R_01
INFO:root:Bone 83: cf_j_bust02_R
INFO:root:Bone 84: cf_d_bust03_R
INFO:root:Bone 85: cf_j_bust03_R_01
INFO:root:Bone 86: cf_j_bust03_R
INFO:root:Bone 87: cf_d_bnip01_R
INFO:root:Bone 88: cf_j_bnip02root_R
INFO:root:Bone 89: cf_s_bnip02_R
INFO:root:Bone 90: cf_j_bnip02_R
INFO:root:Bone 91: cf_s_bnipacc_R
INFO:root:Bone 92: a_n_nip_R
INFO:root:Bone 93: k_f_munenipR_00
INFO:root:Bone 94: k_f_munenipR_01
INFO:root:Bone 95: k_f_munenipR_02
INFO:root:Bone 96: k_f_munenipR_03
INFO:root:Bone 97: cf_s_bnip025_R
INFO:root:Bone 98: cf_s_bnip01_R
INFO:root:Bone 99: cf_s_bnip015_R
INFO:root:Bone 100: cf_hit_bust03_R
INFO:root:Bone 101: cf_s_bust03_R
INFO:root:Bone 102: k_f_mune03R_00
INFO:root:Bone 103: k_f_mune03R_01
INFO:root:Bone 104: k_f_mune03R_02
INFO:root:Bone 105: k_f_mune03R_03
INFO:root:Bone 106: cf_d_hit_bust_R
INFO:root:Bone 107: cf_hit_bust02_R
INFO:root:Bone 108: cf_s_bust02_R
INFO:root:Bone 109: k_f_mune02R_00
INFO:root:Bone 110: k_f_mune02R_01
INFO:root:Bone 111: k_f_mune02R_02
INFO:root:Bone 112: k_f_mune02R_03
INFO:root:Bone 113: cf_s_bust01_R
INFO:root:Bone 114: k_f_mune01R_00
INFO:root:Bone 115: k_f_mune01R_01
INFO:root:Bone 116: k_f_mune01R_02
INFO:root:Bone 117: k_f_mune01R_03
INFO:root:Bone 118: cf_j_bust01_R_01
INFO:root:Bone 119: k_f_mune00R_00
INFO:root:Bone 120: k_f_mune00R_01
INFO:root:Bone 121: k_f_mune00R_02
INFO:root:Bone 122: k_f_mune00R_03
INFO:root:Bone 123: cf_d_shoulder_L
INFO:root:Bone 124: cf_j_shoulder_L
INFO:root:Bone 125: cf_d_shoulder02_L
INFO:root:Bone 126: cf_s_shoulder02_L
INFO:root:Bone 127: a_n_shoulder_L
INFO:root:Bone 128: k_f_shoulderL_00
INFO:root:Bone 129: k_f_shoulderL_01
INFO:root:Bone 130: k_f_shoulderL_02
INFO:root:Bone 131: k_f_shoulderL_03
INFO:root:Bone 132: cf_hit_shoulder_L
INFO:root:Bone 133: cf_j_arm00_L
INFO:root:Bone 134: cf_d_arm01_L
INFO:root:Bone 135: cf_s_arm01_L
INFO:root:Bone 136: cf_d_arm02_L
INFO:root:Bone 137: cf_s_arm02_L
INFO:root:Bone 138: a_n_arm_L
INFO:root:Bone 139: k_f_armupL_00
INFO:root:Bone 140: k_f_armupL_01
INFO:root:Bone 141: k_f_armupL_02
INFO:root:Bone 142: k_f_armupL_03
INFO:root:Bone 143: KKS_Colliders_cf_s_arm02_L
INFO:root:Bone 144: cf_d_arm03_L
INFO:root:Bone 145: cf_s_arm03_L
INFO:root:Bone 146: cf_hit_arm_L
INFO:root:Bone 147: cf_j_forearm01_L
INFO:root:Bone 148: cf_d_forearm02_L
INFO:root:Bone 149: cf_s_forearm02_L
INFO:root:Bone 150: cf_hit_wrist_L
INFO:root:Bone 151: KKS_Colliders_cf_s_forearm02_L
INFO:root:Bone 152: cf_d_wrist_L
INFO:root:Bone 153: cf_s_wrist_L
INFO:root:Bone 154: a_n_wrist_L
INFO:root:Bone 155: cf_d_hand_L
INFO:root:Bone 156: cf_j_hand_L
INFO:root:Bone 157: cf_s_hand_L
INFO:root:Bone 158: a_n_hand_L
INFO:root:Bone 159: cf_j_index01_L
INFO:root:Bone 160: a_n_ind_L
INFO:root:Bone 161: cf_j_index02_L
INFO:root:Bone 162: cf_j_index03_L
INFO:root:Bone 163: cf_j_index04_L
INFO:root:Bone 164: k_f_handL_03
INFO:root:Bone 165: cf_j_little01_L
INFO:root:Bone 166: cf_j_little02_L
INFO:root:Bone 167: cf_j_little03_L
INFO:root:Bone 168: cf_j_little04_L
INFO:root:Bone 169: cf_j_middle01_L
INFO:root:Bone 170: a_n_mid_L
INFO:root:Bone 171: cf_j_middle02_L
INFO:root:Bone 172: cf_j_middle03_L
INFO:root:Bone 173: cf_j_middle04_L
INFO:root:Bone 174: cf_j_ring01_L
INFO:root:Bone 175: a_n_ring_L
INFO:root:Bone 176: cf_j_ring02_L
INFO:root:Bone 177: cf_j_ring03_L
INFO:root:Bone 178: cf_j_ring04_L
INFO:root:Bone 179: cf_j_thumb01_L
INFO:root:Bone 180: cf_j_thumb02_L
INFO:root:Bone 181: cf_j_thumb03_L
INFO:root:Bone 182: cf_j_thumb04_L
INFO:root:Bone 183: k_f_handL_00
INFO:root:Bone 184: k_f_handL_01
INFO:root:Bone 185: k_f_handL_02
INFO:root:Bone 186: KKS_Colliders_cf_s_hand_L
INFO:root:Bone 187: cf_s_elbo_L
INFO:root:Bone 188: cf_s_forearm01_L
INFO:root:Bone 189: a_n_elbo_L
INFO:root:Bone 190: cf_s_elboback_L
INFO:root:Bone 191: k_f_armlowL_00
INFO:root:Bone 192: k_f_armlowL_01
INFO:root:Bone 193: k_f_armlowL_02
INFO:root:Bone 194: k_f_armlowL_03
INFO:root:Bone 195: cf_d_shoulder_R
INFO:root:Bone 196: cf_j_shoulder_R
INFO:root:Bone 197: cf_d_shoulder02_R
INFO:root:Bone 198: cf_s_shoulder02_R
INFO:root:Bone 199: a_n_shoulder_R
INFO:root:Bone 200: k_f_shoulderR_00
INFO:root:Bone 201: k_f_shoulderR_01
INFO:root:Bone 202: k_f_shoulderR_02
INFO:root:Bone 203: k_f_shoulderR_03
INFO:root:Bone 204: cf_hit_shoulder_R
INFO:root:Bone 205: cf_j_arm00_R
INFO:root:Bone 206: cf_d_arm01_R
INFO:root:Bone 207: cf_s_arm01_R
INFO:root:Bone 208: cf_d_arm02_R
INFO:root:Bone 209: cf_s_arm02_R
INFO:root:Bone 210: a_n_arm_R
INFO:root:Bone 211: k_f_armupR_00
INFO:root:Bone 212: k_f_armupR_01
INFO:root:Bone 213: k_f_armupR_02
INFO:root:Bone 214: k_f_armupR_03
INFO:root:Bone 215: KKS_Colliders_cf_s_arm02_R
INFO:root:Bone 216: cf_d_arm03_R
INFO:root:Bone 217: cf_s_arm03_R
INFO:root:Bone 218: cf_hit_arm_R
INFO:root:Bone 219: cf_j_forearm01_R
INFO:root:Bone 220: cf_d_forearm02_R
INFO:root:Bone 221: cf_s_forearm02_R
INFO:root:Bone 222: cf_hit_wrist_R
INFO:root:Bone 223: KKS_Colliders_cf_s_forearm02_R
INFO:root:Bone 224: cf_d_wrist_R
INFO:root:Bone 225: cf_s_wrist_R
INFO:root:Bone 226: a_n_wrist_R
INFO:root:Bone 227: cf_d_hand_R
INFO:root:Bone 228: cf_j_hand_R
INFO:root:Bone 229: cf_s_hand_R
INFO:root:Bone 230: a_n_hand_R
INFO:root:Bone 231: cf_j_index01_R
INFO:root:Bone 232: a_n_ind_R
INFO:root:Bone 233: cf_j_index02_R
INFO:root:Bone 234: cf_j_index03_R
INFO:root:Bone 235: cf_j_index04_R
INFO:root:Bone 236: cf_j_little01_R
INFO:root:Bone 237: cf_j_little02_R
INFO:root:Bone 238: cf_j_little03_R
INFO:root:Bone 239: cf_j_little04_R
INFO:root:Bone 240: k_f_handR_00
INFO:root:Bone 241: cf_j_middle01_R
INFO:root:Bone 242: a_n_mid_R
INFO:root:Bone 243: cf_j_middle02_R
INFO:root:Bone 244: cf_j_middle03_R
INFO:root:Bone 245: cf_j_middle04_R
INFO:root:Bone 246: k_f_handR_01
INFO:root:Bone 247: cf_j_ring01_R
INFO:root:Bone 248: a_n_ring_R
INFO:root:Bone 249: cf_j_ring02_R
INFO:root:Bone 250: cf_j_ring03_R
INFO:root:Bone 251: cf_j_ring04_R
INFO:root:Bone 252: k_f_handR_02
INFO:root:Bone 253: cf_j_thumb01_R
INFO:root:Bone 254: cf_j_thumb02_R
INFO:root:Bone 255: cf_j_thumb03_R
INFO:root:Bone 256: cf_j_thumb04_R
INFO:root:Bone 257: k_f_handR_03
INFO:root:Bone 258: KKS_Colliders_cf_s_hand_R
INFO:root:Bone 259: cf_s_elbo_R
INFO:root:Bone 260: cf_s_forearm01_R
INFO:root:Bone 261: a_n_elbo_R
INFO:root:Bone 262: cf_s_elboback_R
INFO:root:Bone 263: k_f_armlowR_00
INFO:root:Bone 264: k_f_armlowR_01
INFO:root:Bone 265: k_f_armlowR_02
INFO:root:Bone 266: k_f_armlowR_03
INFO:root:Bone 267: cf_d_spinesk_00
INFO:root:Bone 268: cf_j_spinesk_00
INFO:root:Bone 269: cf_j_spinesk_01
INFO:root:Bone 270: cf_j_spinesk_02
INFO:root:Bone 271: cf_j_spinesk_03
INFO:root:Bone 272: cf_j_spinesk_04
INFO:root:Bone 273: cf_j_spinesk_05
INFO:root:Bone 274: cf_j_neck
INFO:root:Bone 275: cf_j_head
INFO:root:Bone 276: cf_s_head
INFO:root:Bone 277: aim
INFO:root:Bone 278: cf_j_tang_01
INFO:root:Bone 279: cf_j_tang_02
INFO:root:Bone 280: cf_j_tang_03
INFO:root:Bone 281: cf_j_tang_04
INFO:root:Bone 282: cf_j_tang_05
INFO:root:Bone 283: cf_j_tang_L_05
INFO:root:Bone 284: cf_j_tang_R_05
INFO:root:Bone 285: cf_j_tang_L_04
INFO:root:Bone 286: cf_j_tang_R_04
INFO:root:Bone 287: cf_j_tang_L_03
INFO:root:Bone 288: cf_j_tang_R_03
INFO:root:Bone 289: k_f_head_00
INFO:root:Bone 290: k_f_head_03
INFO:root:Bone 291: k_f_head_02
INFO:root:Bone 292: k_f_head_01
INFO:root:Bone 293: cf_hit_head
INFO:root:Bone 294: N_EyesLookTargetP
INFO:root:Bone 295: N_EyesLookTarget
INFO:root:Bone 296: p_cf_head_bone
INFO:root:Bone 297: cf_J_N_FaceRoot
INFO:root:Bone 298: cf_J_FaceRoot
INFO:root:Bone 299: cf_J_FaceBase
INFO:root:Bone 300: cf_J_FaceLow_tz
INFO:root:Bone 301: a_n_mouth
INFO:root:Bone 302: cf_J_FaceLow_sx
INFO:root:Bone 303: cf_J_CheekUpBase
INFO:root:Bone 304: cf_J_CheekUp_s_L
INFO:root:Bone 305: cf_J_CheekUp_s_R
INFO:root:Bone 306: cf_J_Chin_Base
INFO:root:Bone 307: cf_J_CheekLow_s_L
INFO:root:Bone 308: cf_J_CheekLow_s_R
INFO:root:Bone 309: cf_J_Chin_s
INFO:root:Bone 310: cf_J_ChinTip_Base
INFO:root:Bone 311: cf_J_ChinLow
INFO:root:Bone 312: cf_J_MouthBase_ty
INFO:root:Bone 313: cf_J_MouthBase_rx
INFO:root:Bone 314: cf_J_MouthCavity
INFO:root:Bone 315: cf_J_MouthMove
INFO:root:Bone 316: cf_J_Mouth_L
INFO:root:Bone 317: cf_J_Mouth_R
INFO:root:Bone 318: cf_J_MouthLow
INFO:root:Bone 319: cf_J_Mouthup
INFO:root:Bone 320: cf_J_FaceUp_ty
INFO:root:Bone 321: a_n_hair_pin_R
INFO:root:Bone 322: a_n_hair_pin
INFO:root:Bone 323: a_n_hair_pony
INFO:root:Bone 324: ca_slot18
INFO:root:Bone 325: hair_pony046
INFO:root:Bone 326: N_move
INFO:root:Bone 327: Hair_R
INFO:root:Bone 328: _yure_hair_h50_P01a
INFO:root:Bone 329: _yure_hair_P01b
INFO:root:Bone 330: _yure_hair_P01c
INFO:root:Bone 331: _yure_hair_P01d
INFO:root:Bone 332: _yure_hair_P01e
INFO:root:Bone 333: _yure_hair_P01f
INFO:root:Bone 334: _yure_hair_P01g
INFO:root:Bone 335: HairPony046
INFO:root:Bone 336: ca_slot19
INFO:root:Bone 337: N_chouisei
INFO:root:Bone 338: N_move 14160
INFO:root:Bone 339: acs_O_torus
INFO:root:Bone 340: a_n_hair_twin_L
INFO:root:Bone 341: a_n_hair_twin_R
INFO:root:Bone 342: a_n_head
INFO:root:Bone 343: a_n_headflont
INFO:root:Bone 344: a_n_headside
INFO:root:Bone 345: ca_slot14
INFO:root:Bone 346: N_move 14300
INFO:root:Bone 347: cf_hair_base_a
INFO:root:Bone 348: ca_slot15
INFO:root:Bone 349: N_move 14390
INFO:root:Bone 350: root
INFO:root:Bone 351: N_move2
INFO:root:Bone 352: root2
INFO:root:Bone 353: cf_hair_maf_01_2_b
INFO:root:Bone 354: cf_hair_maf_01_1_b
INFO:root:Bone 355: ca_slot16
INFO:root:Bone 356: N_move 14560
INFO:root:Bone 357: root 14570
INFO:root:Bone 358: joint1-1
INFO:root:Bone 359: joint1-2
INFO:root:Bone 360: joint1-3
INFO:root:Bone 361: joint1-4
INFO:root:Bone 362: joint2-1
INFO:root:Bone 363: joint2-2
INFO:root:Bone 364: joint2-3
INFO:root:Bone 365: joint2-4
INFO:root:Bone 366: joint2-5
INFO:root:Bone 367: joint3-1
INFO:root:Bone 368: joint3-2
INFO:root:Bone 369: joint3-3
INFO:root:Bone 370: joint3-4
INFO:root:Bone 371: joint4-1
INFO:root:Bone 372: joint4-2
INFO:root:Bone 373: joint4-3
INFO:root:Bone 374: joint4-4
INFO:root:Bone 375: joint4-5
INFO:root:Bone 376: N_hairfront108
INFO:root:Bone 377: cf_hair_f_108_00
INFO:root:Bone 378: cf_hair_f_108_01
INFO:root:Bone 379: cf_hair_f_108_02
INFO:root:Bone 380: cf_hair_f_108_03
INFO:root:Bone 381: ca_slot17
INFO:root:Bone 382: N_move 14910
INFO:root:Bone 383: root 14920
INFO:root:Bone 384: joint5-1
INFO:root:Bone 385: joint5-2
INFO:root:Bone 386: joint5-3
INFO:root:Bone 387: joint5-4
INFO:root:Bone 388: joint5-5
INFO:root:Bone 389: N_hairfront01
INFO:root:Bone 390: cf_hair_idol_hair_f_00
INFO:root:Bone 391: cf_acs_idol_hair_f_03
INFO:root:Bone 392: a_n_headtop
INFO:root:Bone 393: cf_J_EarBase_ry_L
INFO:root:Bone 394: cf_J_EarLow_L
INFO:root:Bone 395: cf_J_EarRing_L
INFO:root:Bone 396: a_n_earrings_L
INFO:root:Bone 397: cf_J_EarUp_L
INFO:root:Bone 398: cf_J_EarBase_ry_R
INFO:root:Bone 399: cf_J_EarLow_R
INFO:root:Bone 400: cf_J_EarRing_R
INFO:root:Bone 401: a_n_earrings_R
INFO:root:Bone 402: cf_J_EarUp_R
INFO:root:Bone 403: cf_J_FaceUp_tz
INFO:root:Bone 404: cf_J_Eye_tz
INFO:root:Bone 405: cf_J_Eye_txdam_L
INFO:root:Bone 406: cf_J_Eye_tx_L
INFO:root:Bone 407: cf_J_Eye_rz_L
INFO:root:Bone 408: cf_J_CheekUp2_L
INFO:root:Bone 409: cf_J_Eye01_s_L
INFO:root:Bone 410: cf_J_Eye02_s_L
INFO:root:Bone 411: cf_J_Eye03_s_L
INFO:root:Bone 412: cf_J_Eye04_s_L
INFO:root:Bone 413: cf_J_Eye05_s_L
INFO:root:Bone 414: cf_J_Eye06_s_L
INFO:root:Bone 415: cf_J_Eye07_s_L
INFO:root:Bone 416: cf_J_Eye08_s_L
INFO:root:Bone 417: cf_J_hitomi_tx_L
INFO:root:Bone 418: EyeTargetL
INFO:root:Bone 419: cf_J_Eye_txdam_R
INFO:root:Bone 420: cf_J_Eye_tx_R
INFO:root:Bone 421: cf_J_Eye_rz_R
INFO:root:Bone 422: cf_J_CheekUp2_R
INFO:root:Bone 423: cf_J_Eye01_s_R
INFO:root:Bone 424: cf_J_Eye02_s_R
INFO:root:Bone 425: cf_J_Eye03_s_R
INFO:root:Bone 426: cf_J_Eye04_s_R
INFO:root:Bone 427: cf_J_Eye05_s_R
INFO:root:Bone 428: cf_J_Eye06_s_R
INFO:root:Bone 429: cf_J_Eye07_s_R
INFO:root:Bone 430: cf_J_Eye08_s_R
INFO:root:Bone 431: cf_J_hitomi_tx_R
INFO:root:Bone 432: EyeTargetR
INFO:root:Bone 433: n_cam_tc
INFO:root:Bone 434: n_cam_tc_f
INFO:root:Bone 435: n_cam_tl
INFO:root:Bone 436: n_cam_tr
INFO:root:Bone 437: n_cam_tc 15480
INFO:root:Bone 438: n_cam_tc_f 15490
INFO:root:Bone 439: n_cam_tl 15500
INFO:root:Bone 440: n_cam_tr 15510
INFO:root:Bone 441: cf_J_Mayu_ty
INFO:root:Bone 442: cf_J_Mayumoto_L
INFO:root:Bone 443: cf_J_Mayu_L
INFO:root:Bone 444: cf_J_MayuMid_s_L
INFO:root:Bone 445: cf_J_MayuTip_s_L
INFO:root:Bone 446: cf_J_Mayumoto_R
INFO:root:Bone 447: cf_J_Mayu_R
INFO:root:Bone 448: cf_J_MayuMid_s_R
INFO:root:Bone 449: cf_J_MayuTip_s_R
INFO:root:Bone 450: ct_hairB
INFO:root:Bone 451: ct_hairF
INFO:root:Bone 452: ct_hairS
INFO:root:Bone 453: ct_hairO_01
INFO:root:Bone 454: cf_J_NoseBase
INFO:root:Bone 455: cf_J_NoseBase_rx
INFO:root:Bone 456: a_n_nose
INFO:root:Bone 457: cf_J_Nose_rx
INFO:root:Bone 458: cf_J_Nose_tip
INFO:root:Bone 459: cf_J_NoseBridge_ty
INFO:root:Bone 460: cf_J_megane_rx_ear
INFO:root:Bone 461: a_n_megane
INFO:root:Bone 462: cf_J_NoseBridge_rx
INFO:root:Bone 463: n_cam_front
INFO:root:Bone 464: n_cam_front 15830
INFO:root:Bone 465: ct_head
INFO:root:Bone 466: N_tonn_face
INFO:root:Bone 467: N_cf_haed
INFO:root:Bone 468: cf_O_face
INFO:root:Bone 469: Highlight_cf_O_face_rend
INFO:root:Bone 470: cf_O_mayuge
INFO:root:Bone 471: cf_O_noseline
INFO:root:Bone 472: cf_O_tooth
INFO:root:Bone 473: n_eyebase
INFO:root:Bone 474: cf_O_eyeline
INFO:root:Bone 475: cf_O_eyeline_low
INFO:root:Bone 476: cf_Ohitomi_L
INFO:root:Bone 477: cf_Ohitomi_R
INFO:root:Bone 478: n_hitomi
INFO:root:Bone 479: cf_Ohitomi_L02
INFO:root:Bone 480: cf_Ohitomi_R02
INFO:root:Bone 481: n_special
INFO:root:Bone 482: o_tang
INFO:root:Bone 483: cf_s_neck
INFO:root:Bone 484: a_n_neck
INFO:root:Bone 485: cf_hit_neck
INFO:root:Bone 486: k_f_neck_00
INFO:root:Bone 487: k_f_neck_01
INFO:root:Bone 488: k_f_neck_02
INFO:root:Bone 489: k_f_neck_03
INFO:root:Bone 490: HeadRef
INFO:root:Bone 491: cf_s_spine03
INFO:root:Bone 492: a_n_back
INFO:root:Bone 493: a_n_back_L
INFO:root:Bone 494: a_n_back_R
INFO:root:Bone 495: a_n_bust
INFO:root:Bone 496: a_n_bust_f
INFO:root:Bone 497: k_f_spine03_00
INFO:root:Bone 498: cf_hit_spine03
INFO:root:Bone 499: k_f_spine03_01
INFO:root:Bone 500: k_f_spine03_02
INFO:root:Bone 501: k_f_spine03_03
INFO:root:Bone 502: NeckRef
INFO:root:Bone 503: cf_hit_spine03_2
INFO:root:Bone 504: N_NeckLookTargetP
INFO:root:Bone 505: N_NeckLookTarget
INFO:root:Bone 506: cf_s_spine02
INFO:root:Bone 507: k_f_spine02_03
INFO:root:Bone 508: k_f_spine02_00
INFO:root:Bone 509: k_f_spine02_01
INFO:root:Bone 510: k_f_spine02_02
INFO:root:Bone 511: cf_hit_spine02
INFO:root:Bone 512: cf_s_spine01
INFO:root:Bone 513: k_f_spine01_00
INFO:root:Bone 514: k_f_spine01_01
INFO:root:Bone 515: k_f_spine01_02
INFO:root:Bone 516: k_f_spine01_03
INFO:root:Bone 517: cf_j_waist01
INFO:root:Bone 518: cf_d_sk_top
INFO:root:Bone 519: cf_d_sk_00_00
INFO:root:Bone 520: cf_j_sk_00_00
INFO:root:Bone 521: cf_j_sk_00_01
INFO:root:Bone 522: cf_j_sk_00_02
INFO:root:Bone 523: cf_j_sk_00_03
INFO:root:Bone 524: cf_j_sk_00_04
INFO:root:Bone 525: cf_j_sk_00_05
INFO:root:Bone 526: cf_d_sk_01_00
INFO:root:Bone 527: cf_j_sk_01_00
INFO:root:Bone 528: cf_j_sk_01_01
INFO:root:Bone 529: cf_j_sk_01_02
INFO:root:Bone 530: cf_j_sk_01_03
INFO:root:Bone 531: cf_j_sk_01_04
INFO:root:Bone 532: cf_j_sk_01_05
INFO:root:Bone 533: cf_d_sk_02_00
INFO:root:Bone 534: cf_j_sk_02_00
INFO:root:Bone 535: cf_j_sk_02_01
INFO:root:Bone 536: cf_j_sk_02_02
INFO:root:Bone 537: cf_j_sk_02_03
INFO:root:Bone 538: cf_j_sk_02_04
INFO:root:Bone 539: cf_j_sk_02_05
INFO:root:Bone 540: cf_d_sk_03_00
INFO:root:Bone 541: cf_j_sk_03_00
INFO:root:Bone 542: cf_j_sk_03_01
INFO:root:Bone 543: cf_j_sk_03_02
INFO:root:Bone 544: cf_j_sk_03_03
INFO:root:Bone 545: cf_j_sk_03_04
INFO:root:Bone 546: cf_j_sk_03_05
INFO:root:Bone 547: cf_d_sk_04_00
INFO:root:Bone 548: cf_j_sk_04_00
INFO:root:Bone 549: cf_j_sk_04_01
INFO:root:Bone 550: cf_j_sk_04_02
INFO:root:Bone 551: cf_j_sk_04_03
INFO:root:Bone 552: cf_j_sk_04_04
INFO:root:Bone 553: cf_j_sk_04_05
INFO:root:Bone 554: cf_d_sk_05_00
INFO:root:Bone 555: cf_j_sk_05_00
INFO:root:Bone 556: cf_j_sk_05_01
INFO:root:Bone 557: cf_j_sk_05_02
INFO:root:Bone 558: cf_j_sk_05_03
INFO:root:Bone 559: cf_j_sk_05_04
INFO:root:Bone 560: cf_j_sk_05_05
INFO:root:Bone 561: cf_d_sk_06_00
INFO:root:Bone 562: cf_j_sk_06_00
INFO:root:Bone 563: cf_j_sk_06_01
INFO:root:Bone 564: cf_j_sk_06_02
INFO:root:Bone 565: cf_j_sk_06_03
INFO:root:Bone 566: cf_j_sk_06_04
INFO:root:Bone 567: cf_j_sk_06_05
INFO:root:Bone 568: cf_d_sk_07_00
INFO:root:Bone 569: cf_j_sk_07_00
INFO:root:Bone 570: cf_j_sk_07_01
INFO:root:Bone 571: cf_j_sk_07_02
INFO:root:Bone 572: cf_j_sk_07_03
INFO:root:Bone 573: cf_j_sk_07_04
INFO:root:Bone 574: cf_j_sk_07_05
INFO:root:Bone 575: cf_hit_berry
INFO:root:Bone 576: cf_hit_waist_L
INFO:root:Bone 577: cf_j_waist02
INFO:root:Bone 578: cf_d_siri_L
INFO:root:Bone 579: cf_d_siri01_L
INFO:root:Bone 580: cf_j_siri_L_01
INFO:root:Bone 581: cf_j_siri_L
INFO:root:Bone 582: cf_s_siri_L
INFO:root:Bone 583: cf_hit_siri_L
INFO:root:Bone 584: k_f_siriL_00
INFO:root:Bone 585: k_f_siriL_01
INFO:root:Bone 586: k_f_siriL_02
INFO:root:Bone 587: k_f_siriL_03
INFO:root:Bone 588: cf_d_ana
INFO:root:Bone 589: cf_j_ana
INFO:root:Bone 590: cf_s_ana
INFO:root:Bone 591: a_n_ana
INFO:root:Bone 592: k_f_ana_00
INFO:root:Bone 593: k_f_ana_01
INFO:root:Bone 594: k_f_ana_02
INFO:root:Bone 595: k_f_ana_03
INFO:root:Bone 596: cf_d_kokan
INFO:root:Bone 597: cf_j_kokan
INFO:root:Bone 598: a_n_kokan
INFO:root:Bone 599: cf_n_pee
INFO:root:Bone 600: k_f_kokan_00
INFO:root:Bone 601: k_f_kokan_01
INFO:root:Bone 602: k_f_kokan_02
INFO:root:Bone 603: k_f_kokan_03
INFO:root:Bone 604: cm_J_dan_top
INFO:root:Bone 605: cm_J_dan100_00
INFO:root:Bone 606: cm_J_dan101_00
INFO:root:Bone 607: a_n_dan
INFO:root:Bone 608: cm_J_dan109_00
INFO:root:Bone 609: k_f_dansaki00_00
INFO:root:Bone 610: k_f_dansaki00_01
INFO:root:Bone 611: k_f_dansaki00_02
INFO:root:Bone 612: k_f_dansaki00_03
INFO:root:Bone 613: k_f_dansao00_00
INFO:root:Bone 614: k_f_dansao00_01
INFO:root:Bone 615: k_f_dansao00_02
INFO:root:Bone 616: k_f_dansao00_03
INFO:root:Bone 617: cm_J_dan_f_top
INFO:root:Bone 618: cm_J_dan_f_L
INFO:root:Bone 619: k_f_tamaL_00
INFO:root:Bone 620: k_f_tamaL_01
INFO:root:Bone 621: k_f_tamaL_02
INFO:root:Bone 622: k_f_tamaL_03
INFO:root:Bone 623: cm_J_dan_Pivot_f_L
INFO:root:Bone 624: cm_J_dan_Dynamic_f_L
INFO:root:Bone 625: cm_J_dan_f_R
INFO:root:Bone 626: k_f_tamaR_00
INFO:root:Bone 627: k_f_tamaR_01
INFO:root:Bone 628: k_f_tamaR_02
INFO:root:Bone 629: k_f_tamaR_03
INFO:root:Bone 630: cm_J_dan_Pivot_f_R
INFO:root:Bone 631: cm_J_dan_Dynamic_f_R
INFO:root:Bone 632: k_f_tamaC_00
INFO:root:Bone 633: k_f_tamaC_01
INFO:root:Bone 634: k_f_tamaC_02
INFO:root:Bone 635: k_f_tamaC_03
INFO:root:Bone 636: cf_d_siri_R
INFO:root:Bone 637: cf_d_siri01_R
INFO:root:Bone 638: cf_j_siri_R_01
INFO:root:Bone 639: cf_j_siri_R
INFO:root:Bone 640: cf_s_siri_R
INFO:root:Bone 641: cf_hit_siri_R
INFO:root:Bone 642: k_f_siriR_00
INFO:root:Bone 643: k_f_siriR_01
INFO:root:Bone 644: k_f_siriR_02
INFO:root:Bone 645: k_f_siriR_03
INFO:root:Bone 646: cf_d_sirihit_L
INFO:root:Bone 647: cf_j_thigh00_L
INFO:root:Bone 648: cf_d_thigh01_L
INFO:root:Bone 649: cf_s_thigh01_L
INFO:root:Bone 650: cf_hit_thigh01_L
INFO:root:Bone 651: k_f_legupL_00
INFO:root:Bone 652: k_f_legupL_01
INFO:root:Bone 653: k_f_legupL_02
INFO:root:Bone 654: k_f_legupL_03
INFO:root:Bone 655: KKS_Colliders_cf_s_thigh01_L
INFO:root:Bone 656: KKS_Colliders_cf_s_thigh01_L__2
INFO:root:Bone 657: cf_d_thigh02_L
INFO:root:Bone 658: cf_s_thigh02_L
INFO:root:Bone 659: a_n_leg_L
INFO:root:Bone 660: cf_hit_thigh02_L
INFO:root:Bone 661: KKS_Colliders_cf_s_thigh02_L
INFO:root:Bone 662: cf_d_thigh03_L
INFO:root:Bone 663: cf_s_thigh03_L
INFO:root:Bone 664: cf_j_leg01_L
INFO:root:Bone 665: cf_d_kneeF_L
INFO:root:Bone 666: k_f_legkneeL_00
INFO:root:Bone 667: k_f_legkneeL_01
INFO:root:Bone 668: k_f_legkneeL_02
INFO:root:Bone 669: k_f_legkneeL_03
INFO:root:Bone 670: cf_d_leg02_L
INFO:root:Bone 671: cf_s_leg02_L
INFO:root:Bone 672: cf_d_leg03_L
INFO:root:Bone 673: cf_s_leg03_L
INFO:root:Bone 674: a_n_ankle_L
INFO:root:Bone 675: k_f_ancleL_00
INFO:root:Bone 676: k_f_ancleL_01
INFO:root:Bone 677: k_f_ancleL_02
INFO:root:Bone 678: k_f_ancleL_03
INFO:root:Bone 679: cf_j_leg03_L
INFO:root:Bone 680: cf_j_foot_L
INFO:root:Bone 681: a_n_heel_L
INFO:root:Bone 682: cf_hit_leg02_L
INFO:root:Bone 683: cf_j_toes_L
INFO:root:Bone 684: k_f_toeL_00
INFO:root:Bone 685: k_f_toeL_01
INFO:root:Bone 686: k_f_toeL_02
INFO:root:Bone 687: k_f_toeL_03
INFO:root:Bone 688: cf_j_toes0_L
INFO:root:Bone 689: cf_j_toes1_L
INFO:root:Bone 690: cf_j_toes10_L
INFO:root:Bone 691: cf_j_toes2_L
INFO:root:Bone 692: cf_j_toes20_L
INFO:root:Bone 693: cf_j_toes3_L
INFO:root:Bone 694: cf_j_toes30_L
INFO:root:Bone 695: cf_j_toes4_L
INFO:root:Bone 696: cf_s_leg01_L
INFO:root:Bone 697: a_n_knee_L
INFO:root:Bone 698: cf_hit_thigh03_L
INFO:root:Bone 699: cf_hit_leg01_L
INFO:root:Bone 700: cf_s_kneeB_L
INFO:root:Bone 701: k_f_leglowL_00
INFO:root:Bone 702: k_f_leglowL_01
INFO:root:Bone 703: k_f_leglowL_02
INFO:root:Bone 704: k_f_leglowL_03
INFO:root:Bone 705: cf_d_sirihit_R
INFO:root:Bone 706: cf_j_thigh00_R
INFO:root:Bone 707: cf_d_thigh01_R
INFO:root:Bone 708: cf_s_thigh01_R
INFO:root:Bone 709: cf_hit_thigh01_R
INFO:root:Bone 710: k_f_legupR_00
INFO:root:Bone 711: k_f_legupR_01
INFO:root:Bone 712: k_f_legupR_02
INFO:root:Bone 713: k_f_legupR_03
INFO:root:Bone 714: KKS_Colliders_cf_s_thigh01_R
INFO:root:Bone 715: KKS_Colliders_cf_s_thigh01_R__2
INFO:root:Bone 716: cf_d_thigh02_R
INFO:root:Bone 717: cf_s_thigh02_R
INFO:root:Bone 718: a_n_leg_R
INFO:root:Bone 719: cf_hit_thigh02_R
INFO:root:Bone 720: KKS_Colliders_cf_s_thigh02_R
INFO:root:Bone 721: cf_d_thigh03_R
INFO:root:Bone 722: cf_s_thigh03_R
INFO:root:Bone 723: cf_j_leg01_R
INFO:root:Bone 724: cf_d_kneeF_R
INFO:root:Bone 725: k_f_legkneeR_00
INFO:root:Bone 726: k_f_legkneeR_01
INFO:root:Bone 727: k_f_legkneeR_02
INFO:root:Bone 728: k_f_legkneeR_03
INFO:root:Bone 729: cf_d_leg02_R
INFO:root:Bone 730: cf_s_leg02_R
INFO:root:Bone 731: cf_d_leg03_R
INFO:root:Bone 732: cf_s_leg03_R
INFO:root:Bone 733: a_n_ankle_R
INFO:root:Bone 734: k_f_ancleR_00
INFO:root:Bone 735: k_f_ancleR_01
INFO:root:Bone 736: k_f_ancleR_02
INFO:root:Bone 737: k_f_ancleR_03
INFO:root:Bone 738: cf_j_leg03_R
INFO:root:Bone 739: cf_j_foot_R
INFO:root:Bone 740: a_n_heel_R
INFO:root:Bone 741: cf_hit_leg02_R
INFO:root:Bone 742: cf_j_toes_R
INFO:root:Bone 743: k_f_toeR_00
INFO:root:Bone 744: k_f_toeR_01
INFO:root:Bone 745: k_f_toeR_02
INFO:root:Bone 746: k_f_toeR_03
INFO:root:Bone 747: cf_j_toes0_R
INFO:root:Bone 748: cf_j_toes1_R
INFO:root:Bone 749: cf_j_toes10_R
INFO:root:Bone 750: cf_j_toes2_R
INFO:root:Bone 751: cf_j_toes20_R
INFO:root:Bone 752: cf_j_toes3_R
INFO:root:Bone 753: cf_j_toes30_R
INFO:root:Bone 754: cf_j_toes4_R
INFO:root:Bone 755: cf_s_leg01_R
INFO:root:Bone 756: a_n_knee_R
INFO:root:Bone 757: cf_hit_thigh03_R
INFO:root:Bone 758: cf_hit_leg01_R
INFO:root:Bone 759: cf_s_kneeB_R
INFO:root:Bone 760: k_f_leglowR_00
INFO:root:Bone 761: k_f_leglowR_01
INFO:root:Bone 762: k_f_leglowR_02
INFO:root:Bone 763: k_f_leglowR_03
INFO:root:Bone 764: cf_s_waist02
INFO:root:Bone 765: cf_hit_waist02
INFO:root:Bone 766: cf_s_leg_L
INFO:root:Bone 767: cf_s_leg_R
INFO:root:Bone 768: k_f_kosi02_00
INFO:root:Bone 769: k_f_kosi02_01
INFO:root:Bone 770: k_f_kosi02_02
INFO:root:Bone 771: k_f_kosi02_03
INFO:root:Bone 772: cf_J_Vagina_root
INFO:root:Bone 773: cf_J_Vagina_Pivot_B
INFO:root:Bone 774: cf_J_Vagina_B
INFO:root:Bone 775: cf_J_Vagina_Inner_B
INFO:root:Bone 776: cf_J_Vagina_Pivot_F
INFO:root:Bone 777: cf_J_Vagina_F
INFO:root:Bone 778: cf_J_Vagina_Pivot_L.005
INFO:root:Bone 779: cf_J_Vagina_L.005
INFO:root:Bone 780: cf_J_Vagina_Pivot_R.005
INFO:root:Bone 781: cf_J_Vagina_R.005
INFO:root:Bone 782: cf_J_Vagina_Pivot_L.004
INFO:root:Bone 783: cf_J_Vagina_L.004
INFO:root:Bone 784: cf_J_Vagina_Inner_B_L
INFO:root:Bone 785: cf_J_Vagina_Pivot_R.004
INFO:root:Bone 786: cf_J_Vagina_R.004
INFO:root:Bone 787: cf_J_Vagina_Inner_B_R
INFO:root:Bone 788: cf_J_Vagina_Pivot_L.001
INFO:root:Bone 789: cf_J_Vagina_L.001
INFO:root:Bone 790: cf_J_Vagina_Pivot_R.001
INFO:root:Bone 791: cf_J_Vagina_R.001
INFO:root:Bone 792: cf_J_Vagina_Pivot_L.002
INFO:root:Bone 793: cf_J_Vagina_L.002
INFO:root:Bone 794: cf_J_Vagina_Inner_F_L
INFO:root:Bone 795: cf_J_Vagina_Pivot_R.002
INFO:root:Bone 796: cf_J_Vagina_R.002
INFO:root:Bone 797: cf_J_Vagina_Inner_F_R
INFO:root:Bone 798: cf_J_Vagina_Pivot_L.003
INFO:root:Bone 799: cf_J_Vagina_L.003
INFO:root:Bone 800: cf_J_Vagina_Pivot_R.003
INFO:root:Bone 801: cf_J_Vagina_R.003
INFO:root:Bone 802: cf_J_Vagina_Pivot_Inner_F
INFO:root:Bone 803: cf_J_Vagina_Inner_F
INFO:root:Bone 804: cf_s_waist01
INFO:root:Bone 805: a_n_waist
INFO:root:Bone 806: ca_slot00
INFO:root:Bone 807: CTA_cf_o_root_
INFO:root:Bone 808: CTA_clothes_00_
INFO:root:Bone 809: CTA_top_jacket_
INFO:root:Bone 810: CTA_ja_usagi_
INFO:root:Bone 811: CTA_n_top_a_
INFO:root:Bone 812: CTA_n_bot_a_
INFO:root:Bone 813: CTA_o_usagiP_bot_a_
INFO:root:Bone 814: CTA_o_emblem_usagiP_
INFO:root:Bone 815: CTA_o_usagiP_top_a_
INFO:root:Bone 816: a_n_waist_b
INFO:root:Bone 817: a_n_waist_f
INFO:root:Bone 818: a_n_waist_L
INFO:root:Bone 819: a_n_waist_R
INFO:root:Bone 820: k_f_kosi01_00
INFO:root:Bone 821: k_f_kosi01_01
INFO:root:Bone 822: k_f_kosi01_02
INFO:root:Bone 823: k_f_kosi01_03
INFO:root:Bone 824: cf_hit_waist01
INFO:root:Bone 825: cf_pv_root
INFO:root:Bone 826: cf_pv_elbo_L
INFO:root:Bone 827: cf_pv_elbo_R
INFO:root:Bone 828: cf_pv_foot_L
INFO:root:Bone 829: cf_pv_foot_R
INFO:root:Bone 830: cf_pv_hand_L
INFO:root:Bone 831: cf_pv_hand_R
INFO:root:Bone 832: cf_pv_heel_L
INFO:root:Bone 833: cf_pv_heel_R
INFO:root:Bone 834: cf_pv_hips
INFO:root:Bone 835: cf_ik_hips
INFO:root:Bone 836: cf_kk_shoulder
INFO:root:Bone 837: cf_pv_shoulder_L
INFO:root:Bone 838: cf_pv_shoulder_R
INFO:root:Bone 839: cf_kk_waist
INFO:root:Bone 840: cf_pv_waist_L
INFO:root:Bone 841: cf_pv_waist_R
INFO:root:Bone 842: cf_pv_knee_L
INFO:root:Bone 843: cf_pv_knee_R
INFO:root:Bone 844: cf_pv_leg_L
INFO:root:Bone 845: cf_pv_leg_R
INFO:root:Bone 846: KKS_Colliders_cf_j_root
INFO:root:Bone 847: p_cf_body_00
INFO:root:Bone 848: cf_o_root
INFO:root:Bone 849: n_body
INFO:root:Bone 850: o_body_a
INFO:root:Bone 851: o_shadowcaster
INFO:root:Bone 852: Highlight_o_body_a_rend
INFO:root:Bone 853: n_tang
INFO:root:Bone 854: ct_clothesTop
INFO:root:Bone 855: ct_top_parts_A
INFO:root:Bone 856: cf_o_root 21190
INFO:root:Bone 857: clothes_00
INFO:root:Bone 858: top_jacket
INFO:root:Bone 859: inner04
INFO:root:Bone 860: n_top_a
INFO:root:Bone 861: o_inner_a
INFO:root:Bone 862: ct_top_parts_B
INFO:root:Bone 863: p_cf_top_guiche
INFO:root:Bone 864: n_o_root_kkss
INFO:root:Bone 865: top
INFO:root:Bone 866: top_guiche
INFO:root:Bone 867: n_top_a 21370
INFO:root:Bone 868: top_guiche_a
INFO:root:Bone 869: ct_top_parts_C
INFO:root:Bone 870: cf_o_root 21470
INFO:root:Bone 871: clothes_00 21480
INFO:root:Bone 872: top_jacket 21490
INFO:root:Bone 873: n_top_a 21500
INFO:root:Bone 874: o_top_deco02
INFO:root:Bone 875: ct_clothesBot
INFO:root:Bone 876: cf_o_root 21650
INFO:root:Bone 877: clothes_00 21660
INFO:root:Bone 878: bottoms
INFO:root:Bone 879: skirt01
INFO:root:Bone 880: n_bot_a
INFO:root:Bone 881: o_bot_skirt01_a
INFO:root:Bone 882: db_skirt
INFO:root:Bone 883: ct_bra
INFO:root:Bone 884: cf_o_root 21800
INFO:root:Bone 885: clothes_00 21810
INFO:root:Bone 886: under
INFO:root:Bone 887: bra
INFO:root:Bone 888: bra01
INFO:root:Bone 889: n_top_a 21850
INFO:root:Bone 890: o_bra_a
INFO:root:Bone 891: ct_shorts
INFO:root:Bone 892: cf_o_root 21950
INFO:root:Bone 893: clothes_00 21960
INFO:root:Bone 894: under 21970
INFO:root:Bone 895: shorts
INFO:root:Bone 896: shorts01
INFO:root:Bone 897: n_bot_a 22000
INFO:root:Bone 898: o_shorts_a
INFO:root:Bone 899: ct_gloves
INFO:root:Bone 900: cf_o_root 22130
INFO:root:Bone 901: clothes_00 22140
INFO:root:Bone 902: n_gloves
INFO:root:Bone 903: N_glove_Army
INFO:root:Bone 904: cf_o_glove_army
INFO:root:Bone 905: ct_panst
INFO:root:Bone 906: ct_socks
INFO:root:Bone 907: cf_o_root 22260
INFO:root:Bone 908: clothes_00 22270
INFO:root:Bone 909: n_socks
INFO:root:Bone 910: N_socks_cute
INFO:root:Bone 911: cf_o_socks_cute
INFO:root:Bone 912: op_01
INFO:root:Bone 913: cf_o_socks_cute_furiru
INFO:root:Bone 914: ct_shoes_outer
INFO:root:Bone 915: mj_flats
INFO:root:Bone 916: mj_flats.sole
INFO:root:----- Loaded 917 bones.
INFO:root:
INFO:root:------------------------------
INFO:root: Load Morphs
INFO:root:------------------------------
INFO:root:VertexMorph 0: eye_face.f00_def_cl
INFO:root:VertexMorph 1: eye_face.f00_def_op
INFO:root:VertexMorph 2: eye_face.f00_egao_cl
INFO:root:VertexMorph 3: eye_face.f00_egao_op
INFO:root:VertexMorph 4: eye_face.f00_bisyou_op
INFO:root:VertexMorph 5: eye_face.f00_winkl_op
INFO:root:VertexMorph 6: eye_face.f00_winkr_op
INFO:root:VertexMorph 7: eye_face.f00_setunai_op
INFO:root:VertexMorph 8: eye_face.f00_tere_op
INFO:root:VertexMorph 9: eye_face.f00_ikari_op
INFO:root:VertexMorph 10: eye_face.f00_sinken_op
INFO:root:VertexMorph 11: eye_face.f00_tumara_op
INFO:root:VertexMorph 12: eye_face.f00_kurusi_op
INFO:root:VertexMorph 13: eye_face.f00_keno_op
INFO:root:VertexMorph 14: eye_face.f00_sian_op
INFO:root:VertexMorph 15: eye_face.f00_kanasi_op
INFO:root:VertexMorph 16: eye_face.f00_naki_op
INFO:root:VertexMorph 17: eye_face.f00_aseri_op
INFO:root:VertexMorph 18: eye_face.f00_rakutan_op
INFO:root:VertexMorph 19: eye_face.f00_komaru_op
INFO:root:VertexMorph 20: eye_face.f00_doya_op
INFO:root:VertexMorph 21: eye_face.f00_gag
INFO:root:VertexMorph 22: eye_face.f00_gyul_op
INFO:root:VertexMorph 23: eye_face.f00_gyur_op
INFO:root:VertexMorph 24: eye_face.f00_gyu_cl
INFO:root:VertexMorph 25: eye_face.f00_gyul02_op
INFO:root:VertexMorph 26: eye_face.f00_gyur02_op
INFO:root:VertexMorph 27: eye_face.f00_gyu02_cl
INFO:root:VertexMorph 28: kuti_face.f00_def_cl
INFO:root:VertexMorph 29: kuti_face.f00_def_op
INFO:root:VertexMorph 30: kuti_face.f00_egao_op
INFO:root:VertexMorph 31: kuti_face.f00_bisyou_op
INFO:root:VertexMorph 32: kuti_face.f00_uresi_cl
INFO:root:VertexMorph 33: kuti_face.f00_uresi_op
INFO:root:VertexMorph 34: kuti_face.f00_uresi_s_op
INFO:root:VertexMorph 35: kuti_face.f00_uresi_ss_op
INFO:root:VertexMorph 36: kuti_face.f00_doki_cl
INFO:root:VertexMorph 37: kuti_face.f00_doki_s_op
INFO:root:VertexMorph 38: kuti_face.f00_doki_s_cl
INFO:root:VertexMorph 39: kuti_face.f00_doki_ss_cl
INFO:root:VertexMorph 40: kuti_face.f00_doki_ss_op
INFO:root:VertexMorph 41: kuti_face.f00_ikari_cl
INFO:root:VertexMorph 42: kuti_face.f00_ikari_op
INFO:root:VertexMorph 43: kuti_face.f00_ikari02_op
INFO:root:VertexMorph 44: kuti_face.f00_sinken02_op
INFO:root:VertexMorph 45: kuti_face.f00_sinken03_cl
INFO:root:VertexMorph 46: kuti_face.f00_sinken03_op
INFO:root:VertexMorph 47: kuti_face.f00_keno_op
INFO:root:VertexMorph 48: kuti_face.f00_sabisi_op
INFO:root:VertexMorph 49: kuti_face.f00_aseri_op
INFO:root:VertexMorph 50: kuti_face.f00_human_cl
INFO:root:VertexMorph 51: kuti_face.f00_akire_op
INFO:root:VertexMorph 52: kuti_face.f00_odoro_op
INFO:root:VertexMorph 53: kuti_face.f00_odoro_s_op
INFO:root:VertexMorph 54: kuti_face.f00_doya_cl
INFO:root:VertexMorph 55: kuti_face.f00_doya_op
INFO:root:VertexMorph 56: kuti_face.f00_pero_cl
INFO:root:VertexMorph 57: kuti_face.f00_name_op
INFO:root:VertexMorph 58: kuti_face.f00_kuwae_op
INFO:root:VertexMorph 59: kuti_face.f00_kisu_op
INFO:root:VertexMorph 60: kuti_face.f00_name02_op
INFO:root:VertexMorph 61: kuti_face.f00_a_s_op
INFO:root:VertexMorph 62: kuti_face.f00_a_l_op
INFO:root:VertexMorph 63: kuti_face.f00_i_s_op
INFO:root:VertexMorph 64: kuti_face.f00_i_l_op
INFO:root:VertexMorph 65: kuti_face.f00_u_s_op
INFO:root:VertexMorph 66: kuti_face.f00_u_l_op
INFO:root:VertexMorph 67: kuti_face.f00_e_s_op
INFO:root:VertexMorph 68: kuti_face.f00_e_l_op
INFO:root:VertexMorph 69: kuti_face.f00_o_s_op
INFO:root:VertexMorph 70: kuti_face.f00_o_l_op
INFO:root:VertexMorph 71: kuti_face.f00_n_s_cl
INFO:root:VertexMorph 72: kuti_face.f00_n_l_cl
INFO:root:VertexMorph 73: kuti_face.f00_neko_cl
INFO:root:VertexMorph 74: kuti_face.f00_neko_op
INFO:root:VertexMorph 75: kuti_face.f00_san_op
INFO:root:VertexMorph 76: kuti_face.f00_niko_cl
INFO:root:VertexMorph 77: kuti_face.f00_niko_op
INFO:root:VertexMorph 78: kuti_face.f00_mogu_op
INFO:root:VertexMorph 79: kuti_face.f00_mogu_cl
INFO:root:VertexMorph 80: kuti_face.f00_tabe_op
INFO:root:VertexMorph 81: sexfaces.lopsided.left.kuti_face.f00_sinken03_cl
INFO:root:VertexMorph 82: sexfaces.lopsided.right.kuti_face.f00_sinken03_cl
INFO:root:VertexMorph 83: sexfaces.lopsided.left.kuti_face.f00_n_s_cl
INFO:root:VertexMorph 84: sexfaces.lopsided.right.kuti_face.f00_n_s_cl
INFO:root:VertexMorph 85: sexfaces.lopsided.left.kuti_face.f00_n_l_cl
INFO:root:VertexMorph 86: sexfaces.lopsided.right.kuti_face.f00_n_l_cl
INFO:root:VertexMorph 87: eye_nose.nl00_def_cl
INFO:root:VertexMorph 88: eye_nose.nl00_def_op
INFO:root:VertexMorph 89: eye_nose.nl00_egao_cl
INFO:root:VertexMorph 90: eye_nose.nl00_egao_op
INFO:root:VertexMorph 91: eye_nose.nl00_bisyou_op
INFO:root:VertexMorph 92: eye_nose.nl00_winkl_op
INFO:root:VertexMorph 93: eye_nose.nl00_winkr_op
INFO:root:VertexMorph 94: eye_nose.nl00_setunai_op
INFO:root:VertexMorph 95: eye_nose.nl00_tere_op
INFO:root:VertexMorph 96: eye_nose.nl00_ikari_op
INFO:root:VertexMorph 97: eye_nose.nl00_sinken_op
INFO:root:VertexMorph 98: eye_nose.nl00_tumara_op
INFO:root:VertexMorph 99: eye_nose.nl00_kurusi_op
INFO:root:VertexMorph 100: eye_nose.nl00_keno_op
INFO:root:VertexMorph 101: eye_nose.nl00_sian_op
INFO:root:VertexMorph 102: eye_nose.nl00_kanasi_op
INFO:root:VertexMorph 103: eye_nose.nl00_naki_op
INFO:root:VertexMorph 104: eye_nose.nl00_aseri_op
INFO:root:VertexMorph 105: eye_nose.nl00_rakutan_op
INFO:root:VertexMorph 106: eye_nose.nl00_komaru_op
INFO:root:VertexMorph 107: eye_nose.nl00_doya_op
INFO:root:VertexMorph 108: eye_nose.nl00_gag
INFO:root:VertexMorph 109: eye_nose.nl00_gyul_op
INFO:root:VertexMorph 110: eye_nose.nl00_gyur_op
INFO:root:VertexMorph 111: eye_nose.nl00_gyu_cl
INFO:root:VertexMorph 112: kuti_nose.nl00_def_cl
INFO:root:VertexMorph 113: kuti_nose.nl00_def_op
INFO:root:VertexMorph 114: kuti_nose.nl00_egao_op
INFO:root:VertexMorph 115: kuti_nose.nl00_bisyou_op
INFO:root:VertexMorph 116: kuti_nose.nl00_uresi_cl
INFO:root:VertexMorph 117: kuti_nose.nl00_uresi_op
INFO:root:VertexMorph 118: kuti_nose.nl00_uresi_s_op
INFO:root:VertexMorph 119: kuti_nose.nl00_uresi_ss_op
INFO:root:VertexMorph 120: kuti_nose.nl00_doki_cl
INFO:root:VertexMorph 121: kuti_nose.nl00_doki_s_op
INFO:root:VertexMorph 122: kuti_nose.nl00_doki_s_cl
INFO:root:VertexMorph 123: kuti_nose.nl00_doki_ss_cl
INFO:root:VertexMorph 124: kuti_nose.nl00_doki_ss_op
INFO:root:VertexMorph 125: kuti_nose.nl00_ikari_cl
INFO:root:VertexMorph 126: kuti_nose.nl00_ikari_op
INFO:root:VertexMorph 127: kuti_nose.nl00_ikari02_op
INFO:root:VertexMorph 128: kuti_nose.nl00_sinken02_op
INFO:root:VertexMorph 129: kuti_nose.nl00_sinken03_cl
INFO:root:VertexMorph 130: kuti_nose.nl00_sinken03_op
INFO:root:VertexMorph 131: kuti_nose.nl00_keno_op
INFO:root:VertexMorph 132: kuti_nose.nl00_sabisi_op
INFO:root:VertexMorph 133: kuti_nose.nl00_aseri_op
INFO:root:VertexMorph 134: kuti_nose.nl00_human_cl
INFO:root:VertexMorph 135: kuti_nose.nl00_akire_op
INFO:root:VertexMorph 136: kuti_nose.nl00_odoro_op
INFO:root:VertexMorph 137: kuti_nose.nl00_odoro_s_op
INFO:root:VertexMorph 138: kuti_nose.nl00_doya_cl
INFO:root:VertexMorph 139: kuti_nose.nl00_doya_op
INFO:root:VertexMorph 140: kuti_nose.nl00_pero_cl
INFO:root:VertexMorph 141: kuti_nose.nl00_name_op
INFO:root:VertexMorph 142: kuti_nose.nl00_kuwae_op
INFO:root:VertexMorph 143: kuti_nose.nl00_kisu_op
INFO:root:VertexMorph 144: kuti_nose.nl00_name02_op
INFO:root:VertexMorph 145: kuti_nose.nl00_a_s_op
INFO:root:VertexMorph 146: kuti_nose.nl00_a_l_op
INFO:root:VertexMorph 147: kuti_nose.nl00_i_s_op
INFO:root:VertexMorph 148: kuti_nose.nl00_i_l_op
INFO:root:VertexMorph 149: kuti_nose.nl00_u_s_op
INFO:root:VertexMorph 150: kuti_nose.nl00_u_l_op
INFO:root:VertexMorph 151: kuti_nose.nl00_e_s_op
INFO:root:VertexMorph 152: kuti_nose.nl00_e_l_op
INFO:root:VertexMorph 153: kuti_nose.nl00_o_s_op
INFO:root:VertexMorph 154: kuti_nose.nl00_o_l_op
INFO:root:VertexMorph 155: kuti_nose.nl00_n_s_op
INFO:root:VertexMorph 156: kuti_nose.nl00_n_l_op
INFO:root:VertexMorph 157: kuti_nose.nl00_san_op
INFO:root:VertexMorph 158: kuti_nose.nl00_niko_cl
INFO:root:VertexMorph 159: kuti_nose.nl00_niko_op
INFO:root:VertexMorph 160: sexfaces.lopsided.left.kuti_nose.nl00_sinken03_cl
INFO:root:VertexMorph 161: sexfaces.lopsided.right.kuti_nose.nl00_sinken03_cl
INFO:root:VertexMorph 162: sexfaces.lopsided.left.kuti_nose.nl00_n_s_op
INFO:root:VertexMorph 163: sexfaces.lopsided.right.kuti_nose.nl00_n_s_op
INFO:root:VertexMorph 164: sexfaces.lopsided.left.kuti_nose.nl00_n_l_op
INFO:root:VertexMorph 165: sexfaces.lopsided.right.kuti_nose.nl00_n_l_op
INFO:root:VertexMorph 166: eye_siroL.sL00_def_cl
INFO:root:VertexMorph 167: eye_siroL.sL00_def_op
INFO:root:VertexMorph 168: eye_siroL.sL00_egao_cl
INFO:root:VertexMorph 169: eye_siroL.sL00_egao_op
INFO:root:VertexMorph 170: eye_siroL.sL00_bisyou_op
INFO:root:VertexMorph 171: eye_siroL.sL00_winkl_op
INFO:root:VertexMorph 172: eye_siroL.sL00_winkr_op
INFO:root:VertexMorph 173: eye_siroL.sL00_setunai_op
INFO:root:VertexMorph 174: eye_siroL.sL00_tere_op
INFO:root:VertexMorph 175: eye_siroL.sL00_ikari_op
INFO:root:VertexMorph 176: eye_siroL.sL00_sinken_op
INFO:root:VertexMorph 177: eye_siroL.sL00_tumara_op
INFO:root:VertexMorph 178: eye_siroL.sL00_kurusi_op
INFO:root:VertexMorph 179: eye_siroL.sL00_keno_op
INFO:root:VertexMorph 180: eye_siroL.sL00_sian_op
INFO:root:VertexMorph 181: eye_siroL.sL00_kanasi_op
INFO:root:VertexMorph 182: eye_siroL.sL00_naki_op
INFO:root:VertexMorph 183: eye_siroL.sL00_aseri_op
INFO:root:VertexMorph 184: eye_siroL.sL00_rakutan_op
INFO:root:VertexMorph 185: eye_siroL.sL00_komaru_op
INFO:root:VertexMorph 186: eye_siroL.sL00_doya_op
INFO:root:VertexMorph 187: eye_siroL.sL00_gyul_op
INFO:root:VertexMorph 188: eye_siroL.sL00_gyur_op
INFO:root:VertexMorph 189: eye_siroL.sL00_gyu_cl
INFO:root:VertexMorph 190: eye_siroL.sL00_gyul02_op
INFO:root:VertexMorph 191: eye_siroL.sL00_gyur02_op
INFO:root:VertexMorph 192: eye_siroL.sL00_gyu02_cl
INFO:root:VertexMorph 193: eye_siroR.sR00_def_cl
INFO:root:VertexMorph 194: eye_siroR.sR00_def_op
INFO:root:VertexMorph 195: eye_siroR.sR00_egao_cl
INFO:root:VertexMorph 196: eye_siroR.sR00_egao_op
INFO:root:VertexMorph 197: eye_siroR.sR00_bisyou_op
INFO:root:VertexMorph 198: eye_siroR.sR00_winkl_op
INFO:root:VertexMorph 199: eye_siroR.sR00_winkr_op
INFO:root:VertexMorph 200: eye_siroR.sR00_setunai_op
INFO:root:VertexMorph 201: eye_siroR.sR00_tere_op
INFO:root:VertexMorph 202: eye_siroR.sR00_ikari_op
INFO:root:VertexMorph 203: eye_siroR.sR00_sinken_op
INFO:root:VertexMorph 204: eye_siroR.sR00_tumara_op
INFO:root:VertexMorph 205: eye_siroR.sR00_kurusi_op
INFO:root:VertexMorph 206: eye_siroR.sR00_keno_op
INFO:root:VertexMorph 207: eye_siroR.sR00_sian_op
INFO:root:VertexMorph 208: eye_siroR.sR00_kanasi_op
INFO:root:VertexMorph 209: eye_siroR.sR00_naki_op
INFO:root:VertexMorph 210: eye_siroR.sR00_aseri_op
INFO:root:VertexMorph 211: eye_siroR.sR00_rakutan_op
INFO:root:VertexMorph 212: eye_siroR.sR00_komaru_op
INFO:root:VertexMorph 213: eye_siroR.sR00_doya_op
INFO:root:VertexMorph 214: eye_siroR.sR00_gyul_op
INFO:root:VertexMorph 215: eye_siroR.sR00_gyur_op
INFO:root:VertexMorph 216: eye_siroR.sR00_gyu_cl
INFO:root:VertexMorph 217: eye_siroR.sR00_gyul02_op
INFO:root:VertexMorph 218: eye_siroR.sR00_gyur02_op
INFO:root:VertexMorph 219: eye_siroR.sR00_gyu02_cl
INFO:root:VertexMorph 220: eye_line_u.elu00_def_cl
INFO:root:VertexMorph 221: eye_line_u.elu00_def_op
INFO:root:VertexMorph 222: eye_line_u.elu00_egao_cl
INFO:root:VertexMorph 223: eye_line_u.elu00_egao_op
INFO:root:VertexMorph 224: eye_line_u.elu00_bisyou_op
INFO:root:VertexMorph 225: eye_line_u.elu00_winkl_op
INFO:root:VertexMorph 226: eye_line_u.elu00_winkr_op
INFO:root:VertexMorph 227: eye_line_u.elu00_setunai_op
INFO:root:VertexMorph 228: eye_line_u.elu00_tere_op
INFO:root:VertexMorph 229: eye_line_u.elu00_ikari_op
INFO:root:VertexMorph 230: eye_line_u.elu00_sinken_op
INFO:root:VertexMorph 231: eye_line_u.elu00_tumara_op
INFO:root:VertexMorph 232: eye_line_u.elu00_kurusi_op
INFO:root:VertexMorph 233: eye_line_u.elu00_keno_op
INFO:root:VertexMorph 234: eye_line_u.elu00_sian_op
INFO:root:VertexMorph 235: eye_line_u.elu00_kanasi_op
INFO:root:VertexMorph 236: eye_line_u.elu00_naki_op
INFO:root:VertexMorph 237: eye_line_u.elu00_aseri_op
INFO:root:VertexMorph 238: eye_line_u.elu00_rakutan_op
INFO:root:VertexMorph 239: eye_line_u.elu00_komaru_op
INFO:root:VertexMorph 240: eye_line_u.elu00_doya_op
INFO:root:VertexMorph 241: eye_line_u.elu00_gyul_op
INFO:root:VertexMorph 242: eye_line_u.elu00_gyur_op
INFO:root:VertexMorph 243: eye_line_u.elu00_gyu_cl
INFO:root:VertexMorph 244: eye_line_u.elu00_gyul02_op
INFO:root:VertexMorph 245: eye_line_u.elu00_gyur02_op
INFO:root:VertexMorph 246: eye_line_u.elu00_gyu02_cl
INFO:root:VertexMorph 247: eye_line_l.ell00_def_cl
INFO:root:VertexMorph 248: eye_line_l.ell00_def_op
INFO:root:VertexMorph 249: eye_line_l.ell00_egao_cl
INFO:root:VertexMorph 250: eye_line_l.ell00_egao_op
INFO:root:VertexMorph 251: eye_line_l.ell00_bisyou_op
INFO:root:VertexMorph 252: eye_line_l.ell00_winkl_op
INFO:root:VertexMorph 253: eye_line_l.ell00_winkr_op
INFO:root:VertexMorph 254: eye_line_l.ell00_setunai_op
INFO:root:VertexMorph 255: eye_line_l.ell00_tere_op
INFO:root:VertexMorph 256: eye_line_l.ell00_ikari_op
INFO:root:VertexMorph 257: eye_line_l.ell00_sinken_op
INFO:root:VertexMorph 258: eye_line_l.ell00_tumara_op
INFO:root:VertexMorph 259: eye_line_l.ell00_kurusi_op
INFO:root:VertexMorph 260: eye_line_l.ell00_keno_op
INFO:root:VertexMorph 261: eye_line_l.ell00_sian_op
INFO:root:VertexMorph 262: eye_line_l.ell00_kanasi_op
INFO:root:VertexMorph 263: eye_line_l.ell00_naki_op
INFO:root:VertexMorph 264: eye_line_l.ell00_aseri_op
INFO:root:VertexMorph 265: eye_line_l.ell00_rakutan_op
INFO:root:VertexMorph 266: eye_line_l.ell00_komaru_op
INFO:root:VertexMorph 267: eye_line_l.ell00_doya_op
INFO:root:VertexMorph 268: eye_line_l.ell00_gyul_op
INFO:root:VertexMorph 269: eye_line_l.ell00_gyur_op
INFO:root:VertexMorph 270: eye_line_l.ell00_gyu_cl
INFO:root:VertexMorph 271: eye_line_l.ell00_gyul02_op
INFO:root:VertexMorph 272: eye_line_l.ell00_gyur02_op
INFO:root:VertexMorph 273: eye_line_l.ell00_gyu02_cl
INFO:root:VertexMorph 274: eye_naL.naL00_def_cl
INFO:root:VertexMorph 275: eye_naL.naL00_def_op
INFO:root:VertexMorph 276: eye_naL.naL00_egao_cl
INFO:root:VertexMorph 277: eye_naL.naL00_egao_op
INFO:root:VertexMorph 278: eye_naL.naL00_bisyou_op
INFO:root:VertexMorph 279: eye_naL.naL00_winkl_op
INFO:root:VertexMorph 280: eye_naL.naL00_winkr_op
INFO:root:VertexMorph 281: eye_naL.naL00_setunai_op
INFO:root:VertexMorph 282: eye_naL.naL00_tere_op
INFO:root:VertexMorph 283: eye_naL.naL00_ikari_op
INFO:root:VertexMorph 284: eye_naL.naL00_sinken_op
INFO:root:VertexMorph 285: eye_naL.naL00_tumara_op
INFO:root:VertexMorph 286: eye_naL.naL00_kurusi_op
INFO:root:VertexMorph 287: eye_naL.naL00_keno_op
INFO:root:VertexMorph 288: eye_naL.naL00_sian_op
INFO:root:VertexMorph 289: eye_naL.naL00_kanasi_op
INFO:root:VertexMorph 290: eye_naL.naL00_naki_op
INFO:root:VertexMorph 291: eye_naL.naL00_aseri_op
INFO:root:VertexMorph 292: eye_naL.naL00_rakutan_op
INFO:root:VertexMorph 293: eye_naL.naL00_komaru_op
INFO:root:VertexMorph 294: eye_naL.naL00_doya_op
INFO:root:VertexMorph 295: eye_naL.naL00_gyul_op
INFO:root:VertexMorph 296: eye_naL.naL00_gyur_op
INFO:root:VertexMorph 297: eye_naL.naL00_gyu_cl
INFO:root:VertexMorph 298: eye_naL.naL00_gyul02_op
INFO:root:VertexMorph 299: eye_naL.naL00_gyur02_op
INFO:root:VertexMorph 300: eye_naL.naL00_gyu02_cl
INFO:root:VertexMorph 301: eye_naM.naM00_def_cl
INFO:root:VertexMorph 302: eye_naM.naM00_def_op
INFO:root:VertexMorph 303: eye_naM.naM00_egao_cl
INFO:root:VertexMorph 304: eye_naM.naM00_egao_op
INFO:root:VertexMorph 305: eye_naM.naM00_bisyou_op
INFO:root:VertexMorph 306: eye_naM.naM00_winkl_op
INFO:root:VertexMorph 307: eye_naM.naM00_winkr_op
INFO:root:VertexMorph 308: eye_naM.naM00_setunai_op
INFO:root:VertexMorph 309: eye_naM.naM00_tere_op
INFO:root:VertexMorph 310: eye_naM.naM00_ikari_op
INFO:root:VertexMorph 311: eye_naM.naM00_sinken_op
INFO:root:VertexMorph 312: eye_naM.naM00_tumara_op
INFO:root:VertexMorph 313: eye_naM.naM00_kurusi_op
INFO:root:VertexMorph 314: eye_naM.naM00_keno_op
INFO:root:VertexMorph 315: eye_naM.naM00_sian_op
INFO:root:VertexMorph 316: eye_naM.naM00_kanasi_op
INFO:root:VertexMorph 317: eye_naM.naM00_naki_op
INFO:root:VertexMorph 318: eye_naM.naM00_aseri_op
INFO:root:VertexMorph 319: eye_naM.naM00_rakutan_op
INFO:root:VertexMorph 320: eye_naM.naM00_komaru_op
INFO:root:VertexMorph 321: eye_naM.naM00_doya_op
INFO:root:VertexMorph 322: eye_naM.naM00_gyul_op
INFO:root:VertexMorph 323: eye_naM.naM00_gyur_op
INFO:root:VertexMorph 324: eye_naM.naM00_gyu_cl
INFO:root:VertexMorph 325: eye_naM.naM00_gyul02_op
INFO:root:VertexMorph 326: eye_naM.naM00_gyur02_op
INFO:root:VertexMorph 327: eye_naM.naM00_gyu02_cl
INFO:root:VertexMorph 328: eye_naS.naS00_def_cl
INFO:root:VertexMorph 329: eye_naS.naS00_def_op
INFO:root:VertexMorph 330: eye_naS.naS00_egao_cl
INFO:root:VertexMorph 331: eye_naS.naS00_egao_op
INFO:root:VertexMorph 332: eye_naS.naS00_bisyou_op
INFO:root:VertexMorph 333: eye_naS.naS00_winkl_op
INFO:root:VertexMorph 334: eye_naS.naS00_winkr_op
INFO:root:VertexMorph 335: eye_naS.naS00_setunai_op
INFO:root:VertexMorph 336: eye_naS.naS00_tere_op
INFO:root:VertexMorph 337: eye_naS.naS00_ikari_op
INFO:root:VertexMorph 338: eye_naS.naS00_sinken_op
INFO:root:VertexMorph 339: eye_naS.naS00_tumara_op
INFO:root:VertexMorph 340: eye_naS.naS00_kurusi_op
INFO:root:VertexMorph 341: eye_naS.naS00_keno_op
INFO:root:VertexMorph 342: eye_naS.naS00_sian_op
INFO:root:VertexMorph 343: eye_naS.naS00_kanasi_op
INFO:root:VertexMorph 344: eye_naS.naS00_naki_op
INFO:root:VertexMorph 345: eye_naS.naS00_aseri_op
INFO:root:VertexMorph 346: eye_naS.naS00_rakutan_op
INFO:root:VertexMorph 347: eye_naS.naS00_komaru_op
INFO:root:VertexMorph 348: eye_naS.naS00_doya_op
INFO:root:VertexMorph 349: eye_naS.naS00_gyul_op
INFO:root:VertexMorph 350: eye_naS.naS00_gyur_op
INFO:root:VertexMorph 351: eye_naS.naS00_gyu_cl
INFO:root:VertexMorph 352: eye_naS.naS00_gyul02_op
INFO:root:VertexMorph 353: eye_naS.naS00_gyur02_op
INFO:root:VertexMorph 354: eye_naS.naS00_gyu02_cl
INFO:root:VertexMorph 355: kuti_ha.ha00_def_cl
INFO:root:VertexMorph 356: kuti_ha.ha00_def_op
INFO:root:VertexMorph 357: kuti_ha.ha00_egao_op
INFO:root:VertexMorph 358: kuti_ha.ha00_bisyou_op1
INFO:root:VertexMorph 359: kuti_ha.ha00_uresi_cl
INFO:root:VertexMorph 360: kuti_ha.ha00_uresi_op
INFO:root:VertexMorph 361: kuti_ha.ha00_uresi_s_op
INFO:root:VertexMorph 362: kuti_ha.ha00_uresi_ss_op
INFO:root:VertexMorph 363: kuti_ha.ha00_doki_cl
INFO:root:VertexMorph 364: kuti_ha.ha00_doki_s_op
INFO:root:VertexMorph 365: kuti_ha.ha00_doki_s_cl
INFO:root:VertexMorph 366: kuti_ha.ha00_doki_ss_cl
INFO:root:VertexMorph 367: kuti_ha.ha00_doki_ss_op
INFO:root:VertexMorph 368: kuti_ha.ha00_ikari_cl
INFO:root:VertexMorph 369: kuti_ha.ha00_ikari_op
INFO:root:VertexMorph 370: kuti_ha.ha00_ikari02_op
INFO:root:VertexMorph 371: kuti_ha.ha00_sinken02_op
INFO:root:VertexMorph 372: kuti_ha.ha00_sinken03_cl
INFO:root:VertexMorph 373: kuti_ha.ha00_sinken03_op
INFO:root:VertexMorph 374: kuti_ha.ha00_keno_op
INFO:root:VertexMorph 375: kuti_ha.ha00_sabisi_op
INFO:root:VertexMorph 376: kuti_ha.ha00_aseri_op
INFO:root:VertexMorph 377: kuti_ha.ha00_human_cl
INFO:root:VertexMorph 378: kuti_ha.ha00_akire_op
INFO:root:VertexMorph 379: kuti_ha.ha00_odoro_op
INFO:root:VertexMorph 380: kuti_ha.ha00_odoro_s_op
INFO:root:VertexMorph 381: kuti_ha.ha00_doya_cl
INFO:root:VertexMorph 382: kuti_ha.ha00_doya_op
INFO:root:VertexMorph 383: kuti_ha.ha00_pero_cl
INFO:root:VertexMorph 384: kuti_ha.ha00_name_op
INFO:root:VertexMorph 385: kuti_ha.ha00_kuwae_op
INFO:root:VertexMorph 386: kuti_ha.ha00_kisu_op
INFO:root:VertexMorph 387: kuti_ha.ha00_name02_op
INFO:root:VertexMorph 388: kuti_ha.ha00_a_s_op
INFO:root:VertexMorph 389: kuti_ha.ha00_a_l_op
INFO:root:VertexMorph 390: kuti_ha.ha00_i_s_cl
INFO:root:VertexMorph 391: kuti_ha.ha00_i_l_cl
INFO:root:VertexMorph 392: kuti_ha.ha00_e_s_op
INFO:root:VertexMorph 393: kuti_ha.ha00_niko_op
INFO:root:VertexMorph 394: sexfaces.lopsided.left.kuti_ha.ha00_sinken03_cl
INFO:root:VertexMorph 395: sexfaces.lopsided.right.kuti_ha.ha00_sinken03_cl
INFO:root:VertexMorph 396: sexfaces.lopsided.left.kuti_ha.ha00_def_cl
INFO:root:VertexMorph 397: sexfaces.lopsided.right.kuti_ha.ha00_def_cl
INFO:root:VertexMorph 398: kuti_sita.t00_def_cl
INFO:root:VertexMorph 399: kuti_sita.t00_def_op
INFO:root:VertexMorph 400: kuti_sita.t00_egao_op
INFO:root:VertexMorph 401: kuti_sita.t00_bisyou_op
INFO:root:VertexMorph 402: kuti_sita.t00_uresi_cl
INFO:root:VertexMorph 403: kuti_sita.t00_uresi_op
INFO:root:VertexMorph 404: kuti_sita.t00_uresi_s_op
INFO:root:VertexMorph 405: kuti_sita.t00_uresi_ss_op
INFO:root:VertexMorph 406: kuti_sita.t00_doki_cl
INFO:root:VertexMorph 407: kuti_sita.t00_doki_s_op
INFO:root:VertexMorph 408: kuti_sita.t00_doki_s_cl
INFO:root:VertexMorph 409: kuti_sita.t00_doki_ss_cl
INFO:root:VertexMorph 410: kuti_sita.t00_doki_ss_op
INFO:root:VertexMorph 411: kuti_sita.t00_ikari_cl
INFO:root:VertexMorph 412: kuti_sita.t00_ikari_op
INFO:root:VertexMorph 413: kuti_sita.t00_ikari02_op
INFO:root:VertexMorph 414: kuti_sita.t00_sinken02_op
INFO:root:VertexMorph 415: kuti_sita.t00_sinken03_cl
INFO:root:VertexMorph 416: kuti_sita.t00_sinken03_op
INFO:root:VertexMorph 417: kuti_sita.t00_keno_op
INFO:root:VertexMorph 418: kuti_sita.t00_sabisi_op
INFO:root:VertexMorph 419: kuti_sita.t00_aseri_op
INFO:root:VertexMorph 420: kuti_sita.t00_human_cl
INFO:root:VertexMorph 421: kuti_sita.t00_akire_op
INFO:root:VertexMorph 422: kuti_sita.t00_odoro_op
INFO:root:VertexMorph 423: kuti_sita.t00_odoro_s_op
INFO:root:VertexMorph 424: kuti_sita.t00_doya_cl
INFO:root:VertexMorph 425: kuti_sita.t00_doya_op
INFO:root:VertexMorph 426: kuti_sita.t00_pero_cl
INFO:root:VertexMorph 427: kuti_sita.t00_name_op
INFO:root:VertexMorph 428: kuti_sita.t00_kuwae_op
INFO:root:VertexMorph 429: kuti_sita.t00_kisu_op
INFO:root:VertexMorph 430: kuti_sita.t00_name02_op
INFO:root:VertexMorph 431: kuti_sita.t00_a_s_op
INFO:root:VertexMorph 432: kuti_sita.t00_a_l_op
INFO:root:VertexMorph 433: kuti_sita.t00_e_s_op
INFO:root:VertexMorph 434: sexfaces.lopsided.left.kuti_sita.t00_sinken03_cl
INFO:root:VertexMorph 435: sexfaces.lopsided.right.kuti_sita.t00_sinken03_cl
INFO:root:VertexMorph 436: sexfaces.lopsided.left.kuti_sita.t00_def_cl
INFO:root:VertexMorph 437: sexfaces.lopsided.right.kuti_sita.t00_def_cl
INFO:root:VertexMorph 438: mayuge.mayu00_def_cl
INFO:root:VertexMorph 439: mayuge.mayu00_def_op
INFO:root:VertexMorph 440: mayuge.mayu00_oko_cl
INFO:root:VertexMorph 441: mayuge.mayu00_oko_op
INFO:root:VertexMorph 442: mayuge.mayu00_koma_cl
INFO:root:VertexMorph 443: mayuge.mayu00_koma_op
INFO:root:VertexMorph 444: mayuge.mayu00_tmara_cl
INFO:root:VertexMorph 445: mayuge.mayu00_tmara_op
INFO:root:VertexMorph 446: mayuge.mayu00_gimoL_cl
INFO:root:VertexMorph 447: mayuge.mayu00_gimoL_op
INFO:root:VertexMorph 448: mayuge.mayu00_gimoR_cl
INFO:root:VertexMorph 449: mayuge.mayu00_gimoR_op
INFO:root:VertexMorph 450: mayuge.mayu00_sianL_cl
INFO:root:VertexMorph 451: mayuge.mayu00_sianL_op
INFO:root:VertexMorph 452: mayuge.mayu00_sianR_cl
INFO:root:VertexMorph 453: mayuge.mayu00_sianR_op
INFO:root:VertexMorph 454: mayuge.mayu00_oko2L_cl
INFO:root:VertexMorph 455: mayuge.mayu00_oko2L_op
INFO:root:VertexMorph 456: mayuge.mayu00_oko2R_cl
INFO:root:VertexMorph 457: mayuge.mayu00_oko2R_op
INFO:root:VertexMorph 458: mayuge.mayu00_sinken_cl
INFO:root:VertexMorph 459: mayuge.mayu00_sinken_op
INFO:root:VertexMorph 460: mayuge.mayu00_huan_cl
INFO:root:VertexMorph 461: mayuge.mayu00_huan_op
INFO:root:VertexMorph 462: mayuge.mayu00_odoro_cl
INFO:root:VertexMorph 463: mayuge.mayu00_odoro_op
INFO:root:VertexMorph 464: mayuge.mayu00_rakutan_cl
INFO:root:VertexMorph 465: mayuge.mayu00_rakutan_op
INFO:root:VertexMorph 466: mayuge.mayu00_doya_cl
INFO:root:VertexMorph 467: mayuge.mayu00_doya_op
INFO:root:VertexMorph 468: mayuge.mayu00_winkl_cl
INFO:root:VertexMorph 469: mayuge.mayu00_winkl_op
INFO:root:VertexMorph 470: mayuge.mayu00_winkr_cl
INFO:root:VertexMorph 471: mayuge.mayu00_winkr_op
INFO:root:----- Loaded 472 morphs.
INFO:root:
INFO:root:------------------------------
INFO:root: Load Display Items
INFO:root:------------------------------
INFO:root:Display Item 0: Root
INFO:root:Display Item 1: 表情
INFO:root:----- Loaded 2 display items.
INFO:root:
INFO:root:------------------------------
INFO:root: Load Rigid Bodies
INFO:root:------------------------------
INFO:root:----- Loaded 0 rigid bodies.
INFO:root:
INFO:root:------------------------------
INFO:root: Load Joints
INFO:root:------------------------------
INFO:root:----- Loaded 0 joints.
INFO:root: Finished loading.
INFO:root:----------------------------------------
INFO:root: mmd_tools.pmx module
INFO:root:****************************************
INFO:root:****************************************
INFO:root: mmd_tools.import_pmx module
INFO:root:----------------------------------------
INFO:root: Start to load model data form a pmx file
INFO:root:            by the mmd_tools.pmx modlue.
INFO:root:
INFO:root:Importing 3 additional uvs
INFO:root: - UV1...(uv channels)
INFO:root:      - zw are all zeros: UV1
INFO:root: - UV2...(uv channels)
INFO:root:      - zw are all zeros: UV2
INFO:root: - UV3...(uv channels)
INFO:root:      - zw are all zeros: UV3
INFO:root:Setting custom normals...
INFO:root:   - Marked 6/83519 (0.01%) sharp edges with angle: 179 degrees
INFO:root:   - Done!!
INFO:root: Finished importing the model in 3.479184 seconds.
INFO:root:----------------------------------------
INFO:root: mmd_tools.import_pmx module
INFO:root:****************************************
Info: Imported MMD model from "E:\ILUSSION GAMES\Koikatsu Sunshine\Export_PMX\20251128110135_(Toony)mychara\model.pmx"
INFO:root:****************************************
INFO:root: mmd_tools.pmx module
INFO:root:----------------------------------------
INFO:root: Start to load model data form a pmx file
INFO:root:            by the mmd_tools.pmx modlue.
INFO:root:
INFO:root:----------------------------
INFO:root:pmx header information
INFO:root:----------------------------
INFO:root:pmx version: 2.0
INFO:root:encoding: <Encoding charset utf-16-le>
INFO:root:number of uvs: 3
INFO:root:vertex index size: 4 byte(s)
INFO:root:texture index: 1 byte(s)
INFO:root:material index: 1 byte(s)
INFO:root:bone index: 2 byte(s)
INFO:root:morph index: 1 byte(s)
INFO:root:rigid index: 1 byte(s)
INFO:root:----------------------------
INFO:root:Model name: koikatu
INFO:root:Model name(english):
INFO:root:Comment:
INFO:root:Comment(english):
INFO:root:
INFO:root:------------------------------
INFO:root:Load Vertices
INFO:root:------------------------------
INFO:root:----- Loaded 69692 vertices
INFO:root:
INFO:root:------------------------------
INFO:root: Load Faces
INFO:root:------------------------------
INFO:root: Load 111107 faces
INFO:root:
INFO:root:------------------------------
INFO:root: Load Textures
INFO:root:------------------------------
INFO:root: ----- Loaded 0 textures
INFO:root:
INFO:root:------------------------------
INFO:root: Load Materials
INFO:root:------------------------------
INFO:root:Material 0: Hair_Pony046_mugen 3240
INFO:root:Material 1: cf_m_hair_b_20_00 3480
INFO:root:Material 2: cf_m_hair_f_108_00 3760
INFO:root:Material 3: cf_m_hair_f_108_00 3760 00
INFO:root:Material 4: cf_m_hair_f_01_00_i 3890
INFO:root:Material 5: cf_m_top_jacket_usagiP 8190
INFO:root:Material 6: cf_m_emblem 8180
INFO:root:Material 7: cf_m_top_jacket_usagiP 8180
INFO:root:Material 8: cf_m_top_jacket_usagiP 8240
INFO:root:Material 9: cf_m_emblem 8230
INFO:root:Material 10: cf_m_top_jacket_usagiP 8230
INFO:root:Material 11: cf_m_top_inner04 8810
INFO:root:Material 12: cf_m_top_inner04 8830
INFO:root:Material 13: Vest 1 8900
INFO:root:Material 14: Vest 1 8920
INFO:root:Material 15: cf_m_top_deco02 8980
INFO:root:Material 16: cf_m_bot_skirt03 9050
INFO:root:Material 17: cf_m_bot_skirt03 9070
INFO:root:Material 18: cf_m_bra_11 9160
INFO:root:Material 19: cf_m_bra_11 9180
INFO:root:Material 20: cf_m_shorts_11 9260
INFO:root:Material 21: cf_m_shorts_11 9280
INFO:root:Material 22: cf_m_shorts_11 9300
INFO:root:Material 23: cf_m_glove_army 9360
INFO:root:Material 24: cf_m_socks_cute 9430
INFO:root:Material 25: cf_m_socks_cute 9450
INFO:root:Material 26: cf_m_socks_cute_op 9470
INFO:root:Material 27: cf_m_shoes_tennis 9530
INFO:root:Material 28: base_shiny_mat 9550
INFO:root:Material 29: sole_mat 9550
INFO:root:Material 30: mf_m_primmaterial 3380
INFO:root:Material 31: cf_m_hair_base 3460
INFO:root:Material 32: m_Mask 8660
INFO:root:----- Loaded 33  materials.
INFO:root:
INFO:root:------------------------------
INFO:root: Load Bones
INFO:root:------------------------------
INFO:root:Bone 0: BodyTop
INFO:root:Bone 1: p_cf_body_bone
INFO:root:Bone 2: cf_t_root
INFO:root:Bone 3: cf_t_hips
INFO:root:Bone 4: cf_t_waist_L
INFO:root:Bone 5: cf_t_waist_R
INFO:root:Bone 6: cf_t_shoulder_L
INFO:root:Bone 7: cf_t_shoulder_R
INFO:root:Bone 8: cf_t_hand_L
INFO:root:Bone 9: cf_t_elbo_L
INFO:root:Bone 10: cf_t_hand_R
INFO:root:Bone 11: cf_t_elbo_R
INFO:root:Bone 12: cf_t_leg_L
INFO:root:Bone 13: cf_t_knee_L
INFO:root:Bone 14: cf_t_leg_R
INFO:root:Bone 15: cf_t_knee_R
INFO:root:Bone 16: cf_j_root
INFO:root:Bone 17: cf_n_height
INFO:root:Bone 18: cf_j_hips
INFO:root:Bone 19: cf_j_spine01
INFO:root:Bone 20: cf_hit_spine01
INFO:root:Bone 21: cf_j_spine02
INFO:root:Bone 22: cf_hit_spine02_L
INFO:root:Bone 23: cf_j_spine03
INFO:root:Bone 24: cf_d_backsk_00
INFO:root:Bone 25: cf_j_backsk_C_01
INFO:root:Bone 26: cf_j_backsk_C_02
INFO:root:Bone 27: cf_j_backsk_L_01
INFO:root:Bone 28: cf_j_backsk_L_02
INFO:root:Bone 29: cf_j_backsk_R_01
INFO:root:Bone 30: cf_j_backsk_R_02
INFO:root:Bone 31: cf_d_bust00
INFO:root:Bone 32: cf_s_bust00_L
INFO:root:Bone 33: cf_d_bust01_L
INFO:root:Bone 34: cf_j_bust01_L
INFO:root:Bone 35: cf_d_bust02_L
INFO:root:Bone 36: cf_j_bust02_L_01
INFO:root:Bone 37: cf_j_bust02_L
INFO:root:Bone 38: cf_d_bust03_L
INFO:root:Bone 39: cf_j_bust03_L_01
INFO:root:Bone 40: cf_j_bust03_L
INFO:root:Bone 41: cf_d_bnip01_L
INFO:root:Bone 42: cf_j_bnip02root_L
INFO:root:Bone 43: cf_s_bnip02_L
INFO:root:Bone 44: cf_j_bnip02_L
INFO:root:Bone 45: cf_s_bnipacc_L
INFO:root:Bone 46: a_n_nip_L
INFO:root:Bone 47: k_f_munenipL_00
INFO:root:Bone 48: k_f_munenipL_01
INFO:root:Bone 49: k_f_munenipL_02
INFO:root:Bone 50: k_f_munenipL_03
INFO:root:Bone 51: cf_s_bnip025_L
INFO:root:Bone 52: cf_s_bnip01_L
INFO:root:Bone 53: cf_s_bnip015_L
INFO:root:Bone 54: cf_s_bust03_L
INFO:root:Bone 55: cf_hit_bust03_L
INFO:root:Bone 56: k_f_mune03L_00
INFO:root:Bone 57: k_f_mune03L_01
INFO:root:Bone 58: k_f_mune03L_02
INFO:root:Bone 59: k_f_mune03L_03
INFO:root:Bone 60: cf_d_hit_bust_L
INFO:root:Bone 61: cf_hit_bust02_L
INFO:root:Bone 62: cf_s_bust02_L
INFO:root:Bone 63: k_f_mune02L_00
INFO:root:Bone 64: k_f_mune02L_01
INFO:root:Bone 65: k_f_mune02L_02
INFO:root:Bone 66: k_f_mune02L_03
INFO:root:Bone 67: cf_s_bust01_L
INFO:root:Bone 68: k_f_mune01L_00
INFO:root:Bone 69: k_f_mune01L_01
INFO:root:Bone 70: k_f_mune01L_02
INFO:root:Bone 71: k_f_mune01L_03
INFO:root:Bone 72: cf_j_bust01_L_01
INFO:root:Bone 73: k_f_mune00L_00
INFO:root:Bone 74: k_f_mune00L_01
INFO:root:Bone 75: k_f_mune00L_02
INFO:root:Bone 76: k_f_mune00L_03
INFO:root:Bone 77: cf_hit_bust00
INFO:root:Bone 78: cf_s_bust00_R
INFO:root:Bone 79: cf_d_bust01_R
INFO:root:Bone 80: cf_j_bust01_R
INFO:root:Bone 81: cf_d_bust02_R
INFO:root:Bone 82: cf_j_bust02_R_01
INFO:root:Bone 83: cf_j_bust02_R
INFO:root:Bone 84: cf_d_bust03_R
INFO:root:Bone 85: cf_j_bust03_R_01
INFO:root:Bone 86: cf_j_bust03_R
INFO:root:Bone 87: cf_d_bnip01_R
INFO:root:Bone 88: cf_j_bnip02root_R
INFO:root:Bone 89: cf_s_bnip02_R
INFO:root:Bone 90: cf_j_bnip02_R
INFO:root:Bone 91: cf_s_bnipacc_R
INFO:root:Bone 92: a_n_nip_R
INFO:root:Bone 93: k_f_munenipR_00
INFO:root:Bone 94: k_f_munenipR_01
INFO:root:Bone 95: k_f_munenipR_02
INFO:root:Bone 96: k_f_munenipR_03
INFO:root:Bone 97: cf_s_bnip025_R
INFO:root:Bone 98: cf_s_bnip01_R
INFO:root:Bone 99: cf_s_bnip015_R
INFO:root:Bone 100: cf_hit_bust03_R
INFO:root:Bone 101: cf_s_bust03_R
INFO:root:Bone 102: k_f_mune03R_00
INFO:root:Bone 103: k_f_mune03R_01
INFO:root:Bone 104: k_f_mune03R_02
INFO:root:Bone 105: k_f_mune03R_03
INFO:root:Bone 106: cf_d_hit_bust_R
INFO:root:Bone 107: cf_hit_bust02_R
INFO:root:Bone 108: cf_s_bust02_R
INFO:root:Bone 109: k_f_mune02R_00
INFO:root:Bone 110: k_f_mune02R_01
INFO:root:Bone 111: k_f_mune02R_02
INFO:root:Bone 112: k_f_mune02R_03
INFO:root:Bone 113: cf_s_bust01_R
INFO:root:Bone 114: k_f_mune01R_00
INFO:root:Bone 115: k_f_mune01R_01
INFO:root:Bone 116: k_f_mune01R_02
INFO:root:Bone 117: k_f_mune01R_03
INFO:root:Bone 118: cf_j_bust01_R_01
INFO:root:Bone 119: k_f_mune00R_00
INFO:root:Bone 120: k_f_mune00R_01
INFO:root:Bone 121: k_f_mune00R_02
INFO:root:Bone 122: k_f_mune00R_03
INFO:root:Bone 123: cf_d_shoulder_L
INFO:root:Bone 124: cf_j_shoulder_L
INFO:root:Bone 125: cf_d_shoulder02_L
INFO:root:Bone 126: cf_s_shoulder02_L
INFO:root:Bone 127: a_n_shoulder_L
INFO:root:Bone 128: k_f_shoulderL_00
INFO:root:Bone 129: k_f_shoulderL_01
INFO:root:Bone 130: k_f_shoulderL_02
INFO:root:Bone 131: k_f_shoulderL_03
INFO:root:Bone 132: cf_hit_shoulder_L
INFO:root:Bone 133: cf_j_arm00_L
INFO:root:Bone 134: cf_d_arm01_L
INFO:root:Bone 135: cf_s_arm01_L
INFO:root:Bone 136: cf_d_arm02_L
INFO:root:Bone 137: cf_s_arm02_L
INFO:root:Bone 138: a_n_arm_L
INFO:root:Bone 139: k_f_armupL_00
INFO:root:Bone 140: k_f_armupL_01
INFO:root:Bone 141: k_f_armupL_02
INFO:root:Bone 142: k_f_armupL_03
INFO:root:Bone 143: KKS_Colliders_cf_s_arm02_L
INFO:root:Bone 144: cf_d_arm03_L
INFO:root:Bone 145: cf_s_arm03_L
INFO:root:Bone 146: cf_hit_arm_L
INFO:root:Bone 147: cf_j_forearm01_L
INFO:root:Bone 148: cf_d_forearm02_L
INFO:root:Bone 149: cf_s_forearm02_L
INFO:root:Bone 150: cf_hit_wrist_L
INFO:root:Bone 151: KKS_Colliders_cf_s_forearm02_L
INFO:root:Bone 152: cf_d_wrist_L
INFO:root:Bone 153: cf_s_wrist_L
INFO:root:Bone 154: a_n_wrist_L
INFO:root:Bone 155: cf_d_hand_L
INFO:root:Bone 156: cf_j_hand_L
INFO:root:Bone 157: cf_s_hand_L
INFO:root:Bone 158: a_n_hand_L
INFO:root:Bone 159: cf_j_index01_L
INFO:root:Bone 160: a_n_ind_L
INFO:root:Bone 161: cf_j_index02_L
INFO:root:Bone 162: cf_j_index03_L
INFO:root:Bone 163: cf_j_index04_L
INFO:root:Bone 164: k_f_handL_03
INFO:root:Bone 165: cf_j_little01_L
INFO:root:Bone 166: cf_j_little02_L
INFO:root:Bone 167: cf_j_little03_L
INFO:root:Bone 168: cf_j_little04_L
INFO:root:Bone 169: cf_j_middle01_L
INFO:root:Bone 170: a_n_mid_L
INFO:root:Bone 171: cf_j_middle02_L
INFO:root:Bone 172: cf_j_middle03_L
INFO:root:Bone 173: cf_j_middle04_L
INFO:root:Bone 174: cf_j_ring01_L
INFO:root:Bone 175: a_n_ring_L
INFO:root:Bone 176: cf_j_ring02_L
INFO:root:Bone 177: cf_j_ring03_L
INFO:root:Bone 178: cf_j_ring04_L
INFO:root:Bone 179: cf_j_thumb01_L
INFO:root:Bone 180: cf_j_thumb02_L
INFO:root:Bone 181: cf_j_thumb03_L
INFO:root:Bone 182: cf_j_thumb04_L
INFO:root:Bone 183: k_f_handL_00
INFO:root:Bone 184: k_f_handL_01
INFO:root:Bone 185: k_f_handL_02
INFO:root:Bone 186: KKS_Colliders_cf_s_hand_L
INFO:root:Bone 187: cf_s_elbo_L
INFO:root:Bone 188: cf_s_forearm01_L
INFO:root:Bone 189: a_n_elbo_L
INFO:root:Bone 190: cf_s_elboback_L
INFO:root:Bone 191: k_f_armlowL_00
INFO:root:Bone 192: k_f_armlowL_01
INFO:root:Bone 193: k_f_armlowL_02
INFO:root:Bone 194: k_f_armlowL_03
INFO:root:Bone 195: cf_d_shoulder_R
INFO:root:Bone 196: cf_j_shoulder_R
INFO:root:Bone 197: cf_d_shoulder02_R
INFO:root:Bone 198: cf_s_shoulder02_R
INFO:root:Bone 199: a_n_shoulder_R
INFO:root:Bone 200: k_f_shoulderR_00
INFO:root:Bone 201: k_f_shoulderR_01
INFO:root:Bone 202: k_f_shoulderR_02
INFO:root:Bone 203: k_f_shoulderR_03
INFO:root:Bone 204: cf_hit_shoulder_R
INFO:root:Bone 205: cf_j_arm00_R
INFO:root:Bone 206: cf_d_arm01_R
INFO:root:Bone 207: cf_s_arm01_R
INFO:root:Bone 208: cf_d_arm02_R
INFO:root:Bone 209: cf_s_arm02_R
INFO:root:Bone 210: a_n_arm_R
INFO:root:Bone 211: k_f_armupR_00
INFO:root:Bone 212: k_f_armupR_01
INFO:root:Bone 213: k_f_armupR_02
INFO:root:Bone 214: k_f_armupR_03
INFO:root:Bone 215: KKS_Colliders_cf_s_arm02_R
INFO:root:Bone 216: cf_d_arm03_R
INFO:root:Bone 217: cf_s_arm03_R
INFO:root:Bone 218: cf_hit_arm_R
INFO:root:Bone 219: cf_j_forearm01_R
INFO:root:Bone 220: cf_d_forearm02_R
INFO:root:Bone 221: cf_s_forearm02_R
INFO:root:Bone 222: cf_hit_wrist_R
INFO:root:Bone 223: KKS_Colliders_cf_s_forearm02_R
INFO:root:Bone 224: cf_d_wrist_R
INFO:root:Bone 225: cf_s_wrist_R
INFO:root:Bone 226: a_n_wrist_R
INFO:root:Bone 227: cf_d_hand_R
INFO:root:Bone 228: cf_j_hand_R
INFO:root:Bone 229: cf_s_hand_R
INFO:root:Bone 230: a_n_hand_R
INFO:root:Bone 231: cf_j_index01_R
INFO:root:Bone 232: a_n_ind_R
INFO:root:Bone 233: cf_j_index02_R
INFO:root:Bone 234: cf_j_index03_R
INFO:root:Bone 235: cf_j_index04_R
INFO:root:Bone 236: cf_j_little01_R
INFO:root:Bone 237: cf_j_little02_R
INFO:root:Bone 238: cf_j_little03_R
INFO:root:Bone 239: cf_j_little04_R
INFO:root:Bone 240: k_f_handR_00
INFO:root:Bone 241: cf_j_middle01_R
INFO:root:Bone 242: a_n_mid_R
INFO:root:Bone 243: cf_j_middle02_R
INFO:root:Bone 244: cf_j_middle03_R
INFO:root:Bone 245: cf_j_middle04_R
INFO:root:Bone 246: k_f_handR_01
INFO:root:Bone 247: cf_j_ring01_R
INFO:root:Bone 248: a_n_ring_R
INFO:root:Bone 249: cf_j_ring02_R
INFO:root:Bone 250: cf_j_ring03_R
INFO:root:Bone 251: cf_j_ring04_R
INFO:root:Bone 252: k_f_handR_02
INFO:root:Bone 253: cf_j_thumb01_R
INFO:root:Bone 254: cf_j_thumb02_R
INFO:root:Bone 255: cf_j_thumb03_R
INFO:root:Bone 256: cf_j_thumb04_R
INFO:root:Bone 257: k_f_handR_03
INFO:root:Bone 258: KKS_Colliders_cf_s_hand_R
INFO:root:Bone 259: cf_s_elbo_R
INFO:root:Bone 260: cf_s_forearm01_R
INFO:root:Bone 261: a_n_elbo_R
INFO:root:Bone 262: cf_s_elboback_R
INFO:root:Bone 263: k_f_armlowR_00
INFO:root:Bone 264: k_f_armlowR_01
INFO:root:Bone 265: k_f_armlowR_02
INFO:root:Bone 266: k_f_armlowR_03
INFO:root:Bone 267: cf_d_spinesk_00
INFO:root:Bone 268: cf_j_spinesk_00
INFO:root:Bone 269: cf_j_spinesk_01
INFO:root:Bone 270: cf_j_spinesk_02
INFO:root:Bone 271: cf_j_spinesk_03
INFO:root:Bone 272: cf_j_spinesk_04
INFO:root:Bone 273: cf_j_spinesk_05
INFO:root:Bone 274: cf_j_neck
INFO:root:Bone 275: cf_j_head
INFO:root:Bone 276: cf_s_head
INFO:root:Bone 277: aim
INFO:root:Bone 278: cf_j_tang_01
INFO:root:Bone 279: cf_j_tang_02
INFO:root:Bone 280: cf_j_tang_03
INFO:root:Bone 281: cf_j_tang_04
INFO:root:Bone 282: cf_j_tang_05
INFO:root:Bone 283: cf_j_tang_L_05
INFO:root:Bone 284: cf_j_tang_R_05
INFO:root:Bone 285: cf_j_tang_L_04
INFO:root:Bone 286: cf_j_tang_R_04
INFO:root:Bone 287: cf_j_tang_L_03
INFO:root:Bone 288: cf_j_tang_R_03
INFO:root:Bone 289: k_f_head_00
INFO:root:Bone 290: k_f_head_03
INFO:root:Bone 291: k_f_head_02
INFO:root:Bone 292: k_f_head_01
INFO:root:Bone 293: cf_hit_head
INFO:root:Bone 294: N_EyesLookTargetP
INFO:root:Bone 295: N_EyesLookTarget
INFO:root:Bone 296: p_cf_head_bone
INFO:root:Bone 297: cf_J_N_FaceRoot
INFO:root:Bone 298: cf_J_FaceRoot
INFO:root:Bone 299: cf_J_FaceBase
INFO:root:Bone 300: cf_J_FaceLow_tz
INFO:root:Bone 301: a_n_mouth
INFO:root:Bone 302: cf_J_FaceLow_sx
INFO:root:Bone 303: cf_J_CheekUpBase
INFO:root:Bone 304: cf_J_CheekUp_s_L
INFO:root:Bone 305: cf_J_CheekUp_s_R
INFO:root:Bone 306: cf_J_Chin_Base
INFO:root:Bone 307: cf_J_CheekLow_s_L
INFO:root:Bone 308: cf_J_CheekLow_s_R
INFO:root:Bone 309: cf_J_Chin_s
INFO:root:Bone 310: cf_J_ChinTip_Base
INFO:root:Bone 311: cf_J_ChinLow
INFO:root:Bone 312: cf_J_MouthBase_ty
INFO:root:Bone 313: cf_J_MouthBase_rx
INFO:root:Bone 314: cf_J_MouthCavity
INFO:root:Bone 315: cf_J_MouthMove
INFO:root:Bone 316: cf_J_Mouth_L
INFO:root:Bone 317: cf_J_Mouth_R
INFO:root:Bone 318: cf_J_MouthLow
INFO:root:Bone 319: cf_J_Mouthup
INFO:root:Bone 320: cf_J_FaceUp_ty
INFO:root:Bone 321: a_n_hair_pin_R
INFO:root:Bone 322: a_n_hair_pin
INFO:root:Bone 323: a_n_hair_pony
INFO:root:Bone 324: ca_slot18
INFO:root:Bone 325: hair_pony046
INFO:root:Bone 326: N_move
INFO:root:Bone 327: Hair_R
INFO:root:Bone 328: _yure_hair_h50_P01a
INFO:root:Bone 329: _yure_hair_P01b
INFO:root:Bone 330: _yure_hair_P01c
INFO:root:Bone 331: _yure_hair_P01d
INFO:root:Bone 332: _yure_hair_P01e
INFO:root:Bone 333: _yure_hair_P01f
INFO:root:Bone 334: _yure_hair_P01g
INFO:root:Bone 335: HairPony046
INFO:root:Bone 336: ca_slot19
INFO:root:Bone 337: N_chouisei
INFO:root:Bone 338: N_move 14160
INFO:root:Bone 339: acs_O_torus
INFO:root:Bone 340: a_n_hair_twin_L
INFO:root:Bone 341: a_n_hair_twin_R
INFO:root:Bone 342: a_n_head
INFO:root:Bone 343: a_n_headflont
INFO:root:Bone 344: a_n_headside
INFO:root:Bone 345: ca_slot14
INFO:root:Bone 346: N_move 14300
INFO:root:Bone 347: cf_hair_base_a
INFO:root:Bone 348: ca_slot15
INFO:root:Bone 349: N_move 14390
INFO:root:Bone 350: root
INFO:root:Bone 351: N_move2
INFO:root:Bone 352: root2
INFO:root:Bone 353: cf_hair_maf_01_2_b
INFO:root:Bone 354: cf_hair_maf_01_1_b
INFO:root:Bone 355: ca_slot16
INFO:root:Bone 356: N_move 14560
INFO:root:Bone 357: root 14570
INFO:root:Bone 358: joint1-1
INFO:root:Bone 359: joint1-2
INFO:root:Bone 360: joint1-3
INFO:root:Bone 361: joint1-4
INFO:root:Bone 362: joint2-1
INFO:root:Bone 363: joint2-2
INFO:root:Bone 364: joint2-3
INFO:root:Bone 365: joint2-4
INFO:root:Bone 366: joint2-5
INFO:root:Bone 367: joint3-1
INFO:root:Bone 368: joint3-2
INFO:root:Bone 369: joint3-3
INFO:root:Bone 370: joint3-4
INFO:root:Bone 371: joint4-1
INFO:root:Bone 372: joint4-2
INFO:root:Bone 373: joint4-3
INFO:root:Bone 374: joint4-4
INFO:root:Bone 375: joint4-5
INFO:root:Bone 376: N_hairfront108
INFO:root:Bone 377: cf_hair_f_108_00
INFO:root:Bone 378: cf_hair_f_108_01
INFO:root:Bone 379: cf_hair_f_108_02
INFO:root:Bone 380: cf_hair_f_108_03
INFO:root:Bone 381: ca_slot17
INFO:root:Bone 382: N_move 14910
INFO:root:Bone 383: root 14920
INFO:root:Bone 384: joint5-1
INFO:root:Bone 385: joint5-2
INFO:root:Bone 386: joint5-3
INFO:root:Bone 387: joint5-4
INFO:root:Bone 388: joint5-5
INFO:root:Bone 389: N_hairfront01
INFO:root:Bone 390: cf_hair_idol_hair_f_00
INFO:root:Bone 391: cf_acs_idol_hair_f_03
INFO:root:Bone 392: a_n_headtop
INFO:root:Bone 393: cf_J_EarBase_ry_L
INFO:root:Bone 394: cf_J_EarLow_L
INFO:root:Bone 395: cf_J_EarRing_L
INFO:root:Bone 396: a_n_earrings_L
INFO:root:Bone 397: cf_J_EarUp_L
INFO:root:Bone 398: cf_J_EarBase_ry_R
INFO:root:Bone 399: cf_J_EarLow_R
INFO:root:Bone 400: cf_J_EarRing_R
INFO:root:Bone 401: a_n_earrings_R
INFO:root:Bone 402: cf_J_EarUp_R
INFO:root:Bone 403: cf_J_FaceUp_tz
INFO:root:Bone 404: cf_J_Eye_tz
INFO:root:Bone 405: cf_J_Eye_txdam_L
INFO:root:Bone 406: cf_J_Eye_tx_L
INFO:root:Bone 407: cf_J_Eye_rz_L
INFO:root:Bone 408: cf_J_CheekUp2_L
INFO:root:Bone 409: cf_J_Eye01_s_L
INFO:root:Bone 410: cf_J_Eye02_s_L
INFO:root:Bone 411: cf_J_Eye03_s_L
INFO:root:Bone 412: cf_J_Eye04_s_L
INFO:root:Bone 413: cf_J_Eye05_s_L
INFO:root:Bone 414: cf_J_Eye06_s_L
INFO:root:Bone 415: cf_J_Eye07_s_L
INFO:root:Bone 416: cf_J_Eye08_s_L
INFO:root:Bone 417: cf_J_hitomi_tx_L
INFO:root:Bone 418: EyeTargetL
INFO:root:Bone 419: cf_J_Eye_txdam_R
INFO:root:Bone 420: cf_J_Eye_tx_R
INFO:root:Bone 421: cf_J_Eye_rz_R
INFO:root:Bone 422: cf_J_CheekUp2_R
INFO:root:Bone 423: cf_J_Eye01_s_R
INFO:root:Bone 424: cf_J_Eye02_s_R
INFO:root:Bone 425: cf_J_Eye03_s_R
INFO:root:Bone 426: cf_J_Eye04_s_R
INFO:root:Bone 427: cf_J_Eye05_s_R
INFO:root:Bone 428: cf_J_Eye06_s_R
INFO:root:Bone 429: cf_J_Eye07_s_R
INFO:root:Bone 430: cf_J_Eye08_s_R
INFO:root:Bone 431: cf_J_hitomi_tx_R
INFO:root:Bone 432: EyeTargetR
INFO:root:Bone 433: n_cam_tc
INFO:root:Bone 434: n_cam_tc_f
INFO:root:Bone 435: n_cam_tl
INFO:root:Bone 436: n_cam_tr
INFO:root:Bone 437: n_cam_tc 15480
INFO:root:Bone 438: n_cam_tc_f 15490
INFO:root:Bone 439: n_cam_tl 15500
INFO:root:Bone 440: n_cam_tr 15510
INFO:root:Bone 441: cf_J_Mayu_ty
INFO:root:Bone 442: cf_J_Mayumoto_L
INFO:root:Bone 443: cf_J_Mayu_L
INFO:root:Bone 444: cf_J_MayuMid_s_L
INFO:root:Bone 445: cf_J_MayuTip_s_L
INFO:root:Bone 446: cf_J_Mayumoto_R
INFO:root:Bone 447: cf_J_Mayu_R
INFO:root:Bone 448: cf_J_MayuMid_s_R
INFO:root:Bone 449: cf_J_MayuTip_s_R
INFO:root:Bone 450: ct_hairB
INFO:root:Bone 451: ct_hairF
INFO:root:Bone 452: ct_hairS
INFO:root:Bone 453: ct_hairO_01
INFO:root:Bone 454: cf_J_NoseBase
INFO:root:Bone 455: cf_J_NoseBase_rx
INFO:root:Bone 456: a_n_nose
INFO:root:Bone 457: cf_J_Nose_rx
INFO:root:Bone 458: cf_J_Nose_tip
INFO:root:Bone 459: cf_J_NoseBridge_ty
INFO:root:Bone 460: cf_J_megane_rx_ear
INFO:root:Bone 461: a_n_megane
INFO:root:Bone 462: cf_J_NoseBridge_rx
INFO:root:Bone 463: n_cam_front
INFO:root:Bone 464: n_cam_front 15830
INFO:root:Bone 465: ct_head
INFO:root:Bone 466: N_tonn_face
INFO:root:Bone 467: N_cf_haed
INFO:root:Bone 468: cf_O_face
INFO:root:Bone 469: Highlight_cf_O_face_rend
INFO:root:Bone 470: cf_O_mayuge
INFO:root:Bone 471: cf_O_noseline
INFO:root:Bone 472: cf_O_tooth
INFO:root:Bone 473: n_eyebase
INFO:root:Bone 474: cf_O_eyeline
INFO:root:Bone 475: cf_O_eyeline_low
INFO:root:Bone 476: cf_Ohitomi_L
INFO:root:Bone 477: cf_Ohitomi_R
INFO:root:Bone 478: n_hitomi
INFO:root:Bone 479: cf_Ohitomi_L02
INFO:root:Bone 480: cf_Ohitomi_R02
INFO:root:Bone 481: n_special
INFO:root:Bone 482: o_tang
INFO:root:Bone 483: cf_s_neck
INFO:root:Bone 484: a_n_neck
INFO:root:Bone 485: cf_hit_neck
INFO:root:Bone 486: k_f_neck_00
INFO:root:Bone 487: k_f_neck_01
INFO:root:Bone 488: k_f_neck_02
INFO:root:Bone 489: k_f_neck_03
INFO:root:Bone 490: HeadRef
INFO:root:Bone 491: cf_s_spine03
INFO:root:Bone 492: a_n_back
INFO:root:Bone 493: a_n_back_L
INFO:root:Bone 494: a_n_back_R
INFO:root:Bone 495: a_n_bust
INFO:root:Bone 496: a_n_bust_f
INFO:root:Bone 497: k_f_spine03_00
INFO:root:Bone 498: cf_hit_spine03
INFO:root:Bone 499: k_f_spine03_01
INFO:root:Bone 500: k_f_spine03_02
INFO:root:Bone 501: k_f_spine03_03
INFO:root:Bone 502: NeckRef
INFO:root:Bone 503: cf_hit_spine03_2
INFO:root:Bone 504: N_NeckLookTargetP
INFO:root:Bone 505: N_NeckLookTarget
INFO:root:Bone 506: cf_s_spine02
INFO:root:Bone 507: k_f_spine02_03
INFO:root:Bone 508: k_f_spine02_00
INFO:root:Bone 509: k_f_spine02_01
INFO:root:Bone 510: k_f_spine02_02
INFO:root:Bone 511: cf_hit_spine02
INFO:root:Bone 512: cf_s_spine01
INFO:root:Bone 513: k_f_spine01_00
INFO:root:Bone 514: k_f_spine01_01
INFO:root:Bone 515: k_f_spine01_02
INFO:root:Bone 516: k_f_spine01_03
INFO:root:Bone 517: cf_j_waist01
INFO:root:Bone 518: cf_d_sk_top
INFO:root:Bone 519: cf_d_sk_00_00
INFO:root:Bone 520: cf_j_sk_00_00
INFO:root:Bone 521: cf_j_sk_00_01
INFO:root:Bone 522: cf_j_sk_00_02
INFO:root:Bone 523: cf_j_sk_00_03
INFO:root:Bone 524: cf_j_sk_00_04
INFO:root:Bone 525: cf_j_sk_00_05
INFO:root:Bone 526: cf_d_sk_01_00
INFO:root:Bone 527: cf_j_sk_01_00
INFO:root:Bone 528: cf_j_sk_01_01
INFO:root:Bone 529: cf_j_sk_01_02
INFO:root:Bone 530: cf_j_sk_01_03
INFO:root:Bone 531: cf_j_sk_01_04
INFO:root:Bone 532: cf_j_sk_01_05
INFO:root:Bone 533: cf_d_sk_02_00
INFO:root:Bone 534: cf_j_sk_02_00
INFO:root:Bone 535: cf_j_sk_02_01
INFO:root:Bone 536: cf_j_sk_02_02
INFO:root:Bone 537: cf_j_sk_02_03
INFO:root:Bone 538: cf_j_sk_02_04
INFO:root:Bone 539: cf_j_sk_02_05
INFO:root:Bone 540: cf_d_sk_03_00
INFO:root:Bone 541: cf_j_sk_03_00
INFO:root:Bone 542: cf_j_sk_03_01
INFO:root:Bone 543: cf_j_sk_03_02
INFO:root:Bone 544: cf_j_sk_03_03
INFO:root:Bone 545: cf_j_sk_03_04
INFO:root:Bone 546: cf_j_sk_03_05
INFO:root:Bone 547: cf_d_sk_04_00
INFO:root:Bone 548: cf_j_sk_04_00
INFO:root:Bone 549: cf_j_sk_04_01
INFO:root:Bone 550: cf_j_sk_04_02
INFO:root:Bone 551: cf_j_sk_04_03
INFO:root:Bone 552: cf_j_sk_04_04
INFO:root:Bone 553: cf_j_sk_04_05
INFO:root:Bone 554: cf_d_sk_05_00
INFO:root:Bone 555: cf_j_sk_05_00
INFO:root:Bone 556: cf_j_sk_05_01
INFO:root:Bone 557: cf_j_sk_05_02
INFO:root:Bone 558: cf_j_sk_05_03
INFO:root:Bone 559: cf_j_sk_05_04
INFO:root:Bone 560: cf_j_sk_05_05
INFO:root:Bone 561: cf_d_sk_06_00
INFO:root:Bone 562: cf_j_sk_06_00
INFO:root:Bone 563: cf_j_sk_06_01
INFO:root:Bone 564: cf_j_sk_06_02
INFO:root:Bone 565: cf_j_sk_06_03
INFO:root:Bone 566: cf_j_sk_06_04
INFO:root:Bone 567: cf_j_sk_06_05
INFO:root:Bone 568: cf_d_sk_07_00
INFO:root:Bone 569: cf_j_sk_07_00
INFO:root:Bone 570: cf_j_sk_07_01
INFO:root:Bone 571: cf_j_sk_07_02
INFO:root:Bone 572: cf_j_sk_07_03
INFO:root:Bone 573: cf_j_sk_07_04
INFO:root:Bone 574: cf_j_sk_07_05
INFO:root:Bone 575: cf_hit_berry
INFO:root:Bone 576: cf_hit_waist_L
INFO:root:Bone 577: cf_j_waist02
INFO:root:Bone 578: cf_d_siri_L
INFO:root:Bone 579: cf_d_siri01_L
INFO:root:Bone 580: cf_j_siri_L_01
INFO:root:Bone 581: cf_j_siri_L
INFO:root:Bone 582: cf_s_siri_L
INFO:root:Bone 583: cf_hit_siri_L
INFO:root:Bone 584: k_f_siriL_00
INFO:root:Bone 585: k_f_siriL_01
INFO:root:Bone 586: k_f_siriL_02
INFO:root:Bone 587: k_f_siriL_03
INFO:root:Bone 588: cf_d_ana
INFO:root:Bone 589: cf_j_ana
INFO:root:Bone 590: cf_s_ana
INFO:root:Bone 591: a_n_ana
INFO:root:Bone 592: k_f_ana_00
INFO:root:Bone 593: k_f_ana_01
INFO:root:Bone 594: k_f_ana_02
INFO:root:Bone 595: k_f_ana_03
INFO:root:Bone 596: cf_d_kokan
INFO:root:Bone 597: cf_j_kokan
INFO:root:Bone 598: a_n_kokan
INFO:root:Bone 599: cf_n_pee
INFO:root:Bone 600: k_f_kokan_00
INFO:root:Bone 601: k_f_kokan_01
INFO:root:Bone 602: k_f_kokan_02
INFO:root:Bone 603: k_f_kokan_03
INFO:root:Bone 604: cm_J_dan_top
INFO:root:Bone 605: cm_J_dan100_00
INFO:root:Bone 606: cm_J_dan101_00
INFO:root:Bone 607: a_n_dan
INFO:root:Bone 608: cm_J_dan109_00
INFO:root:Bone 609: k_f_dansaki00_00
INFO:root:Bone 610: k_f_dansaki00_01
INFO:root:Bone 611: k_f_dansaki00_02
INFO:root:Bone 612: k_f_dansaki00_03
INFO:root:Bone 613: k_f_dansao00_00
INFO:root:Bone 614: k_f_dansao00_01
INFO:root:Bone 615: k_f_dansao00_02
INFO:root:Bone 616: k_f_dansao00_03
INFO:root:Bone 617: cm_J_dan_f_top
INFO:root:Bone 618: cm_J_dan_f_L
INFO:root:Bone 619: k_f_tamaL_00
INFO:root:Bone 620: k_f_tamaL_01
INFO:root:Bone 621: k_f_tamaL_02
INFO:root:Bone 622: k_f_tamaL_03
INFO:root:Bone 623: cm_J_dan_Pivot_f_L
INFO:root:Bone 624: cm_J_dan_Dynamic_f_L
INFO:root:Bone 625: cm_J_dan_f_R
INFO:root:Bone 626: k_f_tamaR_00
INFO:root:Bone 627: k_f_tamaR_01
INFO:root:Bone 628: k_f_tamaR_02
INFO:root:Bone 629: k_f_tamaR_03
INFO:root:Bone 630: cm_J_dan_Pivot_f_R
INFO:root:Bone 631: cm_J_dan_Dynamic_f_R
INFO:root:Bone 632: k_f_tamaC_00
INFO:root:Bone 633: k_f_tamaC_01
INFO:root:Bone 634: k_f_tamaC_02
INFO:root:Bone 635: k_f_tamaC_03
INFO:root:Bone 636: cf_d_siri_R
INFO:root:Bone 637: cf_d_siri01_R
INFO:root:Bone 638: cf_j_siri_R_01
INFO:root:Bone 639: cf_j_siri_R
INFO:root:Bone 640: cf_s_siri_R
INFO:root:Bone 641: cf_hit_siri_R
INFO:root:Bone 642: k_f_siriR_00
INFO:root:Bone 643: k_f_siriR_01
INFO:root:Bone 644: k_f_siriR_02
INFO:root:Bone 645: k_f_siriR_03
INFO:root:Bone 646: cf_d_sirihit_L
INFO:root:Bone 647: cf_j_thigh00_L
INFO:root:Bone 648: cf_d_thigh01_L
INFO:root:Bone 649: cf_s_thigh01_L
INFO:root:Bone 650: cf_hit_thigh01_L
INFO:root:Bone 651: k_f_legupL_00
INFO:root:Bone 652: k_f_legupL_01
INFO:root:Bone 653: k_f_legupL_02
INFO:root:Bone 654: k_f_legupL_03
INFO:root:Bone 655: KKS_Colliders_cf_s_thigh01_L
INFO:root:Bone 656: KKS_Colliders_cf_s_thigh01_L__2
INFO:root:Bone 657: cf_d_thigh02_L
INFO:root:Bone 658: cf_s_thigh02_L
INFO:root:Bone 659: a_n_leg_L
INFO:root:Bone 660: cf_hit_thigh02_L
INFO:root:Bone 661: KKS_Colliders_cf_s_thigh02_L
INFO:root:Bone 662: cf_d_thigh03_L
INFO:root:Bone 663: cf_s_thigh03_L
INFO:root:Bone 664: cf_j_leg01_L
INFO:root:Bone 665: cf_d_kneeF_L
INFO:root:Bone 666: k_f_legkneeL_00
INFO:root:Bone 667: k_f_legkneeL_01
INFO:root:Bone 668: k_f_legkneeL_02
INFO:root:Bone 669: k_f_legkneeL_03
INFO:root:Bone 670: cf_d_leg02_L
INFO:root:Bone 671: cf_s_leg02_L
INFO:root:Bone 672: cf_d_leg03_L
INFO:root:Bone 673: cf_s_leg03_L
INFO:root:Bone 674: a_n_ankle_L
INFO:root:Bone 675: k_f_ancleL_00
INFO:root:Bone 676: k_f_ancleL_01
INFO:root:Bone 677: k_f_ancleL_02
INFO:root:Bone 678: k_f_ancleL_03
INFO:root:Bone 679: cf_j_leg03_L
INFO:root:Bone 680: cf_j_foot_L
INFO:root:Bone 681: a_n_heel_L
INFO:root:Bone 682: cf_hit_leg02_L
INFO:root:Bone 683: cf_j_toes_L
INFO:root:Bone 684: k_f_toeL_00
INFO:root:Bone 685: k_f_toeL_01
INFO:root:Bone 686: k_f_toeL_02
INFO:root:Bone 687: k_f_toeL_03
INFO:root:Bone 688: cf_j_toes0_L
INFO:root:Bone 689: cf_j_toes1_L
INFO:root:Bone 690: cf_j_toes10_L
INFO:root:Bone 691: cf_j_toes2_L
INFO:root:Bone 692: cf_j_toes20_L
INFO:root:Bone 693: cf_j_toes3_L
INFO:root:Bone 694: cf_j_toes30_L
INFO:root:Bone 695: cf_j_toes4_L
INFO:root:Bone 696: cf_s_leg01_L
INFO:root:Bone 697: a_n_knee_L
INFO:root:Bone 698: cf_hit_thigh03_L
INFO:root:Bone 699: cf_hit_leg01_L
INFO:root:Bone 700: cf_s_kneeB_L
INFO:root:Bone 701: k_f_leglowL_00
INFO:root:Bone 702: k_f_leglowL_01
INFO:root:Bone 703: k_f_leglowL_02
INFO:root:Bone 704: k_f_leglowL_03
INFO:root:Bone 705: cf_d_sirihit_R
INFO:root:Bone 706: cf_j_thigh00_R
INFO:root:Bone 707: cf_d_thigh01_R
INFO:root:Bone 708: cf_s_thigh01_R
INFO:root:Bone 709: cf_hit_thigh01_R
INFO:root:Bone 710: k_f_legupR_00
INFO:root:Bone 711: k_f_legupR_01
INFO:root:Bone 712: k_f_legupR_02
INFO:root:Bone 713: k_f_legupR_03
INFO:root:Bone 714: KKS_Colliders_cf_s_thigh01_R
INFO:root:Bone 715: KKS_Colliders_cf_s_thigh01_R__2
INFO:root:Bone 716: cf_d_thigh02_R
INFO:root:Bone 717: cf_s_thigh02_R
INFO:root:Bone 718: a_n_leg_R
INFO:root:Bone 719: cf_hit_thigh02_R
INFO:root:Bone 720: KKS_Colliders_cf_s_thigh02_R
INFO:root:Bone 721: cf_d_thigh03_R
INFO:root:Bone 722: cf_s_thigh03_R
INFO:root:Bone 723: cf_j_leg01_R
INFO:root:Bone 724: cf_d_kneeF_R
INFO:root:Bone 725: k_f_legkneeR_00
INFO:root:Bone 726: k_f_legkneeR_01
INFO:root:Bone 727: k_f_legkneeR_02
INFO:root:Bone 728: k_f_legkneeR_03
INFO:root:Bone 729: cf_d_leg02_R
INFO:root:Bone 730: cf_s_leg02_R
INFO:root:Bone 731: cf_d_leg03_R
INFO:root:Bone 732: cf_s_leg03_R
INFO:root:Bone 733: a_n_ankle_R
INFO:root:Bone 734: k_f_ancleR_00
INFO:root:Bone 735: k_f_ancleR_01
INFO:root:Bone 736: k_f_ancleR_02
INFO:root:Bone 737: k_f_ancleR_03
INFO:root:Bone 738: cf_j_leg03_R
INFO:root:Bone 739: cf_j_foot_R
INFO:root:Bone 740: a_n_heel_R
INFO:root:Bone 741: cf_hit_leg02_R
INFO:root:Bone 742: cf_j_toes_R
INFO:root:Bone 743: k_f_toeR_00
INFO:root:Bone 744: k_f_toeR_01
INFO:root:Bone 745: k_f_toeR_02
INFO:root:Bone 746: k_f_toeR_03
INFO:root:Bone 747: cf_j_toes0_R
INFO:root:Bone 748: cf_j_toes1_R
INFO:root:Bone 749: cf_j_toes10_R
INFO:root:Bone 750: cf_j_toes2_R
INFO:root:Bone 751: cf_j_toes20_R
INFO:root:Bone 752: cf_j_toes3_R
INFO:root:Bone 753: cf_j_toes30_R
INFO:root:Bone 754: cf_j_toes4_R
INFO:root:Bone 755: cf_s_leg01_R
INFO:root:Bone 756: a_n_knee_R
INFO:root:Bone 757: cf_hit_thigh03_R
INFO:root:Bone 758: cf_hit_leg01_R
INFO:root:Bone 759: cf_s_kneeB_R
INFO:root:Bone 760: k_f_leglowR_00
INFO:root:Bone 761: k_f_leglowR_01
INFO:root:Bone 762: k_f_leglowR_02
INFO:root:Bone 763: k_f_leglowR_03
INFO:root:Bone 764: cf_s_waist02
INFO:root:Bone 765: cf_hit_waist02
INFO:root:Bone 766: cf_s_leg_L
INFO:root:Bone 767: cf_s_leg_R
INFO:root:Bone 768: k_f_kosi02_00
INFO:root:Bone 769: k_f_kosi02_01
INFO:root:Bone 770: k_f_kosi02_02
INFO:root:Bone 771: k_f_kosi02_03
INFO:root:Bone 772: cf_J_Vagina_root
INFO:root:Bone 773: cf_J_Vagina_Pivot_B
INFO:root:Bone 774: cf_J_Vagina_B
INFO:root:Bone 775: cf_J_Vagina_Inner_B
INFO:root:Bone 776: cf_J_Vagina_Pivot_F
INFO:root:Bone 777: cf_J_Vagina_F
INFO:root:Bone 778: cf_J_Vagina_Pivot_L.005
INFO:root:Bone 779: cf_J_Vagina_L.005
INFO:root:Bone 780: cf_J_Vagina_Pivot_R.005
INFO:root:Bone 781: cf_J_Vagina_R.005
INFO:root:Bone 782: cf_J_Vagina_Pivot_L.004
INFO:root:Bone 783: cf_J_Vagina_L.004
INFO:root:Bone 784: cf_J_Vagina_Inner_B_L
INFO:root:Bone 785: cf_J_Vagina_Pivot_R.004
INFO:root:Bone 786: cf_J_Vagina_R.004
INFO:root:Bone 787: cf_J_Vagina_Inner_B_R
INFO:root:Bone 788: cf_J_Vagina_Pivot_L.001
INFO:root:Bone 789: cf_J_Vagina_L.001
INFO:root:Bone 790: cf_J_Vagina_Pivot_R.001
INFO:root:Bone 791: cf_J_Vagina_R.001
INFO:root:Bone 792: cf_J_Vagina_Pivot_L.002
INFO:root:Bone 793: cf_J_Vagina_L.002
INFO:root:Bone 794: cf_J_Vagina_Inner_F_L
INFO:root:Bone 795: cf_J_Vagina_Pivot_R.002
INFO:root:Bone 796: cf_J_Vagina_R.002
INFO:root:Bone 797: cf_J_Vagina_Inner_F_R
INFO:root:Bone 798: cf_J_Vagina_Pivot_L.003
INFO:root:Bone 799: cf_J_Vagina_L.003
INFO:root:Bone 800: cf_J_Vagina_Pivot_R.003
INFO:root:Bone 801: cf_J_Vagina_R.003
INFO:root:Bone 802: cf_J_Vagina_Pivot_Inner_F
INFO:root:Bone 803: cf_J_Vagina_Inner_F
INFO:root:Bone 804: cf_s_waist01
INFO:root:Bone 805: a_n_waist
INFO:root:Bone 806: ca_slot00
INFO:root:Bone 807: CTA_cf_o_root_
INFO:root:Bone 808: CTA_clothes_00_
INFO:root:Bone 809: CTA_top_jacket_
INFO:root:Bone 810: CTA_ja_usagi_
INFO:root:Bone 811: CTA_n_top_a_
INFO:root:Bone 812: CTA_n_bot_a_
INFO:root:Bone 813: CTA_o_usagiP_bot_a_
INFO:root:Bone 814: CTA_o_emblem_usagiP_
INFO:root:Bone 815: CTA_o_usagiP_top_a_
INFO:root:Bone 816: a_n_waist_b
INFO:root:Bone 817: a_n_waist_f
INFO:root:Bone 818: a_n_waist_L
INFO:root:Bone 819: a_n_waist_R
INFO:root:Bone 820: k_f_kosi01_00
INFO:root:Bone 821: k_f_kosi01_01
INFO:root:Bone 822: k_f_kosi01_02
INFO:root:Bone 823: k_f_kosi01_03
INFO:root:Bone 824: cf_hit_waist01
INFO:root:Bone 825: cf_pv_root
INFO:root:Bone 826: cf_pv_elbo_L
INFO:root:Bone 827: cf_pv_elbo_R
INFO:root:Bone 828: cf_pv_foot_L
INFO:root:Bone 829: cf_pv_foot_R
INFO:root:Bone 830: cf_pv_hand_L
INFO:root:Bone 831: cf_pv_hand_R
INFO:root:Bone 832: cf_pv_heel_L
INFO:root:Bone 833: cf_pv_heel_R
INFO:root:Bone 834: cf_pv_hips
INFO:root:Bone 835: cf_ik_hips
INFO:root:Bone 836: cf_kk_shoulder
INFO:root:Bone 837: cf_pv_shoulder_L
INFO:root:Bone 838: cf_pv_shoulder_R
INFO:root:Bone 839: cf_kk_waist
INFO:root:Bone 840: cf_pv_waist_L
INFO:root:Bone 841: cf_pv_waist_R
INFO:root:Bone 842: cf_pv_knee_L
INFO:root:Bone 843: cf_pv_knee_R
INFO:root:Bone 844: cf_pv_leg_L
INFO:root:Bone 845: cf_pv_leg_R
INFO:root:Bone 846: KKS_Colliders_cf_j_root
INFO:root:Bone 847: p_cf_body_00
INFO:root:Bone 848: cf_o_root
INFO:root:Bone 849: n_body
INFO:root:Bone 850: o_body_a
INFO:root:Bone 851: o_shadowcaster
INFO:root:Bone 852: Highlight_o_body_a_rend
INFO:root:Bone 853: n_tang
INFO:root:Bone 854: ct_clothesTop
INFO:root:Bone 855: ct_top_parts_A
INFO:root:Bone 856: cf_o_root 21190
INFO:root:Bone 857: clothes_00
INFO:root:Bone 858: top_jacket
INFO:root:Bone 859: inner04
INFO:root:Bone 860: n_top_a
INFO:root:Bone 861: o_inner_a
INFO:root:Bone 862: ct_top_parts_B
INFO:root:Bone 863: p_cf_top_guiche
INFO:root:Bone 864: n_o_root_kkss
INFO:root:Bone 865: top
INFO:root:Bone 866: top_guiche
INFO:root:Bone 867: n_top_a 21370
INFO:root:Bone 868: top_guiche_a
INFO:root:Bone 869: ct_top_parts_C
INFO:root:Bone 870: cf_o_root 21470
INFO:root:Bone 871: clothes_00 21480
INFO:root:Bone 872: top_jacket 21490
INFO:root:Bone 873: n_top_a 21500
INFO:root:Bone 874: o_top_deco02
INFO:root:Bone 875: ct_clothesBot
INFO:root:Bone 876: cf_o_root 21650
INFO:root:Bone 877: clothes_00 21660
INFO:root:Bone 878: bottoms
INFO:root:Bone 879: skirt01
INFO:root:Bone 880: n_bot_a
INFO:root:Bone 881: o_bot_skirt01_a
INFO:root:Bone 882: db_skirt
INFO:root:Bone 883: ct_bra
INFO:root:Bone 884: cf_o_root 21800
INFO:root:Bone 885: clothes_00 21810
INFO:root:Bone 886: under
INFO:root:Bone 887: bra
INFO:root:Bone 888: bra01
INFO:root:Bone 889: n_top_a 21850
INFO:root:Bone 890: o_bra_a
INFO:root:Bone 891: ct_shorts
INFO:root:Bone 892: cf_o_root 21950
INFO:root:Bone 893: clothes_00 21960
INFO:root:Bone 894: under 21970
INFO:root:Bone 895: shorts
INFO:root:Bone 896: shorts01
INFO:root:Bone 897: n_bot_a 22000
INFO:root:Bone 898: o_shorts_a
INFO:root:Bone 899: ct_gloves
INFO:root:Bone 900: cf_o_root 22130
INFO:root:Bone 901: clothes_00 22140
INFO:root:Bone 902: n_gloves
INFO:root:Bone 903: N_glove_Army
INFO:root:Bone 904: cf_o_glove_army
INFO:root:Bone 905: ct_panst
INFO:root:Bone 906: ct_socks
INFO:root:Bone 907: cf_o_root 22260
INFO:root:Bone 908: clothes_00 22270
INFO:root:Bone 909: n_socks
INFO:root:Bone 910: N_socks_cute
INFO:root:Bone 911: cf_o_socks_cute
INFO:root:Bone 912: op_01
INFO:root:Bone 913: cf_o_socks_cute_furiru
INFO:root:Bone 914: ct_shoes_outer
INFO:root:Bone 915: mj_flats
INFO:root:Bone 916: mj_flats.sole
INFO:root:----- Loaded 917 bones.
INFO:root:
INFO:root:------------------------------
INFO:root: Load Morphs
INFO:root:------------------------------
INFO:root:----- Loaded 0 morphs.
INFO:root:
INFO:root:------------------------------
INFO:root: Load Display Items
INFO:root:------------------------------
INFO:root:Display Item 0: Root
INFO:root:Display Item 1: 表情
INFO:root:----- Loaded 2 display items.
INFO:root:
INFO:root:------------------------------
INFO:root: Load Rigid Bodies
INFO:root:------------------------------
INFO:root:----- Loaded 0 rigid bodies.
INFO:root:
INFO:root:------------------------------
INFO:root: Load Joints
INFO:root:------------------------------
INFO:root:----- Loaded 0 joints.
INFO:root: Finished loading.
INFO:root:----------------------------------------
INFO:root: mmd_tools.pmx module
INFO:root:****************************************
INFO:root:****************************************
INFO:root: mmd_tools.import_pmx module
INFO:root:----------------------------------------
INFO:root: Start to load model data form a pmx file
INFO:root:            by the mmd_tools.pmx modlue.
INFO:root:
INFO:root:Importing 3 additional uvs
INFO:root: - UV1...(uv channels)
INFO:root:      - zw are all zeros: UV1
INFO:root: - UV2...(uv channels)
INFO:root:      - zw are all zeros: UV2
INFO:root: - UV3...(uv channels)
INFO:root:      - zw are all zeros: UV3
INFO:root:Setting custom normals...
INFO:root:   - Marked 9/180191 (0.00%) sharp edges with angle: 179 degrees
INFO:root:   - Done!!
INFO:root: Finished importing the model in 2.976622 seconds.
INFO:root:----------------------------------------
INFO:root: mmd_tools.import_pmx module
INFO:root:****************************************
Info: Imported MMD model from "E:\ILUSSION GAMES\Koikatsu Sunshine\Export_PMX\20251128110135_(Toony)mychara\Outfit 00\model.pmx"
Import PMX operation took 0.0 seconds
Import function 0 running
rename_uv_maps operation took 0.007 seconds
Renamed duplicate body material cf_m_namida_00.001 to cf_m_namida_00
Renamed duplicate body material cf_m_namida_00.002 to cf_m_namida_00
Renamed duplicate body material cf_m_sirome_00.001 to cf_m_sirome_00
Renamed duplicate body material Bonelyfans.001 to Bonelyfans
Renamed duplicate body material cf_m_tang.001 to cf_m_tang
Info: Removed 22 slots
separate_rigged_tongue operation took 0.432 seconds
separate_hair operation took 0.0 seconds
Separated ['cf_m_shoes_tennis 9530'] alternate clothing Indoor shoes automatically
Separated ['Vest 1 8920'] alternate clothing Top shift automatically
Separated ['cf_m_top_inner04 8830'] alternate clothing Top shift automatically
Separated ['cf_m_bot_skirt03 9070'] alternate clothing Bottom shift automatically
Separated ['cf_m_bra_11 9180'] alternate clothing Bra shift automatically
Separated ['cf_m_shorts_11 9280'] alternate clothing Underwear shift automatically
Separated ['cf_m_shorts_11 9300'] alternate clothing Underwear hang automatically
separate_alternate_clothing operation took 1.501 seconds
Warning:        Material wasn't found when separating materials: Standard
delete_shad_bone operation took 1.183 seconds
Error: Nothing selected
Warning:        Nothing was selected when separating materials from: Body (Toony)mychara
Error: Nothing selected
Warning:        Nothing was selected when separating materials from: Outfit 00 (Toony)mychara
separate_hitboxes operation took 0.601 seconds
delete_mask_quad operation took 0.154 seconds
remove_unused_shapekeys operation took 0.0 seconds
translate_shapekeys operation took 0.679 seconds
Warning: 1 × Draw window and swap: 99.7190 ms, average: 99.71900000 ms
Warning: 1 × Draw window and swap: 26.5712 ms, average: 26.57120000 ms
Warning: 1 × Draw window and swap: 17.3051 ms, average: 17.30510000 ms
Warning: 1 × Draw window and swap: 141.3390 ms, average: 141.33900000 ms
Warning: 1 × Draw window and swap: 73.5619 ms, average: 73.56190000 ms
Warning: 1 × Draw window and swap: 73.4302 ms, average: 73.43020000 ms
Warning: 1 × Draw window and swap: 71.1091 ms, average: 71.10910000 ms
Warning: 1 × Draw window and swap: 73.0141 ms, average: 73.01410000 ms
Warning: 1 × Draw window and swap: 71.2027 ms, average: 71.20270000 ms
Warning: 1 × Draw window and swap: 69.4562 ms, average: 69.45620000 ms
Warning: 1 × Draw window and swap: 70.6936 ms, average: 70.69360000 ms
Warning: 1 × Draw window and swap: 69.6461 ms, average: 69.64610000 ms
Warning: 1 × Draw window and swap: 70.1544 ms, average: 70.15440000 ms
Warning: 1 × Draw window and swap: 70.5533 ms, average: 70.55330000 ms
Warning: 1 × Draw window and swap: 70.4427 ms, average: 70.44270000 ms
Warning: 1 × Draw window and swap: 72.8371 ms, average: 72.83710000 ms
Warning: 1 × Draw window and swap: 67.6410 ms, average: 67.64100000 ms
Warning: 1 × Draw window and swap: 69.1255 ms, average: 69.12550000 ms
Warning: 1 × Draw window and swap: 70.4526 ms, average: 70.45260000 ms
Warning: 1 × Draw window and swap: 70.1980 ms, average: 70.19800000 ms
Warning: 1 × Draw window and swap: 69.4864 ms, average: 69.48640000 ms
Warning: 1 × Draw window and swap: 70.0561 ms, average: 70.05610000 ms
Warning: 1 × Draw window and swap: 70.9143 ms, average: 70.91430000 ms
Warning: 1 × Draw window and swap: 69.7342 ms, average: 69.73420000 ms
Warning: 1 × Draw window and swap: 71.5015 ms, average: 71.50150000 ms
Warning: 1 × Draw window and swap: 36.8643 ms, average: 36.86430000 ms
Warning: 1 × Draw window and swap: 30.4907 ms, average: 30.49070000 ms
Warning: 1 × Draw window and swap: 25.8142 ms, average: 25.81420000 ms
Warning: 1 × Draw window and swap: 26.0947 ms, average: 26.09470000 ms
Warning: 1 × Draw window and swap: 63.7561 ms, average: 63.75610000 ms
Warning: 1 × Draw window and swap: 72.6171 ms, average: 72.61710000 ms
Warning: 1 × Draw window and swap: 72.9888 ms, average: 72.98880000 ms
Warning: 1 × Draw window and swap: 72.9865 ms, average: 72.98650000 ms
Warning: 1 × Draw window and swap: 72.2234 ms, average: 72.22340000 ms
Warning: 1 × Draw window and swap: 72.3636 ms, average: 72.36360000 ms
Warning: 1 × Draw window and swap: 70.5093 ms, average: 70.50930000 ms
Warning: 1 × Draw window and swap: 70.9209 ms, average: 70.92090000 ms
Warning: 1 × Draw window and swap: 70.4444 ms, average: 70.44440000 ms
Warning: 1 × Draw window and swap: 69.7956 ms, average: 69.79560000 ms
Warning: 1 × Draw window and swap: 70.3801 ms, average: 70.38010000 ms
Warning: 1 × Draw window and swap: 70.3236 ms, average: 70.32360000 ms
Warning: 1 × Draw window and swap: 70.3280 ms, average: 70.32800000 ms
Warning: 1 × Draw window and swap: 69.5172 ms, average: 69.51720000 ms
Warning: 1 × Draw window and swap: 72.0365 ms, average: 72.03650000 ms
Warning: 1 × Draw window and swap: 68.6011 ms, average: 68.60110000 ms
Warning: 1 × Draw window and swap: 70.1712 ms, average: 70.17120000 ms
Warning: 1 × Draw window and swap: 70.7564 ms, average: 70.75640000 ms
Warning: 1 × Draw window and swap: 69.4897 ms, average: 69.48970000 ms
combine_shapekeys operation took 4.6 seconds
correct shapekeys operation took 0.0 seconds
Info: Removed 22 slots
create_tear_shapekeys operation took 2.016 seconds
Info: Removed 20 slots
create gag_eye_shapekeys operation took 0.686 seconds
Info: Removed 1559 vertices
remove_body_seams operation took 0.154 seconds
mark_body_freestyle_faces operation took 0.116 seconds
Import function 1 running
reparent_all_objects operation took 0.031 seconds
remove_bone_locks_and_modifiers operation took 0.069 seconds
scale_armature_bones_down operation took 0.031 seconds
Warning: 1 × Draw window and swap: 66.6755 ms, average: 66.67550000 ms
Warning: 1 × Draw window and swap: 62.2981 ms, average: 62.29810000 ms
Processing 'Body (Toony)mychara'
        shape 'Cartoony Crying' is the same as the reference key
        shape 'Horizontal Line' is the same as the reference key
        shape 'Cartoony Closed' is the same as the reference key
        shape 'Vertical Line' is the same as the reference key
        shape 'Cartoony Wink' is the same as the reference key
        shape 'Fiery Eyes' is the same as the reference key
        shape 'Heart Eyes' is the same as the reference key
        shape 'Spiral Eyes' is the same as the reference key
        shape 'Circle Eyes 2' is the same as the reference key
        shape 'Circle Eyes 1' is the same as the reference key
        shape 'Tears small' is the same as the reference key
        shape 'Tears med' is the same as the reference key
        shape 'Tears big' is the same as the reference key
        shape 'KK Eyes_default_op' is the same as the reference key
        shape 'KK Eyebrows_default_op' is the same as the reference key
        shape 'Gag eye 00' is the same as the reference key
        shape 'Gag eye 01' is the same as the reference key
        shape 'Gag eye 02' is the same as the reference key
Processing 'Tongue (rigged) (Toony)mychara'
        shape 'eye_face.f00_def_cl' is the same as the reference key
        shape 'eye_face.f00_def_op' is the same as the reference key
        shape 'eye_face.f00_egao_cl' is the same as the reference key
        shape 'eye_face.f00_egao_op' is the same as the reference key
        shape 'eye_face.f00_bisyou_op' is the same as the reference key
        shape 'eye_face.f00_winkl_op' is the same as the reference key
        shape 'eye_face.f00_winkr_op' is the same as the reference key
        shape 'eye_face.f00_setunai_op' is the same as the reference key
        shape 'eye_face.f00_tere_op' is the same as the reference key
        shape 'eye_face.f00_ikari_op' is the same as the reference key
        shape 'eye_face.f00_sinken_op' is the same as the reference key
        shape 'eye_face.f00_tumara_op' is the same as the reference key
        shape 'eye_face.f00_kurusi_op' is the same as the reference key
        shape 'eye_face.f00_keno_op' is the same as the reference key
        shape 'eye_face.f00_sian_op' is the same as the reference key
        shape 'eye_face.f00_kanasi_op' is the same as the reference key
        shape 'eye_face.f00_naki_op' is the same as the reference key
        shape 'eye_face.f00_aseri_op' is the same as the reference key
        shape 'eye_face.f00_rakutan_op' is the same as the reference key
        shape 'eye_face.f00_komaru_op' is the same as the reference key
        shape 'eye_face.f00_doya_op' is the same as the reference key
        shape 'eye_face.f00_gag' is the same as the reference key
        shape 'eye_face.f00_gyul_op' is the same as the reference key
        shape 'eye_face.f00_gyur_op' is the same as the reference key
        shape 'eye_face.f00_gyu_cl' is the same as the reference key
        shape 'eye_face.f00_gyul02_op' is the same as the reference key
        shape 'eye_face.f00_gyur02_op' is the same as the reference key
        shape 'eye_face.f00_gyu02_cl' is the same as the reference key
        shape 'kuti_face.f00_def_cl' is the same as the reference key
        shape 'kuti_face.f00_def_op' is the same as the reference key
        shape 'kuti_face.f00_egao_op' is the same as the reference key
        shape 'kuti_face.f00_bisyou_op' is the same as the reference key
        shape 'kuti_face.f00_uresi_cl' is the same as the reference key
        shape 'kuti_face.f00_uresi_op' is the same as the reference key
        shape 'kuti_face.f00_uresi_s_op' is the same as the reference key
        shape 'kuti_face.f00_uresi_ss_op' is the same as the reference key
        shape 'kuti_face.f00_doki_cl' is the same as the reference key
        shape 'kuti_face.f00_doki_s_op' is the same as the reference key
        shape 'kuti_face.f00_doki_s_cl' is the same as the reference key
        shape 'kuti_face.f00_doki_ss_cl' is the same as the reference key
        shape 'kuti_face.f00_doki_ss_op' is the same as the reference key
        shape 'kuti_face.f00_ikari_cl' is the same as the reference key
        shape 'kuti_face.f00_ikari_op' is the same as the reference key
        shape 'kuti_face.f00_ikari02_op' is the same as the reference key
        shape 'kuti_face.f00_sinken02_op' is the same as the reference key
        shape 'kuti_face.f00_sinken03_cl' is the same as the reference key
        shape 'kuti_face.f00_sinken03_op' is the same as the reference key
        shape 'kuti_face.f00_keno_op' is the same as the reference key
        shape 'kuti_face.f00_sabisi_op' is the same as the reference key
        shape 'kuti_face.f00_aseri_op' is the same as the reference key
        shape 'kuti_face.f00_human_cl' is the same as the reference key
        shape 'kuti_face.f00_akire_op' is the same as the reference key
        shape 'kuti_face.f00_odoro_op' is the same as the reference key
        shape 'kuti_face.f00_odoro_s_op' is the same as the reference key
        shape 'kuti_face.f00_doya_cl' is the same as the reference key
        shape 'kuti_face.f00_doya_op' is the same as the reference key
        shape 'kuti_face.f00_pero_cl' is the same as the reference key
        shape 'kuti_face.f00_name_op' is the same as the reference key
        shape 'kuti_face.f00_kuwae_op' is the same as the reference key
        shape 'kuti_face.f00_kisu_op' is the same as the reference key
        shape 'kuti_face.f00_name02_op' is the same as the reference key
        shape 'kuti_face.f00_a_s_op' is the same as the reference key
        shape 'kuti_face.f00_a_l_op' is the same as the reference key
        shape 'kuti_face.f00_i_s_op' is the same as the reference key
        shape 'kuti_face.f00_i_l_op' is the same as the reference key
        shape 'kuti_face.f00_u_s_op' is the same as the reference key
        shape 'kuti_face.f00_u_l_op' is the same as the reference key
        shape 'kuti_face.f00_e_s_op' is the same as the reference key
        shape 'kuti_face.f00_e_l_op' is the same as the reference key
        shape 'kuti_face.f00_o_s_op' is the same as the reference key
        shape 'kuti_face.f00_o_l_op' is the same as the reference key
        shape 'kuti_face.f00_n_s_cl' is the same as the reference key
        shape 'kuti_face.f00_n_l_cl' is the same as the reference key
        shape 'kuti_face.f00_neko_cl' is the same as the reference key
        shape 'kuti_face.f00_neko_op' is the same as the reference key
        shape 'kuti_face.f00_san_op' is the same as the reference key
        shape 'kuti_face.f00_niko_cl' is the same as the reference key
        shape 'kuti_face.f00_niko_op' is the same as the reference key
        shape 'kuti_face.f00_mogu_op' is the same as the reference key
        shape 'kuti_face.f00_mogu_cl' is the same as the reference key
        shape 'kuti_face.f00_tabe_op' is the same as the reference key
        shape 'sexfaces.lopsided.left.kuti_face.f00_sinken03_cl' is the same as the reference key
        shape 'sexfaces.lopsided.right.kuti_face.f00_sinken03_cl' is the same as the reference key
        shape 'sexfaces.lopsided.left.kuti_face.f00_n_s_cl' is the same as the reference key
        shape 'sexfaces.lopsided.right.kuti_face.f00_n_s_cl' is the same as the reference key
        shape 'sexfaces.lopsided.left.kuti_face.f00_n_l_cl' is the same as the reference key
        shape 'sexfaces.lopsided.right.kuti_face.f00_n_l_cl' is the same as the reference key
        shape 'eye_nose.nl00_def_cl' is the same as the reference key
        shape 'eye_nose.nl00_def_op' is the same as the reference key
        shape 'eye_nose.nl00_egao_cl' is the same as the reference key
        shape 'eye_nose.nl00_egao_op' is the same as the reference key
        shape 'eye_nose.nl00_bisyou_op' is the same as the reference key
        shape 'eye_nose.nl00_winkl_op' is the same as the reference key
        shape 'eye_nose.nl00_winkr_op' is the same as the reference key
        shape 'eye_nose.nl00_setunai_op' is the same as the reference key
        shape 'eye_nose.nl00_tere_op' is the same as the reference key
        shape 'eye_nose.nl00_ikari_op' is the same as the reference key
        shape 'eye_nose.nl00_sinken_op' is the same as the reference key
        shape 'eye_nose.nl00_tumara_op' is the same as the reference key
        shape 'eye_nose.nl00_kurusi_op' is the same as the reference key
        shape 'eye_nose.nl00_keno_op' is the same as the reference key
        shape 'eye_nose.nl00_sian_op' is the same as the reference key
        shape 'eye_nose.nl00_kanasi_op' is the same as the reference key
        shape 'eye_nose.nl00_naki_op' is the same as the reference key
        shape 'eye_nose.nl00_aseri_op' is the same as the reference key
        shape 'eye_nose.nl00_rakutan_op' is the same as the reference key
        shape 'eye_nose.nl00_komaru_op' is the same as the reference key
        shape 'eye_nose.nl00_doya_op' is the same as the reference key
        shape 'eye_nose.nl00_gag' is the same as the reference key
        shape 'eye_nose.nl00_gyul_op' is the same as the reference key
        shape 'eye_nose.nl00_gyur_op' is the same as the reference key
        shape 'eye_nose.nl00_gyu_cl' is the same as the reference key
        shape 'kuti_nose.nl00_def_cl' is the same as the reference key
        shape 'kuti_nose.nl00_def_op' is the same as the reference key
        shape 'kuti_nose.nl00_egao_op' is the same as the reference key
        shape 'kuti_nose.nl00_bisyou_op' is the same as the reference key
        shape 'kuti_nose.nl00_uresi_cl' is the same as the reference key
        shape 'kuti_nose.nl00_uresi_op' is the same as the reference key
        shape 'kuti_nose.nl00_uresi_s_op' is the same as the reference key
        shape 'kuti_nose.nl00_uresi_ss_op' is the same as the reference key
        shape 'kuti_nose.nl00_doki_cl' is the same as the reference key
        shape 'kuti_nose.nl00_doki_s_op' is the same as the reference key
        shape 'kuti_nose.nl00_doki_s_cl' is the same as the reference key
        shape 'kuti_nose.nl00_doki_ss_cl' is the same as the reference key
        shape 'kuti_nose.nl00_doki_ss_op' is the same as the reference key
        shape 'kuti_nose.nl00_ikari_cl' is the same as the reference key
        shape 'kuti_nose.nl00_ikari_op' is the same as the reference key
        shape 'kuti_nose.nl00_ikari02_op' is the same as the reference key
        shape 'kuti_nose.nl00_sinken02_op' is the same as the reference key
        shape 'kuti_nose.nl00_sinken03_cl' is the same as the reference key
        shape 'kuti_nose.nl00_sinken03_op' is the same as the reference key
        shape 'kuti_nose.nl00_keno_op' is the same as the reference key
        shape 'kuti_nose.nl00_sabisi_op' is the same as the reference key
        shape 'kuti_nose.nl00_aseri_op' is the same as the reference key
        shape 'kuti_nose.nl00_human_cl' is the same as the reference key
        shape 'kuti_nose.nl00_akire_op' is the same as the reference key
        shape 'kuti_nose.nl00_odoro_op' is the same as the reference key
        shape 'kuti_nose.nl00_odoro_s_op' is the same as the reference key
        shape 'kuti_nose.nl00_doya_cl' is the same as the reference key
        shape 'kuti_nose.nl00_doya_op' is the same as the reference key
        shape 'kuti_nose.nl00_pero_cl' is the same as the reference key
        shape 'kuti_nose.nl00_name_op' is the same as the reference key
        shape 'kuti_nose.nl00_kuwae_op' is the same as the reference key
        shape 'kuti_nose.nl00_kisu_op' is the same as the reference key
        shape 'kuti_nose.nl00_name02_op' is the same as the reference key
        shape 'kuti_nose.nl00_a_s_op' is the same as the reference key
        shape 'kuti_nose.nl00_a_l_op' is the same as the reference key
        shape 'kuti_nose.nl00_i_s_op' is the same as the reference key
        shape 'kuti_nose.nl00_i_l_op' is the same as the reference key
        shape 'kuti_nose.nl00_u_s_op' is the same as the reference key
        shape 'kuti_nose.nl00_u_l_op' is the same as the reference key
        shape 'kuti_nose.nl00_e_s_op' is the same as the reference key
        shape 'kuti_nose.nl00_e_l_op' is the same as the reference key
        shape 'kuti_nose.nl00_o_s_op' is the same as the reference key
        shape 'kuti_nose.nl00_o_l_op' is the same as the reference key
        shape 'kuti_nose.nl00_n_s_op' is the same as the reference key
        shape 'kuti_nose.nl00_n_l_op' is the same as the reference key
        shape 'kuti_nose.nl00_san_op' is the same as the reference key
        shape 'kuti_nose.nl00_niko_cl' is the same as the reference key
        shape 'kuti_nose.nl00_niko_op' is the same as the reference key
        shape 'sexfaces.lopsided.left.kuti_nose.nl00_sinken03_cl' is the same as the reference key
        shape 'sexfaces.lopsided.right.kuti_nose.nl00_sinken03_cl' is the same as the reference key
        shape 'sexfaces.lopsided.left.kuti_nose.nl00_n_s_op' is the same as the reference key
        shape 'sexfaces.lopsided.right.kuti_nose.nl00_n_s_op' is the same as the reference key
        shape 'sexfaces.lopsided.left.kuti_nose.nl00_n_l_op' is the same as the reference key
        shape 'sexfaces.lopsided.right.kuti_nose.nl00_n_l_op' is the same as the reference key
        shape 'eye_siroL.sL00_def_cl' is the same as the reference key
        shape 'eye_siroL.sL00_def_op' is the same as the reference key
        shape 'eye_siroL.sL00_egao_cl' is the same as the reference key
        shape 'eye_siroL.sL00_egao_op' is the same as the reference key
        shape 'eye_siroL.sL00_bisyou_op' is the same as the reference key
        shape 'eye_siroL.sL00_winkl_op' is the same as the reference key
        shape 'eye_siroL.sL00_winkr_op' is the same as the reference key
        shape 'eye_siroL.sL00_setunai_op' is the same as the reference key
        shape 'eye_siroL.sL00_tere_op' is the same as the reference key
        shape 'eye_siroL.sL00_ikari_op' is the same as the reference key
        shape 'eye_siroL.sL00_sinken_op' is the same as the reference key
        shape 'eye_siroL.sL00_tumara_op' is the same as the reference key
        shape 'eye_siroL.sL00_kurusi_op' is the same as the reference key
        shape 'eye_siroL.sL00_keno_op' is the same as the reference key
        shape 'eye_siroL.sL00_sian_op' is the same as the reference key
        shape 'eye_siroL.sL00_kanasi_op' is the same as the reference key
        shape 'eye_siroL.sL00_naki_op' is the same as the reference key
        shape 'eye_siroL.sL00_aseri_op' is the same as the reference key
        shape 'eye_siroL.sL00_rakutan_op' is the same as the reference key
        shape 'eye_siroL.sL00_komaru_op' is the same as the reference key
        shape 'eye_siroL.sL00_doya_op' is the same as the reference key
        shape 'eye_siroL.sL00_gyul_op' is the same as the reference key
        shape 'eye_siroL.sL00_gyur_op' is the same as the reference key
        shape 'eye_siroL.sL00_gyu_cl' is the same as the reference key
        shape 'eye_siroL.sL00_gyul02_op' is the same as the reference key
        shape 'eye_siroL.sL00_gyur02_op' is the same as the reference key
        shape 'eye_siroL.sL00_gyu02_cl' is the same as the reference key
        shape 'eye_siroR.sR00_def_cl' is the same as the reference key
        shape 'eye_siroR.sR00_def_op' is the same as the reference key
        shape 'eye_siroR.sR00_egao_cl' is the same as the reference key
        shape 'eye_siroR.sR00_egao_op' is the same as the reference key
        shape 'eye_siroR.sR00_bisyou_op' is the same as the reference key
        shape 'eye_siroR.sR00_winkl_op' is the same as the reference key
        shape 'eye_siroR.sR00_winkr_op' is the same as the reference key
        shape 'eye_siroR.sR00_setunai_op' is the same as the reference key
        shape 'eye_siroR.sR00_tere_op' is the same as the reference key
        shape 'eye_siroR.sR00_ikari_op' is the same as the reference key
        shape 'eye_siroR.sR00_sinken_op' is the same as the reference key
        shape 'eye_siroR.sR00_tumara_op' is the same as the reference key
        shape 'eye_siroR.sR00_kurusi_op' is the same as the reference key
        shape 'eye_siroR.sR00_keno_op' is the same as the reference key
        shape 'eye_siroR.sR00_sian_op' is the same as the reference key
        shape 'eye_siroR.sR00_kanasi_op' is the same as the reference key
        shape 'eye_siroR.sR00_naki_op' is the same as the reference key
        shape 'eye_siroR.sR00_aseri_op' is the same as the reference key
        shape 'eye_siroR.sR00_rakutan_op' is the same as the reference key
        shape 'eye_siroR.sR00_komaru_op' is the same as the reference key
        shape 'eye_siroR.sR00_doya_op' is the same as the reference key
        shape 'eye_siroR.sR00_gyul_op' is the same as the reference key
        shape 'eye_siroR.sR00_gyur_op' is the same as the reference key
        shape 'eye_siroR.sR00_gyu_cl' is the same as the reference key
        shape 'eye_siroR.sR00_gyul02_op' is the same as the reference key
        shape 'eye_siroR.sR00_gyur02_op' is the same as the reference key
        shape 'eye_siroR.sR00_gyu02_cl' is the same as the reference key
        shape 'eye_line_u.elu00_def_cl' is the same as the reference key
        shape 'eye_line_u.elu00_def_op' is the same as the reference key
        shape 'eye_line_u.elu00_egao_cl' is the same as the reference key
        shape 'eye_line_u.elu00_egao_op' is the same as the reference key
        shape 'eye_line_u.elu00_bisyou_op' is the same as the reference key
        shape 'eye_line_u.elu00_winkl_op' is the same as the reference key
        shape 'eye_line_u.elu00_winkr_op' is the same as the reference key
        shape 'eye_line_u.elu00_setunai_op' is the same as the reference key
        shape 'eye_line_u.elu00_tere_op' is the same as the reference key
        shape 'eye_line_u.elu00_ikari_op' is the same as the reference key
        shape 'eye_line_u.elu00_sinken_op' is the same as the reference key
        shape 'eye_line_u.elu00_tumara_op' is the same as the reference key
        shape 'eye_line_u.elu00_kurusi_op' is the same as the reference key
        shape 'eye_line_u.elu00_keno_op' is the same as the reference key
        shape 'eye_line_u.elu00_sian_op' is the same as the reference key
        shape 'eye_line_u.elu00_kanasi_op' is the same as the reference key
        shape 'eye_line_u.elu00_naki_op' is the same as the reference key
        shape 'eye_line_u.elu00_aseri_op' is the same as the reference key
        shape 'eye_line_u.elu00_rakutan_op' is the same as the reference key
        shape 'eye_line_u.elu00_komaru_op' is the same as the reference key
        shape 'eye_line_u.elu00_doya_op' is the same as the reference key
        shape 'eye_line_u.elu00_gyul_op' is the same as the reference key
        shape 'eye_line_u.elu00_gyur_op' is the same as the reference key
        shape 'eye_line_u.elu00_gyu_cl' is the same as the reference key
        shape 'eye_line_u.elu00_gyul02_op' is the same as the reference key
        shape 'eye_line_u.elu00_gyur02_op' is the same as the reference key
        shape 'eye_line_u.elu00_gyu02_cl' is the same as the reference key
        shape 'eye_line_l.ell00_def_cl' is the same as the reference key
        shape 'eye_line_l.ell00_def_op' is the same as the reference key
        shape 'eye_line_l.ell00_egao_cl' is the same as the reference key
        shape 'eye_line_l.ell00_egao_op' is the same as the reference key
        shape 'eye_line_l.ell00_bisyou_op' is the same as the reference key
        shape 'eye_line_l.ell00_winkl_op' is the same as the reference key
        shape 'eye_line_l.ell00_winkr_op' is the same as the reference key
        shape 'eye_line_l.ell00_setunai_op' is the same as the reference key
        shape 'eye_line_l.ell00_tere_op' is the same as the reference key
        shape 'eye_line_l.ell00_ikari_op' is the same as the reference key
        shape 'eye_line_l.ell00_sinken_op' is the same as the reference key
        shape 'eye_line_l.ell00_tumara_op' is the same as the reference key
        shape 'eye_line_l.ell00_kurusi_op' is the same as the reference key
        shape 'eye_line_l.ell00_keno_op' is the same as the reference key
        shape 'eye_line_l.ell00_sian_op' is the same as the reference key
        shape 'eye_line_l.ell00_kanasi_op' is the same as the reference key
        shape 'eye_line_l.ell00_naki_op' is the same as the reference key
        shape 'eye_line_l.ell00_aseri_op' is the same as the reference key
        shape 'eye_line_l.ell00_rakutan_op' is the same as the reference key
        shape 'eye_line_l.ell00_komaru_op' is the same as the reference key
        shape 'eye_line_l.ell00_doya_op' is the same as the reference key
        shape 'eye_line_l.ell00_gyul_op' is the same as the reference key
        shape 'eye_line_l.ell00_gyur_op' is the same as the reference key
        shape 'eye_line_l.ell00_gyu_cl' is the same as the reference key
        shape 'eye_line_l.ell00_gyul02_op' is the same as the reference key
        shape 'eye_line_l.ell00_gyur02_op' is the same as the reference key
        shape 'eye_line_l.ell00_gyu02_cl' is the same as the reference key
        shape 'eye_naL.naL00_def_cl' is the same as the reference key
        shape 'eye_naL.naL00_def_op' is the same as the reference key
        shape 'eye_naL.naL00_egao_cl' is the same as the reference key
        shape 'eye_naL.naL00_egao_op' is the same as the reference key
        shape 'eye_naL.naL00_bisyou_op' is the same as the reference key
        shape 'eye_naL.naL00_winkl_op' is the same as the reference key
        shape 'eye_naL.naL00_winkr_op' is the same as the reference key
        shape 'eye_naL.naL00_setunai_op' is the same as the reference key
        shape 'eye_naL.naL00_tere_op' is the same as the reference key
        shape 'eye_naL.naL00_ikari_op' is the same as the reference key
        shape 'eye_naL.naL00_sinken_op' is the same as the reference key
        shape 'eye_naL.naL00_tumara_op' is the same as the reference key
        shape 'eye_naL.naL00_kurusi_op' is the same as the reference key
        shape 'eye_naL.naL00_keno_op' is the same as the reference key
        shape 'eye_naL.naL00_sian_op' is the same as the reference key
        shape 'eye_naL.naL00_kanasi_op' is the same as the reference key
        shape 'eye_naL.naL00_naki_op' is the same as the reference key
        shape 'eye_naL.naL00_aseri_op' is the same as the reference key
        shape 'eye_naL.naL00_rakutan_op' is the same as the reference key
        shape 'eye_naL.naL00_komaru_op' is the same as the reference key
        shape 'eye_naL.naL00_doya_op' is the same as the reference key
        shape 'eye_naL.naL00_gyul_op' is the same as the reference key
        shape 'eye_naL.naL00_gyur_op' is the same as the reference key
        shape 'eye_naL.naL00_gyu_cl' is the same as the reference key
        shape 'eye_naL.naL00_gyul02_op' is the same as the reference key
        shape 'eye_naL.naL00_gyur02_op' is the same as the reference key
        shape 'eye_naL.naL00_gyu02_cl' is the same as the reference key
        shape 'eye_naM.naM00_def_cl' is the same as the reference key
        shape 'eye_naM.naM00_def_op' is the same as the reference key
        shape 'eye_naM.naM00_egao_cl' is the same as the reference key
        shape 'eye_naM.naM00_egao_op' is the same as the reference key
        shape 'eye_naM.naM00_bisyou_op' is the same as the reference key
        shape 'eye_naM.naM00_winkl_op' is the same as the reference key
        shape 'eye_naM.naM00_winkr_op' is the same as the reference key
        shape 'eye_naM.naM00_setunai_op' is the same as the reference key
        shape 'eye_naM.naM00_tere_op' is the same as the reference key
        shape 'eye_naM.naM00_ikari_op' is the same as the reference key
        shape 'eye_naM.naM00_sinken_op' is the same as the reference key
        shape 'eye_naM.naM00_tumara_op' is the same as the reference key
        shape 'eye_naM.naM00_kurusi_op' is the same as the reference key
        shape 'eye_naM.naM00_keno_op' is the same as the reference key
        shape 'eye_naM.naM00_sian_op' is the same as the reference key
        shape 'eye_naM.naM00_kanasi_op' is the same as the reference key
        shape 'eye_naM.naM00_naki_op' is the same as the reference key
        shape 'eye_naM.naM00_aseri_op' is the same as the reference key
        shape 'eye_naM.naM00_rakutan_op' is the same as the reference key
        shape 'eye_naM.naM00_komaru_op' is the same as the reference key
        shape 'eye_naM.naM00_doya_op' is the same as the reference key
        shape 'eye_naM.naM00_gyul_op' is the same as the reference key
        shape 'eye_naM.naM00_gyur_op' is the same as the reference key
        shape 'eye_naM.naM00_gyu_cl' is the same as the reference key
        shape 'eye_naM.naM00_gyul02_op' is the same as the reference key
        shape 'eye_naM.naM00_gyur02_op' is the same as the reference key
        shape 'eye_naM.naM00_gyu02_cl' is the same as the reference key
        shape 'eye_naS.naS00_def_cl' is the same as the reference key
        shape 'eye_naS.naS00_def_op' is the same as the reference key
        shape 'eye_naS.naS00_egao_cl' is the same as the reference key
        shape 'eye_naS.naS00_egao_op' is the same as the reference key
        shape 'eye_naS.naS00_bisyou_op' is the same as the reference key
        shape 'eye_naS.naS00_winkl_op' is the same as the reference key
        shape 'eye_naS.naS00_winkr_op' is the same as the reference key
        shape 'eye_naS.naS00_setunai_op' is the same as the reference key
        shape 'eye_naS.naS00_tere_op' is the same as the reference key
        shape 'eye_naS.naS00_ikari_op' is the same as the reference key
        shape 'eye_naS.naS00_sinken_op' is the same as the reference key
        shape 'eye_naS.naS00_tumara_op' is the same as the reference key
        shape 'eye_naS.naS00_kurusi_op' is the same as the reference key
        shape 'eye_naS.naS00_keno_op' is the same as the reference key
        shape 'eye_naS.naS00_sian_op' is the same as the reference key
        shape 'eye_naS.naS00_kanasi_op' is the same as the reference key
        shape 'eye_naS.naS00_naki_op' is the same as the reference key
        shape 'eye_naS.naS00_aseri_op' is the same as the reference key
        shape 'eye_naS.naS00_rakutan_op' is the same as the reference key
        shape 'eye_naS.naS00_komaru_op' is the same as the reference key
        shape 'eye_naS.naS00_doya_op' is the same as the reference key
        shape 'eye_naS.naS00_gyul_op' is the same as the reference key
        shape 'eye_naS.naS00_gyur_op' is the same as the reference key
        shape 'eye_naS.naS00_gyu_cl' is the same as the reference key
        shape 'eye_naS.naS00_gyul02_op' is the same as the reference key
        shape 'eye_naS.naS00_gyur02_op' is the same as the reference key
        shape 'eye_naS.naS00_gyu02_cl' is the same as the reference key
        shape 'kuti_ha.ha00_def_cl' is the same as the reference key
        shape 'kuti_ha.ha00_def_op' is the same as the reference key
        shape 'kuti_ha.ha00_egao_op' is the same as the reference key
        shape 'kuti_ha.ha00_bisyou_op1' is the same as the reference key
        shape 'kuti_ha.ha00_uresi_cl' is the same as the reference key
        shape 'kuti_ha.ha00_uresi_op' is the same as the reference key
        shape 'kuti_ha.ha00_uresi_s_op' is the same as the reference key
        shape 'kuti_ha.ha00_uresi_ss_op' is the same as the reference key
        shape 'kuti_ha.ha00_doki_cl' is the same as the reference key
        shape 'kuti_ha.ha00_doki_s_op' is the same as the reference key
        shape 'kuti_ha.ha00_doki_s_cl' is the same as the reference key
        shape 'kuti_ha.ha00_doki_ss_cl' is the same as the reference key
        shape 'kuti_ha.ha00_doki_ss_op' is the same as the reference key
        shape 'kuti_ha.ha00_ikari_cl' is the same as the reference key
        shape 'kuti_ha.ha00_ikari_op' is the same as the reference key
        shape 'kuti_ha.ha00_ikari02_op' is the same as the reference key
        shape 'kuti_ha.ha00_sinken02_op' is the same as the reference key
        shape 'kuti_ha.ha00_sinken03_cl' is the same as the reference key
        shape 'kuti_ha.ha00_sinken03_op' is the same as the reference key
        shape 'kuti_ha.ha00_keno_op' is the same as the reference key
        shape 'kuti_ha.ha00_sabisi_op' is the same as the reference key
        shape 'kuti_ha.ha00_aseri_op' is the same as the reference key
        shape 'kuti_ha.ha00_human_cl' is the same as the reference key
        shape 'kuti_ha.ha00_akire_op' is the same as the reference key
        shape 'kuti_ha.ha00_odoro_op' is the same as the reference key
        shape 'kuti_ha.ha00_odoro_s_op' is the same as the reference key
        shape 'kuti_ha.ha00_doya_cl' is the same as the reference key
        shape 'kuti_ha.ha00_doya_op' is the same as the reference key
        shape 'kuti_ha.ha00_pero_cl' is the same as the reference key
        shape 'kuti_ha.ha00_name_op' is the same as the reference key
        shape 'kuti_ha.ha00_kuwae_op' is the same as the reference key
        shape 'kuti_ha.ha00_kisu_op' is the same as the reference key
        shape 'kuti_ha.ha00_name02_op' is the same as the reference key
        shape 'kuti_ha.ha00_a_s_op' is the same as the reference key
        shape 'kuti_ha.ha00_a_l_op' is the same as the reference key
        shape 'kuti_ha.ha00_i_s_cl' is the same as the reference key
        shape 'kuti_ha.ha00_i_l_cl' is the same as the reference key
        shape 'kuti_ha.ha00_e_s_op' is the same as the reference key
        shape 'kuti_ha.ha00_niko_op' is the same as the reference key
        shape 'sexfaces.lopsided.left.kuti_ha.ha00_sinken03_cl' is the same as the reference key
        shape 'sexfaces.lopsided.right.kuti_ha.ha00_sinken03_cl' is the same as the reference key
        shape 'sexfaces.lopsided.left.kuti_ha.ha00_def_cl' is the same as the reference key
        shape 'sexfaces.lopsided.right.kuti_ha.ha00_def_cl' is the same as the reference key
        shape 'kuti_sita.t00_def_cl' is the same as the reference key
        shape 'kuti_sita.t00_def_op' is the same as the reference key
        shape 'kuti_sita.t00_egao_op' is the same as the reference key
        shape 'kuti_sita.t00_bisyou_op' is the same as the reference key
        shape 'kuti_sita.t00_uresi_cl' is the same as the reference key
        shape 'kuti_sita.t00_uresi_op' is the same as the reference key
        shape 'kuti_sita.t00_uresi_s_op' is the same as the reference key
        shape 'kuti_sita.t00_uresi_ss_op' is the same as the reference key
        shape 'kuti_sita.t00_doki_cl' is the same as the reference key
        shape 'kuti_sita.t00_doki_s_op' is the same as the reference key
        shape 'kuti_sita.t00_doki_s_cl' is the same as the reference key
        shape 'kuti_sita.t00_doki_ss_cl' is the same as the reference key
        shape 'kuti_sita.t00_doki_ss_op' is the same as the reference key
        shape 'kuti_sita.t00_ikari_cl' is the same as the reference key
        shape 'kuti_sita.t00_ikari_op' is the same as the reference key
        shape 'kuti_sita.t00_ikari02_op' is the same as the reference key
        shape 'kuti_sita.t00_sinken02_op' is the same as the reference key
        shape 'kuti_sita.t00_sinken03_cl' is the same as the reference key
        shape 'kuti_sita.t00_sinken03_op' is the same as the reference key
        shape 'kuti_sita.t00_keno_op' is the same as the reference key
        shape 'kuti_sita.t00_sabisi_op' is the same as the reference key
        shape 'kuti_sita.t00_aseri_op' is the same as the reference key
        shape 'kuti_sita.t00_human_cl' is the same as the reference key
        shape 'kuti_sita.t00_akire_op' is the same as the reference key
        shape 'kuti_sita.t00_odoro_op' is the same as the reference key
        shape 'kuti_sita.t00_odoro_s_op' is the same as the reference key
        shape 'kuti_sita.t00_doya_cl' is the same as the reference key
        shape 'kuti_sita.t00_doya_op' is the same as the reference key
        shape 'kuti_sita.t00_pero_cl' is the same as the reference key
        shape 'kuti_sita.t00_name_op' is the same as the reference key
        shape 'kuti_sita.t00_kuwae_op' is the same as the reference key
        shape 'kuti_sita.t00_kisu_op' is the same as the reference key
        shape 'kuti_sita.t00_name02_op' is the same as the reference key
        shape 'kuti_sita.t00_a_s_op' is the same as the reference key
        shape 'kuti_sita.t00_a_l_op' is the same as the reference key
        shape 'kuti_sita.t00_e_s_op' is the same as the reference key
        shape 'sexfaces.lopsided.left.kuti_sita.t00_sinken03_cl' is the same as the reference key
        shape 'sexfaces.lopsided.right.kuti_sita.t00_sinken03_cl' is the same as the reference key
        shape 'sexfaces.lopsided.left.kuti_sita.t00_def_cl' is the same as the reference key
        shape 'sexfaces.lopsided.right.kuti_sita.t00_def_cl' is the same as the reference key
        shape 'mayuge.mayu00_def_cl' is the same as the reference key
        shape 'mayuge.mayu00_def_op' is the same as the reference key
        shape 'mayuge.mayu00_oko_cl' is the same as the reference key
        shape 'mayuge.mayu00_oko_op' is the same as the reference key
        shape 'mayuge.mayu00_koma_cl' is the same as the reference key
        shape 'mayuge.mayu00_koma_op' is the same as the reference key
        shape 'mayuge.mayu00_tmara_cl' is the same as the reference key
        shape 'mayuge.mayu00_tmara_op' is the same as the reference key
        shape 'mayuge.mayu00_gimoL_cl' is the same as the reference key
        shape 'mayuge.mayu00_gimoL_op' is the same as the reference key
        shape 'mayuge.mayu00_gimoR_cl' is the same as the reference key
        shape 'mayuge.mayu00_gimoR_op' is the same as the reference key
        shape 'mayuge.mayu00_sianL_cl' is the same as the reference key
        shape 'mayuge.mayu00_sianL_op' is the same as the reference key
        shape 'mayuge.mayu00_sianR_cl' is the same as the reference key
        shape 'mayuge.mayu00_sianR_op' is the same as the reference key
        shape 'mayuge.mayu00_oko2L_cl' is the same as the reference key
        shape 'mayuge.mayu00_oko2L_op' is the same as the reference key
        shape 'mayuge.mayu00_oko2R_cl' is the same as the reference key
        shape 'mayuge.mayu00_oko2R_op' is the same as the reference key
        shape 'mayuge.mayu00_sinken_cl' is the same as the reference key
        shape 'mayuge.mayu00_sinken_op' is the same as the reference key
        shape 'mayuge.mayu00_huan_cl' is the same as the reference key
        shape 'mayuge.mayu00_huan_op' is the same as the reference key
        shape 'mayuge.mayu00_odoro_cl' is the same as the reference key
        shape 'mayuge.mayu00_odoro_op' is the same as the reference key
        shape 'mayuge.mayu00_rakutan_cl' is the same as the reference key
        shape 'mayuge.mayu00_rakutan_op' is the same as the reference key
        shape 'mayuge.mayu00_doya_cl' is the same as the reference key
        shape 'mayuge.mayu00_doya_op' is the same as the reference key
        shape 'mayuge.mayu00_winkl_cl' is the same as the reference key
        shape 'mayuge.mayu00_winkl_op' is the same as the reference key
        shape 'mayuge.mayu00_winkr_cl' is the same as the reference key
        shape 'mayuge.mayu00_winkr_op' is the same as the reference key
Processing 'Tears (Toony)mychara'
        shape 'KK Eyes_default_op' is the same as the reference key
        shape 'KK Eyes_thinking_op' is the same as the reference key
        shape 'KK Eyes_worried_op' is the same as the reference key
        shape 'KK Mouth_default_cl' is the same as the reference key
        shape 'KK Mouth_default_op' is the same as the reference key
        shape 'KK Mouth_smile_op' is the same as the reference key
        shape 'KK Mouth_smile_sharp_op' is the same as the reference key
        shape 'KK Mouth_happy_broad_cl' is the same as the reference key
        shape 'KK Mouth_happy_broad_op' is the same as the reference key
        shape 'KK Mouth_happy_moderate_op' is the same as the reference key
        shape 'KK Mouth_happy_slight_op' is the same as the reference key
        shape 'KK Mouth_doki_cl' is the same as the reference key
        shape 'KK Mouth_doki_moderate_op' is the same as the reference key
        shape 'KK Mouth_doki_moderate_cl' is the same as the reference key
        shape 'KK Mouth_doki_slight_cl' is the same as the reference key
        shape 'KK Mouth_doki_slight_op' is the same as the reference key
        shape 'KK Mouth_angry_cl' is the same as the reference key
        shape 'KK Mouth_angry_op' is the same as the reference key
        shape 'KK Mouth_angry_2_op' is the same as the reference key
        shape 'KK Mouth_serious_1_op' is the same as the reference key
        shape 'KK Mouth_serious_2_cl' is the same as the reference key
        shape 'KK Mouth_serious_2_op' is the same as the reference key
        shape 'KK Mouth_hate_op' is the same as the reference key
        shape 'KK Mouth_lonely_op' is the same as the reference key
        shape 'KK Mouth_impatient_op' is the same as the reference key
        shape 'KK Mouth_displeased_cl' is the same as the reference key
        shape 'KK Mouth_amazed_op' is the same as the reference key
        shape 'KK Mouth_shocked_op' is the same as the reference key
        shape 'KK Mouth_shocked_small_op' is the same as the reference key
        shape 'KK Mouth_smug_cl' is the same as the reference key
        shape 'KK Mouth_smug_op' is the same as the reference key
        shape 'KK Mouth_lick_cl' is the same as the reference key
        shape 'KK Mouth_eating_op' is the same as the reference key
        shape 'KK Mouth_hold_in_mouth_op' is the same as the reference key
        shape 'KK Mouth_kiss_op' is the same as the reference key
        shape 'KK Mouth_tongue_out_op' is the same as the reference key
        shape 'KK Mouth_a_small_op' is the same as the reference key
        shape 'KK Mouth_a_big_op' is the same as the reference key
        shape 'KK Mouth_i_small_op' is the same as the reference key
        shape 'KK Mouth_i_big_op' is the same as the reference key
        shape 'KK Mouth_u_small_op' is the same as the reference key
        shape 'KK Mouth_u_big_op' is the same as the reference key
        shape 'KK Mouth_e_small_op' is the same as the reference key
        shape 'KK Mouth_e_big_op' is the same as the reference key
        shape 'KK Mouth_o_small_op' is the same as the reference key
        shape 'KK Mouth_o_big_op' is the same as the reference key
        shape 'KK Mouth_n_small_cl' is the same as the reference key
        shape 'KK Mouth_n_big_cl' is the same as the reference key
        shape 'KK Mouth_neko_cl' is the same as the reference key
        shape 'KK Mouth_neko_op' is the same as the reference key
        shape 'KK Mouth_triangle_op' is the same as the reference key
        shape 'KK Mouth_cartoon_mouth_cl' is the same as the reference key
        shape 'KK Mouth_cartoon_mouth_op' is the same as the reference key
        shape 'KK Mouth_chewing_op' is the same as the reference key
        shape 'KK Mouth_chewing_cl' is the same as the reference key
        shape 'KK Mouth_eating_2_op' is the same as the reference key
        shape 'KK Eyebrows_default_cl' is the same as the reference key
        shape 'KK Eyebrows_default_op' is the same as the reference key
        shape 'KK Eyebrows_angry_cl' is the same as the reference key
        shape 'KK Eyebrows_angry_op' is the same as the reference key
        shape 'KK Eyebrows_worried_cl' is the same as the reference key
        shape 'KK Eyebrows_worried_op' is the same as the reference key
        shape 'KK Eyebrows_bored_cl' is the same as the reference key
        shape 'KK Eyebrows_bored_op' is the same as the reference key
        shape 'KK Eyebrows_doubt_left_cl' is the same as the reference key
        shape 'KK Eyebrows_doubt_left_op' is the same as the reference key
        shape 'KK Eyebrows_doubt_right_cl' is the same as the reference key
        shape 'KK Eyebrows_doubt_right_op' is the same as the reference key
        shape 'KK Eyebrows_thinking_left_cl' is the same as the reference key
        shape 'KK Eyebrows_thinking_left_op' is the same as the reference key
        shape 'KK Eyebrows_thinking_right_cl' is the same as the reference key
        shape 'KK Eyebrows_thinking_right_op' is the same as the reference key
        shape 'KK Eyebrows_angry_left_cl' is the same as the reference key
        shape 'KK Eyebrows_angry_left_op' is the same as the reference key
        shape 'KK Eyebrows_angry_right_cl' is the same as the reference key
        shape 'KK Eyebrows_angry_right_op' is the same as the reference key
        shape 'KK Eyebrows_serious_cl' is the same as the reference key
        shape 'KK Eyebrows_serious_op' is the same as the reference key
        shape 'KK Eyebrows_displeased_cl' is the same as the reference key
        shape 'KK Eyebrows_displeased_op' is the same as the reference key
        shape 'KK Eyebrows_shocked_cl' is the same as the reference key
        shape 'KK Eyebrows_shocked_op' is the same as the reference key
        shape 'KK Eyebrows_dejected_cl' is the same as the reference key
        shape 'KK Eyebrows_dejected_op' is the same as the reference key
        shape 'KK Eyebrows_smug_cl' is the same as the reference key
        shape 'KK Eyebrows_smug_op' is the same as the reference key
        shape 'KK Eyebrows_wink_left_cl' is the same as the reference key
        shape 'KK Eyebrows_wink_left_op' is the same as the reference key
        shape 'KK Eyebrows_wink_right_cl' is the same as the reference key
        shape 'KK Eyebrows_wink_right_op' is the same as the reference key
        shape 'KK Eyes_gageye' is the same as the reference key
        shape 'Gag eye 00' is the same as the reference key
        shape 'Gag eye 01' is the same as the reference key
        shape 'Gag eye 02' is the same as the reference key
Processing 'Gag Eyes (Toony)mychara'
        shape 'Cartoony Crying' is the same as the reference key
        shape 'Horizontal Line' is the same as the reference key
        shape 'Cartoony Closed' is the same as the reference key
        shape 'Vertical Line' is the same as the reference key
        shape 'Cartoony Wink' is the same as the reference key
        shape 'Fiery Eyes' is the same as the reference key
        shape 'Heart Eyes' is the same as the reference key
        shape 'Spiral Eyes' is the same as the reference key
        shape 'Circle Eyes 2' is the same as the reference key
        shape 'Circle Eyes 1' is the same as the reference key
        shape 'Tears small' is the same as the reference key
        shape 'Tears med' is the same as the reference key
        shape 'Tears big' is the same as the reference key
        shape 'KK Eyes_default_cl' is the same as the reference key
        shape 'KK Eyes_default_op' is the same as the reference key
        shape 'KK Eyes_smile_cl' is the same as the reference key
        shape 'KK Eyes_smile_op' is the same as the reference key
        shape 'KK Eyes_smile_sharp_op' is the same as the reference key
        shape 'KK Eyes_wink_left_op' is the same as the reference key
        shape 'KK Eyes_wink_right_op' is the same as the reference key
        shape 'KK Eyes_distress_op' is the same as the reference key
        shape 'KK Eyes_shy_op' is the same as the reference key
        shape 'KK Eyes_angry_op' is the same as the reference key
        shape 'KK Eyes_serious_op' is the same as the reference key
        shape 'KK Eyes_bored_op' is the same as the reference key
        shape 'KK Eyes_pain_op' is the same as the reference key
        shape 'KK Eyes_hate_op' is the same as the reference key
        shape 'KK Eyes_thinking_op' is the same as the reference key
        shape 'KK Eyes_sad_op' is the same as the reference key
        shape 'KK Eyes_crying_op' is the same as the reference key
        shape 'KK Eyes_impatient_op' is the same as the reference key
        shape 'KK Eyes_dejected_op' is the same as the reference key
        shape 'KK Eyes_worried_op' is the same as the reference key
        shape 'KK Eyes_smug_op' is the same as the reference key
        shape 'KK Eyes_squeeze_left_op' is the same as the reference key
        shape 'KK Eyes_squeeze_right_op' is the same as the reference key
        shape 'KK Eyes_squeeze_cl' is the same as the reference key
        shape 'KK Eyes_squeeze_left_2_op' is the same as the reference key
        shape 'KK Eyes_squeeze_right_2_op' is the same as the reference key
        shape 'KK Eyes_squeeze_2_cl' is the same as the reference key
        shape 'KK Mouth_default_cl' is the same as the reference key
        shape 'KK Mouth_default_op' is the same as the reference key
        shape 'KK Mouth_smile_op' is the same as the reference key
        shape 'KK Mouth_smile_sharp_op' is the same as the reference key
        shape 'KK Mouth_happy_broad_cl' is the same as the reference key
        shape 'KK Mouth_happy_broad_op' is the same as the reference key
        shape 'KK Mouth_happy_moderate_op' is the same as the reference key
        shape 'KK Mouth_happy_slight_op' is the same as the reference key
        shape 'KK Mouth_doki_cl' is the same as the reference key
        shape 'KK Mouth_doki_moderate_op' is the same as the reference key
        shape 'KK Mouth_doki_moderate_cl' is the same as the reference key
        shape 'KK Mouth_doki_slight_cl' is the same as the reference key
        shape 'KK Mouth_doki_slight_op' is the same as the reference key
        shape 'KK Mouth_angry_cl' is the same as the reference key
        shape 'KK Mouth_angry_op' is the same as the reference key
        shape 'KK Mouth_angry_2_op' is the same as the reference key
        shape 'KK Mouth_serious_1_op' is the same as the reference key
        shape 'KK Mouth_serious_2_cl' is the same as the reference key
        shape 'KK Mouth_serious_2_op' is the same as the reference key
        shape 'KK Mouth_hate_op' is the same as the reference key
        shape 'KK Mouth_lonely_op' is the same as the reference key
        shape 'KK Mouth_impatient_op' is the same as the reference key
        shape 'KK Mouth_displeased_cl' is the same as the reference key
        shape 'KK Mouth_amazed_op' is the same as the reference key
        shape 'KK Mouth_shocked_op' is the same as the reference key
        shape 'KK Mouth_shocked_small_op' is the same as the reference key
        shape 'KK Mouth_smug_cl' is the same as the reference key
        shape 'KK Mouth_smug_op' is the same as the reference key
        shape 'KK Mouth_lick_cl' is the same as the reference key
        shape 'KK Mouth_eating_op' is the same as the reference key
        shape 'KK Mouth_hold_in_mouth_op' is the same as the reference key
        shape 'KK Mouth_kiss_op' is the same as the reference key
        shape 'KK Mouth_tongue_out_op' is the same as the reference key
        shape 'KK Mouth_a_small_op' is the same as the reference key
        shape 'KK Mouth_a_big_op' is the same as the reference key
        shape 'KK Mouth_i_small_op' is the same as the reference key
        shape 'KK Mouth_i_big_op' is the same as the reference key
        shape 'KK Mouth_u_small_op' is the same as the reference key
        shape 'KK Mouth_u_big_op' is the same as the reference key
        shape 'KK Mouth_e_small_op' is the same as the reference key
        shape 'KK Mouth_e_big_op' is the same as the reference key
        shape 'KK Mouth_o_small_op' is the same as the reference key
        shape 'KK Mouth_o_big_op' is the same as the reference key
        shape 'KK Mouth_n_small_cl' is the same as the reference key
        shape 'KK Mouth_n_big_cl' is the same as the reference key
        shape 'KK Mouth_neko_cl' is the same as the reference key
        shape 'KK Mouth_neko_op' is the same as the reference key
        shape 'KK Mouth_triangle_op' is the same as the reference key
        shape 'KK Mouth_cartoon_mouth_cl' is the same as the reference key
        shape 'KK Mouth_cartoon_mouth_op' is the same as the reference key
        shape 'KK Mouth_chewing_op' is the same as the reference key
        shape 'KK Mouth_chewing_cl' is the same as the reference key
        shape 'KK Mouth_eating_2_op' is the same as the reference key
        shape 'KK Eyebrows_default_cl' is the same as the reference key
        shape 'KK Eyebrows_default_op' is the same as the reference key
        shape 'KK Eyebrows_angry_cl' is the same as the reference key
        shape 'KK Eyebrows_angry_op' is the same as the reference key
        shape 'KK Eyebrows_worried_cl' is the same as the reference key
        shape 'KK Eyebrows_worried_op' is the same as the reference key
        shape 'KK Eyebrows_bored_cl' is the same as the reference key
        shape 'KK Eyebrows_bored_op' is the same as the reference key
        shape 'KK Eyebrows_doubt_left_cl' is the same as the reference key
        shape 'KK Eyebrows_doubt_left_op' is the same as the reference key
        shape 'KK Eyebrows_doubt_right_cl' is the same as the reference key
        shape 'KK Eyebrows_doubt_right_op' is the same as the reference key
        shape 'KK Eyebrows_thinking_left_cl' is the same as the reference key
        shape 'KK Eyebrows_thinking_left_op' is the same as the reference key
        shape 'KK Eyebrows_thinking_right_cl' is the same as the reference key
        shape 'KK Eyebrows_thinking_right_op' is the same as the reference key
        shape 'KK Eyebrows_angry_left_cl' is the same as the reference key
        shape 'KK Eyebrows_angry_left_op' is the same as the reference key
        shape 'KK Eyebrows_angry_right_cl' is the same as the reference key
        shape 'KK Eyebrows_angry_right_op' is the same as the reference key
        shape 'KK Eyebrows_serious_cl' is the same as the reference key
        shape 'KK Eyebrows_serious_op' is the same as the reference key
        shape 'KK Eyebrows_displeased_cl' is the same as the reference key
        shape 'KK Eyebrows_displeased_op' is the same as the reference key
        shape 'KK Eyebrows_shocked_cl' is the same as the reference key
        shape 'KK Eyebrows_shocked_op' is the same as the reference key
        shape 'KK Eyebrows_dejected_cl' is the same as the reference key
        shape 'KK Eyebrows_dejected_op' is the same as the reference key
        shape 'KK Eyebrows_smug_cl' is the same as the reference key
        shape 'KK Eyebrows_smug_op' is the same as the reference key
        shape 'KK Eyebrows_wink_left_cl' is the same as the reference key
        shape 'KK Eyebrows_wink_left_op' is the same as the reference key
        shape 'KK Eyebrows_wink_right_cl' is the same as the reference key
        shape 'KK Eyebrows_wink_right_op' is the same as the reference key
        shape 'KK Eyes_gageye' is the same as the reference key
Mesh processing took 1599.466900ms
Info: Pose successfully applied as rest pose.
Rebuild bone data operation took 2.089 seconds
unparent_body_bone operation took 0.016 seconds
delete_non_height_bones operation took 0.338 seconds
bend_bones_for_iks operation took 0.047 seconds
remove_empty_vertex_groups operation took 1.898 seconds
reorganize_armature_layers operation took 0.093 seconds
relayer_accessory_bones operation took 6.413 seconds
create_eye_controller_bone operation took 0.132 seconds
shorten_kokan_bone operation took 0.038 seconds
scale_skirt_and_face_bones operation took 0.063 seconds
modify_finger_bone_orientations operation took 0.085 seconds
Import function 2 running
Info: Removed 8 slots
Info: Removed 32 slots
Info: Removed 32 slots
Info: Removed 32 slots
Info: Removed 32 slots
Info: Removed 32 slots
Info: Removed 32 slots
Info: Removed 32 slots
remove_unused_material_slots operation took 0.276 seconds
Info: Removed 10 slots
Moving duplicate material cf_m_sirome_00 in slot 8 to the original slot 7
Info: Removed 1 slots
remap_duplicate_material_slots operation took 0.269 seconds
Detected alpha shader. Setting render method to blended: cf_m_bot_skirt03 9050
Detected alpha shader. Setting render method to blended: cf_m_bra_11 9160
Detected alpha shader. Setting render method to blended: cf_m_shorts_11 9260
Detected alpha shader. Setting render method to blended: cf_m_bot_skirt03 9070
Detected alpha shader. Setting render method to blended: cf_m_bra_11 9180
Detected alpha shader. Setting render method to blended: cf_m_shorts_11 9300
Detected alpha shader. Setting render method to blended: cf_m_shorts_11 9280
6
replace_materials_for_tears_tongue_gageye operation took 0.529 seconds
link_textures_for_tongue_tear_gag operation took 0.0 seconds
import_and_setup_smooth_normals operation took 0.1 seconds
setup_gag_eye_material_drivers operation took 0.0 seconds
Import function 3 running
Applying Eevee Shader adjustments...
Running Rigify conversion scripts...
Fetch rig.
Clear rig animation data.
Create widgets collection: 0.022
Duplicate rig: 0.455
CONFLICT: bone ORG-cf_j_sk_02_04 is claimed by rigs <class 'rigify.rigs.limbs.super_finger.Rig'> (ORG-cf_j_sk_02_00) and <class 'rigify.rigs.limbs.super_finger.Rig'> (ORG-cf_j_sk_02_04)

CONFLICT: bone ORG-cf_j_sk_02_05 is claimed by rigs <class 'rigify.rigs.limbs.super_finger.Rig'> (ORG-cf_j_sk_02_00) and <class 'rigify.rigs.limbs.super_finger.Rig'> (ORG-cf_j_sk_02_04)

CONFLICT: bone ORG-cf_j_sk_03_04 is claimed by rigs <class 'rigify.rigs.limbs.super_finger.Rig'> (ORG-cf_j_sk_03_00) and <class 'rigify.rigs.limbs.super_finger.Rig'> (ORG-cf_j_sk_03_04)

CONFLICT: bone ORG-cf_j_sk_03_05 is claimed by rigs <class 'rigify.rigs.limbs.super_finger.Rig'> (ORG-cf_j_sk_03_00) and <class 'rigify.rigs.limbs.super_finger.Rig'> (ORG-cf_j_sk_03_04)

CONFLICT: bone ORG-cf_j_sk_05_05 is claimed by rigs <class 'rigify.rigs.limbs.super_finger.Rig'> (ORG-cf_j_sk_05_00) and <class 'rigify.rigs.limbs.super_finger.Rig'> (ORG-cf_j_sk_05_04)

CONFLICT: bone ORG-cf_j_sk_05_04 is claimed by rigs <class 'rigify.rigs.limbs.super_finger.Rig'> (ORG-cf_j_sk_05_00) and <class 'rigify.rigs.limbs.super_finger.Rig'> (ORG-cf_j_sk_05_04)

CONFLICT: bone ORG-cf_j_sk_06_04 is claimed by rigs <class 'rigify.rigs.limbs.super_finger.Rig'> (ORG-cf_j_sk_06_00) and <class 'rigify.rigs.limbs.super_finger.Rig'> (ORG-cf_j_sk_06_04)

CONFLICT: bone ORG-cf_j_sk_06_05 is claimed by rigs <class 'rigify.rigs.limbs.super_finger.Rig'> (ORG-cf_j_sk_06_00) and <class 'rigify.rigs.limbs.super_finger.Rig'> (ORG-cf_j_sk_06_04)

CONFLICT: bone ORG-Left knee is claimed by rigs <class 'rigify.rigs.limbs.leg.Rig'> (ORG-Left leg) and <class 'rigify.rigs.basic.super_copy.Rig'> (ORG-Left knee)

CONFLICT: bone ORG-Left ankle is claimed by rigs <class 'rigify.rigs.limbs.leg.Rig'> (ORG-Left leg) and <class 'rigify.rigs.basic.super_copy.Rig'> (ORG-Left ankle)

CONFLICT: bone ORG-Right knee is claimed by rigs <class 'rigify.rigs.limbs.leg.Rig'> (ORG-Right leg) and <class 'rigify.rigs.basic.super_copy.Rig'> (ORG-Right knee)

CONFLICT: bone ORG-Right ankle is claimed by rigs <class 'rigify.rigs.limbs.leg.Rig'> (ORG-Right leg) and <class 'rigify.rigs.basic.super_copy.Rig'> (ORG-Right ankle)

Rigify: failed to generate rig.
Traceback (most recent call last):
  File "C:\Program Files\Blender Foundation\Blender 5.0\5.0\scripts\addons_core\rigify\ui.py", line 1079, in execute
    generate.generate_rig(context, metarig)
  File "C:\Program Files\Blender Foundation\Blender 5.0\5.0\scripts\addons_core\rigify\generate.py", line 688, in generate_rig
    raise e
  File "C:\Program Files\Blender Foundation\Blender 5.0\5.0\scripts\addons_core\rigify\generate.py", line 676, in generate_rig
    generator.generate()
  File "C:\Program Files\Blender Foundation\Blender 5.0\5.0\scripts\addons_core\rigify\generate.py", line 522, in generate
    self.instantiate_rig_tree()
  File "C:\Program Files\Blender Foundation\Blender 5.0\5.0\scripts\addons_core\rigify\base_generate.py", line 536, in instantiate_rig_tree
    self.__build_rig_tree_rec(bone, None, handled)
  File "C:\Program Files\Blender Foundation\Blender 5.0\5.0\scripts\addons_core\rigify\base_generate.py", line 512, in __build_rig_tree_rec
    self.__build_rig_tree_rec(child, current_rig, handled)
  File "C:\Program Files\Blender Foundation\Blender 5.0\5.0\scripts\addons_core\rigify\base_generate.py", line 512, in __build_rig_tree_rec
    self.__build_rig_tree_rec(child, current_rig, handled)
  File "C:\Program Files\Blender Foundation\Blender 5.0\5.0\scripts\addons_core\rigify\base_generate.py", line 512, in __build_rig_tree_rec
    self.__build_rig_tree_rec(child, current_rig, handled)
  [Previous line repeated 4 more times]
  File "C:\Program Files\Blender Foundation\Blender 5.0\5.0\scripts\addons_core\rigify\base_generate.py", line 501, in __build_rig_tree_rec
    raise MetarigError("CONFLICT: bone {bone.name} owned by rig {rig.base_bone} "
rigify.utils.errors.MetarigError: 'CONFLICT: bone {bone.name} owned by rig {rig.base_bone} has different parent rig from ORG-Left leg'
Error: CONFLICT: bone {bone.name} owned by rig {rig.base_bone} has different parent rig from ORG-Left leg
Incorrect armature for type 'base_generate'

Error:          Unknown python error occurred.
          Make sure the default model imports correctly before troubleshooting on this model!



Traceback (most recent call last):
  File "REDACTED\Blender Foundation\Blender\5.0\extensions\user_default\kkbp\importing\postoperations.py", line 29, in execute
    self.apply_rigify()
  File "REDACTED\Blender Foundation\Blender\5.0\extensions\user_default\kkbp\importing\postoperations.py", line 233, in apply_rigify
    bpy.ops.pose.rigify_generate()
  File "C:\Program Files\Blender Foundation\Blender 5.0\5.0\scripts\modules\bpy\ops.py", line 109, in __call__
    ret = _op_call(self.idname_py(), kw)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
RuntimeError: Error: CONFLICT: bone {bone.name} owned by rig {rig.base_bone} has different parent rig from ORG-Left leg
Incorrect armature for type 'base_generate'


Error: Traceback (most recent call last):
  File "REDACTED\Blender Foundation\Blender\5.0\extensions\user_default\kkbp\importing\postoperations.py", line 29, in execute
    self.apply_rigify()
  File "REDACTED\Blender Foundation\Blender\5.0\extensions\user_default\kkbp\importing\postoperations.py", line 233, in apply_rigify
    bpy.ops.pose.rigify_generate()
  File "C:\Program Files\Blender Foundation\Blender 5.0\5.0\scripts\modules\bpy\ops.py", line 109, in __call__
    ret = _op_call(self.idname_py(), kw)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
RuntimeError: Error: CONFLICT: bone {bone.name} owned by rig {rig.base_bone} has different parent rig from ORG-Left leg
Incorrect armature for type 'base_generate'


Traceback (most recent call last):
  File "REDACTED\Blender Foundation\Blender\5.0\extensions\user_default\kkbp\importing\importbuttons.py", line 93, in execute
    function()
  File "REDACTED\Blender Foundation\Blender\5.0\extensions\user_default\kkbp\importing\importbuttons.py", line 85, in <lambda>
    lambda:bpy.ops.kkbp.postoperations('INVOKE_DEFAULT'),
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Program Files\Blender Foundation\Blender 5.0\5.0\scripts\modules\bpy\ops.py", line 107, in __call__
    ret = _op_call(self.idname_py(), kw, C_exec, C_undo)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
RuntimeError: Error: Traceback (most recent call last):
  File "REDACTED\Blender Foundation\Blender\5.0\extensions\user_default\kkbp\importing\postoperations.py", line 29, in execute
    self.apply_rigify()
  File "REDACTED\Blender Foundation\Blender\5.0\extensions\user_default\kkbp\importing\postoperations.py", line 233, in apply_rigify
    bpy.ops.pose.rigify_generate()
  File "C:\Program Files\Blender Foundation\Blender 5.0\5.0\scripts\modules\bpy\ops.py", line 109, in __call__
    ret = _op_call(self.idname_py(), kw)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
RuntimeError: Error: CONFLICT: bone {bone.name} owned by rig {rig.base_bone} has different parent rig from ORG-Left leg
Incorrect armature for type 'base_generate'



01:31.672  bpy.rna          | ERROR Python script error in KKBP_OT_kkbpimport.execute

The V9 beta version works very well in Blender 5.0, a huge improvement. Although at the end I seem to get this error and I'm not sure what it is. ### Full log ``` Traceback (most recent call last): File "C:\Program Files\Blender Foundation\Blender 5.0\5.0\scripts\modules\addon_utils.py", line 432, in enable mod = importlib.import_module(module_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Program Files\Blender Foundation\Blender 5.0\5.0\python\Lib\importlib\__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "<frozen importlib._bootstrap>", line 1204, in _gcd_import File "<frozen importlib._bootstrap>", line 1176, in _find_and_load File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 690, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 940, in exec_module File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed File "REDACTED\Blender Foundation\Blender\5.0\scripts\addons\gscatter\__init__.py", line 4, in <module> from . import libmanager File "REDACTED\Blender Foundation\Blender\5.0\scripts\addons\gscatter\libmanager\__init__.py", line 1, in <module> from . import t3dn File "REDACTED\Blender Foundation\Blender\5.0\scripts\addons\gscatter\libmanager\t3dn.py", line 607, in <module> class _PackerLoader(importlib.abc.Loader): ^^^^^^^^^^^^^ AttributeError: module 'importlib' has no attribute 'abc' Reloading external rigs... Reloading external metarigs... Imported mesh_maze.py xps_tools updater verbose is enabled xps_tools Updater: Read in JSON settings from file Add-on not loaded: "sketchup_importer", cause: cannot import name 'sketchup' from partially initialized module 'sketchup_importer' (most likely due to a circular import) (REDACTED\Blender Foundation\Blender\5.0\scripts\addons\sketchup_importer\__init__.py) Traceback (most recent call last): File "C:\Program Files\Blender Foundation\Blender 5.0\5.0\scripts\modules\addon_utils.py", line 432, in enable mod = importlib.import_module(module_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Program Files\Blender Foundation\Blender 5.0\5.0\python\Lib\importlib\__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "<frozen importlib._bootstrap>", line 1204, in _gcd_import File "<frozen importlib._bootstrap>", line 1176, in _find_and_load File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 690, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 940, in exec_module File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed File "REDACTED\Blender Foundation\Blender\5.0\scripts\addons\screencast_keys\__init__.py", line 49, in <module> from . import utils File "REDACTED\Blender Foundation\Blender\5.0\scripts\addons\gscatter\libmanager\t3dn.py", line 595, in _packer_import return _orig_import(name, globals, locals, fromlist, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "REDACTED\Blender Foundation\Blender\5.0\scripts\addons\screencast_keys\utils\__init__.py", line 31, in <module> from . import compatibility File "REDACTED\Blender Foundation\Blender\5.0\scripts\addons\gscatter\libmanager\t3dn.py", line 595, in _packer_import return _orig_import(name, globals, locals, fromlist, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "REDACTED\Blender Foundation\Blender\5.0\scripts\addons\screencast_keys\utils\compatibility.py", line 28, in <module> import bgl File "REDACTED\Blender Foundation\Blender\5.0\scripts\addons\gscatter\libmanager\t3dn.py", line 595, in _packer_import return _orig_import(name, globals, locals, fromlist, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ModuleNotFoundError: No module named 'bgl' Traceback (most recent call last): File "C:\Program Files\Blender Foundation\Blender 5.0\5.0\scripts\modules\addon_utils.py", line 432, in enable mod = importlib.import_module(module_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Program Files\Blender Foundation\Blender 5.0\5.0\python\Lib\importlib\__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "<frozen importlib._bootstrap>", line 1204, in _gcd_import File "<frozen importlib._bootstrap>", line 1176, in _find_and_load File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 690, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 940, in exec_module File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed File "REDACTED\Blender Foundation\Blender\5.0\scripts\addons\GeoPipes\__init__.py", line 9, in <module> import bgl File "REDACTED\Blender Foundation\Blender\5.0\scripts\addons\gscatter\libmanager\t3dn.py", line 595, in _packer_import return _orig_import(name, globals, locals, fromlist, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ModuleNotFoundError: No module named 'bgl' Loading DAZ File paths cleared DAZ loaded Could not open C:/Users/Alison/import-daz-settings-28x.json Loading MHX RTS MHX RTS loaded Loading Material Combiner.. Registered 18 Material Combiner classes. Traceback (most recent call last): File "C:\Program Files\Blender Foundation\Blender 5.0\5.0\scripts\modules\addon_utils.py", line 432, in enable mod = importlib.import_module(module_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Program Files\Blender Foundation\Blender 5.0\5.0\python\Lib\importlib\__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "<frozen importlib._bootstrap>", line 1204, in _gcd_import File "<frozen importlib._bootstrap>", line 1176, in _find_and_load File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 690, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 940, in exec_module File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed File "REDACTED\Blender Foundation\Blender\5.0\scripts\addons\GeoCables\__init__.py", line 7, in <module> import bgl File "REDACTED\Blender Foundation\Blender\5.0\scripts\addons\gscatter\libmanager\t3dn.py", line 595, in _packer_import return _orig_import(name, globals, locals, fromlist, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ModuleNotFoundError: No module named 'bgl' Registered nodes cc_blender_tools_updater updater verbose is enabled cc_blender_tools_updater Updater: Read in JSON settings from file register_class(...): Info: Registering operator class: 'TEXTIFY_OT_save_backup', bl_idname 'textify.save_backup' has been registered before, unregistering previous register_class(...): Info: Registering operator class: 'TEXTIFY_OT_open_backup', bl_idname 'textify.open_backup' has been registered before, unregistering previous register_class(...): Info: Registering menu class: 'TEXTIFY_MT_backup_menu', bl_idname 'TEXTIFY_MT_backup_menu' has been registered before, unregistering previous mtree updater verbose is enabled mtree Updater: Read in json settings from file register_class(...): Warning: 'mtree_settings_panel' does not contain '_PT_' with prefix and suffix register_class(...): Warning: 'ViewportSidebarPanel' does not contain '_PT_' with prefix and suffix test loaded <SKkeeper 11:17> Registered SKKeeper addon Registering: bl_ext.blender_org.ZenUVChecker 00:15.453 operator | Deleted 1 object(s) 00:39.078 operator | WARNING fileselect_add: "filepath" expected a string with a 'FILE_PATH' subtype. Importing pmx files with mmdtools... INFO:root:**************************************** INFO:root: mmd_tools.pmx module INFO:root:---------------------------------------- INFO:root: Start to load model data form a pmx file INFO:root: by the mmd_tools.pmx modlue. INFO:root: INFO:root:---------------------------- INFO:root:pmx header information INFO:root:---------------------------- INFO:root:pmx version: 2.0 INFO:root:encoding: <Encoding charset utf-16-le> INFO:root:number of uvs: 3 INFO:root:vertex index size: 2 byte(s) INFO:root:texture index: 1 byte(s) INFO:root:material index: 1 byte(s) INFO:root:bone index: 2 byte(s) INFO:root:morph index: 2 byte(s) INFO:root:rigid index: 1 byte(s) INFO:root:---------------------------- INFO:root:Model name: koikatu INFO:root:Model name(english): INFO:root:Comment: INFO:root:Comment(english): INFO:root: INFO:root:------------------------------ INFO:root:Load Vertices INFO:root:------------------------------ INFO:root:----- Loaded 30700 vertices INFO:root: INFO:root:------------------------------ INFO:root: Load Faces INFO:root:------------------------------ INFO:root: Load 53408 faces INFO:root: INFO:root:------------------------------ INFO:root: Load Textures INFO:root:------------------------------ INFO:root: ----- Loaded 0 textures INFO:root: INFO:root:------------------------------ INFO:root: Load Materials INFO:root:------------------------------ INFO:root:Material 0: cf_m_face_00 INFO:root:Material 1: Bonelyfans INFO:root:Material 2: cf_m_mayuge_00 INFO:root:Material 3: cf_m_noseline_00 INFO:root:Material 4: cf_m_tooth INFO:root:Material 5: cf_m_eyeline_00_up INFO:root:Material 6: cf_m_eyeline_kage INFO:root:Material 7: cf_m_eyeline_down INFO:root:Material 8: cf_m_namida_00 INFO:root:Material 9: cf_m_namida_00 INFO:root:Material 10: cf_m_namida_00 INFO:root:Material 11: cf_m_sirome_00 INFO:root:Material 12: cf_m_sirome_00 INFO:root:Material 13: cf_m_hitomi_00_cf_Ohitomi_L02 INFO:root:Material 14: cf_m_hitomi_00_cf_Ohitomi_R02 INFO:root:Material 15: cf_m_gageye_00 INFO:root:Material 16: cf_m_gageye_01 INFO:root:Material 17: cf_m_gageye_02 INFO:root:Material 18: cf_m_tang INFO:root:Material 19: cf_m_body INFO:root:Material 20: c_m_shadowcast INFO:root:Material 21: Bonelyfans INFO:root:Material 22: cf_m_tang INFO:root:----- Loaded 23 materials. INFO:root: INFO:root:------------------------------ INFO:root: Load Bones INFO:root:------------------------------ INFO:root:Bone 0: BodyTop INFO:root:Bone 1: p_cf_body_bone INFO:root:Bone 2: cf_t_root INFO:root:Bone 3: cf_t_hips INFO:root:Bone 4: cf_t_waist_L INFO:root:Bone 5: cf_t_waist_R INFO:root:Bone 6: cf_t_shoulder_L INFO:root:Bone 7: cf_t_shoulder_R INFO:root:Bone 8: cf_t_hand_L INFO:root:Bone 9: cf_t_elbo_L INFO:root:Bone 10: cf_t_hand_R INFO:root:Bone 11: cf_t_elbo_R INFO:root:Bone 12: cf_t_leg_L INFO:root:Bone 13: cf_t_knee_L INFO:root:Bone 14: cf_t_leg_R INFO:root:Bone 15: cf_t_knee_R INFO:root:Bone 16: cf_j_root INFO:root:Bone 17: cf_n_height INFO:root:Bone 18: cf_j_hips INFO:root:Bone 19: cf_j_spine01 INFO:root:Bone 20: cf_hit_spine01 INFO:root:Bone 21: cf_j_spine02 INFO:root:Bone 22: cf_hit_spine02_L INFO:root:Bone 23: cf_j_spine03 INFO:root:Bone 24: cf_d_backsk_00 INFO:root:Bone 25: cf_j_backsk_C_01 INFO:root:Bone 26: cf_j_backsk_C_02 INFO:root:Bone 27: cf_j_backsk_L_01 INFO:root:Bone 28: cf_j_backsk_L_02 INFO:root:Bone 29: cf_j_backsk_R_01 INFO:root:Bone 30: cf_j_backsk_R_02 INFO:root:Bone 31: cf_d_bust00 INFO:root:Bone 32: cf_s_bust00_L INFO:root:Bone 33: cf_d_bust01_L INFO:root:Bone 34: cf_j_bust01_L INFO:root:Bone 35: cf_d_bust02_L INFO:root:Bone 36: cf_j_bust02_L_01 INFO:root:Bone 37: cf_j_bust02_L INFO:root:Bone 38: cf_d_bust03_L INFO:root:Bone 39: cf_j_bust03_L_01 INFO:root:Bone 40: cf_j_bust03_L INFO:root:Bone 41: cf_d_bnip01_L INFO:root:Bone 42: cf_j_bnip02root_L INFO:root:Bone 43: cf_s_bnip02_L INFO:root:Bone 44: cf_j_bnip02_L INFO:root:Bone 45: cf_s_bnipacc_L INFO:root:Bone 46: a_n_nip_L INFO:root:Bone 47: k_f_munenipL_00 INFO:root:Bone 48: k_f_munenipL_01 INFO:root:Bone 49: k_f_munenipL_02 INFO:root:Bone 50: k_f_munenipL_03 INFO:root:Bone 51: cf_s_bnip025_L INFO:root:Bone 52: cf_s_bnip01_L INFO:root:Bone 53: cf_s_bnip015_L INFO:root:Bone 54: cf_s_bust03_L INFO:root:Bone 55: cf_hit_bust03_L INFO:root:Bone 56: k_f_mune03L_00 INFO:root:Bone 57: k_f_mune03L_01 INFO:root:Bone 58: k_f_mune03L_02 INFO:root:Bone 59: k_f_mune03L_03 INFO:root:Bone 60: cf_d_hit_bust_L INFO:root:Bone 61: cf_hit_bust02_L INFO:root:Bone 62: cf_s_bust02_L INFO:root:Bone 63: k_f_mune02L_00 INFO:root:Bone 64: k_f_mune02L_01 INFO:root:Bone 65: k_f_mune02L_02 INFO:root:Bone 66: k_f_mune02L_03 INFO:root:Bone 67: cf_s_bust01_L INFO:root:Bone 68: k_f_mune01L_00 INFO:root:Bone 69: k_f_mune01L_01 INFO:root:Bone 70: k_f_mune01L_02 INFO:root:Bone 71: k_f_mune01L_03 INFO:root:Bone 72: cf_j_bust01_L_01 INFO:root:Bone 73: k_f_mune00L_00 INFO:root:Bone 74: k_f_mune00L_01 INFO:root:Bone 75: k_f_mune00L_02 INFO:root:Bone 76: k_f_mune00L_03 INFO:root:Bone 77: cf_hit_bust00 INFO:root:Bone 78: cf_s_bust00_R INFO:root:Bone 79: cf_d_bust01_R INFO:root:Bone 80: cf_j_bust01_R INFO:root:Bone 81: cf_d_bust02_R INFO:root:Bone 82: cf_j_bust02_R_01 INFO:root:Bone 83: cf_j_bust02_R INFO:root:Bone 84: cf_d_bust03_R INFO:root:Bone 85: cf_j_bust03_R_01 INFO:root:Bone 86: cf_j_bust03_R INFO:root:Bone 87: cf_d_bnip01_R INFO:root:Bone 88: cf_j_bnip02root_R INFO:root:Bone 89: cf_s_bnip02_R INFO:root:Bone 90: cf_j_bnip02_R INFO:root:Bone 91: cf_s_bnipacc_R INFO:root:Bone 92: a_n_nip_R INFO:root:Bone 93: k_f_munenipR_00 INFO:root:Bone 94: k_f_munenipR_01 INFO:root:Bone 95: k_f_munenipR_02 INFO:root:Bone 96: k_f_munenipR_03 INFO:root:Bone 97: cf_s_bnip025_R INFO:root:Bone 98: cf_s_bnip01_R INFO:root:Bone 99: cf_s_bnip015_R INFO:root:Bone 100: cf_hit_bust03_R INFO:root:Bone 101: cf_s_bust03_R INFO:root:Bone 102: k_f_mune03R_00 INFO:root:Bone 103: k_f_mune03R_01 INFO:root:Bone 104: k_f_mune03R_02 INFO:root:Bone 105: k_f_mune03R_03 INFO:root:Bone 106: cf_d_hit_bust_R INFO:root:Bone 107: cf_hit_bust02_R INFO:root:Bone 108: cf_s_bust02_R INFO:root:Bone 109: k_f_mune02R_00 INFO:root:Bone 110: k_f_mune02R_01 INFO:root:Bone 111: k_f_mune02R_02 INFO:root:Bone 112: k_f_mune02R_03 INFO:root:Bone 113: cf_s_bust01_R INFO:root:Bone 114: k_f_mune01R_00 INFO:root:Bone 115: k_f_mune01R_01 INFO:root:Bone 116: k_f_mune01R_02 INFO:root:Bone 117: k_f_mune01R_03 INFO:root:Bone 118: cf_j_bust01_R_01 INFO:root:Bone 119: k_f_mune00R_00 INFO:root:Bone 120: k_f_mune00R_01 INFO:root:Bone 121: k_f_mune00R_02 INFO:root:Bone 122: k_f_mune00R_03 INFO:root:Bone 123: cf_d_shoulder_L INFO:root:Bone 124: cf_j_shoulder_L INFO:root:Bone 125: cf_d_shoulder02_L INFO:root:Bone 126: cf_s_shoulder02_L INFO:root:Bone 127: a_n_shoulder_L INFO:root:Bone 128: k_f_shoulderL_00 INFO:root:Bone 129: k_f_shoulderL_01 INFO:root:Bone 130: k_f_shoulderL_02 INFO:root:Bone 131: k_f_shoulderL_03 INFO:root:Bone 132: cf_hit_shoulder_L INFO:root:Bone 133: cf_j_arm00_L INFO:root:Bone 134: cf_d_arm01_L INFO:root:Bone 135: cf_s_arm01_L INFO:root:Bone 136: cf_d_arm02_L INFO:root:Bone 137: cf_s_arm02_L INFO:root:Bone 138: a_n_arm_L INFO:root:Bone 139: k_f_armupL_00 INFO:root:Bone 140: k_f_armupL_01 INFO:root:Bone 141: k_f_armupL_02 INFO:root:Bone 142: k_f_armupL_03 INFO:root:Bone 143: KKS_Colliders_cf_s_arm02_L INFO:root:Bone 144: cf_d_arm03_L INFO:root:Bone 145: cf_s_arm03_L INFO:root:Bone 146: cf_hit_arm_L INFO:root:Bone 147: cf_j_forearm01_L INFO:root:Bone 148: cf_d_forearm02_L INFO:root:Bone 149: cf_s_forearm02_L INFO:root:Bone 150: cf_hit_wrist_L INFO:root:Bone 151: KKS_Colliders_cf_s_forearm02_L INFO:root:Bone 152: cf_d_wrist_L INFO:root:Bone 153: cf_s_wrist_L INFO:root:Bone 154: a_n_wrist_L INFO:root:Bone 155: cf_d_hand_L INFO:root:Bone 156: cf_j_hand_L INFO:root:Bone 157: cf_s_hand_L INFO:root:Bone 158: a_n_hand_L INFO:root:Bone 159: cf_j_index01_L INFO:root:Bone 160: a_n_ind_L INFO:root:Bone 161: cf_j_index02_L INFO:root:Bone 162: cf_j_index03_L INFO:root:Bone 163: cf_j_index04_L INFO:root:Bone 164: k_f_handL_03 INFO:root:Bone 165: cf_j_little01_L INFO:root:Bone 166: cf_j_little02_L INFO:root:Bone 167: cf_j_little03_L INFO:root:Bone 168: cf_j_little04_L INFO:root:Bone 169: cf_j_middle01_L INFO:root:Bone 170: a_n_mid_L INFO:root:Bone 171: cf_j_middle02_L INFO:root:Bone 172: cf_j_middle03_L INFO:root:Bone 173: cf_j_middle04_L INFO:root:Bone 174: cf_j_ring01_L INFO:root:Bone 175: a_n_ring_L INFO:root:Bone 176: cf_j_ring02_L INFO:root:Bone 177: cf_j_ring03_L INFO:root:Bone 178: cf_j_ring04_L INFO:root:Bone 179: cf_j_thumb01_L INFO:root:Bone 180: cf_j_thumb02_L INFO:root:Bone 181: cf_j_thumb03_L INFO:root:Bone 182: cf_j_thumb04_L INFO:root:Bone 183: k_f_handL_00 INFO:root:Bone 184: k_f_handL_01 INFO:root:Bone 185: k_f_handL_02 INFO:root:Bone 186: KKS_Colliders_cf_s_hand_L INFO:root:Bone 187: cf_s_elbo_L INFO:root:Bone 188: cf_s_forearm01_L INFO:root:Bone 189: a_n_elbo_L INFO:root:Bone 190: cf_s_elboback_L INFO:root:Bone 191: k_f_armlowL_00 INFO:root:Bone 192: k_f_armlowL_01 INFO:root:Bone 193: k_f_armlowL_02 INFO:root:Bone 194: k_f_armlowL_03 INFO:root:Bone 195: cf_d_shoulder_R INFO:root:Bone 196: cf_j_shoulder_R INFO:root:Bone 197: cf_d_shoulder02_R INFO:root:Bone 198: cf_s_shoulder02_R INFO:root:Bone 199: a_n_shoulder_R INFO:root:Bone 200: k_f_shoulderR_00 INFO:root:Bone 201: k_f_shoulderR_01 INFO:root:Bone 202: k_f_shoulderR_02 INFO:root:Bone 203: k_f_shoulderR_03 INFO:root:Bone 204: cf_hit_shoulder_R INFO:root:Bone 205: cf_j_arm00_R INFO:root:Bone 206: cf_d_arm01_R INFO:root:Bone 207: cf_s_arm01_R INFO:root:Bone 208: cf_d_arm02_R INFO:root:Bone 209: cf_s_arm02_R INFO:root:Bone 210: a_n_arm_R INFO:root:Bone 211: k_f_armupR_00 INFO:root:Bone 212: k_f_armupR_01 INFO:root:Bone 213: k_f_armupR_02 INFO:root:Bone 214: k_f_armupR_03 INFO:root:Bone 215: KKS_Colliders_cf_s_arm02_R INFO:root:Bone 216: cf_d_arm03_R INFO:root:Bone 217: cf_s_arm03_R INFO:root:Bone 218: cf_hit_arm_R INFO:root:Bone 219: cf_j_forearm01_R INFO:root:Bone 220: cf_d_forearm02_R INFO:root:Bone 221: cf_s_forearm02_R INFO:root:Bone 222: cf_hit_wrist_R INFO:root:Bone 223: KKS_Colliders_cf_s_forearm02_R INFO:root:Bone 224: cf_d_wrist_R INFO:root:Bone 225: cf_s_wrist_R INFO:root:Bone 226: a_n_wrist_R INFO:root:Bone 227: cf_d_hand_R INFO:root:Bone 228: cf_j_hand_R INFO:root:Bone 229: cf_s_hand_R INFO:root:Bone 230: a_n_hand_R INFO:root:Bone 231: cf_j_index01_R INFO:root:Bone 232: a_n_ind_R INFO:root:Bone 233: cf_j_index02_R INFO:root:Bone 234: cf_j_index03_R INFO:root:Bone 235: cf_j_index04_R INFO:root:Bone 236: cf_j_little01_R INFO:root:Bone 237: cf_j_little02_R INFO:root:Bone 238: cf_j_little03_R INFO:root:Bone 239: cf_j_little04_R INFO:root:Bone 240: k_f_handR_00 INFO:root:Bone 241: cf_j_middle01_R INFO:root:Bone 242: a_n_mid_R INFO:root:Bone 243: cf_j_middle02_R INFO:root:Bone 244: cf_j_middle03_R INFO:root:Bone 245: cf_j_middle04_R INFO:root:Bone 246: k_f_handR_01 INFO:root:Bone 247: cf_j_ring01_R INFO:root:Bone 248: a_n_ring_R INFO:root:Bone 249: cf_j_ring02_R INFO:root:Bone 250: cf_j_ring03_R INFO:root:Bone 251: cf_j_ring04_R INFO:root:Bone 252: k_f_handR_02 INFO:root:Bone 253: cf_j_thumb01_R INFO:root:Bone 254: cf_j_thumb02_R INFO:root:Bone 255: cf_j_thumb03_R INFO:root:Bone 256: cf_j_thumb04_R INFO:root:Bone 257: k_f_handR_03 INFO:root:Bone 258: KKS_Colliders_cf_s_hand_R INFO:root:Bone 259: cf_s_elbo_R INFO:root:Bone 260: cf_s_forearm01_R INFO:root:Bone 261: a_n_elbo_R INFO:root:Bone 262: cf_s_elboback_R INFO:root:Bone 263: k_f_armlowR_00 INFO:root:Bone 264: k_f_armlowR_01 INFO:root:Bone 265: k_f_armlowR_02 INFO:root:Bone 266: k_f_armlowR_03 INFO:root:Bone 267: cf_d_spinesk_00 INFO:root:Bone 268: cf_j_spinesk_00 INFO:root:Bone 269: cf_j_spinesk_01 INFO:root:Bone 270: cf_j_spinesk_02 INFO:root:Bone 271: cf_j_spinesk_03 INFO:root:Bone 272: cf_j_spinesk_04 INFO:root:Bone 273: cf_j_spinesk_05 INFO:root:Bone 274: cf_j_neck INFO:root:Bone 275: cf_j_head INFO:root:Bone 276: cf_s_head INFO:root:Bone 277: aim INFO:root:Bone 278: cf_j_tang_01 INFO:root:Bone 279: cf_j_tang_02 INFO:root:Bone 280: cf_j_tang_03 INFO:root:Bone 281: cf_j_tang_04 INFO:root:Bone 282: cf_j_tang_05 INFO:root:Bone 283: cf_j_tang_L_05 INFO:root:Bone 284: cf_j_tang_R_05 INFO:root:Bone 285: cf_j_tang_L_04 INFO:root:Bone 286: cf_j_tang_R_04 INFO:root:Bone 287: cf_j_tang_L_03 INFO:root:Bone 288: cf_j_tang_R_03 INFO:root:Bone 289: k_f_head_00 INFO:root:Bone 290: k_f_head_03 INFO:root:Bone 291: k_f_head_02 INFO:root:Bone 292: k_f_head_01 INFO:root:Bone 293: cf_hit_head INFO:root:Bone 294: N_EyesLookTargetP INFO:root:Bone 295: N_EyesLookTarget INFO:root:Bone 296: p_cf_head_bone INFO:root:Bone 297: cf_J_N_FaceRoot INFO:root:Bone 298: cf_J_FaceRoot INFO:root:Bone 299: cf_J_FaceBase INFO:root:Bone 300: cf_J_FaceLow_tz INFO:root:Bone 301: a_n_mouth INFO:root:Bone 302: cf_J_FaceLow_sx INFO:root:Bone 303: cf_J_CheekUpBase INFO:root:Bone 304: cf_J_CheekUp_s_L INFO:root:Bone 305: cf_J_CheekUp_s_R INFO:root:Bone 306: cf_J_Chin_Base INFO:root:Bone 307: cf_J_CheekLow_s_L INFO:root:Bone 308: cf_J_CheekLow_s_R INFO:root:Bone 309: cf_J_Chin_s INFO:root:Bone 310: cf_J_ChinTip_Base INFO:root:Bone 311: cf_J_ChinLow INFO:root:Bone 312: cf_J_MouthBase_ty INFO:root:Bone 313: cf_J_MouthBase_rx INFO:root:Bone 314: cf_J_MouthCavity INFO:root:Bone 315: cf_J_MouthMove INFO:root:Bone 316: cf_J_Mouth_L INFO:root:Bone 317: cf_J_Mouth_R INFO:root:Bone 318: cf_J_MouthLow INFO:root:Bone 319: cf_J_Mouthup INFO:root:Bone 320: cf_J_FaceUp_ty INFO:root:Bone 321: a_n_hair_pin_R INFO:root:Bone 322: a_n_hair_pin INFO:root:Bone 323: a_n_hair_pony INFO:root:Bone 324: ca_slot18 INFO:root:Bone 325: hair_pony046 INFO:root:Bone 326: N_move INFO:root:Bone 327: Hair_R INFO:root:Bone 328: _yure_hair_h50_P01a INFO:root:Bone 329: _yure_hair_P01b INFO:root:Bone 330: _yure_hair_P01c INFO:root:Bone 331: _yure_hair_P01d INFO:root:Bone 332: _yure_hair_P01e INFO:root:Bone 333: _yure_hair_P01f INFO:root:Bone 334: _yure_hair_P01g INFO:root:Bone 335: HairPony046 INFO:root:Bone 336: ca_slot19 INFO:root:Bone 337: N_chouisei INFO:root:Bone 338: N_move 14160 INFO:root:Bone 339: acs_O_torus INFO:root:Bone 340: a_n_hair_twin_L INFO:root:Bone 341: a_n_hair_twin_R INFO:root:Bone 342: a_n_head INFO:root:Bone 343: a_n_headflont INFO:root:Bone 344: a_n_headside INFO:root:Bone 345: ca_slot14 INFO:root:Bone 346: N_move 14300 INFO:root:Bone 347: cf_hair_base_a INFO:root:Bone 348: ca_slot15 INFO:root:Bone 349: N_move 14390 INFO:root:Bone 350: root INFO:root:Bone 351: N_move2 INFO:root:Bone 352: root2 INFO:root:Bone 353: cf_hair_maf_01_2_b INFO:root:Bone 354: cf_hair_maf_01_1_b INFO:root:Bone 355: ca_slot16 INFO:root:Bone 356: N_move 14560 INFO:root:Bone 357: root 14570 INFO:root:Bone 358: joint1-1 INFO:root:Bone 359: joint1-2 INFO:root:Bone 360: joint1-3 INFO:root:Bone 361: joint1-4 INFO:root:Bone 362: joint2-1 INFO:root:Bone 363: joint2-2 INFO:root:Bone 364: joint2-3 INFO:root:Bone 365: joint2-4 INFO:root:Bone 366: joint2-5 INFO:root:Bone 367: joint3-1 INFO:root:Bone 368: joint3-2 INFO:root:Bone 369: joint3-3 INFO:root:Bone 370: joint3-4 INFO:root:Bone 371: joint4-1 INFO:root:Bone 372: joint4-2 INFO:root:Bone 373: joint4-3 INFO:root:Bone 374: joint4-4 INFO:root:Bone 375: joint4-5 INFO:root:Bone 376: N_hairfront108 INFO:root:Bone 377: cf_hair_f_108_00 INFO:root:Bone 378: cf_hair_f_108_01 INFO:root:Bone 379: cf_hair_f_108_02 INFO:root:Bone 380: cf_hair_f_108_03 INFO:root:Bone 381: ca_slot17 INFO:root:Bone 382: N_move 14910 INFO:root:Bone 383: root 14920 INFO:root:Bone 384: joint5-1 INFO:root:Bone 385: joint5-2 INFO:root:Bone 386: joint5-3 INFO:root:Bone 387: joint5-4 INFO:root:Bone 388: joint5-5 INFO:root:Bone 389: N_hairfront01 INFO:root:Bone 390: cf_hair_idol_hair_f_00 INFO:root:Bone 391: cf_acs_idol_hair_f_03 INFO:root:Bone 392: a_n_headtop INFO:root:Bone 393: cf_J_EarBase_ry_L INFO:root:Bone 394: cf_J_EarLow_L INFO:root:Bone 395: cf_J_EarRing_L INFO:root:Bone 396: a_n_earrings_L INFO:root:Bone 397: cf_J_EarUp_L INFO:root:Bone 398: cf_J_EarBase_ry_R INFO:root:Bone 399: cf_J_EarLow_R INFO:root:Bone 400: cf_J_EarRing_R INFO:root:Bone 401: a_n_earrings_R INFO:root:Bone 402: cf_J_EarUp_R INFO:root:Bone 403: cf_J_FaceUp_tz INFO:root:Bone 404: cf_J_Eye_tz INFO:root:Bone 405: cf_J_Eye_txdam_L INFO:root:Bone 406: cf_J_Eye_tx_L INFO:root:Bone 407: cf_J_Eye_rz_L INFO:root:Bone 408: cf_J_CheekUp2_L INFO:root:Bone 409: cf_J_Eye01_s_L INFO:root:Bone 410: cf_J_Eye02_s_L INFO:root:Bone 411: cf_J_Eye03_s_L INFO:root:Bone 412: cf_J_Eye04_s_L INFO:root:Bone 413: cf_J_Eye05_s_L INFO:root:Bone 414: cf_J_Eye06_s_L INFO:root:Bone 415: cf_J_Eye07_s_L INFO:root:Bone 416: cf_J_Eye08_s_L INFO:root:Bone 417: cf_J_hitomi_tx_L INFO:root:Bone 418: EyeTargetL INFO:root:Bone 419: cf_J_Eye_txdam_R INFO:root:Bone 420: cf_J_Eye_tx_R INFO:root:Bone 421: cf_J_Eye_rz_R INFO:root:Bone 422: cf_J_CheekUp2_R INFO:root:Bone 423: cf_J_Eye01_s_R INFO:root:Bone 424: cf_J_Eye02_s_R INFO:root:Bone 425: cf_J_Eye03_s_R INFO:root:Bone 426: cf_J_Eye04_s_R INFO:root:Bone 427: cf_J_Eye05_s_R INFO:root:Bone 428: cf_J_Eye06_s_R INFO:root:Bone 429: cf_J_Eye07_s_R INFO:root:Bone 430: cf_J_Eye08_s_R INFO:root:Bone 431: cf_J_hitomi_tx_R INFO:root:Bone 432: EyeTargetR INFO:root:Bone 433: n_cam_tc INFO:root:Bone 434: n_cam_tc_f INFO:root:Bone 435: n_cam_tl INFO:root:Bone 436: n_cam_tr INFO:root:Bone 437: n_cam_tc 15480 INFO:root:Bone 438: n_cam_tc_f 15490 INFO:root:Bone 439: n_cam_tl 15500 INFO:root:Bone 440: n_cam_tr 15510 INFO:root:Bone 441: cf_J_Mayu_ty INFO:root:Bone 442: cf_J_Mayumoto_L INFO:root:Bone 443: cf_J_Mayu_L INFO:root:Bone 444: cf_J_MayuMid_s_L INFO:root:Bone 445: cf_J_MayuTip_s_L INFO:root:Bone 446: cf_J_Mayumoto_R INFO:root:Bone 447: cf_J_Mayu_R INFO:root:Bone 448: cf_J_MayuMid_s_R INFO:root:Bone 449: cf_J_MayuTip_s_R INFO:root:Bone 450: ct_hairB INFO:root:Bone 451: ct_hairF INFO:root:Bone 452: ct_hairS INFO:root:Bone 453: ct_hairO_01 INFO:root:Bone 454: cf_J_NoseBase INFO:root:Bone 455: cf_J_NoseBase_rx INFO:root:Bone 456: a_n_nose INFO:root:Bone 457: cf_J_Nose_rx INFO:root:Bone 458: cf_J_Nose_tip INFO:root:Bone 459: cf_J_NoseBridge_ty INFO:root:Bone 460: cf_J_megane_rx_ear INFO:root:Bone 461: a_n_megane INFO:root:Bone 462: cf_J_NoseBridge_rx INFO:root:Bone 463: n_cam_front INFO:root:Bone 464: n_cam_front 15830 INFO:root:Bone 465: ct_head INFO:root:Bone 466: N_tonn_face INFO:root:Bone 467: N_cf_haed INFO:root:Bone 468: cf_O_face INFO:root:Bone 469: Highlight_cf_O_face_rend INFO:root:Bone 470: cf_O_mayuge INFO:root:Bone 471: cf_O_noseline INFO:root:Bone 472: cf_O_tooth INFO:root:Bone 473: n_eyebase INFO:root:Bone 474: cf_O_eyeline INFO:root:Bone 475: cf_O_eyeline_low INFO:root:Bone 476: cf_Ohitomi_L INFO:root:Bone 477: cf_Ohitomi_R INFO:root:Bone 478: n_hitomi INFO:root:Bone 479: cf_Ohitomi_L02 INFO:root:Bone 480: cf_Ohitomi_R02 INFO:root:Bone 481: n_special INFO:root:Bone 482: o_tang INFO:root:Bone 483: cf_s_neck INFO:root:Bone 484: a_n_neck INFO:root:Bone 485: cf_hit_neck INFO:root:Bone 486: k_f_neck_00 INFO:root:Bone 487: k_f_neck_01 INFO:root:Bone 488: k_f_neck_02 INFO:root:Bone 489: k_f_neck_03 INFO:root:Bone 490: HeadRef INFO:root:Bone 491: cf_s_spine03 INFO:root:Bone 492: a_n_back INFO:root:Bone 493: a_n_back_L INFO:root:Bone 494: a_n_back_R INFO:root:Bone 495: a_n_bust INFO:root:Bone 496: a_n_bust_f INFO:root:Bone 497: k_f_spine03_00 INFO:root:Bone 498: cf_hit_spine03 INFO:root:Bone 499: k_f_spine03_01 INFO:root:Bone 500: k_f_spine03_02 INFO:root:Bone 501: k_f_spine03_03 INFO:root:Bone 502: NeckRef INFO:root:Bone 503: cf_hit_spine03_2 INFO:root:Bone 504: N_NeckLookTargetP INFO:root:Bone 505: N_NeckLookTarget INFO:root:Bone 506: cf_s_spine02 INFO:root:Bone 507: k_f_spine02_03 INFO:root:Bone 508: k_f_spine02_00 INFO:root:Bone 509: k_f_spine02_01 INFO:root:Bone 510: k_f_spine02_02 INFO:root:Bone 511: cf_hit_spine02 INFO:root:Bone 512: cf_s_spine01 INFO:root:Bone 513: k_f_spine01_00 INFO:root:Bone 514: k_f_spine01_01 INFO:root:Bone 515: k_f_spine01_02 INFO:root:Bone 516: k_f_spine01_03 INFO:root:Bone 517: cf_j_waist01 INFO:root:Bone 518: cf_d_sk_top INFO:root:Bone 519: cf_d_sk_00_00 INFO:root:Bone 520: cf_j_sk_00_00 INFO:root:Bone 521: cf_j_sk_00_01 INFO:root:Bone 522: cf_j_sk_00_02 INFO:root:Bone 523: cf_j_sk_00_03 INFO:root:Bone 524: cf_j_sk_00_04 INFO:root:Bone 525: cf_j_sk_00_05 INFO:root:Bone 526: cf_d_sk_01_00 INFO:root:Bone 527: cf_j_sk_01_00 INFO:root:Bone 528: cf_j_sk_01_01 INFO:root:Bone 529: cf_j_sk_01_02 INFO:root:Bone 530: cf_j_sk_01_03 INFO:root:Bone 531: cf_j_sk_01_04 INFO:root:Bone 532: cf_j_sk_01_05 INFO:root:Bone 533: cf_d_sk_02_00 INFO:root:Bone 534: cf_j_sk_02_00 INFO:root:Bone 535: cf_j_sk_02_01 INFO:root:Bone 536: cf_j_sk_02_02 INFO:root:Bone 537: cf_j_sk_02_03 INFO:root:Bone 538: cf_j_sk_02_04 INFO:root:Bone 539: cf_j_sk_02_05 INFO:root:Bone 540: cf_d_sk_03_00 INFO:root:Bone 541: cf_j_sk_03_00 INFO:root:Bone 542: cf_j_sk_03_01 INFO:root:Bone 543: cf_j_sk_03_02 INFO:root:Bone 544: cf_j_sk_03_03 INFO:root:Bone 545: cf_j_sk_03_04 INFO:root:Bone 546: cf_j_sk_03_05 INFO:root:Bone 547: cf_d_sk_04_00 INFO:root:Bone 548: cf_j_sk_04_00 INFO:root:Bone 549: cf_j_sk_04_01 INFO:root:Bone 550: cf_j_sk_04_02 INFO:root:Bone 551: cf_j_sk_04_03 INFO:root:Bone 552: cf_j_sk_04_04 INFO:root:Bone 553: cf_j_sk_04_05 INFO:root:Bone 554: cf_d_sk_05_00 INFO:root:Bone 555: cf_j_sk_05_00 INFO:root:Bone 556: cf_j_sk_05_01 INFO:root:Bone 557: cf_j_sk_05_02 INFO:root:Bone 558: cf_j_sk_05_03 INFO:root:Bone 559: cf_j_sk_05_04 INFO:root:Bone 560: cf_j_sk_05_05 INFO:root:Bone 561: cf_d_sk_06_00 INFO:root:Bone 562: cf_j_sk_06_00 INFO:root:Bone 563: cf_j_sk_06_01 INFO:root:Bone 564: cf_j_sk_06_02 INFO:root:Bone 565: cf_j_sk_06_03 INFO:root:Bone 566: cf_j_sk_06_04 INFO:root:Bone 567: cf_j_sk_06_05 INFO:root:Bone 568: cf_d_sk_07_00 INFO:root:Bone 569: cf_j_sk_07_00 INFO:root:Bone 570: cf_j_sk_07_01 INFO:root:Bone 571: cf_j_sk_07_02 INFO:root:Bone 572: cf_j_sk_07_03 INFO:root:Bone 573: cf_j_sk_07_04 INFO:root:Bone 574: cf_j_sk_07_05 INFO:root:Bone 575: cf_hit_berry INFO:root:Bone 576: cf_hit_waist_L INFO:root:Bone 577: cf_j_waist02 INFO:root:Bone 578: cf_d_siri_L INFO:root:Bone 579: cf_d_siri01_L INFO:root:Bone 580: cf_j_siri_L_01 INFO:root:Bone 581: cf_j_siri_L INFO:root:Bone 582: cf_s_siri_L INFO:root:Bone 583: cf_hit_siri_L INFO:root:Bone 584: k_f_siriL_00 INFO:root:Bone 585: k_f_siriL_01 INFO:root:Bone 586: k_f_siriL_02 INFO:root:Bone 587: k_f_siriL_03 INFO:root:Bone 588: cf_d_ana INFO:root:Bone 589: cf_j_ana INFO:root:Bone 590: cf_s_ana INFO:root:Bone 591: a_n_ana INFO:root:Bone 592: k_f_ana_00 INFO:root:Bone 593: k_f_ana_01 INFO:root:Bone 594: k_f_ana_02 INFO:root:Bone 595: k_f_ana_03 INFO:root:Bone 596: cf_d_kokan INFO:root:Bone 597: cf_j_kokan INFO:root:Bone 598: a_n_kokan INFO:root:Bone 599: cf_n_pee INFO:root:Bone 600: k_f_kokan_00 INFO:root:Bone 601: k_f_kokan_01 INFO:root:Bone 602: k_f_kokan_02 INFO:root:Bone 603: k_f_kokan_03 INFO:root:Bone 604: cm_J_dan_top INFO:root:Bone 605: cm_J_dan100_00 INFO:root:Bone 606: cm_J_dan101_00 INFO:root:Bone 607: a_n_dan INFO:root:Bone 608: cm_J_dan109_00 INFO:root:Bone 609: k_f_dansaki00_00 INFO:root:Bone 610: k_f_dansaki00_01 INFO:root:Bone 611: k_f_dansaki00_02 INFO:root:Bone 612: k_f_dansaki00_03 INFO:root:Bone 613: k_f_dansao00_00 INFO:root:Bone 614: k_f_dansao00_01 INFO:root:Bone 615: k_f_dansao00_02 INFO:root:Bone 616: k_f_dansao00_03 INFO:root:Bone 617: cm_J_dan_f_top INFO:root:Bone 618: cm_J_dan_f_L INFO:root:Bone 619: k_f_tamaL_00 INFO:root:Bone 620: k_f_tamaL_01 INFO:root:Bone 621: k_f_tamaL_02 INFO:root:Bone 622: k_f_tamaL_03 INFO:root:Bone 623: cm_J_dan_Pivot_f_L INFO:root:Bone 624: cm_J_dan_Dynamic_f_L INFO:root:Bone 625: cm_J_dan_f_R INFO:root:Bone 626: k_f_tamaR_00 INFO:root:Bone 627: k_f_tamaR_01 INFO:root:Bone 628: k_f_tamaR_02 INFO:root:Bone 629: k_f_tamaR_03 INFO:root:Bone 630: cm_J_dan_Pivot_f_R INFO:root:Bone 631: cm_J_dan_Dynamic_f_R INFO:root:Bone 632: k_f_tamaC_00 INFO:root:Bone 633: k_f_tamaC_01 INFO:root:Bone 634: k_f_tamaC_02 INFO:root:Bone 635: k_f_tamaC_03 INFO:root:Bone 636: cf_d_siri_R INFO:root:Bone 637: cf_d_siri01_R INFO:root:Bone 638: cf_j_siri_R_01 INFO:root:Bone 639: cf_j_siri_R INFO:root:Bone 640: cf_s_siri_R INFO:root:Bone 641: cf_hit_siri_R INFO:root:Bone 642: k_f_siriR_00 INFO:root:Bone 643: k_f_siriR_01 INFO:root:Bone 644: k_f_siriR_02 INFO:root:Bone 645: k_f_siriR_03 INFO:root:Bone 646: cf_d_sirihit_L INFO:root:Bone 647: cf_j_thigh00_L INFO:root:Bone 648: cf_d_thigh01_L INFO:root:Bone 649: cf_s_thigh01_L INFO:root:Bone 650: cf_hit_thigh01_L INFO:root:Bone 651: k_f_legupL_00 INFO:root:Bone 652: k_f_legupL_01 INFO:root:Bone 653: k_f_legupL_02 INFO:root:Bone 654: k_f_legupL_03 INFO:root:Bone 655: KKS_Colliders_cf_s_thigh01_L INFO:root:Bone 656: KKS_Colliders_cf_s_thigh01_L__2 INFO:root:Bone 657: cf_d_thigh02_L INFO:root:Bone 658: cf_s_thigh02_L INFO:root:Bone 659: a_n_leg_L INFO:root:Bone 660: cf_hit_thigh02_L INFO:root:Bone 661: KKS_Colliders_cf_s_thigh02_L INFO:root:Bone 662: cf_d_thigh03_L INFO:root:Bone 663: cf_s_thigh03_L INFO:root:Bone 664: cf_j_leg01_L INFO:root:Bone 665: cf_d_kneeF_L INFO:root:Bone 666: k_f_legkneeL_00 INFO:root:Bone 667: k_f_legkneeL_01 INFO:root:Bone 668: k_f_legkneeL_02 INFO:root:Bone 669: k_f_legkneeL_03 INFO:root:Bone 670: cf_d_leg02_L INFO:root:Bone 671: cf_s_leg02_L INFO:root:Bone 672: cf_d_leg03_L INFO:root:Bone 673: cf_s_leg03_L INFO:root:Bone 674: a_n_ankle_L INFO:root:Bone 675: k_f_ancleL_00 INFO:root:Bone 676: k_f_ancleL_01 INFO:root:Bone 677: k_f_ancleL_02 INFO:root:Bone 678: k_f_ancleL_03 INFO:root:Bone 679: cf_j_leg03_L INFO:root:Bone 680: cf_j_foot_L INFO:root:Bone 681: a_n_heel_L INFO:root:Bone 682: cf_hit_leg02_L INFO:root:Bone 683: cf_j_toes_L INFO:root:Bone 684: k_f_toeL_00 INFO:root:Bone 685: k_f_toeL_01 INFO:root:Bone 686: k_f_toeL_02 INFO:root:Bone 687: k_f_toeL_03 INFO:root:Bone 688: cf_j_toes0_L INFO:root:Bone 689: cf_j_toes1_L INFO:root:Bone 690: cf_j_toes10_L INFO:root:Bone 691: cf_j_toes2_L INFO:root:Bone 692: cf_j_toes20_L INFO:root:Bone 693: cf_j_toes3_L INFO:root:Bone 694: cf_j_toes30_L INFO:root:Bone 695: cf_j_toes4_L INFO:root:Bone 696: cf_s_leg01_L INFO:root:Bone 697: a_n_knee_L INFO:root:Bone 698: cf_hit_thigh03_L INFO:root:Bone 699: cf_hit_leg01_L INFO:root:Bone 700: cf_s_kneeB_L INFO:root:Bone 701: k_f_leglowL_00 INFO:root:Bone 702: k_f_leglowL_01 INFO:root:Bone 703: k_f_leglowL_02 INFO:root:Bone 704: k_f_leglowL_03 INFO:root:Bone 705: cf_d_sirihit_R INFO:root:Bone 706: cf_j_thigh00_R INFO:root:Bone 707: cf_d_thigh01_R INFO:root:Bone 708: cf_s_thigh01_R INFO:root:Bone 709: cf_hit_thigh01_R INFO:root:Bone 710: k_f_legupR_00 INFO:root:Bone 711: k_f_legupR_01 INFO:root:Bone 712: k_f_legupR_02 INFO:root:Bone 713: k_f_legupR_03 INFO:root:Bone 714: KKS_Colliders_cf_s_thigh01_R INFO:root:Bone 715: KKS_Colliders_cf_s_thigh01_R__2 INFO:root:Bone 716: cf_d_thigh02_R INFO:root:Bone 717: cf_s_thigh02_R INFO:root:Bone 718: a_n_leg_R INFO:root:Bone 719: cf_hit_thigh02_R INFO:root:Bone 720: KKS_Colliders_cf_s_thigh02_R INFO:root:Bone 721: cf_d_thigh03_R INFO:root:Bone 722: cf_s_thigh03_R INFO:root:Bone 723: cf_j_leg01_R INFO:root:Bone 724: cf_d_kneeF_R INFO:root:Bone 725: k_f_legkneeR_00 INFO:root:Bone 726: k_f_legkneeR_01 INFO:root:Bone 727: k_f_legkneeR_02 INFO:root:Bone 728: k_f_legkneeR_03 INFO:root:Bone 729: cf_d_leg02_R INFO:root:Bone 730: cf_s_leg02_R INFO:root:Bone 731: cf_d_leg03_R INFO:root:Bone 732: cf_s_leg03_R INFO:root:Bone 733: a_n_ankle_R INFO:root:Bone 734: k_f_ancleR_00 INFO:root:Bone 735: k_f_ancleR_01 INFO:root:Bone 736: k_f_ancleR_02 INFO:root:Bone 737: k_f_ancleR_03 INFO:root:Bone 738: cf_j_leg03_R INFO:root:Bone 739: cf_j_foot_R INFO:root:Bone 740: a_n_heel_R INFO:root:Bone 741: cf_hit_leg02_R INFO:root:Bone 742: cf_j_toes_R INFO:root:Bone 743: k_f_toeR_00 INFO:root:Bone 744: k_f_toeR_01 INFO:root:Bone 745: k_f_toeR_02 INFO:root:Bone 746: k_f_toeR_03 INFO:root:Bone 747: cf_j_toes0_R INFO:root:Bone 748: cf_j_toes1_R INFO:root:Bone 749: cf_j_toes10_R INFO:root:Bone 750: cf_j_toes2_R INFO:root:Bone 751: cf_j_toes20_R INFO:root:Bone 752: cf_j_toes3_R INFO:root:Bone 753: cf_j_toes30_R INFO:root:Bone 754: cf_j_toes4_R INFO:root:Bone 755: cf_s_leg01_R INFO:root:Bone 756: a_n_knee_R INFO:root:Bone 757: cf_hit_thigh03_R INFO:root:Bone 758: cf_hit_leg01_R INFO:root:Bone 759: cf_s_kneeB_R INFO:root:Bone 760: k_f_leglowR_00 INFO:root:Bone 761: k_f_leglowR_01 INFO:root:Bone 762: k_f_leglowR_02 INFO:root:Bone 763: k_f_leglowR_03 INFO:root:Bone 764: cf_s_waist02 INFO:root:Bone 765: cf_hit_waist02 INFO:root:Bone 766: cf_s_leg_L INFO:root:Bone 767: cf_s_leg_R INFO:root:Bone 768: k_f_kosi02_00 INFO:root:Bone 769: k_f_kosi02_01 INFO:root:Bone 770: k_f_kosi02_02 INFO:root:Bone 771: k_f_kosi02_03 INFO:root:Bone 772: cf_J_Vagina_root INFO:root:Bone 773: cf_J_Vagina_Pivot_B INFO:root:Bone 774: cf_J_Vagina_B INFO:root:Bone 775: cf_J_Vagina_Inner_B INFO:root:Bone 776: cf_J_Vagina_Pivot_F INFO:root:Bone 777: cf_J_Vagina_F INFO:root:Bone 778: cf_J_Vagina_Pivot_L.005 INFO:root:Bone 779: cf_J_Vagina_L.005 INFO:root:Bone 780: cf_J_Vagina_Pivot_R.005 INFO:root:Bone 781: cf_J_Vagina_R.005 INFO:root:Bone 782: cf_J_Vagina_Pivot_L.004 INFO:root:Bone 783: cf_J_Vagina_L.004 INFO:root:Bone 784: cf_J_Vagina_Inner_B_L INFO:root:Bone 785: cf_J_Vagina_Pivot_R.004 INFO:root:Bone 786: cf_J_Vagina_R.004 INFO:root:Bone 787: cf_J_Vagina_Inner_B_R INFO:root:Bone 788: cf_J_Vagina_Pivot_L.001 INFO:root:Bone 789: cf_J_Vagina_L.001 INFO:root:Bone 790: cf_J_Vagina_Pivot_R.001 INFO:root:Bone 791: cf_J_Vagina_R.001 INFO:root:Bone 792: cf_J_Vagina_Pivot_L.002 INFO:root:Bone 793: cf_J_Vagina_L.002 INFO:root:Bone 794: cf_J_Vagina_Inner_F_L INFO:root:Bone 795: cf_J_Vagina_Pivot_R.002 INFO:root:Bone 796: cf_J_Vagina_R.002 INFO:root:Bone 797: cf_J_Vagina_Inner_F_R INFO:root:Bone 798: cf_J_Vagina_Pivot_L.003 INFO:root:Bone 799: cf_J_Vagina_L.003 INFO:root:Bone 800: cf_J_Vagina_Pivot_R.003 INFO:root:Bone 801: cf_J_Vagina_R.003 INFO:root:Bone 802: cf_J_Vagina_Pivot_Inner_F INFO:root:Bone 803: cf_J_Vagina_Inner_F INFO:root:Bone 804: cf_s_waist01 INFO:root:Bone 805: a_n_waist INFO:root:Bone 806: ca_slot00 INFO:root:Bone 807: CTA_cf_o_root_ INFO:root:Bone 808: CTA_clothes_00_ INFO:root:Bone 809: CTA_top_jacket_ INFO:root:Bone 810: CTA_ja_usagi_ INFO:root:Bone 811: CTA_n_top_a_ INFO:root:Bone 812: CTA_n_bot_a_ INFO:root:Bone 813: CTA_o_usagiP_bot_a_ INFO:root:Bone 814: CTA_o_emblem_usagiP_ INFO:root:Bone 815: CTA_o_usagiP_top_a_ INFO:root:Bone 816: a_n_waist_b INFO:root:Bone 817: a_n_waist_f INFO:root:Bone 818: a_n_waist_L INFO:root:Bone 819: a_n_waist_R INFO:root:Bone 820: k_f_kosi01_00 INFO:root:Bone 821: k_f_kosi01_01 INFO:root:Bone 822: k_f_kosi01_02 INFO:root:Bone 823: k_f_kosi01_03 INFO:root:Bone 824: cf_hit_waist01 INFO:root:Bone 825: cf_pv_root INFO:root:Bone 826: cf_pv_elbo_L INFO:root:Bone 827: cf_pv_elbo_R INFO:root:Bone 828: cf_pv_foot_L INFO:root:Bone 829: cf_pv_foot_R INFO:root:Bone 830: cf_pv_hand_L INFO:root:Bone 831: cf_pv_hand_R INFO:root:Bone 832: cf_pv_heel_L INFO:root:Bone 833: cf_pv_heel_R INFO:root:Bone 834: cf_pv_hips INFO:root:Bone 835: cf_ik_hips INFO:root:Bone 836: cf_kk_shoulder INFO:root:Bone 837: cf_pv_shoulder_L INFO:root:Bone 838: cf_pv_shoulder_R INFO:root:Bone 839: cf_kk_waist INFO:root:Bone 840: cf_pv_waist_L INFO:root:Bone 841: cf_pv_waist_R INFO:root:Bone 842: cf_pv_knee_L INFO:root:Bone 843: cf_pv_knee_R INFO:root:Bone 844: cf_pv_leg_L INFO:root:Bone 845: cf_pv_leg_R INFO:root:Bone 846: KKS_Colliders_cf_j_root INFO:root:Bone 847: p_cf_body_00 INFO:root:Bone 848: cf_o_root INFO:root:Bone 849: n_body INFO:root:Bone 850: o_body_a INFO:root:Bone 851: o_shadowcaster INFO:root:Bone 852: Highlight_o_body_a_rend INFO:root:Bone 853: n_tang INFO:root:Bone 854: ct_clothesTop INFO:root:Bone 855: ct_top_parts_A INFO:root:Bone 856: cf_o_root 21190 INFO:root:Bone 857: clothes_00 INFO:root:Bone 858: top_jacket INFO:root:Bone 859: inner04 INFO:root:Bone 860: n_top_a INFO:root:Bone 861: o_inner_a INFO:root:Bone 862: ct_top_parts_B INFO:root:Bone 863: p_cf_top_guiche INFO:root:Bone 864: n_o_root_kkss INFO:root:Bone 865: top INFO:root:Bone 866: top_guiche INFO:root:Bone 867: n_top_a 21370 INFO:root:Bone 868: top_guiche_a INFO:root:Bone 869: ct_top_parts_C INFO:root:Bone 870: cf_o_root 21470 INFO:root:Bone 871: clothes_00 21480 INFO:root:Bone 872: top_jacket 21490 INFO:root:Bone 873: n_top_a 21500 INFO:root:Bone 874: o_top_deco02 INFO:root:Bone 875: ct_clothesBot INFO:root:Bone 876: cf_o_root 21650 INFO:root:Bone 877: clothes_00 21660 INFO:root:Bone 878: bottoms INFO:root:Bone 879: skirt01 INFO:root:Bone 880: n_bot_a INFO:root:Bone 881: o_bot_skirt01_a INFO:root:Bone 882: db_skirt INFO:root:Bone 883: ct_bra INFO:root:Bone 884: cf_o_root 21800 INFO:root:Bone 885: clothes_00 21810 INFO:root:Bone 886: under INFO:root:Bone 887: bra INFO:root:Bone 888: bra01 INFO:root:Bone 889: n_top_a 21850 INFO:root:Bone 890: o_bra_a INFO:root:Bone 891: ct_shorts INFO:root:Bone 892: cf_o_root 21950 INFO:root:Bone 893: clothes_00 21960 INFO:root:Bone 894: under 21970 INFO:root:Bone 895: shorts INFO:root:Bone 896: shorts01 INFO:root:Bone 897: n_bot_a 22000 INFO:root:Bone 898: o_shorts_a INFO:root:Bone 899: ct_gloves INFO:root:Bone 900: cf_o_root 22130 INFO:root:Bone 901: clothes_00 22140 INFO:root:Bone 902: n_gloves INFO:root:Bone 903: N_glove_Army INFO:root:Bone 904: cf_o_glove_army INFO:root:Bone 905: ct_panst INFO:root:Bone 906: ct_socks INFO:root:Bone 907: cf_o_root 22260 INFO:root:Bone 908: clothes_00 22270 INFO:root:Bone 909: n_socks INFO:root:Bone 910: N_socks_cute INFO:root:Bone 911: cf_o_socks_cute INFO:root:Bone 912: op_01 INFO:root:Bone 913: cf_o_socks_cute_furiru INFO:root:Bone 914: ct_shoes_outer INFO:root:Bone 915: mj_flats INFO:root:Bone 916: mj_flats.sole INFO:root:----- Loaded 917 bones. INFO:root: INFO:root:------------------------------ INFO:root: Load Morphs INFO:root:------------------------------ INFO:root:VertexMorph 0: eye_face.f00_def_cl INFO:root:VertexMorph 1: eye_face.f00_def_op INFO:root:VertexMorph 2: eye_face.f00_egao_cl INFO:root:VertexMorph 3: eye_face.f00_egao_op INFO:root:VertexMorph 4: eye_face.f00_bisyou_op INFO:root:VertexMorph 5: eye_face.f00_winkl_op INFO:root:VertexMorph 6: eye_face.f00_winkr_op INFO:root:VertexMorph 7: eye_face.f00_setunai_op INFO:root:VertexMorph 8: eye_face.f00_tere_op INFO:root:VertexMorph 9: eye_face.f00_ikari_op INFO:root:VertexMorph 10: eye_face.f00_sinken_op INFO:root:VertexMorph 11: eye_face.f00_tumara_op INFO:root:VertexMorph 12: eye_face.f00_kurusi_op INFO:root:VertexMorph 13: eye_face.f00_keno_op INFO:root:VertexMorph 14: eye_face.f00_sian_op INFO:root:VertexMorph 15: eye_face.f00_kanasi_op INFO:root:VertexMorph 16: eye_face.f00_naki_op INFO:root:VertexMorph 17: eye_face.f00_aseri_op INFO:root:VertexMorph 18: eye_face.f00_rakutan_op INFO:root:VertexMorph 19: eye_face.f00_komaru_op INFO:root:VertexMorph 20: eye_face.f00_doya_op INFO:root:VertexMorph 21: eye_face.f00_gag INFO:root:VertexMorph 22: eye_face.f00_gyul_op INFO:root:VertexMorph 23: eye_face.f00_gyur_op INFO:root:VertexMorph 24: eye_face.f00_gyu_cl INFO:root:VertexMorph 25: eye_face.f00_gyul02_op INFO:root:VertexMorph 26: eye_face.f00_gyur02_op INFO:root:VertexMorph 27: eye_face.f00_gyu02_cl INFO:root:VertexMorph 28: kuti_face.f00_def_cl INFO:root:VertexMorph 29: kuti_face.f00_def_op INFO:root:VertexMorph 30: kuti_face.f00_egao_op INFO:root:VertexMorph 31: kuti_face.f00_bisyou_op INFO:root:VertexMorph 32: kuti_face.f00_uresi_cl INFO:root:VertexMorph 33: kuti_face.f00_uresi_op INFO:root:VertexMorph 34: kuti_face.f00_uresi_s_op INFO:root:VertexMorph 35: kuti_face.f00_uresi_ss_op INFO:root:VertexMorph 36: kuti_face.f00_doki_cl INFO:root:VertexMorph 37: kuti_face.f00_doki_s_op INFO:root:VertexMorph 38: kuti_face.f00_doki_s_cl INFO:root:VertexMorph 39: kuti_face.f00_doki_ss_cl INFO:root:VertexMorph 40: kuti_face.f00_doki_ss_op INFO:root:VertexMorph 41: kuti_face.f00_ikari_cl INFO:root:VertexMorph 42: kuti_face.f00_ikari_op INFO:root:VertexMorph 43: kuti_face.f00_ikari02_op INFO:root:VertexMorph 44: kuti_face.f00_sinken02_op INFO:root:VertexMorph 45: kuti_face.f00_sinken03_cl INFO:root:VertexMorph 46: kuti_face.f00_sinken03_op INFO:root:VertexMorph 47: kuti_face.f00_keno_op INFO:root:VertexMorph 48: kuti_face.f00_sabisi_op INFO:root:VertexMorph 49: kuti_face.f00_aseri_op INFO:root:VertexMorph 50: kuti_face.f00_human_cl INFO:root:VertexMorph 51: kuti_face.f00_akire_op INFO:root:VertexMorph 52: kuti_face.f00_odoro_op INFO:root:VertexMorph 53: kuti_face.f00_odoro_s_op INFO:root:VertexMorph 54: kuti_face.f00_doya_cl INFO:root:VertexMorph 55: kuti_face.f00_doya_op INFO:root:VertexMorph 56: kuti_face.f00_pero_cl INFO:root:VertexMorph 57: kuti_face.f00_name_op INFO:root:VertexMorph 58: kuti_face.f00_kuwae_op INFO:root:VertexMorph 59: kuti_face.f00_kisu_op INFO:root:VertexMorph 60: kuti_face.f00_name02_op INFO:root:VertexMorph 61: kuti_face.f00_a_s_op INFO:root:VertexMorph 62: kuti_face.f00_a_l_op INFO:root:VertexMorph 63: kuti_face.f00_i_s_op INFO:root:VertexMorph 64: kuti_face.f00_i_l_op INFO:root:VertexMorph 65: kuti_face.f00_u_s_op INFO:root:VertexMorph 66: kuti_face.f00_u_l_op INFO:root:VertexMorph 67: kuti_face.f00_e_s_op INFO:root:VertexMorph 68: kuti_face.f00_e_l_op INFO:root:VertexMorph 69: kuti_face.f00_o_s_op INFO:root:VertexMorph 70: kuti_face.f00_o_l_op INFO:root:VertexMorph 71: kuti_face.f00_n_s_cl INFO:root:VertexMorph 72: kuti_face.f00_n_l_cl INFO:root:VertexMorph 73: kuti_face.f00_neko_cl INFO:root:VertexMorph 74: kuti_face.f00_neko_op INFO:root:VertexMorph 75: kuti_face.f00_san_op INFO:root:VertexMorph 76: kuti_face.f00_niko_cl INFO:root:VertexMorph 77: kuti_face.f00_niko_op INFO:root:VertexMorph 78: kuti_face.f00_mogu_op INFO:root:VertexMorph 79: kuti_face.f00_mogu_cl INFO:root:VertexMorph 80: kuti_face.f00_tabe_op INFO:root:VertexMorph 81: sexfaces.lopsided.left.kuti_face.f00_sinken03_cl INFO:root:VertexMorph 82: sexfaces.lopsided.right.kuti_face.f00_sinken03_cl INFO:root:VertexMorph 83: sexfaces.lopsided.left.kuti_face.f00_n_s_cl INFO:root:VertexMorph 84: sexfaces.lopsided.right.kuti_face.f00_n_s_cl INFO:root:VertexMorph 85: sexfaces.lopsided.left.kuti_face.f00_n_l_cl INFO:root:VertexMorph 86: sexfaces.lopsided.right.kuti_face.f00_n_l_cl INFO:root:VertexMorph 87: eye_nose.nl00_def_cl INFO:root:VertexMorph 88: eye_nose.nl00_def_op INFO:root:VertexMorph 89: eye_nose.nl00_egao_cl INFO:root:VertexMorph 90: eye_nose.nl00_egao_op INFO:root:VertexMorph 91: eye_nose.nl00_bisyou_op INFO:root:VertexMorph 92: eye_nose.nl00_winkl_op INFO:root:VertexMorph 93: eye_nose.nl00_winkr_op INFO:root:VertexMorph 94: eye_nose.nl00_setunai_op INFO:root:VertexMorph 95: eye_nose.nl00_tere_op INFO:root:VertexMorph 96: eye_nose.nl00_ikari_op INFO:root:VertexMorph 97: eye_nose.nl00_sinken_op INFO:root:VertexMorph 98: eye_nose.nl00_tumara_op INFO:root:VertexMorph 99: eye_nose.nl00_kurusi_op INFO:root:VertexMorph 100: eye_nose.nl00_keno_op INFO:root:VertexMorph 101: eye_nose.nl00_sian_op INFO:root:VertexMorph 102: eye_nose.nl00_kanasi_op INFO:root:VertexMorph 103: eye_nose.nl00_naki_op INFO:root:VertexMorph 104: eye_nose.nl00_aseri_op INFO:root:VertexMorph 105: eye_nose.nl00_rakutan_op INFO:root:VertexMorph 106: eye_nose.nl00_komaru_op INFO:root:VertexMorph 107: eye_nose.nl00_doya_op INFO:root:VertexMorph 108: eye_nose.nl00_gag INFO:root:VertexMorph 109: eye_nose.nl00_gyul_op INFO:root:VertexMorph 110: eye_nose.nl00_gyur_op INFO:root:VertexMorph 111: eye_nose.nl00_gyu_cl INFO:root:VertexMorph 112: kuti_nose.nl00_def_cl INFO:root:VertexMorph 113: kuti_nose.nl00_def_op INFO:root:VertexMorph 114: kuti_nose.nl00_egao_op INFO:root:VertexMorph 115: kuti_nose.nl00_bisyou_op INFO:root:VertexMorph 116: kuti_nose.nl00_uresi_cl INFO:root:VertexMorph 117: kuti_nose.nl00_uresi_op INFO:root:VertexMorph 118: kuti_nose.nl00_uresi_s_op INFO:root:VertexMorph 119: kuti_nose.nl00_uresi_ss_op INFO:root:VertexMorph 120: kuti_nose.nl00_doki_cl INFO:root:VertexMorph 121: kuti_nose.nl00_doki_s_op INFO:root:VertexMorph 122: kuti_nose.nl00_doki_s_cl INFO:root:VertexMorph 123: kuti_nose.nl00_doki_ss_cl INFO:root:VertexMorph 124: kuti_nose.nl00_doki_ss_op INFO:root:VertexMorph 125: kuti_nose.nl00_ikari_cl INFO:root:VertexMorph 126: kuti_nose.nl00_ikari_op INFO:root:VertexMorph 127: kuti_nose.nl00_ikari02_op INFO:root:VertexMorph 128: kuti_nose.nl00_sinken02_op INFO:root:VertexMorph 129: kuti_nose.nl00_sinken03_cl INFO:root:VertexMorph 130: kuti_nose.nl00_sinken03_op INFO:root:VertexMorph 131: kuti_nose.nl00_keno_op INFO:root:VertexMorph 132: kuti_nose.nl00_sabisi_op INFO:root:VertexMorph 133: kuti_nose.nl00_aseri_op INFO:root:VertexMorph 134: kuti_nose.nl00_human_cl INFO:root:VertexMorph 135: kuti_nose.nl00_akire_op INFO:root:VertexMorph 136: kuti_nose.nl00_odoro_op INFO:root:VertexMorph 137: kuti_nose.nl00_odoro_s_op INFO:root:VertexMorph 138: kuti_nose.nl00_doya_cl INFO:root:VertexMorph 139: kuti_nose.nl00_doya_op INFO:root:VertexMorph 140: kuti_nose.nl00_pero_cl INFO:root:VertexMorph 141: kuti_nose.nl00_name_op INFO:root:VertexMorph 142: kuti_nose.nl00_kuwae_op INFO:root:VertexMorph 143: kuti_nose.nl00_kisu_op INFO:root:VertexMorph 144: kuti_nose.nl00_name02_op INFO:root:VertexMorph 145: kuti_nose.nl00_a_s_op INFO:root:VertexMorph 146: kuti_nose.nl00_a_l_op INFO:root:VertexMorph 147: kuti_nose.nl00_i_s_op INFO:root:VertexMorph 148: kuti_nose.nl00_i_l_op INFO:root:VertexMorph 149: kuti_nose.nl00_u_s_op INFO:root:VertexMorph 150: kuti_nose.nl00_u_l_op INFO:root:VertexMorph 151: kuti_nose.nl00_e_s_op INFO:root:VertexMorph 152: kuti_nose.nl00_e_l_op INFO:root:VertexMorph 153: kuti_nose.nl00_o_s_op INFO:root:VertexMorph 154: kuti_nose.nl00_o_l_op INFO:root:VertexMorph 155: kuti_nose.nl00_n_s_op INFO:root:VertexMorph 156: kuti_nose.nl00_n_l_op INFO:root:VertexMorph 157: kuti_nose.nl00_san_op INFO:root:VertexMorph 158: kuti_nose.nl00_niko_cl INFO:root:VertexMorph 159: kuti_nose.nl00_niko_op INFO:root:VertexMorph 160: sexfaces.lopsided.left.kuti_nose.nl00_sinken03_cl INFO:root:VertexMorph 161: sexfaces.lopsided.right.kuti_nose.nl00_sinken03_cl INFO:root:VertexMorph 162: sexfaces.lopsided.left.kuti_nose.nl00_n_s_op INFO:root:VertexMorph 163: sexfaces.lopsided.right.kuti_nose.nl00_n_s_op INFO:root:VertexMorph 164: sexfaces.lopsided.left.kuti_nose.nl00_n_l_op INFO:root:VertexMorph 165: sexfaces.lopsided.right.kuti_nose.nl00_n_l_op INFO:root:VertexMorph 166: eye_siroL.sL00_def_cl INFO:root:VertexMorph 167: eye_siroL.sL00_def_op INFO:root:VertexMorph 168: eye_siroL.sL00_egao_cl INFO:root:VertexMorph 169: eye_siroL.sL00_egao_op INFO:root:VertexMorph 170: eye_siroL.sL00_bisyou_op INFO:root:VertexMorph 171: eye_siroL.sL00_winkl_op INFO:root:VertexMorph 172: eye_siroL.sL00_winkr_op INFO:root:VertexMorph 173: eye_siroL.sL00_setunai_op INFO:root:VertexMorph 174: eye_siroL.sL00_tere_op INFO:root:VertexMorph 175: eye_siroL.sL00_ikari_op INFO:root:VertexMorph 176: eye_siroL.sL00_sinken_op INFO:root:VertexMorph 177: eye_siroL.sL00_tumara_op INFO:root:VertexMorph 178: eye_siroL.sL00_kurusi_op INFO:root:VertexMorph 179: eye_siroL.sL00_keno_op INFO:root:VertexMorph 180: eye_siroL.sL00_sian_op INFO:root:VertexMorph 181: eye_siroL.sL00_kanasi_op INFO:root:VertexMorph 182: eye_siroL.sL00_naki_op INFO:root:VertexMorph 183: eye_siroL.sL00_aseri_op INFO:root:VertexMorph 184: eye_siroL.sL00_rakutan_op INFO:root:VertexMorph 185: eye_siroL.sL00_komaru_op INFO:root:VertexMorph 186: eye_siroL.sL00_doya_op INFO:root:VertexMorph 187: eye_siroL.sL00_gyul_op INFO:root:VertexMorph 188: eye_siroL.sL00_gyur_op INFO:root:VertexMorph 189: eye_siroL.sL00_gyu_cl INFO:root:VertexMorph 190: eye_siroL.sL00_gyul02_op INFO:root:VertexMorph 191: eye_siroL.sL00_gyur02_op INFO:root:VertexMorph 192: eye_siroL.sL00_gyu02_cl INFO:root:VertexMorph 193: eye_siroR.sR00_def_cl INFO:root:VertexMorph 194: eye_siroR.sR00_def_op INFO:root:VertexMorph 195: eye_siroR.sR00_egao_cl INFO:root:VertexMorph 196: eye_siroR.sR00_egao_op INFO:root:VertexMorph 197: eye_siroR.sR00_bisyou_op INFO:root:VertexMorph 198: eye_siroR.sR00_winkl_op INFO:root:VertexMorph 199: eye_siroR.sR00_winkr_op INFO:root:VertexMorph 200: eye_siroR.sR00_setunai_op INFO:root:VertexMorph 201: eye_siroR.sR00_tere_op INFO:root:VertexMorph 202: eye_siroR.sR00_ikari_op INFO:root:VertexMorph 203: eye_siroR.sR00_sinken_op INFO:root:VertexMorph 204: eye_siroR.sR00_tumara_op INFO:root:VertexMorph 205: eye_siroR.sR00_kurusi_op INFO:root:VertexMorph 206: eye_siroR.sR00_keno_op INFO:root:VertexMorph 207: eye_siroR.sR00_sian_op INFO:root:VertexMorph 208: eye_siroR.sR00_kanasi_op INFO:root:VertexMorph 209: eye_siroR.sR00_naki_op INFO:root:VertexMorph 210: eye_siroR.sR00_aseri_op INFO:root:VertexMorph 211: eye_siroR.sR00_rakutan_op INFO:root:VertexMorph 212: eye_siroR.sR00_komaru_op INFO:root:VertexMorph 213: eye_siroR.sR00_doya_op INFO:root:VertexMorph 214: eye_siroR.sR00_gyul_op INFO:root:VertexMorph 215: eye_siroR.sR00_gyur_op INFO:root:VertexMorph 216: eye_siroR.sR00_gyu_cl INFO:root:VertexMorph 217: eye_siroR.sR00_gyul02_op INFO:root:VertexMorph 218: eye_siroR.sR00_gyur02_op INFO:root:VertexMorph 219: eye_siroR.sR00_gyu02_cl INFO:root:VertexMorph 220: eye_line_u.elu00_def_cl INFO:root:VertexMorph 221: eye_line_u.elu00_def_op INFO:root:VertexMorph 222: eye_line_u.elu00_egao_cl INFO:root:VertexMorph 223: eye_line_u.elu00_egao_op INFO:root:VertexMorph 224: eye_line_u.elu00_bisyou_op INFO:root:VertexMorph 225: eye_line_u.elu00_winkl_op INFO:root:VertexMorph 226: eye_line_u.elu00_winkr_op INFO:root:VertexMorph 227: eye_line_u.elu00_setunai_op INFO:root:VertexMorph 228: eye_line_u.elu00_tere_op INFO:root:VertexMorph 229: eye_line_u.elu00_ikari_op INFO:root:VertexMorph 230: eye_line_u.elu00_sinken_op INFO:root:VertexMorph 231: eye_line_u.elu00_tumara_op INFO:root:VertexMorph 232: eye_line_u.elu00_kurusi_op INFO:root:VertexMorph 233: eye_line_u.elu00_keno_op INFO:root:VertexMorph 234: eye_line_u.elu00_sian_op INFO:root:VertexMorph 235: eye_line_u.elu00_kanasi_op INFO:root:VertexMorph 236: eye_line_u.elu00_naki_op INFO:root:VertexMorph 237: eye_line_u.elu00_aseri_op INFO:root:VertexMorph 238: eye_line_u.elu00_rakutan_op INFO:root:VertexMorph 239: eye_line_u.elu00_komaru_op INFO:root:VertexMorph 240: eye_line_u.elu00_doya_op INFO:root:VertexMorph 241: eye_line_u.elu00_gyul_op INFO:root:VertexMorph 242: eye_line_u.elu00_gyur_op INFO:root:VertexMorph 243: eye_line_u.elu00_gyu_cl INFO:root:VertexMorph 244: eye_line_u.elu00_gyul02_op INFO:root:VertexMorph 245: eye_line_u.elu00_gyur02_op INFO:root:VertexMorph 246: eye_line_u.elu00_gyu02_cl INFO:root:VertexMorph 247: eye_line_l.ell00_def_cl INFO:root:VertexMorph 248: eye_line_l.ell00_def_op INFO:root:VertexMorph 249: eye_line_l.ell00_egao_cl INFO:root:VertexMorph 250: eye_line_l.ell00_egao_op INFO:root:VertexMorph 251: eye_line_l.ell00_bisyou_op INFO:root:VertexMorph 252: eye_line_l.ell00_winkl_op INFO:root:VertexMorph 253: eye_line_l.ell00_winkr_op INFO:root:VertexMorph 254: eye_line_l.ell00_setunai_op INFO:root:VertexMorph 255: eye_line_l.ell00_tere_op INFO:root:VertexMorph 256: eye_line_l.ell00_ikari_op INFO:root:VertexMorph 257: eye_line_l.ell00_sinken_op INFO:root:VertexMorph 258: eye_line_l.ell00_tumara_op INFO:root:VertexMorph 259: eye_line_l.ell00_kurusi_op INFO:root:VertexMorph 260: eye_line_l.ell00_keno_op INFO:root:VertexMorph 261: eye_line_l.ell00_sian_op INFO:root:VertexMorph 262: eye_line_l.ell00_kanasi_op INFO:root:VertexMorph 263: eye_line_l.ell00_naki_op INFO:root:VertexMorph 264: eye_line_l.ell00_aseri_op INFO:root:VertexMorph 265: eye_line_l.ell00_rakutan_op INFO:root:VertexMorph 266: eye_line_l.ell00_komaru_op INFO:root:VertexMorph 267: eye_line_l.ell00_doya_op INFO:root:VertexMorph 268: eye_line_l.ell00_gyul_op INFO:root:VertexMorph 269: eye_line_l.ell00_gyur_op INFO:root:VertexMorph 270: eye_line_l.ell00_gyu_cl INFO:root:VertexMorph 271: eye_line_l.ell00_gyul02_op INFO:root:VertexMorph 272: eye_line_l.ell00_gyur02_op INFO:root:VertexMorph 273: eye_line_l.ell00_gyu02_cl INFO:root:VertexMorph 274: eye_naL.naL00_def_cl INFO:root:VertexMorph 275: eye_naL.naL00_def_op INFO:root:VertexMorph 276: eye_naL.naL00_egao_cl INFO:root:VertexMorph 277: eye_naL.naL00_egao_op INFO:root:VertexMorph 278: eye_naL.naL00_bisyou_op INFO:root:VertexMorph 279: eye_naL.naL00_winkl_op INFO:root:VertexMorph 280: eye_naL.naL00_winkr_op INFO:root:VertexMorph 281: eye_naL.naL00_setunai_op INFO:root:VertexMorph 282: eye_naL.naL00_tere_op INFO:root:VertexMorph 283: eye_naL.naL00_ikari_op INFO:root:VertexMorph 284: eye_naL.naL00_sinken_op INFO:root:VertexMorph 285: eye_naL.naL00_tumara_op INFO:root:VertexMorph 286: eye_naL.naL00_kurusi_op INFO:root:VertexMorph 287: eye_naL.naL00_keno_op INFO:root:VertexMorph 288: eye_naL.naL00_sian_op INFO:root:VertexMorph 289: eye_naL.naL00_kanasi_op INFO:root:VertexMorph 290: eye_naL.naL00_naki_op INFO:root:VertexMorph 291: eye_naL.naL00_aseri_op INFO:root:VertexMorph 292: eye_naL.naL00_rakutan_op INFO:root:VertexMorph 293: eye_naL.naL00_komaru_op INFO:root:VertexMorph 294: eye_naL.naL00_doya_op INFO:root:VertexMorph 295: eye_naL.naL00_gyul_op INFO:root:VertexMorph 296: eye_naL.naL00_gyur_op INFO:root:VertexMorph 297: eye_naL.naL00_gyu_cl INFO:root:VertexMorph 298: eye_naL.naL00_gyul02_op INFO:root:VertexMorph 299: eye_naL.naL00_gyur02_op INFO:root:VertexMorph 300: eye_naL.naL00_gyu02_cl INFO:root:VertexMorph 301: eye_naM.naM00_def_cl INFO:root:VertexMorph 302: eye_naM.naM00_def_op INFO:root:VertexMorph 303: eye_naM.naM00_egao_cl INFO:root:VertexMorph 304: eye_naM.naM00_egao_op INFO:root:VertexMorph 305: eye_naM.naM00_bisyou_op INFO:root:VertexMorph 306: eye_naM.naM00_winkl_op INFO:root:VertexMorph 307: eye_naM.naM00_winkr_op INFO:root:VertexMorph 308: eye_naM.naM00_setunai_op INFO:root:VertexMorph 309: eye_naM.naM00_tere_op INFO:root:VertexMorph 310: eye_naM.naM00_ikari_op INFO:root:VertexMorph 311: eye_naM.naM00_sinken_op INFO:root:VertexMorph 312: eye_naM.naM00_tumara_op INFO:root:VertexMorph 313: eye_naM.naM00_kurusi_op INFO:root:VertexMorph 314: eye_naM.naM00_keno_op INFO:root:VertexMorph 315: eye_naM.naM00_sian_op INFO:root:VertexMorph 316: eye_naM.naM00_kanasi_op INFO:root:VertexMorph 317: eye_naM.naM00_naki_op INFO:root:VertexMorph 318: eye_naM.naM00_aseri_op INFO:root:VertexMorph 319: eye_naM.naM00_rakutan_op INFO:root:VertexMorph 320: eye_naM.naM00_komaru_op INFO:root:VertexMorph 321: eye_naM.naM00_doya_op INFO:root:VertexMorph 322: eye_naM.naM00_gyul_op INFO:root:VertexMorph 323: eye_naM.naM00_gyur_op INFO:root:VertexMorph 324: eye_naM.naM00_gyu_cl INFO:root:VertexMorph 325: eye_naM.naM00_gyul02_op INFO:root:VertexMorph 326: eye_naM.naM00_gyur02_op INFO:root:VertexMorph 327: eye_naM.naM00_gyu02_cl INFO:root:VertexMorph 328: eye_naS.naS00_def_cl INFO:root:VertexMorph 329: eye_naS.naS00_def_op INFO:root:VertexMorph 330: eye_naS.naS00_egao_cl INFO:root:VertexMorph 331: eye_naS.naS00_egao_op INFO:root:VertexMorph 332: eye_naS.naS00_bisyou_op INFO:root:VertexMorph 333: eye_naS.naS00_winkl_op INFO:root:VertexMorph 334: eye_naS.naS00_winkr_op INFO:root:VertexMorph 335: eye_naS.naS00_setunai_op INFO:root:VertexMorph 336: eye_naS.naS00_tere_op INFO:root:VertexMorph 337: eye_naS.naS00_ikari_op INFO:root:VertexMorph 338: eye_naS.naS00_sinken_op INFO:root:VertexMorph 339: eye_naS.naS00_tumara_op INFO:root:VertexMorph 340: eye_naS.naS00_kurusi_op INFO:root:VertexMorph 341: eye_naS.naS00_keno_op INFO:root:VertexMorph 342: eye_naS.naS00_sian_op INFO:root:VertexMorph 343: eye_naS.naS00_kanasi_op INFO:root:VertexMorph 344: eye_naS.naS00_naki_op INFO:root:VertexMorph 345: eye_naS.naS00_aseri_op INFO:root:VertexMorph 346: eye_naS.naS00_rakutan_op INFO:root:VertexMorph 347: eye_naS.naS00_komaru_op INFO:root:VertexMorph 348: eye_naS.naS00_doya_op INFO:root:VertexMorph 349: eye_naS.naS00_gyul_op INFO:root:VertexMorph 350: eye_naS.naS00_gyur_op INFO:root:VertexMorph 351: eye_naS.naS00_gyu_cl INFO:root:VertexMorph 352: eye_naS.naS00_gyul02_op INFO:root:VertexMorph 353: eye_naS.naS00_gyur02_op INFO:root:VertexMorph 354: eye_naS.naS00_gyu02_cl INFO:root:VertexMorph 355: kuti_ha.ha00_def_cl INFO:root:VertexMorph 356: kuti_ha.ha00_def_op INFO:root:VertexMorph 357: kuti_ha.ha00_egao_op INFO:root:VertexMorph 358: kuti_ha.ha00_bisyou_op1 INFO:root:VertexMorph 359: kuti_ha.ha00_uresi_cl INFO:root:VertexMorph 360: kuti_ha.ha00_uresi_op INFO:root:VertexMorph 361: kuti_ha.ha00_uresi_s_op INFO:root:VertexMorph 362: kuti_ha.ha00_uresi_ss_op INFO:root:VertexMorph 363: kuti_ha.ha00_doki_cl INFO:root:VertexMorph 364: kuti_ha.ha00_doki_s_op INFO:root:VertexMorph 365: kuti_ha.ha00_doki_s_cl INFO:root:VertexMorph 366: kuti_ha.ha00_doki_ss_cl INFO:root:VertexMorph 367: kuti_ha.ha00_doki_ss_op INFO:root:VertexMorph 368: kuti_ha.ha00_ikari_cl INFO:root:VertexMorph 369: kuti_ha.ha00_ikari_op INFO:root:VertexMorph 370: kuti_ha.ha00_ikari02_op INFO:root:VertexMorph 371: kuti_ha.ha00_sinken02_op INFO:root:VertexMorph 372: kuti_ha.ha00_sinken03_cl INFO:root:VertexMorph 373: kuti_ha.ha00_sinken03_op INFO:root:VertexMorph 374: kuti_ha.ha00_keno_op INFO:root:VertexMorph 375: kuti_ha.ha00_sabisi_op INFO:root:VertexMorph 376: kuti_ha.ha00_aseri_op INFO:root:VertexMorph 377: kuti_ha.ha00_human_cl INFO:root:VertexMorph 378: kuti_ha.ha00_akire_op INFO:root:VertexMorph 379: kuti_ha.ha00_odoro_op INFO:root:VertexMorph 380: kuti_ha.ha00_odoro_s_op INFO:root:VertexMorph 381: kuti_ha.ha00_doya_cl INFO:root:VertexMorph 382: kuti_ha.ha00_doya_op INFO:root:VertexMorph 383: kuti_ha.ha00_pero_cl INFO:root:VertexMorph 384: kuti_ha.ha00_name_op INFO:root:VertexMorph 385: kuti_ha.ha00_kuwae_op INFO:root:VertexMorph 386: kuti_ha.ha00_kisu_op INFO:root:VertexMorph 387: kuti_ha.ha00_name02_op INFO:root:VertexMorph 388: kuti_ha.ha00_a_s_op INFO:root:VertexMorph 389: kuti_ha.ha00_a_l_op INFO:root:VertexMorph 390: kuti_ha.ha00_i_s_cl INFO:root:VertexMorph 391: kuti_ha.ha00_i_l_cl INFO:root:VertexMorph 392: kuti_ha.ha00_e_s_op INFO:root:VertexMorph 393: kuti_ha.ha00_niko_op INFO:root:VertexMorph 394: sexfaces.lopsided.left.kuti_ha.ha00_sinken03_cl INFO:root:VertexMorph 395: sexfaces.lopsided.right.kuti_ha.ha00_sinken03_cl INFO:root:VertexMorph 396: sexfaces.lopsided.left.kuti_ha.ha00_def_cl INFO:root:VertexMorph 397: sexfaces.lopsided.right.kuti_ha.ha00_def_cl INFO:root:VertexMorph 398: kuti_sita.t00_def_cl INFO:root:VertexMorph 399: kuti_sita.t00_def_op INFO:root:VertexMorph 400: kuti_sita.t00_egao_op INFO:root:VertexMorph 401: kuti_sita.t00_bisyou_op INFO:root:VertexMorph 402: kuti_sita.t00_uresi_cl INFO:root:VertexMorph 403: kuti_sita.t00_uresi_op INFO:root:VertexMorph 404: kuti_sita.t00_uresi_s_op INFO:root:VertexMorph 405: kuti_sita.t00_uresi_ss_op INFO:root:VertexMorph 406: kuti_sita.t00_doki_cl INFO:root:VertexMorph 407: kuti_sita.t00_doki_s_op INFO:root:VertexMorph 408: kuti_sita.t00_doki_s_cl INFO:root:VertexMorph 409: kuti_sita.t00_doki_ss_cl INFO:root:VertexMorph 410: kuti_sita.t00_doki_ss_op INFO:root:VertexMorph 411: kuti_sita.t00_ikari_cl INFO:root:VertexMorph 412: kuti_sita.t00_ikari_op INFO:root:VertexMorph 413: kuti_sita.t00_ikari02_op INFO:root:VertexMorph 414: kuti_sita.t00_sinken02_op INFO:root:VertexMorph 415: kuti_sita.t00_sinken03_cl INFO:root:VertexMorph 416: kuti_sita.t00_sinken03_op INFO:root:VertexMorph 417: kuti_sita.t00_keno_op INFO:root:VertexMorph 418: kuti_sita.t00_sabisi_op INFO:root:VertexMorph 419: kuti_sita.t00_aseri_op INFO:root:VertexMorph 420: kuti_sita.t00_human_cl INFO:root:VertexMorph 421: kuti_sita.t00_akire_op INFO:root:VertexMorph 422: kuti_sita.t00_odoro_op INFO:root:VertexMorph 423: kuti_sita.t00_odoro_s_op INFO:root:VertexMorph 424: kuti_sita.t00_doya_cl INFO:root:VertexMorph 425: kuti_sita.t00_doya_op INFO:root:VertexMorph 426: kuti_sita.t00_pero_cl INFO:root:VertexMorph 427: kuti_sita.t00_name_op INFO:root:VertexMorph 428: kuti_sita.t00_kuwae_op INFO:root:VertexMorph 429: kuti_sita.t00_kisu_op INFO:root:VertexMorph 430: kuti_sita.t00_name02_op INFO:root:VertexMorph 431: kuti_sita.t00_a_s_op INFO:root:VertexMorph 432: kuti_sita.t00_a_l_op INFO:root:VertexMorph 433: kuti_sita.t00_e_s_op INFO:root:VertexMorph 434: sexfaces.lopsided.left.kuti_sita.t00_sinken03_cl INFO:root:VertexMorph 435: sexfaces.lopsided.right.kuti_sita.t00_sinken03_cl INFO:root:VertexMorph 436: sexfaces.lopsided.left.kuti_sita.t00_def_cl INFO:root:VertexMorph 437: sexfaces.lopsided.right.kuti_sita.t00_def_cl INFO:root:VertexMorph 438: mayuge.mayu00_def_cl INFO:root:VertexMorph 439: mayuge.mayu00_def_op INFO:root:VertexMorph 440: mayuge.mayu00_oko_cl INFO:root:VertexMorph 441: mayuge.mayu00_oko_op INFO:root:VertexMorph 442: mayuge.mayu00_koma_cl INFO:root:VertexMorph 443: mayuge.mayu00_koma_op INFO:root:VertexMorph 444: mayuge.mayu00_tmara_cl INFO:root:VertexMorph 445: mayuge.mayu00_tmara_op INFO:root:VertexMorph 446: mayuge.mayu00_gimoL_cl INFO:root:VertexMorph 447: mayuge.mayu00_gimoL_op INFO:root:VertexMorph 448: mayuge.mayu00_gimoR_cl INFO:root:VertexMorph 449: mayuge.mayu00_gimoR_op INFO:root:VertexMorph 450: mayuge.mayu00_sianL_cl INFO:root:VertexMorph 451: mayuge.mayu00_sianL_op INFO:root:VertexMorph 452: mayuge.mayu00_sianR_cl INFO:root:VertexMorph 453: mayuge.mayu00_sianR_op INFO:root:VertexMorph 454: mayuge.mayu00_oko2L_cl INFO:root:VertexMorph 455: mayuge.mayu00_oko2L_op INFO:root:VertexMorph 456: mayuge.mayu00_oko2R_cl INFO:root:VertexMorph 457: mayuge.mayu00_oko2R_op INFO:root:VertexMorph 458: mayuge.mayu00_sinken_cl INFO:root:VertexMorph 459: mayuge.mayu00_sinken_op INFO:root:VertexMorph 460: mayuge.mayu00_huan_cl INFO:root:VertexMorph 461: mayuge.mayu00_huan_op INFO:root:VertexMorph 462: mayuge.mayu00_odoro_cl INFO:root:VertexMorph 463: mayuge.mayu00_odoro_op INFO:root:VertexMorph 464: mayuge.mayu00_rakutan_cl INFO:root:VertexMorph 465: mayuge.mayu00_rakutan_op INFO:root:VertexMorph 466: mayuge.mayu00_doya_cl INFO:root:VertexMorph 467: mayuge.mayu00_doya_op INFO:root:VertexMorph 468: mayuge.mayu00_winkl_cl INFO:root:VertexMorph 469: mayuge.mayu00_winkl_op INFO:root:VertexMorph 470: mayuge.mayu00_winkr_cl INFO:root:VertexMorph 471: mayuge.mayu00_winkr_op INFO:root:----- Loaded 472 morphs. INFO:root: INFO:root:------------------------------ INFO:root: Load Display Items INFO:root:------------------------------ INFO:root:Display Item 0: Root INFO:root:Display Item 1: 表情 INFO:root:----- Loaded 2 display items. INFO:root: INFO:root:------------------------------ INFO:root: Load Rigid Bodies INFO:root:------------------------------ INFO:root:----- Loaded 0 rigid bodies. INFO:root: INFO:root:------------------------------ INFO:root: Load Joints INFO:root:------------------------------ INFO:root:----- Loaded 0 joints. INFO:root: Finished loading. INFO:root:---------------------------------------- INFO:root: mmd_tools.pmx module INFO:root:**************************************** INFO:root:**************************************** INFO:root: mmd_tools.import_pmx module INFO:root:---------------------------------------- INFO:root: Start to load model data form a pmx file INFO:root: by the mmd_tools.pmx modlue. INFO:root: INFO:root:Importing 3 additional uvs INFO:root: - UV1...(uv channels) INFO:root: - zw are all zeros: UV1 INFO:root: - UV2...(uv channels) INFO:root: - zw are all zeros: UV2 INFO:root: - UV3...(uv channels) INFO:root: - zw are all zeros: UV3 INFO:root:Setting custom normals... INFO:root: - Marked 6/83519 (0.01%) sharp edges with angle: 179 degrees INFO:root: - Done!! INFO:root: Finished importing the model in 3.479184 seconds. INFO:root:---------------------------------------- INFO:root: mmd_tools.import_pmx module INFO:root:**************************************** Info: Imported MMD model from "E:\ILUSSION GAMES\Koikatsu Sunshine\Export_PMX\20251128110135_(Toony)mychara\model.pmx" INFO:root:**************************************** INFO:root: mmd_tools.pmx module INFO:root:---------------------------------------- INFO:root: Start to load model data form a pmx file INFO:root: by the mmd_tools.pmx modlue. INFO:root: INFO:root:---------------------------- INFO:root:pmx header information INFO:root:---------------------------- INFO:root:pmx version: 2.0 INFO:root:encoding: <Encoding charset utf-16-le> INFO:root:number of uvs: 3 INFO:root:vertex index size: 4 byte(s) INFO:root:texture index: 1 byte(s) INFO:root:material index: 1 byte(s) INFO:root:bone index: 2 byte(s) INFO:root:morph index: 1 byte(s) INFO:root:rigid index: 1 byte(s) INFO:root:---------------------------- INFO:root:Model name: koikatu INFO:root:Model name(english): INFO:root:Comment: INFO:root:Comment(english): INFO:root: INFO:root:------------------------------ INFO:root:Load Vertices INFO:root:------------------------------ INFO:root:----- Loaded 69692 vertices INFO:root: INFO:root:------------------------------ INFO:root: Load Faces INFO:root:------------------------------ INFO:root: Load 111107 faces INFO:root: INFO:root:------------------------------ INFO:root: Load Textures INFO:root:------------------------------ INFO:root: ----- Loaded 0 textures INFO:root: INFO:root:------------------------------ INFO:root: Load Materials INFO:root:------------------------------ INFO:root:Material 0: Hair_Pony046_mugen 3240 INFO:root:Material 1: cf_m_hair_b_20_00 3480 INFO:root:Material 2: cf_m_hair_f_108_00 3760 INFO:root:Material 3: cf_m_hair_f_108_00 3760 00 INFO:root:Material 4: cf_m_hair_f_01_00_i 3890 INFO:root:Material 5: cf_m_top_jacket_usagiP 8190 INFO:root:Material 6: cf_m_emblem 8180 INFO:root:Material 7: cf_m_top_jacket_usagiP 8180 INFO:root:Material 8: cf_m_top_jacket_usagiP 8240 INFO:root:Material 9: cf_m_emblem 8230 INFO:root:Material 10: cf_m_top_jacket_usagiP 8230 INFO:root:Material 11: cf_m_top_inner04 8810 INFO:root:Material 12: cf_m_top_inner04 8830 INFO:root:Material 13: Vest 1 8900 INFO:root:Material 14: Vest 1 8920 INFO:root:Material 15: cf_m_top_deco02 8980 INFO:root:Material 16: cf_m_bot_skirt03 9050 INFO:root:Material 17: cf_m_bot_skirt03 9070 INFO:root:Material 18: cf_m_bra_11 9160 INFO:root:Material 19: cf_m_bra_11 9180 INFO:root:Material 20: cf_m_shorts_11 9260 INFO:root:Material 21: cf_m_shorts_11 9280 INFO:root:Material 22: cf_m_shorts_11 9300 INFO:root:Material 23: cf_m_glove_army 9360 INFO:root:Material 24: cf_m_socks_cute 9430 INFO:root:Material 25: cf_m_socks_cute 9450 INFO:root:Material 26: cf_m_socks_cute_op 9470 INFO:root:Material 27: cf_m_shoes_tennis 9530 INFO:root:Material 28: base_shiny_mat 9550 INFO:root:Material 29: sole_mat 9550 INFO:root:Material 30: mf_m_primmaterial 3380 INFO:root:Material 31: cf_m_hair_base 3460 INFO:root:Material 32: m_Mask 8660 INFO:root:----- Loaded 33 materials. INFO:root: INFO:root:------------------------------ INFO:root: Load Bones INFO:root:------------------------------ INFO:root:Bone 0: BodyTop INFO:root:Bone 1: p_cf_body_bone INFO:root:Bone 2: cf_t_root INFO:root:Bone 3: cf_t_hips INFO:root:Bone 4: cf_t_waist_L INFO:root:Bone 5: cf_t_waist_R INFO:root:Bone 6: cf_t_shoulder_L INFO:root:Bone 7: cf_t_shoulder_R INFO:root:Bone 8: cf_t_hand_L INFO:root:Bone 9: cf_t_elbo_L INFO:root:Bone 10: cf_t_hand_R INFO:root:Bone 11: cf_t_elbo_R INFO:root:Bone 12: cf_t_leg_L INFO:root:Bone 13: cf_t_knee_L INFO:root:Bone 14: cf_t_leg_R INFO:root:Bone 15: cf_t_knee_R INFO:root:Bone 16: cf_j_root INFO:root:Bone 17: cf_n_height INFO:root:Bone 18: cf_j_hips INFO:root:Bone 19: cf_j_spine01 INFO:root:Bone 20: cf_hit_spine01 INFO:root:Bone 21: cf_j_spine02 INFO:root:Bone 22: cf_hit_spine02_L INFO:root:Bone 23: cf_j_spine03 INFO:root:Bone 24: cf_d_backsk_00 INFO:root:Bone 25: cf_j_backsk_C_01 INFO:root:Bone 26: cf_j_backsk_C_02 INFO:root:Bone 27: cf_j_backsk_L_01 INFO:root:Bone 28: cf_j_backsk_L_02 INFO:root:Bone 29: cf_j_backsk_R_01 INFO:root:Bone 30: cf_j_backsk_R_02 INFO:root:Bone 31: cf_d_bust00 INFO:root:Bone 32: cf_s_bust00_L INFO:root:Bone 33: cf_d_bust01_L INFO:root:Bone 34: cf_j_bust01_L INFO:root:Bone 35: cf_d_bust02_L INFO:root:Bone 36: cf_j_bust02_L_01 INFO:root:Bone 37: cf_j_bust02_L INFO:root:Bone 38: cf_d_bust03_L INFO:root:Bone 39: cf_j_bust03_L_01 INFO:root:Bone 40: cf_j_bust03_L INFO:root:Bone 41: cf_d_bnip01_L INFO:root:Bone 42: cf_j_bnip02root_L INFO:root:Bone 43: cf_s_bnip02_L INFO:root:Bone 44: cf_j_bnip02_L INFO:root:Bone 45: cf_s_bnipacc_L INFO:root:Bone 46: a_n_nip_L INFO:root:Bone 47: k_f_munenipL_00 INFO:root:Bone 48: k_f_munenipL_01 INFO:root:Bone 49: k_f_munenipL_02 INFO:root:Bone 50: k_f_munenipL_03 INFO:root:Bone 51: cf_s_bnip025_L INFO:root:Bone 52: cf_s_bnip01_L INFO:root:Bone 53: cf_s_bnip015_L INFO:root:Bone 54: cf_s_bust03_L INFO:root:Bone 55: cf_hit_bust03_L INFO:root:Bone 56: k_f_mune03L_00 INFO:root:Bone 57: k_f_mune03L_01 INFO:root:Bone 58: k_f_mune03L_02 INFO:root:Bone 59: k_f_mune03L_03 INFO:root:Bone 60: cf_d_hit_bust_L INFO:root:Bone 61: cf_hit_bust02_L INFO:root:Bone 62: cf_s_bust02_L INFO:root:Bone 63: k_f_mune02L_00 INFO:root:Bone 64: k_f_mune02L_01 INFO:root:Bone 65: k_f_mune02L_02 INFO:root:Bone 66: k_f_mune02L_03 INFO:root:Bone 67: cf_s_bust01_L INFO:root:Bone 68: k_f_mune01L_00 INFO:root:Bone 69: k_f_mune01L_01 INFO:root:Bone 70: k_f_mune01L_02 INFO:root:Bone 71: k_f_mune01L_03 INFO:root:Bone 72: cf_j_bust01_L_01 INFO:root:Bone 73: k_f_mune00L_00 INFO:root:Bone 74: k_f_mune00L_01 INFO:root:Bone 75: k_f_mune00L_02 INFO:root:Bone 76: k_f_mune00L_03 INFO:root:Bone 77: cf_hit_bust00 INFO:root:Bone 78: cf_s_bust00_R INFO:root:Bone 79: cf_d_bust01_R INFO:root:Bone 80: cf_j_bust01_R INFO:root:Bone 81: cf_d_bust02_R INFO:root:Bone 82: cf_j_bust02_R_01 INFO:root:Bone 83: cf_j_bust02_R INFO:root:Bone 84: cf_d_bust03_R INFO:root:Bone 85: cf_j_bust03_R_01 INFO:root:Bone 86: cf_j_bust03_R INFO:root:Bone 87: cf_d_bnip01_R INFO:root:Bone 88: cf_j_bnip02root_R INFO:root:Bone 89: cf_s_bnip02_R INFO:root:Bone 90: cf_j_bnip02_R INFO:root:Bone 91: cf_s_bnipacc_R INFO:root:Bone 92: a_n_nip_R INFO:root:Bone 93: k_f_munenipR_00 INFO:root:Bone 94: k_f_munenipR_01 INFO:root:Bone 95: k_f_munenipR_02 INFO:root:Bone 96: k_f_munenipR_03 INFO:root:Bone 97: cf_s_bnip025_R INFO:root:Bone 98: cf_s_bnip01_R INFO:root:Bone 99: cf_s_bnip015_R INFO:root:Bone 100: cf_hit_bust03_R INFO:root:Bone 101: cf_s_bust03_R INFO:root:Bone 102: k_f_mune03R_00 INFO:root:Bone 103: k_f_mune03R_01 INFO:root:Bone 104: k_f_mune03R_02 INFO:root:Bone 105: k_f_mune03R_03 INFO:root:Bone 106: cf_d_hit_bust_R INFO:root:Bone 107: cf_hit_bust02_R INFO:root:Bone 108: cf_s_bust02_R INFO:root:Bone 109: k_f_mune02R_00 INFO:root:Bone 110: k_f_mune02R_01 INFO:root:Bone 111: k_f_mune02R_02 INFO:root:Bone 112: k_f_mune02R_03 INFO:root:Bone 113: cf_s_bust01_R INFO:root:Bone 114: k_f_mune01R_00 INFO:root:Bone 115: k_f_mune01R_01 INFO:root:Bone 116: k_f_mune01R_02 INFO:root:Bone 117: k_f_mune01R_03 INFO:root:Bone 118: cf_j_bust01_R_01 INFO:root:Bone 119: k_f_mune00R_00 INFO:root:Bone 120: k_f_mune00R_01 INFO:root:Bone 121: k_f_mune00R_02 INFO:root:Bone 122: k_f_mune00R_03 INFO:root:Bone 123: cf_d_shoulder_L INFO:root:Bone 124: cf_j_shoulder_L INFO:root:Bone 125: cf_d_shoulder02_L INFO:root:Bone 126: cf_s_shoulder02_L INFO:root:Bone 127: a_n_shoulder_L INFO:root:Bone 128: k_f_shoulderL_00 INFO:root:Bone 129: k_f_shoulderL_01 INFO:root:Bone 130: k_f_shoulderL_02 INFO:root:Bone 131: k_f_shoulderL_03 INFO:root:Bone 132: cf_hit_shoulder_L INFO:root:Bone 133: cf_j_arm00_L INFO:root:Bone 134: cf_d_arm01_L INFO:root:Bone 135: cf_s_arm01_L INFO:root:Bone 136: cf_d_arm02_L INFO:root:Bone 137: cf_s_arm02_L INFO:root:Bone 138: a_n_arm_L INFO:root:Bone 139: k_f_armupL_00 INFO:root:Bone 140: k_f_armupL_01 INFO:root:Bone 141: k_f_armupL_02 INFO:root:Bone 142: k_f_armupL_03 INFO:root:Bone 143: KKS_Colliders_cf_s_arm02_L INFO:root:Bone 144: cf_d_arm03_L INFO:root:Bone 145: cf_s_arm03_L INFO:root:Bone 146: cf_hit_arm_L INFO:root:Bone 147: cf_j_forearm01_L INFO:root:Bone 148: cf_d_forearm02_L INFO:root:Bone 149: cf_s_forearm02_L INFO:root:Bone 150: cf_hit_wrist_L INFO:root:Bone 151: KKS_Colliders_cf_s_forearm02_L INFO:root:Bone 152: cf_d_wrist_L INFO:root:Bone 153: cf_s_wrist_L INFO:root:Bone 154: a_n_wrist_L INFO:root:Bone 155: cf_d_hand_L INFO:root:Bone 156: cf_j_hand_L INFO:root:Bone 157: cf_s_hand_L INFO:root:Bone 158: a_n_hand_L INFO:root:Bone 159: cf_j_index01_L INFO:root:Bone 160: a_n_ind_L INFO:root:Bone 161: cf_j_index02_L INFO:root:Bone 162: cf_j_index03_L INFO:root:Bone 163: cf_j_index04_L INFO:root:Bone 164: k_f_handL_03 INFO:root:Bone 165: cf_j_little01_L INFO:root:Bone 166: cf_j_little02_L INFO:root:Bone 167: cf_j_little03_L INFO:root:Bone 168: cf_j_little04_L INFO:root:Bone 169: cf_j_middle01_L INFO:root:Bone 170: a_n_mid_L INFO:root:Bone 171: cf_j_middle02_L INFO:root:Bone 172: cf_j_middle03_L INFO:root:Bone 173: cf_j_middle04_L INFO:root:Bone 174: cf_j_ring01_L INFO:root:Bone 175: a_n_ring_L INFO:root:Bone 176: cf_j_ring02_L INFO:root:Bone 177: cf_j_ring03_L INFO:root:Bone 178: cf_j_ring04_L INFO:root:Bone 179: cf_j_thumb01_L INFO:root:Bone 180: cf_j_thumb02_L INFO:root:Bone 181: cf_j_thumb03_L INFO:root:Bone 182: cf_j_thumb04_L INFO:root:Bone 183: k_f_handL_00 INFO:root:Bone 184: k_f_handL_01 INFO:root:Bone 185: k_f_handL_02 INFO:root:Bone 186: KKS_Colliders_cf_s_hand_L INFO:root:Bone 187: cf_s_elbo_L INFO:root:Bone 188: cf_s_forearm01_L INFO:root:Bone 189: a_n_elbo_L INFO:root:Bone 190: cf_s_elboback_L INFO:root:Bone 191: k_f_armlowL_00 INFO:root:Bone 192: k_f_armlowL_01 INFO:root:Bone 193: k_f_armlowL_02 INFO:root:Bone 194: k_f_armlowL_03 INFO:root:Bone 195: cf_d_shoulder_R INFO:root:Bone 196: cf_j_shoulder_R INFO:root:Bone 197: cf_d_shoulder02_R INFO:root:Bone 198: cf_s_shoulder02_R INFO:root:Bone 199: a_n_shoulder_R INFO:root:Bone 200: k_f_shoulderR_00 INFO:root:Bone 201: k_f_shoulderR_01 INFO:root:Bone 202: k_f_shoulderR_02 INFO:root:Bone 203: k_f_shoulderR_03 INFO:root:Bone 204: cf_hit_shoulder_R INFO:root:Bone 205: cf_j_arm00_R INFO:root:Bone 206: cf_d_arm01_R INFO:root:Bone 207: cf_s_arm01_R INFO:root:Bone 208: cf_d_arm02_R INFO:root:Bone 209: cf_s_arm02_R INFO:root:Bone 210: a_n_arm_R INFO:root:Bone 211: k_f_armupR_00 INFO:root:Bone 212: k_f_armupR_01 INFO:root:Bone 213: k_f_armupR_02 INFO:root:Bone 214: k_f_armupR_03 INFO:root:Bone 215: KKS_Colliders_cf_s_arm02_R INFO:root:Bone 216: cf_d_arm03_R INFO:root:Bone 217: cf_s_arm03_R INFO:root:Bone 218: cf_hit_arm_R INFO:root:Bone 219: cf_j_forearm01_R INFO:root:Bone 220: cf_d_forearm02_R INFO:root:Bone 221: cf_s_forearm02_R INFO:root:Bone 222: cf_hit_wrist_R INFO:root:Bone 223: KKS_Colliders_cf_s_forearm02_R INFO:root:Bone 224: cf_d_wrist_R INFO:root:Bone 225: cf_s_wrist_R INFO:root:Bone 226: a_n_wrist_R INFO:root:Bone 227: cf_d_hand_R INFO:root:Bone 228: cf_j_hand_R INFO:root:Bone 229: cf_s_hand_R INFO:root:Bone 230: a_n_hand_R INFO:root:Bone 231: cf_j_index01_R INFO:root:Bone 232: a_n_ind_R INFO:root:Bone 233: cf_j_index02_R INFO:root:Bone 234: cf_j_index03_R INFO:root:Bone 235: cf_j_index04_R INFO:root:Bone 236: cf_j_little01_R INFO:root:Bone 237: cf_j_little02_R INFO:root:Bone 238: cf_j_little03_R INFO:root:Bone 239: cf_j_little04_R INFO:root:Bone 240: k_f_handR_00 INFO:root:Bone 241: cf_j_middle01_R INFO:root:Bone 242: a_n_mid_R INFO:root:Bone 243: cf_j_middle02_R INFO:root:Bone 244: cf_j_middle03_R INFO:root:Bone 245: cf_j_middle04_R INFO:root:Bone 246: k_f_handR_01 INFO:root:Bone 247: cf_j_ring01_R INFO:root:Bone 248: a_n_ring_R INFO:root:Bone 249: cf_j_ring02_R INFO:root:Bone 250: cf_j_ring03_R INFO:root:Bone 251: cf_j_ring04_R INFO:root:Bone 252: k_f_handR_02 INFO:root:Bone 253: cf_j_thumb01_R INFO:root:Bone 254: cf_j_thumb02_R INFO:root:Bone 255: cf_j_thumb03_R INFO:root:Bone 256: cf_j_thumb04_R INFO:root:Bone 257: k_f_handR_03 INFO:root:Bone 258: KKS_Colliders_cf_s_hand_R INFO:root:Bone 259: cf_s_elbo_R INFO:root:Bone 260: cf_s_forearm01_R INFO:root:Bone 261: a_n_elbo_R INFO:root:Bone 262: cf_s_elboback_R INFO:root:Bone 263: k_f_armlowR_00 INFO:root:Bone 264: k_f_armlowR_01 INFO:root:Bone 265: k_f_armlowR_02 INFO:root:Bone 266: k_f_armlowR_03 INFO:root:Bone 267: cf_d_spinesk_00 INFO:root:Bone 268: cf_j_spinesk_00 INFO:root:Bone 269: cf_j_spinesk_01 INFO:root:Bone 270: cf_j_spinesk_02 INFO:root:Bone 271: cf_j_spinesk_03 INFO:root:Bone 272: cf_j_spinesk_04 INFO:root:Bone 273: cf_j_spinesk_05 INFO:root:Bone 274: cf_j_neck INFO:root:Bone 275: cf_j_head INFO:root:Bone 276: cf_s_head INFO:root:Bone 277: aim INFO:root:Bone 278: cf_j_tang_01 INFO:root:Bone 279: cf_j_tang_02 INFO:root:Bone 280: cf_j_tang_03 INFO:root:Bone 281: cf_j_tang_04 INFO:root:Bone 282: cf_j_tang_05 INFO:root:Bone 283: cf_j_tang_L_05 INFO:root:Bone 284: cf_j_tang_R_05 INFO:root:Bone 285: cf_j_tang_L_04 INFO:root:Bone 286: cf_j_tang_R_04 INFO:root:Bone 287: cf_j_tang_L_03 INFO:root:Bone 288: cf_j_tang_R_03 INFO:root:Bone 289: k_f_head_00 INFO:root:Bone 290: k_f_head_03 INFO:root:Bone 291: k_f_head_02 INFO:root:Bone 292: k_f_head_01 INFO:root:Bone 293: cf_hit_head INFO:root:Bone 294: N_EyesLookTargetP INFO:root:Bone 295: N_EyesLookTarget INFO:root:Bone 296: p_cf_head_bone INFO:root:Bone 297: cf_J_N_FaceRoot INFO:root:Bone 298: cf_J_FaceRoot INFO:root:Bone 299: cf_J_FaceBase INFO:root:Bone 300: cf_J_FaceLow_tz INFO:root:Bone 301: a_n_mouth INFO:root:Bone 302: cf_J_FaceLow_sx INFO:root:Bone 303: cf_J_CheekUpBase INFO:root:Bone 304: cf_J_CheekUp_s_L INFO:root:Bone 305: cf_J_CheekUp_s_R INFO:root:Bone 306: cf_J_Chin_Base INFO:root:Bone 307: cf_J_CheekLow_s_L INFO:root:Bone 308: cf_J_CheekLow_s_R INFO:root:Bone 309: cf_J_Chin_s INFO:root:Bone 310: cf_J_ChinTip_Base INFO:root:Bone 311: cf_J_ChinLow INFO:root:Bone 312: cf_J_MouthBase_ty INFO:root:Bone 313: cf_J_MouthBase_rx INFO:root:Bone 314: cf_J_MouthCavity INFO:root:Bone 315: cf_J_MouthMove INFO:root:Bone 316: cf_J_Mouth_L INFO:root:Bone 317: cf_J_Mouth_R INFO:root:Bone 318: cf_J_MouthLow INFO:root:Bone 319: cf_J_Mouthup INFO:root:Bone 320: cf_J_FaceUp_ty INFO:root:Bone 321: a_n_hair_pin_R INFO:root:Bone 322: a_n_hair_pin INFO:root:Bone 323: a_n_hair_pony INFO:root:Bone 324: ca_slot18 INFO:root:Bone 325: hair_pony046 INFO:root:Bone 326: N_move INFO:root:Bone 327: Hair_R INFO:root:Bone 328: _yure_hair_h50_P01a INFO:root:Bone 329: _yure_hair_P01b INFO:root:Bone 330: _yure_hair_P01c INFO:root:Bone 331: _yure_hair_P01d INFO:root:Bone 332: _yure_hair_P01e INFO:root:Bone 333: _yure_hair_P01f INFO:root:Bone 334: _yure_hair_P01g INFO:root:Bone 335: HairPony046 INFO:root:Bone 336: ca_slot19 INFO:root:Bone 337: N_chouisei INFO:root:Bone 338: N_move 14160 INFO:root:Bone 339: acs_O_torus INFO:root:Bone 340: a_n_hair_twin_L INFO:root:Bone 341: a_n_hair_twin_R INFO:root:Bone 342: a_n_head INFO:root:Bone 343: a_n_headflont INFO:root:Bone 344: a_n_headside INFO:root:Bone 345: ca_slot14 INFO:root:Bone 346: N_move 14300 INFO:root:Bone 347: cf_hair_base_a INFO:root:Bone 348: ca_slot15 INFO:root:Bone 349: N_move 14390 INFO:root:Bone 350: root INFO:root:Bone 351: N_move2 INFO:root:Bone 352: root2 INFO:root:Bone 353: cf_hair_maf_01_2_b INFO:root:Bone 354: cf_hair_maf_01_1_b INFO:root:Bone 355: ca_slot16 INFO:root:Bone 356: N_move 14560 INFO:root:Bone 357: root 14570 INFO:root:Bone 358: joint1-1 INFO:root:Bone 359: joint1-2 INFO:root:Bone 360: joint1-3 INFO:root:Bone 361: joint1-4 INFO:root:Bone 362: joint2-1 INFO:root:Bone 363: joint2-2 INFO:root:Bone 364: joint2-3 INFO:root:Bone 365: joint2-4 INFO:root:Bone 366: joint2-5 INFO:root:Bone 367: joint3-1 INFO:root:Bone 368: joint3-2 INFO:root:Bone 369: joint3-3 INFO:root:Bone 370: joint3-4 INFO:root:Bone 371: joint4-1 INFO:root:Bone 372: joint4-2 INFO:root:Bone 373: joint4-3 INFO:root:Bone 374: joint4-4 INFO:root:Bone 375: joint4-5 INFO:root:Bone 376: N_hairfront108 INFO:root:Bone 377: cf_hair_f_108_00 INFO:root:Bone 378: cf_hair_f_108_01 INFO:root:Bone 379: cf_hair_f_108_02 INFO:root:Bone 380: cf_hair_f_108_03 INFO:root:Bone 381: ca_slot17 INFO:root:Bone 382: N_move 14910 INFO:root:Bone 383: root 14920 INFO:root:Bone 384: joint5-1 INFO:root:Bone 385: joint5-2 INFO:root:Bone 386: joint5-3 INFO:root:Bone 387: joint5-4 INFO:root:Bone 388: joint5-5 INFO:root:Bone 389: N_hairfront01 INFO:root:Bone 390: cf_hair_idol_hair_f_00 INFO:root:Bone 391: cf_acs_idol_hair_f_03 INFO:root:Bone 392: a_n_headtop INFO:root:Bone 393: cf_J_EarBase_ry_L INFO:root:Bone 394: cf_J_EarLow_L INFO:root:Bone 395: cf_J_EarRing_L INFO:root:Bone 396: a_n_earrings_L INFO:root:Bone 397: cf_J_EarUp_L INFO:root:Bone 398: cf_J_EarBase_ry_R INFO:root:Bone 399: cf_J_EarLow_R INFO:root:Bone 400: cf_J_EarRing_R INFO:root:Bone 401: a_n_earrings_R INFO:root:Bone 402: cf_J_EarUp_R INFO:root:Bone 403: cf_J_FaceUp_tz INFO:root:Bone 404: cf_J_Eye_tz INFO:root:Bone 405: cf_J_Eye_txdam_L INFO:root:Bone 406: cf_J_Eye_tx_L INFO:root:Bone 407: cf_J_Eye_rz_L INFO:root:Bone 408: cf_J_CheekUp2_L INFO:root:Bone 409: cf_J_Eye01_s_L INFO:root:Bone 410: cf_J_Eye02_s_L INFO:root:Bone 411: cf_J_Eye03_s_L INFO:root:Bone 412: cf_J_Eye04_s_L INFO:root:Bone 413: cf_J_Eye05_s_L INFO:root:Bone 414: cf_J_Eye06_s_L INFO:root:Bone 415: cf_J_Eye07_s_L INFO:root:Bone 416: cf_J_Eye08_s_L INFO:root:Bone 417: cf_J_hitomi_tx_L INFO:root:Bone 418: EyeTargetL INFO:root:Bone 419: cf_J_Eye_txdam_R INFO:root:Bone 420: cf_J_Eye_tx_R INFO:root:Bone 421: cf_J_Eye_rz_R INFO:root:Bone 422: cf_J_CheekUp2_R INFO:root:Bone 423: cf_J_Eye01_s_R INFO:root:Bone 424: cf_J_Eye02_s_R INFO:root:Bone 425: cf_J_Eye03_s_R INFO:root:Bone 426: cf_J_Eye04_s_R INFO:root:Bone 427: cf_J_Eye05_s_R INFO:root:Bone 428: cf_J_Eye06_s_R INFO:root:Bone 429: cf_J_Eye07_s_R INFO:root:Bone 430: cf_J_Eye08_s_R INFO:root:Bone 431: cf_J_hitomi_tx_R INFO:root:Bone 432: EyeTargetR INFO:root:Bone 433: n_cam_tc INFO:root:Bone 434: n_cam_tc_f INFO:root:Bone 435: n_cam_tl INFO:root:Bone 436: n_cam_tr INFO:root:Bone 437: n_cam_tc 15480 INFO:root:Bone 438: n_cam_tc_f 15490 INFO:root:Bone 439: n_cam_tl 15500 INFO:root:Bone 440: n_cam_tr 15510 INFO:root:Bone 441: cf_J_Mayu_ty INFO:root:Bone 442: cf_J_Mayumoto_L INFO:root:Bone 443: cf_J_Mayu_L INFO:root:Bone 444: cf_J_MayuMid_s_L INFO:root:Bone 445: cf_J_MayuTip_s_L INFO:root:Bone 446: cf_J_Mayumoto_R INFO:root:Bone 447: cf_J_Mayu_R INFO:root:Bone 448: cf_J_MayuMid_s_R INFO:root:Bone 449: cf_J_MayuTip_s_R INFO:root:Bone 450: ct_hairB INFO:root:Bone 451: ct_hairF INFO:root:Bone 452: ct_hairS INFO:root:Bone 453: ct_hairO_01 INFO:root:Bone 454: cf_J_NoseBase INFO:root:Bone 455: cf_J_NoseBase_rx INFO:root:Bone 456: a_n_nose INFO:root:Bone 457: cf_J_Nose_rx INFO:root:Bone 458: cf_J_Nose_tip INFO:root:Bone 459: cf_J_NoseBridge_ty INFO:root:Bone 460: cf_J_megane_rx_ear INFO:root:Bone 461: a_n_megane INFO:root:Bone 462: cf_J_NoseBridge_rx INFO:root:Bone 463: n_cam_front INFO:root:Bone 464: n_cam_front 15830 INFO:root:Bone 465: ct_head INFO:root:Bone 466: N_tonn_face INFO:root:Bone 467: N_cf_haed INFO:root:Bone 468: cf_O_face INFO:root:Bone 469: Highlight_cf_O_face_rend INFO:root:Bone 470: cf_O_mayuge INFO:root:Bone 471: cf_O_noseline INFO:root:Bone 472: cf_O_tooth INFO:root:Bone 473: n_eyebase INFO:root:Bone 474: cf_O_eyeline INFO:root:Bone 475: cf_O_eyeline_low INFO:root:Bone 476: cf_Ohitomi_L INFO:root:Bone 477: cf_Ohitomi_R INFO:root:Bone 478: n_hitomi INFO:root:Bone 479: cf_Ohitomi_L02 INFO:root:Bone 480: cf_Ohitomi_R02 INFO:root:Bone 481: n_special INFO:root:Bone 482: o_tang INFO:root:Bone 483: cf_s_neck INFO:root:Bone 484: a_n_neck INFO:root:Bone 485: cf_hit_neck INFO:root:Bone 486: k_f_neck_00 INFO:root:Bone 487: k_f_neck_01 INFO:root:Bone 488: k_f_neck_02 INFO:root:Bone 489: k_f_neck_03 INFO:root:Bone 490: HeadRef INFO:root:Bone 491: cf_s_spine03 INFO:root:Bone 492: a_n_back INFO:root:Bone 493: a_n_back_L INFO:root:Bone 494: a_n_back_R INFO:root:Bone 495: a_n_bust INFO:root:Bone 496: a_n_bust_f INFO:root:Bone 497: k_f_spine03_00 INFO:root:Bone 498: cf_hit_spine03 INFO:root:Bone 499: k_f_spine03_01 INFO:root:Bone 500: k_f_spine03_02 INFO:root:Bone 501: k_f_spine03_03 INFO:root:Bone 502: NeckRef INFO:root:Bone 503: cf_hit_spine03_2 INFO:root:Bone 504: N_NeckLookTargetP INFO:root:Bone 505: N_NeckLookTarget INFO:root:Bone 506: cf_s_spine02 INFO:root:Bone 507: k_f_spine02_03 INFO:root:Bone 508: k_f_spine02_00 INFO:root:Bone 509: k_f_spine02_01 INFO:root:Bone 510: k_f_spine02_02 INFO:root:Bone 511: cf_hit_spine02 INFO:root:Bone 512: cf_s_spine01 INFO:root:Bone 513: k_f_spine01_00 INFO:root:Bone 514: k_f_spine01_01 INFO:root:Bone 515: k_f_spine01_02 INFO:root:Bone 516: k_f_spine01_03 INFO:root:Bone 517: cf_j_waist01 INFO:root:Bone 518: cf_d_sk_top INFO:root:Bone 519: cf_d_sk_00_00 INFO:root:Bone 520: cf_j_sk_00_00 INFO:root:Bone 521: cf_j_sk_00_01 INFO:root:Bone 522: cf_j_sk_00_02 INFO:root:Bone 523: cf_j_sk_00_03 INFO:root:Bone 524: cf_j_sk_00_04 INFO:root:Bone 525: cf_j_sk_00_05 INFO:root:Bone 526: cf_d_sk_01_00 INFO:root:Bone 527: cf_j_sk_01_00 INFO:root:Bone 528: cf_j_sk_01_01 INFO:root:Bone 529: cf_j_sk_01_02 INFO:root:Bone 530: cf_j_sk_01_03 INFO:root:Bone 531: cf_j_sk_01_04 INFO:root:Bone 532: cf_j_sk_01_05 INFO:root:Bone 533: cf_d_sk_02_00 INFO:root:Bone 534: cf_j_sk_02_00 INFO:root:Bone 535: cf_j_sk_02_01 INFO:root:Bone 536: cf_j_sk_02_02 INFO:root:Bone 537: cf_j_sk_02_03 INFO:root:Bone 538: cf_j_sk_02_04 INFO:root:Bone 539: cf_j_sk_02_05 INFO:root:Bone 540: cf_d_sk_03_00 INFO:root:Bone 541: cf_j_sk_03_00 INFO:root:Bone 542: cf_j_sk_03_01 INFO:root:Bone 543: cf_j_sk_03_02 INFO:root:Bone 544: cf_j_sk_03_03 INFO:root:Bone 545: cf_j_sk_03_04 INFO:root:Bone 546: cf_j_sk_03_05 INFO:root:Bone 547: cf_d_sk_04_00 INFO:root:Bone 548: cf_j_sk_04_00 INFO:root:Bone 549: cf_j_sk_04_01 INFO:root:Bone 550: cf_j_sk_04_02 INFO:root:Bone 551: cf_j_sk_04_03 INFO:root:Bone 552: cf_j_sk_04_04 INFO:root:Bone 553: cf_j_sk_04_05 INFO:root:Bone 554: cf_d_sk_05_00 INFO:root:Bone 555: cf_j_sk_05_00 INFO:root:Bone 556: cf_j_sk_05_01 INFO:root:Bone 557: cf_j_sk_05_02 INFO:root:Bone 558: cf_j_sk_05_03 INFO:root:Bone 559: cf_j_sk_05_04 INFO:root:Bone 560: cf_j_sk_05_05 INFO:root:Bone 561: cf_d_sk_06_00 INFO:root:Bone 562: cf_j_sk_06_00 INFO:root:Bone 563: cf_j_sk_06_01 INFO:root:Bone 564: cf_j_sk_06_02 INFO:root:Bone 565: cf_j_sk_06_03 INFO:root:Bone 566: cf_j_sk_06_04 INFO:root:Bone 567: cf_j_sk_06_05 INFO:root:Bone 568: cf_d_sk_07_00 INFO:root:Bone 569: cf_j_sk_07_00 INFO:root:Bone 570: cf_j_sk_07_01 INFO:root:Bone 571: cf_j_sk_07_02 INFO:root:Bone 572: cf_j_sk_07_03 INFO:root:Bone 573: cf_j_sk_07_04 INFO:root:Bone 574: cf_j_sk_07_05 INFO:root:Bone 575: cf_hit_berry INFO:root:Bone 576: cf_hit_waist_L INFO:root:Bone 577: cf_j_waist02 INFO:root:Bone 578: cf_d_siri_L INFO:root:Bone 579: cf_d_siri01_L INFO:root:Bone 580: cf_j_siri_L_01 INFO:root:Bone 581: cf_j_siri_L INFO:root:Bone 582: cf_s_siri_L INFO:root:Bone 583: cf_hit_siri_L INFO:root:Bone 584: k_f_siriL_00 INFO:root:Bone 585: k_f_siriL_01 INFO:root:Bone 586: k_f_siriL_02 INFO:root:Bone 587: k_f_siriL_03 INFO:root:Bone 588: cf_d_ana INFO:root:Bone 589: cf_j_ana INFO:root:Bone 590: cf_s_ana INFO:root:Bone 591: a_n_ana INFO:root:Bone 592: k_f_ana_00 INFO:root:Bone 593: k_f_ana_01 INFO:root:Bone 594: k_f_ana_02 INFO:root:Bone 595: k_f_ana_03 INFO:root:Bone 596: cf_d_kokan INFO:root:Bone 597: cf_j_kokan INFO:root:Bone 598: a_n_kokan INFO:root:Bone 599: cf_n_pee INFO:root:Bone 600: k_f_kokan_00 INFO:root:Bone 601: k_f_kokan_01 INFO:root:Bone 602: k_f_kokan_02 INFO:root:Bone 603: k_f_kokan_03 INFO:root:Bone 604: cm_J_dan_top INFO:root:Bone 605: cm_J_dan100_00 INFO:root:Bone 606: cm_J_dan101_00 INFO:root:Bone 607: a_n_dan INFO:root:Bone 608: cm_J_dan109_00 INFO:root:Bone 609: k_f_dansaki00_00 INFO:root:Bone 610: k_f_dansaki00_01 INFO:root:Bone 611: k_f_dansaki00_02 INFO:root:Bone 612: k_f_dansaki00_03 INFO:root:Bone 613: k_f_dansao00_00 INFO:root:Bone 614: k_f_dansao00_01 INFO:root:Bone 615: k_f_dansao00_02 INFO:root:Bone 616: k_f_dansao00_03 INFO:root:Bone 617: cm_J_dan_f_top INFO:root:Bone 618: cm_J_dan_f_L INFO:root:Bone 619: k_f_tamaL_00 INFO:root:Bone 620: k_f_tamaL_01 INFO:root:Bone 621: k_f_tamaL_02 INFO:root:Bone 622: k_f_tamaL_03 INFO:root:Bone 623: cm_J_dan_Pivot_f_L INFO:root:Bone 624: cm_J_dan_Dynamic_f_L INFO:root:Bone 625: cm_J_dan_f_R INFO:root:Bone 626: k_f_tamaR_00 INFO:root:Bone 627: k_f_tamaR_01 INFO:root:Bone 628: k_f_tamaR_02 INFO:root:Bone 629: k_f_tamaR_03 INFO:root:Bone 630: cm_J_dan_Pivot_f_R INFO:root:Bone 631: cm_J_dan_Dynamic_f_R INFO:root:Bone 632: k_f_tamaC_00 INFO:root:Bone 633: k_f_tamaC_01 INFO:root:Bone 634: k_f_tamaC_02 INFO:root:Bone 635: k_f_tamaC_03 INFO:root:Bone 636: cf_d_siri_R INFO:root:Bone 637: cf_d_siri01_R INFO:root:Bone 638: cf_j_siri_R_01 INFO:root:Bone 639: cf_j_siri_R INFO:root:Bone 640: cf_s_siri_R INFO:root:Bone 641: cf_hit_siri_R INFO:root:Bone 642: k_f_siriR_00 INFO:root:Bone 643: k_f_siriR_01 INFO:root:Bone 644: k_f_siriR_02 INFO:root:Bone 645: k_f_siriR_03 INFO:root:Bone 646: cf_d_sirihit_L INFO:root:Bone 647: cf_j_thigh00_L INFO:root:Bone 648: cf_d_thigh01_L INFO:root:Bone 649: cf_s_thigh01_L INFO:root:Bone 650: cf_hit_thigh01_L INFO:root:Bone 651: k_f_legupL_00 INFO:root:Bone 652: k_f_legupL_01 INFO:root:Bone 653: k_f_legupL_02 INFO:root:Bone 654: k_f_legupL_03 INFO:root:Bone 655: KKS_Colliders_cf_s_thigh01_L INFO:root:Bone 656: KKS_Colliders_cf_s_thigh01_L__2 INFO:root:Bone 657: cf_d_thigh02_L INFO:root:Bone 658: cf_s_thigh02_L INFO:root:Bone 659: a_n_leg_L INFO:root:Bone 660: cf_hit_thigh02_L INFO:root:Bone 661: KKS_Colliders_cf_s_thigh02_L INFO:root:Bone 662: cf_d_thigh03_L INFO:root:Bone 663: cf_s_thigh03_L INFO:root:Bone 664: cf_j_leg01_L INFO:root:Bone 665: cf_d_kneeF_L INFO:root:Bone 666: k_f_legkneeL_00 INFO:root:Bone 667: k_f_legkneeL_01 INFO:root:Bone 668: k_f_legkneeL_02 INFO:root:Bone 669: k_f_legkneeL_03 INFO:root:Bone 670: cf_d_leg02_L INFO:root:Bone 671: cf_s_leg02_L INFO:root:Bone 672: cf_d_leg03_L INFO:root:Bone 673: cf_s_leg03_L INFO:root:Bone 674: a_n_ankle_L INFO:root:Bone 675: k_f_ancleL_00 INFO:root:Bone 676: k_f_ancleL_01 INFO:root:Bone 677: k_f_ancleL_02 INFO:root:Bone 678: k_f_ancleL_03 INFO:root:Bone 679: cf_j_leg03_L INFO:root:Bone 680: cf_j_foot_L INFO:root:Bone 681: a_n_heel_L INFO:root:Bone 682: cf_hit_leg02_L INFO:root:Bone 683: cf_j_toes_L INFO:root:Bone 684: k_f_toeL_00 INFO:root:Bone 685: k_f_toeL_01 INFO:root:Bone 686: k_f_toeL_02 INFO:root:Bone 687: k_f_toeL_03 INFO:root:Bone 688: cf_j_toes0_L INFO:root:Bone 689: cf_j_toes1_L INFO:root:Bone 690: cf_j_toes10_L INFO:root:Bone 691: cf_j_toes2_L INFO:root:Bone 692: cf_j_toes20_L INFO:root:Bone 693: cf_j_toes3_L INFO:root:Bone 694: cf_j_toes30_L INFO:root:Bone 695: cf_j_toes4_L INFO:root:Bone 696: cf_s_leg01_L INFO:root:Bone 697: a_n_knee_L INFO:root:Bone 698: cf_hit_thigh03_L INFO:root:Bone 699: cf_hit_leg01_L INFO:root:Bone 700: cf_s_kneeB_L INFO:root:Bone 701: k_f_leglowL_00 INFO:root:Bone 702: k_f_leglowL_01 INFO:root:Bone 703: k_f_leglowL_02 INFO:root:Bone 704: k_f_leglowL_03 INFO:root:Bone 705: cf_d_sirihit_R INFO:root:Bone 706: cf_j_thigh00_R INFO:root:Bone 707: cf_d_thigh01_R INFO:root:Bone 708: cf_s_thigh01_R INFO:root:Bone 709: cf_hit_thigh01_R INFO:root:Bone 710: k_f_legupR_00 INFO:root:Bone 711: k_f_legupR_01 INFO:root:Bone 712: k_f_legupR_02 INFO:root:Bone 713: k_f_legupR_03 INFO:root:Bone 714: KKS_Colliders_cf_s_thigh01_R INFO:root:Bone 715: KKS_Colliders_cf_s_thigh01_R__2 INFO:root:Bone 716: cf_d_thigh02_R INFO:root:Bone 717: cf_s_thigh02_R INFO:root:Bone 718: a_n_leg_R INFO:root:Bone 719: cf_hit_thigh02_R INFO:root:Bone 720: KKS_Colliders_cf_s_thigh02_R INFO:root:Bone 721: cf_d_thigh03_R INFO:root:Bone 722: cf_s_thigh03_R INFO:root:Bone 723: cf_j_leg01_R INFO:root:Bone 724: cf_d_kneeF_R INFO:root:Bone 725: k_f_legkneeR_00 INFO:root:Bone 726: k_f_legkneeR_01 INFO:root:Bone 727: k_f_legkneeR_02 INFO:root:Bone 728: k_f_legkneeR_03 INFO:root:Bone 729: cf_d_leg02_R INFO:root:Bone 730: cf_s_leg02_R INFO:root:Bone 731: cf_d_leg03_R INFO:root:Bone 732: cf_s_leg03_R INFO:root:Bone 733: a_n_ankle_R INFO:root:Bone 734: k_f_ancleR_00 INFO:root:Bone 735: k_f_ancleR_01 INFO:root:Bone 736: k_f_ancleR_02 INFO:root:Bone 737: k_f_ancleR_03 INFO:root:Bone 738: cf_j_leg03_R INFO:root:Bone 739: cf_j_foot_R INFO:root:Bone 740: a_n_heel_R INFO:root:Bone 741: cf_hit_leg02_R INFO:root:Bone 742: cf_j_toes_R INFO:root:Bone 743: k_f_toeR_00 INFO:root:Bone 744: k_f_toeR_01 INFO:root:Bone 745: k_f_toeR_02 INFO:root:Bone 746: k_f_toeR_03 INFO:root:Bone 747: cf_j_toes0_R INFO:root:Bone 748: cf_j_toes1_R INFO:root:Bone 749: cf_j_toes10_R INFO:root:Bone 750: cf_j_toes2_R INFO:root:Bone 751: cf_j_toes20_R INFO:root:Bone 752: cf_j_toes3_R INFO:root:Bone 753: cf_j_toes30_R INFO:root:Bone 754: cf_j_toes4_R INFO:root:Bone 755: cf_s_leg01_R INFO:root:Bone 756: a_n_knee_R INFO:root:Bone 757: cf_hit_thigh03_R INFO:root:Bone 758: cf_hit_leg01_R INFO:root:Bone 759: cf_s_kneeB_R INFO:root:Bone 760: k_f_leglowR_00 INFO:root:Bone 761: k_f_leglowR_01 INFO:root:Bone 762: k_f_leglowR_02 INFO:root:Bone 763: k_f_leglowR_03 INFO:root:Bone 764: cf_s_waist02 INFO:root:Bone 765: cf_hit_waist02 INFO:root:Bone 766: cf_s_leg_L INFO:root:Bone 767: cf_s_leg_R INFO:root:Bone 768: k_f_kosi02_00 INFO:root:Bone 769: k_f_kosi02_01 INFO:root:Bone 770: k_f_kosi02_02 INFO:root:Bone 771: k_f_kosi02_03 INFO:root:Bone 772: cf_J_Vagina_root INFO:root:Bone 773: cf_J_Vagina_Pivot_B INFO:root:Bone 774: cf_J_Vagina_B INFO:root:Bone 775: cf_J_Vagina_Inner_B INFO:root:Bone 776: cf_J_Vagina_Pivot_F INFO:root:Bone 777: cf_J_Vagina_F INFO:root:Bone 778: cf_J_Vagina_Pivot_L.005 INFO:root:Bone 779: cf_J_Vagina_L.005 INFO:root:Bone 780: cf_J_Vagina_Pivot_R.005 INFO:root:Bone 781: cf_J_Vagina_R.005 INFO:root:Bone 782: cf_J_Vagina_Pivot_L.004 INFO:root:Bone 783: cf_J_Vagina_L.004 INFO:root:Bone 784: cf_J_Vagina_Inner_B_L INFO:root:Bone 785: cf_J_Vagina_Pivot_R.004 INFO:root:Bone 786: cf_J_Vagina_R.004 INFO:root:Bone 787: cf_J_Vagina_Inner_B_R INFO:root:Bone 788: cf_J_Vagina_Pivot_L.001 INFO:root:Bone 789: cf_J_Vagina_L.001 INFO:root:Bone 790: cf_J_Vagina_Pivot_R.001 INFO:root:Bone 791: cf_J_Vagina_R.001 INFO:root:Bone 792: cf_J_Vagina_Pivot_L.002 INFO:root:Bone 793: cf_J_Vagina_L.002 INFO:root:Bone 794: cf_J_Vagina_Inner_F_L INFO:root:Bone 795: cf_J_Vagina_Pivot_R.002 INFO:root:Bone 796: cf_J_Vagina_R.002 INFO:root:Bone 797: cf_J_Vagina_Inner_F_R INFO:root:Bone 798: cf_J_Vagina_Pivot_L.003 INFO:root:Bone 799: cf_J_Vagina_L.003 INFO:root:Bone 800: cf_J_Vagina_Pivot_R.003 INFO:root:Bone 801: cf_J_Vagina_R.003 INFO:root:Bone 802: cf_J_Vagina_Pivot_Inner_F INFO:root:Bone 803: cf_J_Vagina_Inner_F INFO:root:Bone 804: cf_s_waist01 INFO:root:Bone 805: a_n_waist INFO:root:Bone 806: ca_slot00 INFO:root:Bone 807: CTA_cf_o_root_ INFO:root:Bone 808: CTA_clothes_00_ INFO:root:Bone 809: CTA_top_jacket_ INFO:root:Bone 810: CTA_ja_usagi_ INFO:root:Bone 811: CTA_n_top_a_ INFO:root:Bone 812: CTA_n_bot_a_ INFO:root:Bone 813: CTA_o_usagiP_bot_a_ INFO:root:Bone 814: CTA_o_emblem_usagiP_ INFO:root:Bone 815: CTA_o_usagiP_top_a_ INFO:root:Bone 816: a_n_waist_b INFO:root:Bone 817: a_n_waist_f INFO:root:Bone 818: a_n_waist_L INFO:root:Bone 819: a_n_waist_R INFO:root:Bone 820: k_f_kosi01_00 INFO:root:Bone 821: k_f_kosi01_01 INFO:root:Bone 822: k_f_kosi01_02 INFO:root:Bone 823: k_f_kosi01_03 INFO:root:Bone 824: cf_hit_waist01 INFO:root:Bone 825: cf_pv_root INFO:root:Bone 826: cf_pv_elbo_L INFO:root:Bone 827: cf_pv_elbo_R INFO:root:Bone 828: cf_pv_foot_L INFO:root:Bone 829: cf_pv_foot_R INFO:root:Bone 830: cf_pv_hand_L INFO:root:Bone 831: cf_pv_hand_R INFO:root:Bone 832: cf_pv_heel_L INFO:root:Bone 833: cf_pv_heel_R INFO:root:Bone 834: cf_pv_hips INFO:root:Bone 835: cf_ik_hips INFO:root:Bone 836: cf_kk_shoulder INFO:root:Bone 837: cf_pv_shoulder_L INFO:root:Bone 838: cf_pv_shoulder_R INFO:root:Bone 839: cf_kk_waist INFO:root:Bone 840: cf_pv_waist_L INFO:root:Bone 841: cf_pv_waist_R INFO:root:Bone 842: cf_pv_knee_L INFO:root:Bone 843: cf_pv_knee_R INFO:root:Bone 844: cf_pv_leg_L INFO:root:Bone 845: cf_pv_leg_R INFO:root:Bone 846: KKS_Colliders_cf_j_root INFO:root:Bone 847: p_cf_body_00 INFO:root:Bone 848: cf_o_root INFO:root:Bone 849: n_body INFO:root:Bone 850: o_body_a INFO:root:Bone 851: o_shadowcaster INFO:root:Bone 852: Highlight_o_body_a_rend INFO:root:Bone 853: n_tang INFO:root:Bone 854: ct_clothesTop INFO:root:Bone 855: ct_top_parts_A INFO:root:Bone 856: cf_o_root 21190 INFO:root:Bone 857: clothes_00 INFO:root:Bone 858: top_jacket INFO:root:Bone 859: inner04 INFO:root:Bone 860: n_top_a INFO:root:Bone 861: o_inner_a INFO:root:Bone 862: ct_top_parts_B INFO:root:Bone 863: p_cf_top_guiche INFO:root:Bone 864: n_o_root_kkss INFO:root:Bone 865: top INFO:root:Bone 866: top_guiche INFO:root:Bone 867: n_top_a 21370 INFO:root:Bone 868: top_guiche_a INFO:root:Bone 869: ct_top_parts_C INFO:root:Bone 870: cf_o_root 21470 INFO:root:Bone 871: clothes_00 21480 INFO:root:Bone 872: top_jacket 21490 INFO:root:Bone 873: n_top_a 21500 INFO:root:Bone 874: o_top_deco02 INFO:root:Bone 875: ct_clothesBot INFO:root:Bone 876: cf_o_root 21650 INFO:root:Bone 877: clothes_00 21660 INFO:root:Bone 878: bottoms INFO:root:Bone 879: skirt01 INFO:root:Bone 880: n_bot_a INFO:root:Bone 881: o_bot_skirt01_a INFO:root:Bone 882: db_skirt INFO:root:Bone 883: ct_bra INFO:root:Bone 884: cf_o_root 21800 INFO:root:Bone 885: clothes_00 21810 INFO:root:Bone 886: under INFO:root:Bone 887: bra INFO:root:Bone 888: bra01 INFO:root:Bone 889: n_top_a 21850 INFO:root:Bone 890: o_bra_a INFO:root:Bone 891: ct_shorts INFO:root:Bone 892: cf_o_root 21950 INFO:root:Bone 893: clothes_00 21960 INFO:root:Bone 894: under 21970 INFO:root:Bone 895: shorts INFO:root:Bone 896: shorts01 INFO:root:Bone 897: n_bot_a 22000 INFO:root:Bone 898: o_shorts_a INFO:root:Bone 899: ct_gloves INFO:root:Bone 900: cf_o_root 22130 INFO:root:Bone 901: clothes_00 22140 INFO:root:Bone 902: n_gloves INFO:root:Bone 903: N_glove_Army INFO:root:Bone 904: cf_o_glove_army INFO:root:Bone 905: ct_panst INFO:root:Bone 906: ct_socks INFO:root:Bone 907: cf_o_root 22260 INFO:root:Bone 908: clothes_00 22270 INFO:root:Bone 909: n_socks INFO:root:Bone 910: N_socks_cute INFO:root:Bone 911: cf_o_socks_cute INFO:root:Bone 912: op_01 INFO:root:Bone 913: cf_o_socks_cute_furiru INFO:root:Bone 914: ct_shoes_outer INFO:root:Bone 915: mj_flats INFO:root:Bone 916: mj_flats.sole INFO:root:----- Loaded 917 bones. INFO:root: INFO:root:------------------------------ INFO:root: Load Morphs INFO:root:------------------------------ INFO:root:----- Loaded 0 morphs. INFO:root: INFO:root:------------------------------ INFO:root: Load Display Items INFO:root:------------------------------ INFO:root:Display Item 0: Root INFO:root:Display Item 1: 表情 INFO:root:----- Loaded 2 display items. INFO:root: INFO:root:------------------------------ INFO:root: Load Rigid Bodies INFO:root:------------------------------ INFO:root:----- Loaded 0 rigid bodies. INFO:root: INFO:root:------------------------------ INFO:root: Load Joints INFO:root:------------------------------ INFO:root:----- Loaded 0 joints. INFO:root: Finished loading. INFO:root:---------------------------------------- INFO:root: mmd_tools.pmx module INFO:root:**************************************** INFO:root:**************************************** INFO:root: mmd_tools.import_pmx module INFO:root:---------------------------------------- INFO:root: Start to load model data form a pmx file INFO:root: by the mmd_tools.pmx modlue. INFO:root: INFO:root:Importing 3 additional uvs INFO:root: - UV1...(uv channels) INFO:root: - zw are all zeros: UV1 INFO:root: - UV2...(uv channels) INFO:root: - zw are all zeros: UV2 INFO:root: - UV3...(uv channels) INFO:root: - zw are all zeros: UV3 INFO:root:Setting custom normals... INFO:root: - Marked 9/180191 (0.00%) sharp edges with angle: 179 degrees INFO:root: - Done!! INFO:root: Finished importing the model in 2.976622 seconds. INFO:root:---------------------------------------- INFO:root: mmd_tools.import_pmx module INFO:root:**************************************** Info: Imported MMD model from "E:\ILUSSION GAMES\Koikatsu Sunshine\Export_PMX\20251128110135_(Toony)mychara\Outfit 00\model.pmx" Import PMX operation took 0.0 seconds Import function 0 running rename_uv_maps operation took 0.007 seconds Renamed duplicate body material cf_m_namida_00.001 to cf_m_namida_00 Renamed duplicate body material cf_m_namida_00.002 to cf_m_namida_00 Renamed duplicate body material cf_m_sirome_00.001 to cf_m_sirome_00 Renamed duplicate body material Bonelyfans.001 to Bonelyfans Renamed duplicate body material cf_m_tang.001 to cf_m_tang Info: Removed 22 slots separate_rigged_tongue operation took 0.432 seconds separate_hair operation took 0.0 seconds Separated ['cf_m_shoes_tennis 9530'] alternate clothing Indoor shoes automatically Separated ['Vest 1 8920'] alternate clothing Top shift automatically Separated ['cf_m_top_inner04 8830'] alternate clothing Top shift automatically Separated ['cf_m_bot_skirt03 9070'] alternate clothing Bottom shift automatically Separated ['cf_m_bra_11 9180'] alternate clothing Bra shift automatically Separated ['cf_m_shorts_11 9280'] alternate clothing Underwear shift automatically Separated ['cf_m_shorts_11 9300'] alternate clothing Underwear hang automatically separate_alternate_clothing operation took 1.501 seconds Warning: Material wasn't found when separating materials: Standard delete_shad_bone operation took 1.183 seconds Error: Nothing selected Warning: Nothing was selected when separating materials from: Body (Toony)mychara Error: Nothing selected Warning: Nothing was selected when separating materials from: Outfit 00 (Toony)mychara separate_hitboxes operation took 0.601 seconds delete_mask_quad operation took 0.154 seconds remove_unused_shapekeys operation took 0.0 seconds translate_shapekeys operation took 0.679 seconds Warning: 1 × Draw window and swap: 99.7190 ms, average: 99.71900000 ms Warning: 1 × Draw window and swap: 26.5712 ms, average: 26.57120000 ms Warning: 1 × Draw window and swap: 17.3051 ms, average: 17.30510000 ms Warning: 1 × Draw window and swap: 141.3390 ms, average: 141.33900000 ms Warning: 1 × Draw window and swap: 73.5619 ms, average: 73.56190000 ms Warning: 1 × Draw window and swap: 73.4302 ms, average: 73.43020000 ms Warning: 1 × Draw window and swap: 71.1091 ms, average: 71.10910000 ms Warning: 1 × Draw window and swap: 73.0141 ms, average: 73.01410000 ms Warning: 1 × Draw window and swap: 71.2027 ms, average: 71.20270000 ms Warning: 1 × Draw window and swap: 69.4562 ms, average: 69.45620000 ms Warning: 1 × Draw window and swap: 70.6936 ms, average: 70.69360000 ms Warning: 1 × Draw window and swap: 69.6461 ms, average: 69.64610000 ms Warning: 1 × Draw window and swap: 70.1544 ms, average: 70.15440000 ms Warning: 1 × Draw window and swap: 70.5533 ms, average: 70.55330000 ms Warning: 1 × Draw window and swap: 70.4427 ms, average: 70.44270000 ms Warning: 1 × Draw window and swap: 72.8371 ms, average: 72.83710000 ms Warning: 1 × Draw window and swap: 67.6410 ms, average: 67.64100000 ms Warning: 1 × Draw window and swap: 69.1255 ms, average: 69.12550000 ms Warning: 1 × Draw window and swap: 70.4526 ms, average: 70.45260000 ms Warning: 1 × Draw window and swap: 70.1980 ms, average: 70.19800000 ms Warning: 1 × Draw window and swap: 69.4864 ms, average: 69.48640000 ms Warning: 1 × Draw window and swap: 70.0561 ms, average: 70.05610000 ms Warning: 1 × Draw window and swap: 70.9143 ms, average: 70.91430000 ms Warning: 1 × Draw window and swap: 69.7342 ms, average: 69.73420000 ms Warning: 1 × Draw window and swap: 71.5015 ms, average: 71.50150000 ms Warning: 1 × Draw window and swap: 36.8643 ms, average: 36.86430000 ms Warning: 1 × Draw window and swap: 30.4907 ms, average: 30.49070000 ms Warning: 1 × Draw window and swap: 25.8142 ms, average: 25.81420000 ms Warning: 1 × Draw window and swap: 26.0947 ms, average: 26.09470000 ms Warning: 1 × Draw window and swap: 63.7561 ms, average: 63.75610000 ms Warning: 1 × Draw window and swap: 72.6171 ms, average: 72.61710000 ms Warning: 1 × Draw window and swap: 72.9888 ms, average: 72.98880000 ms Warning: 1 × Draw window and swap: 72.9865 ms, average: 72.98650000 ms Warning: 1 × Draw window and swap: 72.2234 ms, average: 72.22340000 ms Warning: 1 × Draw window and swap: 72.3636 ms, average: 72.36360000 ms Warning: 1 × Draw window and swap: 70.5093 ms, average: 70.50930000 ms Warning: 1 × Draw window and swap: 70.9209 ms, average: 70.92090000 ms Warning: 1 × Draw window and swap: 70.4444 ms, average: 70.44440000 ms Warning: 1 × Draw window and swap: 69.7956 ms, average: 69.79560000 ms Warning: 1 × Draw window and swap: 70.3801 ms, average: 70.38010000 ms Warning: 1 × Draw window and swap: 70.3236 ms, average: 70.32360000 ms Warning: 1 × Draw window and swap: 70.3280 ms, average: 70.32800000 ms Warning: 1 × Draw window and swap: 69.5172 ms, average: 69.51720000 ms Warning: 1 × Draw window and swap: 72.0365 ms, average: 72.03650000 ms Warning: 1 × Draw window and swap: 68.6011 ms, average: 68.60110000 ms Warning: 1 × Draw window and swap: 70.1712 ms, average: 70.17120000 ms Warning: 1 × Draw window and swap: 70.7564 ms, average: 70.75640000 ms Warning: 1 × Draw window and swap: 69.4897 ms, average: 69.48970000 ms combine_shapekeys operation took 4.6 seconds correct shapekeys operation took 0.0 seconds Info: Removed 22 slots create_tear_shapekeys operation took 2.016 seconds Info: Removed 20 slots create gag_eye_shapekeys operation took 0.686 seconds Info: Removed 1559 vertices remove_body_seams operation took 0.154 seconds mark_body_freestyle_faces operation took 0.116 seconds Import function 1 running reparent_all_objects operation took 0.031 seconds remove_bone_locks_and_modifiers operation took 0.069 seconds scale_armature_bones_down operation took 0.031 seconds Warning: 1 × Draw window and swap: 66.6755 ms, average: 66.67550000 ms Warning: 1 × Draw window and swap: 62.2981 ms, average: 62.29810000 ms Processing 'Body (Toony)mychara' shape 'Cartoony Crying' is the same as the reference key shape 'Horizontal Line' is the same as the reference key shape 'Cartoony Closed' is the same as the reference key shape 'Vertical Line' is the same as the reference key shape 'Cartoony Wink' is the same as the reference key shape 'Fiery Eyes' is the same as the reference key shape 'Heart Eyes' is the same as the reference key shape 'Spiral Eyes' is the same as the reference key shape 'Circle Eyes 2' is the same as the reference key shape 'Circle Eyes 1' is the same as the reference key shape 'Tears small' is the same as the reference key shape 'Tears med' is the same as the reference key shape 'Tears big' is the same as the reference key shape 'KK Eyes_default_op' is the same as the reference key shape 'KK Eyebrows_default_op' is the same as the reference key shape 'Gag eye 00' is the same as the reference key shape 'Gag eye 01' is the same as the reference key shape 'Gag eye 02' is the same as the reference key Processing 'Tongue (rigged) (Toony)mychara' shape 'eye_face.f00_def_cl' is the same as the reference key shape 'eye_face.f00_def_op' is the same as the reference key shape 'eye_face.f00_egao_cl' is the same as the reference key shape 'eye_face.f00_egao_op' is the same as the reference key shape 'eye_face.f00_bisyou_op' is the same as the reference key shape 'eye_face.f00_winkl_op' is the same as the reference key shape 'eye_face.f00_winkr_op' is the same as the reference key shape 'eye_face.f00_setunai_op' is the same as the reference key shape 'eye_face.f00_tere_op' is the same as the reference key shape 'eye_face.f00_ikari_op' is the same as the reference key shape 'eye_face.f00_sinken_op' is the same as the reference key shape 'eye_face.f00_tumara_op' is the same as the reference key shape 'eye_face.f00_kurusi_op' is the same as the reference key shape 'eye_face.f00_keno_op' is the same as the reference key shape 'eye_face.f00_sian_op' is the same as the reference key shape 'eye_face.f00_kanasi_op' is the same as the reference key shape 'eye_face.f00_naki_op' is the same as the reference key shape 'eye_face.f00_aseri_op' is the same as the reference key shape 'eye_face.f00_rakutan_op' is the same as the reference key shape 'eye_face.f00_komaru_op' is the same as the reference key shape 'eye_face.f00_doya_op' is the same as the reference key shape 'eye_face.f00_gag' is the same as the reference key shape 'eye_face.f00_gyul_op' is the same as the reference key shape 'eye_face.f00_gyur_op' is the same as the reference key shape 'eye_face.f00_gyu_cl' is the same as the reference key shape 'eye_face.f00_gyul02_op' is the same as the reference key shape 'eye_face.f00_gyur02_op' is the same as the reference key shape 'eye_face.f00_gyu02_cl' is the same as the reference key shape 'kuti_face.f00_def_cl' is the same as the reference key shape 'kuti_face.f00_def_op' is the same as the reference key shape 'kuti_face.f00_egao_op' is the same as the reference key shape 'kuti_face.f00_bisyou_op' is the same as the reference key shape 'kuti_face.f00_uresi_cl' is the same as the reference key shape 'kuti_face.f00_uresi_op' is the same as the reference key shape 'kuti_face.f00_uresi_s_op' is the same as the reference key shape 'kuti_face.f00_uresi_ss_op' is the same as the reference key shape 'kuti_face.f00_doki_cl' is the same as the reference key shape 'kuti_face.f00_doki_s_op' is the same as the reference key shape 'kuti_face.f00_doki_s_cl' is the same as the reference key shape 'kuti_face.f00_doki_ss_cl' is the same as the reference key shape 'kuti_face.f00_doki_ss_op' is the same as the reference key shape 'kuti_face.f00_ikari_cl' is the same as the reference key shape 'kuti_face.f00_ikari_op' is the same as the reference key shape 'kuti_face.f00_ikari02_op' is the same as the reference key shape 'kuti_face.f00_sinken02_op' is the same as the reference key shape 'kuti_face.f00_sinken03_cl' is the same as the reference key shape 'kuti_face.f00_sinken03_op' is the same as the reference key shape 'kuti_face.f00_keno_op' is the same as the reference key shape 'kuti_face.f00_sabisi_op' is the same as the reference key shape 'kuti_face.f00_aseri_op' is the same as the reference key shape 'kuti_face.f00_human_cl' is the same as the reference key shape 'kuti_face.f00_akire_op' is the same as the reference key shape 'kuti_face.f00_odoro_op' is the same as the reference key shape 'kuti_face.f00_odoro_s_op' is the same as the reference key shape 'kuti_face.f00_doya_cl' is the same as the reference key shape 'kuti_face.f00_doya_op' is the same as the reference key shape 'kuti_face.f00_pero_cl' is the same as the reference key shape 'kuti_face.f00_name_op' is the same as the reference key shape 'kuti_face.f00_kuwae_op' is the same as the reference key shape 'kuti_face.f00_kisu_op' is the same as the reference key shape 'kuti_face.f00_name02_op' is the same as the reference key shape 'kuti_face.f00_a_s_op' is the same as the reference key shape 'kuti_face.f00_a_l_op' is the same as the reference key shape 'kuti_face.f00_i_s_op' is the same as the reference key shape 'kuti_face.f00_i_l_op' is the same as the reference key shape 'kuti_face.f00_u_s_op' is the same as the reference key shape 'kuti_face.f00_u_l_op' is the same as the reference key shape 'kuti_face.f00_e_s_op' is the same as the reference key shape 'kuti_face.f00_e_l_op' is the same as the reference key shape 'kuti_face.f00_o_s_op' is the same as the reference key shape 'kuti_face.f00_o_l_op' is the same as the reference key shape 'kuti_face.f00_n_s_cl' is the same as the reference key shape 'kuti_face.f00_n_l_cl' is the same as the reference key shape 'kuti_face.f00_neko_cl' is the same as the reference key shape 'kuti_face.f00_neko_op' is the same as the reference key shape 'kuti_face.f00_san_op' is the same as the reference key shape 'kuti_face.f00_niko_cl' is the same as the reference key shape 'kuti_face.f00_niko_op' is the same as the reference key shape 'kuti_face.f00_mogu_op' is the same as the reference key shape 'kuti_face.f00_mogu_cl' is the same as the reference key shape 'kuti_face.f00_tabe_op' is the same as the reference key shape 'sexfaces.lopsided.left.kuti_face.f00_sinken03_cl' is the same as the reference key shape 'sexfaces.lopsided.right.kuti_face.f00_sinken03_cl' is the same as the reference key shape 'sexfaces.lopsided.left.kuti_face.f00_n_s_cl' is the same as the reference key shape 'sexfaces.lopsided.right.kuti_face.f00_n_s_cl' is the same as the reference key shape 'sexfaces.lopsided.left.kuti_face.f00_n_l_cl' is the same as the reference key shape 'sexfaces.lopsided.right.kuti_face.f00_n_l_cl' is the same as the reference key shape 'eye_nose.nl00_def_cl' is the same as the reference key shape 'eye_nose.nl00_def_op' is the same as the reference key shape 'eye_nose.nl00_egao_cl' is the same as the reference key shape 'eye_nose.nl00_egao_op' is the same as the reference key shape 'eye_nose.nl00_bisyou_op' is the same as the reference key shape 'eye_nose.nl00_winkl_op' is the same as the reference key shape 'eye_nose.nl00_winkr_op' is the same as the reference key shape 'eye_nose.nl00_setunai_op' is the same as the reference key shape 'eye_nose.nl00_tere_op' is the same as the reference key shape 'eye_nose.nl00_ikari_op' is the same as the reference key shape 'eye_nose.nl00_sinken_op' is the same as the reference key shape 'eye_nose.nl00_tumara_op' is the same as the reference key shape 'eye_nose.nl00_kurusi_op' is the same as the reference key shape 'eye_nose.nl00_keno_op' is the same as the reference key shape 'eye_nose.nl00_sian_op' is the same as the reference key shape 'eye_nose.nl00_kanasi_op' is the same as the reference key shape 'eye_nose.nl00_naki_op' is the same as the reference key shape 'eye_nose.nl00_aseri_op' is the same as the reference key shape 'eye_nose.nl00_rakutan_op' is the same as the reference key shape 'eye_nose.nl00_komaru_op' is the same as the reference key shape 'eye_nose.nl00_doya_op' is the same as the reference key shape 'eye_nose.nl00_gag' is the same as the reference key shape 'eye_nose.nl00_gyul_op' is the same as the reference key shape 'eye_nose.nl00_gyur_op' is the same as the reference key shape 'eye_nose.nl00_gyu_cl' is the same as the reference key shape 'kuti_nose.nl00_def_cl' is the same as the reference key shape 'kuti_nose.nl00_def_op' is the same as the reference key shape 'kuti_nose.nl00_egao_op' is the same as the reference key shape 'kuti_nose.nl00_bisyou_op' is the same as the reference key shape 'kuti_nose.nl00_uresi_cl' is the same as the reference key shape 'kuti_nose.nl00_uresi_op' is the same as the reference key shape 'kuti_nose.nl00_uresi_s_op' is the same as the reference key shape 'kuti_nose.nl00_uresi_ss_op' is the same as the reference key shape 'kuti_nose.nl00_doki_cl' is the same as the reference key shape 'kuti_nose.nl00_doki_s_op' is the same as the reference key shape 'kuti_nose.nl00_doki_s_cl' is the same as the reference key shape 'kuti_nose.nl00_doki_ss_cl' is the same as the reference key shape 'kuti_nose.nl00_doki_ss_op' is the same as the reference key shape 'kuti_nose.nl00_ikari_cl' is the same as the reference key shape 'kuti_nose.nl00_ikari_op' is the same as the reference key shape 'kuti_nose.nl00_ikari02_op' is the same as the reference key shape 'kuti_nose.nl00_sinken02_op' is the same as the reference key shape 'kuti_nose.nl00_sinken03_cl' is the same as the reference key shape 'kuti_nose.nl00_sinken03_op' is the same as the reference key shape 'kuti_nose.nl00_keno_op' is the same as the reference key shape 'kuti_nose.nl00_sabisi_op' is the same as the reference key shape 'kuti_nose.nl00_aseri_op' is the same as the reference key shape 'kuti_nose.nl00_human_cl' is the same as the reference key shape 'kuti_nose.nl00_akire_op' is the same as the reference key shape 'kuti_nose.nl00_odoro_op' is the same as the reference key shape 'kuti_nose.nl00_odoro_s_op' is the same as the reference key shape 'kuti_nose.nl00_doya_cl' is the same as the reference key shape 'kuti_nose.nl00_doya_op' is the same as the reference key shape 'kuti_nose.nl00_pero_cl' is the same as the reference key shape 'kuti_nose.nl00_name_op' is the same as the reference key shape 'kuti_nose.nl00_kuwae_op' is the same as the reference key shape 'kuti_nose.nl00_kisu_op' is the same as the reference key shape 'kuti_nose.nl00_name02_op' is the same as the reference key shape 'kuti_nose.nl00_a_s_op' is the same as the reference key shape 'kuti_nose.nl00_a_l_op' is the same as the reference key shape 'kuti_nose.nl00_i_s_op' is the same as the reference key shape 'kuti_nose.nl00_i_l_op' is the same as the reference key shape 'kuti_nose.nl00_u_s_op' is the same as the reference key shape 'kuti_nose.nl00_u_l_op' is the same as the reference key shape 'kuti_nose.nl00_e_s_op' is the same as the reference key shape 'kuti_nose.nl00_e_l_op' is the same as the reference key shape 'kuti_nose.nl00_o_s_op' is the same as the reference key shape 'kuti_nose.nl00_o_l_op' is the same as the reference key shape 'kuti_nose.nl00_n_s_op' is the same as the reference key shape 'kuti_nose.nl00_n_l_op' is the same as the reference key shape 'kuti_nose.nl00_san_op' is the same as the reference key shape 'kuti_nose.nl00_niko_cl' is the same as the reference key shape 'kuti_nose.nl00_niko_op' is the same as the reference key shape 'sexfaces.lopsided.left.kuti_nose.nl00_sinken03_cl' is the same as the reference key shape 'sexfaces.lopsided.right.kuti_nose.nl00_sinken03_cl' is the same as the reference key shape 'sexfaces.lopsided.left.kuti_nose.nl00_n_s_op' is the same as the reference key shape 'sexfaces.lopsided.right.kuti_nose.nl00_n_s_op' is the same as the reference key shape 'sexfaces.lopsided.left.kuti_nose.nl00_n_l_op' is the same as the reference key shape 'sexfaces.lopsided.right.kuti_nose.nl00_n_l_op' is the same as the reference key shape 'eye_siroL.sL00_def_cl' is the same as the reference key shape 'eye_siroL.sL00_def_op' is the same as the reference key shape 'eye_siroL.sL00_egao_cl' is the same as the reference key shape 'eye_siroL.sL00_egao_op' is the same as the reference key shape 'eye_siroL.sL00_bisyou_op' is the same as the reference key shape 'eye_siroL.sL00_winkl_op' is the same as the reference key shape 'eye_siroL.sL00_winkr_op' is the same as the reference key shape 'eye_siroL.sL00_setunai_op' is the same as the reference key shape 'eye_siroL.sL00_tere_op' is the same as the reference key shape 'eye_siroL.sL00_ikari_op' is the same as the reference key shape 'eye_siroL.sL00_sinken_op' is the same as the reference key shape 'eye_siroL.sL00_tumara_op' is the same as the reference key shape 'eye_siroL.sL00_kurusi_op' is the same as the reference key shape 'eye_siroL.sL00_keno_op' is the same as the reference key shape 'eye_siroL.sL00_sian_op' is the same as the reference key shape 'eye_siroL.sL00_kanasi_op' is the same as the reference key shape 'eye_siroL.sL00_naki_op' is the same as the reference key shape 'eye_siroL.sL00_aseri_op' is the same as the reference key shape 'eye_siroL.sL00_rakutan_op' is the same as the reference key shape 'eye_siroL.sL00_komaru_op' is the same as the reference key shape 'eye_siroL.sL00_doya_op' is the same as the reference key shape 'eye_siroL.sL00_gyul_op' is the same as the reference key shape 'eye_siroL.sL00_gyur_op' is the same as the reference key shape 'eye_siroL.sL00_gyu_cl' is the same as the reference key shape 'eye_siroL.sL00_gyul02_op' is the same as the reference key shape 'eye_siroL.sL00_gyur02_op' is the same as the reference key shape 'eye_siroL.sL00_gyu02_cl' is the same as the reference key shape 'eye_siroR.sR00_def_cl' is the same as the reference key shape 'eye_siroR.sR00_def_op' is the same as the reference key shape 'eye_siroR.sR00_egao_cl' is the same as the reference key shape 'eye_siroR.sR00_egao_op' is the same as the reference key shape 'eye_siroR.sR00_bisyou_op' is the same as the reference key shape 'eye_siroR.sR00_winkl_op' is the same as the reference key shape 'eye_siroR.sR00_winkr_op' is the same as the reference key shape 'eye_siroR.sR00_setunai_op' is the same as the reference key shape 'eye_siroR.sR00_tere_op' is the same as the reference key shape 'eye_siroR.sR00_ikari_op' is the same as the reference key shape 'eye_siroR.sR00_sinken_op' is the same as the reference key shape 'eye_siroR.sR00_tumara_op' is the same as the reference key shape 'eye_siroR.sR00_kurusi_op' is the same as the reference key shape 'eye_siroR.sR00_keno_op' is the same as the reference key shape 'eye_siroR.sR00_sian_op' is the same as the reference key shape 'eye_siroR.sR00_kanasi_op' is the same as the reference key shape 'eye_siroR.sR00_naki_op' is the same as the reference key shape 'eye_siroR.sR00_aseri_op' is the same as the reference key shape 'eye_siroR.sR00_rakutan_op' is the same as the reference key shape 'eye_siroR.sR00_komaru_op' is the same as the reference key shape 'eye_siroR.sR00_doya_op' is the same as the reference key shape 'eye_siroR.sR00_gyul_op' is the same as the reference key shape 'eye_siroR.sR00_gyur_op' is the same as the reference key shape 'eye_siroR.sR00_gyu_cl' is the same as the reference key shape 'eye_siroR.sR00_gyul02_op' is the same as the reference key shape 'eye_siroR.sR00_gyur02_op' is the same as the reference key shape 'eye_siroR.sR00_gyu02_cl' is the same as the reference key shape 'eye_line_u.elu00_def_cl' is the same as the reference key shape 'eye_line_u.elu00_def_op' is the same as the reference key shape 'eye_line_u.elu00_egao_cl' is the same as the reference key shape 'eye_line_u.elu00_egao_op' is the same as the reference key shape 'eye_line_u.elu00_bisyou_op' is the same as the reference key shape 'eye_line_u.elu00_winkl_op' is the same as the reference key shape 'eye_line_u.elu00_winkr_op' is the same as the reference key shape 'eye_line_u.elu00_setunai_op' is the same as the reference key shape 'eye_line_u.elu00_tere_op' is the same as the reference key shape 'eye_line_u.elu00_ikari_op' is the same as the reference key shape 'eye_line_u.elu00_sinken_op' is the same as the reference key shape 'eye_line_u.elu00_tumara_op' is the same as the reference key shape 'eye_line_u.elu00_kurusi_op' is the same as the reference key shape 'eye_line_u.elu00_keno_op' is the same as the reference key shape 'eye_line_u.elu00_sian_op' is the same as the reference key shape 'eye_line_u.elu00_kanasi_op' is the same as the reference key shape 'eye_line_u.elu00_naki_op' is the same as the reference key shape 'eye_line_u.elu00_aseri_op' is the same as the reference key shape 'eye_line_u.elu00_rakutan_op' is the same as the reference key shape 'eye_line_u.elu00_komaru_op' is the same as the reference key shape 'eye_line_u.elu00_doya_op' is the same as the reference key shape 'eye_line_u.elu00_gyul_op' is the same as the reference key shape 'eye_line_u.elu00_gyur_op' is the same as the reference key shape 'eye_line_u.elu00_gyu_cl' is the same as the reference key shape 'eye_line_u.elu00_gyul02_op' is the same as the reference key shape 'eye_line_u.elu00_gyur02_op' is the same as the reference key shape 'eye_line_u.elu00_gyu02_cl' is the same as the reference key shape 'eye_line_l.ell00_def_cl' is the same as the reference key shape 'eye_line_l.ell00_def_op' is the same as the reference key shape 'eye_line_l.ell00_egao_cl' is the same as the reference key shape 'eye_line_l.ell00_egao_op' is the same as the reference key shape 'eye_line_l.ell00_bisyou_op' is the same as the reference key shape 'eye_line_l.ell00_winkl_op' is the same as the reference key shape 'eye_line_l.ell00_winkr_op' is the same as the reference key shape 'eye_line_l.ell00_setunai_op' is the same as the reference key shape 'eye_line_l.ell00_tere_op' is the same as the reference key shape 'eye_line_l.ell00_ikari_op' is the same as the reference key shape 'eye_line_l.ell00_sinken_op' is the same as the reference key shape 'eye_line_l.ell00_tumara_op' is the same as the reference key shape 'eye_line_l.ell00_kurusi_op' is the same as the reference key shape 'eye_line_l.ell00_keno_op' is the same as the reference key shape 'eye_line_l.ell00_sian_op' is the same as the reference key shape 'eye_line_l.ell00_kanasi_op' is the same as the reference key shape 'eye_line_l.ell00_naki_op' is the same as the reference key shape 'eye_line_l.ell00_aseri_op' is the same as the reference key shape 'eye_line_l.ell00_rakutan_op' is the same as the reference key shape 'eye_line_l.ell00_komaru_op' is the same as the reference key shape 'eye_line_l.ell00_doya_op' is the same as the reference key shape 'eye_line_l.ell00_gyul_op' is the same as the reference key shape 'eye_line_l.ell00_gyur_op' is the same as the reference key shape 'eye_line_l.ell00_gyu_cl' is the same as the reference key shape 'eye_line_l.ell00_gyul02_op' is the same as the reference key shape 'eye_line_l.ell00_gyur02_op' is the same as the reference key shape 'eye_line_l.ell00_gyu02_cl' is the same as the reference key shape 'eye_naL.naL00_def_cl' is the same as the reference key shape 'eye_naL.naL00_def_op' is the same as the reference key shape 'eye_naL.naL00_egao_cl' is the same as the reference key shape 'eye_naL.naL00_egao_op' is the same as the reference key shape 'eye_naL.naL00_bisyou_op' is the same as the reference key shape 'eye_naL.naL00_winkl_op' is the same as the reference key shape 'eye_naL.naL00_winkr_op' is the same as the reference key shape 'eye_naL.naL00_setunai_op' is the same as the reference key shape 'eye_naL.naL00_tere_op' is the same as the reference key shape 'eye_naL.naL00_ikari_op' is the same as the reference key shape 'eye_naL.naL00_sinken_op' is the same as the reference key shape 'eye_naL.naL00_tumara_op' is the same as the reference key shape 'eye_naL.naL00_kurusi_op' is the same as the reference key shape 'eye_naL.naL00_keno_op' is the same as the reference key shape 'eye_naL.naL00_sian_op' is the same as the reference key shape 'eye_naL.naL00_kanasi_op' is the same as the reference key shape 'eye_naL.naL00_naki_op' is the same as the reference key shape 'eye_naL.naL00_aseri_op' is the same as the reference key shape 'eye_naL.naL00_rakutan_op' is the same as the reference key shape 'eye_naL.naL00_komaru_op' is the same as the reference key shape 'eye_naL.naL00_doya_op' is the same as the reference key shape 'eye_naL.naL00_gyul_op' is the same as the reference key shape 'eye_naL.naL00_gyur_op' is the same as the reference key shape 'eye_naL.naL00_gyu_cl' is the same as the reference key shape 'eye_naL.naL00_gyul02_op' is the same as the reference key shape 'eye_naL.naL00_gyur02_op' is the same as the reference key shape 'eye_naL.naL00_gyu02_cl' is the same as the reference key shape 'eye_naM.naM00_def_cl' is the same as the reference key shape 'eye_naM.naM00_def_op' is the same as the reference key shape 'eye_naM.naM00_egao_cl' is the same as the reference key shape 'eye_naM.naM00_egao_op' is the same as the reference key shape 'eye_naM.naM00_bisyou_op' is the same as the reference key shape 'eye_naM.naM00_winkl_op' is the same as the reference key shape 'eye_naM.naM00_winkr_op' is the same as the reference key shape 'eye_naM.naM00_setunai_op' is the same as the reference key shape 'eye_naM.naM00_tere_op' is the same as the reference key shape 'eye_naM.naM00_ikari_op' is the same as the reference key shape 'eye_naM.naM00_sinken_op' is the same as the reference key shape 'eye_naM.naM00_tumara_op' is the same as the reference key shape 'eye_naM.naM00_kurusi_op' is the same as the reference key shape 'eye_naM.naM00_keno_op' is the same as the reference key shape 'eye_naM.naM00_sian_op' is the same as the reference key shape 'eye_naM.naM00_kanasi_op' is the same as the reference key shape 'eye_naM.naM00_naki_op' is the same as the reference key shape 'eye_naM.naM00_aseri_op' is the same as the reference key shape 'eye_naM.naM00_rakutan_op' is the same as the reference key shape 'eye_naM.naM00_komaru_op' is the same as the reference key shape 'eye_naM.naM00_doya_op' is the same as the reference key shape 'eye_naM.naM00_gyul_op' is the same as the reference key shape 'eye_naM.naM00_gyur_op' is the same as the reference key shape 'eye_naM.naM00_gyu_cl' is the same as the reference key shape 'eye_naM.naM00_gyul02_op' is the same as the reference key shape 'eye_naM.naM00_gyur02_op' is the same as the reference key shape 'eye_naM.naM00_gyu02_cl' is the same as the reference key shape 'eye_naS.naS00_def_cl' is the same as the reference key shape 'eye_naS.naS00_def_op' is the same as the reference key shape 'eye_naS.naS00_egao_cl' is the same as the reference key shape 'eye_naS.naS00_egao_op' is the same as the reference key shape 'eye_naS.naS00_bisyou_op' is the same as the reference key shape 'eye_naS.naS00_winkl_op' is the same as the reference key shape 'eye_naS.naS00_winkr_op' is the same as the reference key shape 'eye_naS.naS00_setunai_op' is the same as the reference key shape 'eye_naS.naS00_tere_op' is the same as the reference key shape 'eye_naS.naS00_ikari_op' is the same as the reference key shape 'eye_naS.naS00_sinken_op' is the same as the reference key shape 'eye_naS.naS00_tumara_op' is the same as the reference key shape 'eye_naS.naS00_kurusi_op' is the same as the reference key shape 'eye_naS.naS00_keno_op' is the same as the reference key shape 'eye_naS.naS00_sian_op' is the same as the reference key shape 'eye_naS.naS00_kanasi_op' is the same as the reference key shape 'eye_naS.naS00_naki_op' is the same as the reference key shape 'eye_naS.naS00_aseri_op' is the same as the reference key shape 'eye_naS.naS00_rakutan_op' is the same as the reference key shape 'eye_naS.naS00_komaru_op' is the same as the reference key shape 'eye_naS.naS00_doya_op' is the same as the reference key shape 'eye_naS.naS00_gyul_op' is the same as the reference key shape 'eye_naS.naS00_gyur_op' is the same as the reference key shape 'eye_naS.naS00_gyu_cl' is the same as the reference key shape 'eye_naS.naS00_gyul02_op' is the same as the reference key shape 'eye_naS.naS00_gyur02_op' is the same as the reference key shape 'eye_naS.naS00_gyu02_cl' is the same as the reference key shape 'kuti_ha.ha00_def_cl' is the same as the reference key shape 'kuti_ha.ha00_def_op' is the same as the reference key shape 'kuti_ha.ha00_egao_op' is the same as the reference key shape 'kuti_ha.ha00_bisyou_op1' is the same as the reference key shape 'kuti_ha.ha00_uresi_cl' is the same as the reference key shape 'kuti_ha.ha00_uresi_op' is the same as the reference key shape 'kuti_ha.ha00_uresi_s_op' is the same as the reference key shape 'kuti_ha.ha00_uresi_ss_op' is the same as the reference key shape 'kuti_ha.ha00_doki_cl' is the same as the reference key shape 'kuti_ha.ha00_doki_s_op' is the same as the reference key shape 'kuti_ha.ha00_doki_s_cl' is the same as the reference key shape 'kuti_ha.ha00_doki_ss_cl' is the same as the reference key shape 'kuti_ha.ha00_doki_ss_op' is the same as the reference key shape 'kuti_ha.ha00_ikari_cl' is the same as the reference key shape 'kuti_ha.ha00_ikari_op' is the same as the reference key shape 'kuti_ha.ha00_ikari02_op' is the same as the reference key shape 'kuti_ha.ha00_sinken02_op' is the same as the reference key shape 'kuti_ha.ha00_sinken03_cl' is the same as the reference key shape 'kuti_ha.ha00_sinken03_op' is the same as the reference key shape 'kuti_ha.ha00_keno_op' is the same as the reference key shape 'kuti_ha.ha00_sabisi_op' is the same as the reference key shape 'kuti_ha.ha00_aseri_op' is the same as the reference key shape 'kuti_ha.ha00_human_cl' is the same as the reference key shape 'kuti_ha.ha00_akire_op' is the same as the reference key shape 'kuti_ha.ha00_odoro_op' is the same as the reference key shape 'kuti_ha.ha00_odoro_s_op' is the same as the reference key shape 'kuti_ha.ha00_doya_cl' is the same as the reference key shape 'kuti_ha.ha00_doya_op' is the same as the reference key shape 'kuti_ha.ha00_pero_cl' is the same as the reference key shape 'kuti_ha.ha00_name_op' is the same as the reference key shape 'kuti_ha.ha00_kuwae_op' is the same as the reference key shape 'kuti_ha.ha00_kisu_op' is the same as the reference key shape 'kuti_ha.ha00_name02_op' is the same as the reference key shape 'kuti_ha.ha00_a_s_op' is the same as the reference key shape 'kuti_ha.ha00_a_l_op' is the same as the reference key shape 'kuti_ha.ha00_i_s_cl' is the same as the reference key shape 'kuti_ha.ha00_i_l_cl' is the same as the reference key shape 'kuti_ha.ha00_e_s_op' is the same as the reference key shape 'kuti_ha.ha00_niko_op' is the same as the reference key shape 'sexfaces.lopsided.left.kuti_ha.ha00_sinken03_cl' is the same as the reference key shape 'sexfaces.lopsided.right.kuti_ha.ha00_sinken03_cl' is the same as the reference key shape 'sexfaces.lopsided.left.kuti_ha.ha00_def_cl' is the same as the reference key shape 'sexfaces.lopsided.right.kuti_ha.ha00_def_cl' is the same as the reference key shape 'kuti_sita.t00_def_cl' is the same as the reference key shape 'kuti_sita.t00_def_op' is the same as the reference key shape 'kuti_sita.t00_egao_op' is the same as the reference key shape 'kuti_sita.t00_bisyou_op' is the same as the reference key shape 'kuti_sita.t00_uresi_cl' is the same as the reference key shape 'kuti_sita.t00_uresi_op' is the same as the reference key shape 'kuti_sita.t00_uresi_s_op' is the same as the reference key shape 'kuti_sita.t00_uresi_ss_op' is the same as the reference key shape 'kuti_sita.t00_doki_cl' is the same as the reference key shape 'kuti_sita.t00_doki_s_op' is the same as the reference key shape 'kuti_sita.t00_doki_s_cl' is the same as the reference key shape 'kuti_sita.t00_doki_ss_cl' is the same as the reference key shape 'kuti_sita.t00_doki_ss_op' is the same as the reference key shape 'kuti_sita.t00_ikari_cl' is the same as the reference key shape 'kuti_sita.t00_ikari_op' is the same as the reference key shape 'kuti_sita.t00_ikari02_op' is the same as the reference key shape 'kuti_sita.t00_sinken02_op' is the same as the reference key shape 'kuti_sita.t00_sinken03_cl' is the same as the reference key shape 'kuti_sita.t00_sinken03_op' is the same as the reference key shape 'kuti_sita.t00_keno_op' is the same as the reference key shape 'kuti_sita.t00_sabisi_op' is the same as the reference key shape 'kuti_sita.t00_aseri_op' is the same as the reference key shape 'kuti_sita.t00_human_cl' is the same as the reference key shape 'kuti_sita.t00_akire_op' is the same as the reference key shape 'kuti_sita.t00_odoro_op' is the same as the reference key shape 'kuti_sita.t00_odoro_s_op' is the same as the reference key shape 'kuti_sita.t00_doya_cl' is the same as the reference key shape 'kuti_sita.t00_doya_op' is the same as the reference key shape 'kuti_sita.t00_pero_cl' is the same as the reference key shape 'kuti_sita.t00_name_op' is the same as the reference key shape 'kuti_sita.t00_kuwae_op' is the same as the reference key shape 'kuti_sita.t00_kisu_op' is the same as the reference key shape 'kuti_sita.t00_name02_op' is the same as the reference key shape 'kuti_sita.t00_a_s_op' is the same as the reference key shape 'kuti_sita.t00_a_l_op' is the same as the reference key shape 'kuti_sita.t00_e_s_op' is the same as the reference key shape 'sexfaces.lopsided.left.kuti_sita.t00_sinken03_cl' is the same as the reference key shape 'sexfaces.lopsided.right.kuti_sita.t00_sinken03_cl' is the same as the reference key shape 'sexfaces.lopsided.left.kuti_sita.t00_def_cl' is the same as the reference key shape 'sexfaces.lopsided.right.kuti_sita.t00_def_cl' is the same as the reference key shape 'mayuge.mayu00_def_cl' is the same as the reference key shape 'mayuge.mayu00_def_op' is the same as the reference key shape 'mayuge.mayu00_oko_cl' is the same as the reference key shape 'mayuge.mayu00_oko_op' is the same as the reference key shape 'mayuge.mayu00_koma_cl' is the same as the reference key shape 'mayuge.mayu00_koma_op' is the same as the reference key shape 'mayuge.mayu00_tmara_cl' is the same as the reference key shape 'mayuge.mayu00_tmara_op' is the same as the reference key shape 'mayuge.mayu00_gimoL_cl' is the same as the reference key shape 'mayuge.mayu00_gimoL_op' is the same as the reference key shape 'mayuge.mayu00_gimoR_cl' is the same as the reference key shape 'mayuge.mayu00_gimoR_op' is the same as the reference key shape 'mayuge.mayu00_sianL_cl' is the same as the reference key shape 'mayuge.mayu00_sianL_op' is the same as the reference key shape 'mayuge.mayu00_sianR_cl' is the same as the reference key shape 'mayuge.mayu00_sianR_op' is the same as the reference key shape 'mayuge.mayu00_oko2L_cl' is the same as the reference key shape 'mayuge.mayu00_oko2L_op' is the same as the reference key shape 'mayuge.mayu00_oko2R_cl' is the same as the reference key shape 'mayuge.mayu00_oko2R_op' is the same as the reference key shape 'mayuge.mayu00_sinken_cl' is the same as the reference key shape 'mayuge.mayu00_sinken_op' is the same as the reference key shape 'mayuge.mayu00_huan_cl' is the same as the reference key shape 'mayuge.mayu00_huan_op' is the same as the reference key shape 'mayuge.mayu00_odoro_cl' is the same as the reference key shape 'mayuge.mayu00_odoro_op' is the same as the reference key shape 'mayuge.mayu00_rakutan_cl' is the same as the reference key shape 'mayuge.mayu00_rakutan_op' is the same as the reference key shape 'mayuge.mayu00_doya_cl' is the same as the reference key shape 'mayuge.mayu00_doya_op' is the same as the reference key shape 'mayuge.mayu00_winkl_cl' is the same as the reference key shape 'mayuge.mayu00_winkl_op' is the same as the reference key shape 'mayuge.mayu00_winkr_cl' is the same as the reference key shape 'mayuge.mayu00_winkr_op' is the same as the reference key Processing 'Tears (Toony)mychara' shape 'KK Eyes_default_op' is the same as the reference key shape 'KK Eyes_thinking_op' is the same as the reference key shape 'KK Eyes_worried_op' is the same as the reference key shape 'KK Mouth_default_cl' is the same as the reference key shape 'KK Mouth_default_op' is the same as the reference key shape 'KK Mouth_smile_op' is the same as the reference key shape 'KK Mouth_smile_sharp_op' is the same as the reference key shape 'KK Mouth_happy_broad_cl' is the same as the reference key shape 'KK Mouth_happy_broad_op' is the same as the reference key shape 'KK Mouth_happy_moderate_op' is the same as the reference key shape 'KK Mouth_happy_slight_op' is the same as the reference key shape 'KK Mouth_doki_cl' is the same as the reference key shape 'KK Mouth_doki_moderate_op' is the same as the reference key shape 'KK Mouth_doki_moderate_cl' is the same as the reference key shape 'KK Mouth_doki_slight_cl' is the same as the reference key shape 'KK Mouth_doki_slight_op' is the same as the reference key shape 'KK Mouth_angry_cl' is the same as the reference key shape 'KK Mouth_angry_op' is the same as the reference key shape 'KK Mouth_angry_2_op' is the same as the reference key shape 'KK Mouth_serious_1_op' is the same as the reference key shape 'KK Mouth_serious_2_cl' is the same as the reference key shape 'KK Mouth_serious_2_op' is the same as the reference key shape 'KK Mouth_hate_op' is the same as the reference key shape 'KK Mouth_lonely_op' is the same as the reference key shape 'KK Mouth_impatient_op' is the same as the reference key shape 'KK Mouth_displeased_cl' is the same as the reference key shape 'KK Mouth_amazed_op' is the same as the reference key shape 'KK Mouth_shocked_op' is the same as the reference key shape 'KK Mouth_shocked_small_op' is the same as the reference key shape 'KK Mouth_smug_cl' is the same as the reference key shape 'KK Mouth_smug_op' is the same as the reference key shape 'KK Mouth_lick_cl' is the same as the reference key shape 'KK Mouth_eating_op' is the same as the reference key shape 'KK Mouth_hold_in_mouth_op' is the same as the reference key shape 'KK Mouth_kiss_op' is the same as the reference key shape 'KK Mouth_tongue_out_op' is the same as the reference key shape 'KK Mouth_a_small_op' is the same as the reference key shape 'KK Mouth_a_big_op' is the same as the reference key shape 'KK Mouth_i_small_op' is the same as the reference key shape 'KK Mouth_i_big_op' is the same as the reference key shape 'KK Mouth_u_small_op' is the same as the reference key shape 'KK Mouth_u_big_op' is the same as the reference key shape 'KK Mouth_e_small_op' is the same as the reference key shape 'KK Mouth_e_big_op' is the same as the reference key shape 'KK Mouth_o_small_op' is the same as the reference key shape 'KK Mouth_o_big_op' is the same as the reference key shape 'KK Mouth_n_small_cl' is the same as the reference key shape 'KK Mouth_n_big_cl' is the same as the reference key shape 'KK Mouth_neko_cl' is the same as the reference key shape 'KK Mouth_neko_op' is the same as the reference key shape 'KK Mouth_triangle_op' is the same as the reference key shape 'KK Mouth_cartoon_mouth_cl' is the same as the reference key shape 'KK Mouth_cartoon_mouth_op' is the same as the reference key shape 'KK Mouth_chewing_op' is the same as the reference key shape 'KK Mouth_chewing_cl' is the same as the reference key shape 'KK Mouth_eating_2_op' is the same as the reference key shape 'KK Eyebrows_default_cl' is the same as the reference key shape 'KK Eyebrows_default_op' is the same as the reference key shape 'KK Eyebrows_angry_cl' is the same as the reference key shape 'KK Eyebrows_angry_op' is the same as the reference key shape 'KK Eyebrows_worried_cl' is the same as the reference key shape 'KK Eyebrows_worried_op' is the same as the reference key shape 'KK Eyebrows_bored_cl' is the same as the reference key shape 'KK Eyebrows_bored_op' is the same as the reference key shape 'KK Eyebrows_doubt_left_cl' is the same as the reference key shape 'KK Eyebrows_doubt_left_op' is the same as the reference key shape 'KK Eyebrows_doubt_right_cl' is the same as the reference key shape 'KK Eyebrows_doubt_right_op' is the same as the reference key shape 'KK Eyebrows_thinking_left_cl' is the same as the reference key shape 'KK Eyebrows_thinking_left_op' is the same as the reference key shape 'KK Eyebrows_thinking_right_cl' is the same as the reference key shape 'KK Eyebrows_thinking_right_op' is the same as the reference key shape 'KK Eyebrows_angry_left_cl' is the same as the reference key shape 'KK Eyebrows_angry_left_op' is the same as the reference key shape 'KK Eyebrows_angry_right_cl' is the same as the reference key shape 'KK Eyebrows_angry_right_op' is the same as the reference key shape 'KK Eyebrows_serious_cl' is the same as the reference key shape 'KK Eyebrows_serious_op' is the same as the reference key shape 'KK Eyebrows_displeased_cl' is the same as the reference key shape 'KK Eyebrows_displeased_op' is the same as the reference key shape 'KK Eyebrows_shocked_cl' is the same as the reference key shape 'KK Eyebrows_shocked_op' is the same as the reference key shape 'KK Eyebrows_dejected_cl' is the same as the reference key shape 'KK Eyebrows_dejected_op' is the same as the reference key shape 'KK Eyebrows_smug_cl' is the same as the reference key shape 'KK Eyebrows_smug_op' is the same as the reference key shape 'KK Eyebrows_wink_left_cl' is the same as the reference key shape 'KK Eyebrows_wink_left_op' is the same as the reference key shape 'KK Eyebrows_wink_right_cl' is the same as the reference key shape 'KK Eyebrows_wink_right_op' is the same as the reference key shape 'KK Eyes_gageye' is the same as the reference key shape 'Gag eye 00' is the same as the reference key shape 'Gag eye 01' is the same as the reference key shape 'Gag eye 02' is the same as the reference key Processing 'Gag Eyes (Toony)mychara' shape 'Cartoony Crying' is the same as the reference key shape 'Horizontal Line' is the same as the reference key shape 'Cartoony Closed' is the same as the reference key shape 'Vertical Line' is the same as the reference key shape 'Cartoony Wink' is the same as the reference key shape 'Fiery Eyes' is the same as the reference key shape 'Heart Eyes' is the same as the reference key shape 'Spiral Eyes' is the same as the reference key shape 'Circle Eyes 2' is the same as the reference key shape 'Circle Eyes 1' is the same as the reference key shape 'Tears small' is the same as the reference key shape 'Tears med' is the same as the reference key shape 'Tears big' is the same as the reference key shape 'KK Eyes_default_cl' is the same as the reference key shape 'KK Eyes_default_op' is the same as the reference key shape 'KK Eyes_smile_cl' is the same as the reference key shape 'KK Eyes_smile_op' is the same as the reference key shape 'KK Eyes_smile_sharp_op' is the same as the reference key shape 'KK Eyes_wink_left_op' is the same as the reference key shape 'KK Eyes_wink_right_op' is the same as the reference key shape 'KK Eyes_distress_op' is the same as the reference key shape 'KK Eyes_shy_op' is the same as the reference key shape 'KK Eyes_angry_op' is the same as the reference key shape 'KK Eyes_serious_op' is the same as the reference key shape 'KK Eyes_bored_op' is the same as the reference key shape 'KK Eyes_pain_op' is the same as the reference key shape 'KK Eyes_hate_op' is the same as the reference key shape 'KK Eyes_thinking_op' is the same as the reference key shape 'KK Eyes_sad_op' is the same as the reference key shape 'KK Eyes_crying_op' is the same as the reference key shape 'KK Eyes_impatient_op' is the same as the reference key shape 'KK Eyes_dejected_op' is the same as the reference key shape 'KK Eyes_worried_op' is the same as the reference key shape 'KK Eyes_smug_op' is the same as the reference key shape 'KK Eyes_squeeze_left_op' is the same as the reference key shape 'KK Eyes_squeeze_right_op' is the same as the reference key shape 'KK Eyes_squeeze_cl' is the same as the reference key shape 'KK Eyes_squeeze_left_2_op' is the same as the reference key shape 'KK Eyes_squeeze_right_2_op' is the same as the reference key shape 'KK Eyes_squeeze_2_cl' is the same as the reference key shape 'KK Mouth_default_cl' is the same as the reference key shape 'KK Mouth_default_op' is the same as the reference key shape 'KK Mouth_smile_op' is the same as the reference key shape 'KK Mouth_smile_sharp_op' is the same as the reference key shape 'KK Mouth_happy_broad_cl' is the same as the reference key shape 'KK Mouth_happy_broad_op' is the same as the reference key shape 'KK Mouth_happy_moderate_op' is the same as the reference key shape 'KK Mouth_happy_slight_op' is the same as the reference key shape 'KK Mouth_doki_cl' is the same as the reference key shape 'KK Mouth_doki_moderate_op' is the same as the reference key shape 'KK Mouth_doki_moderate_cl' is the same as the reference key shape 'KK Mouth_doki_slight_cl' is the same as the reference key shape 'KK Mouth_doki_slight_op' is the same as the reference key shape 'KK Mouth_angry_cl' is the same as the reference key shape 'KK Mouth_angry_op' is the same as the reference key shape 'KK Mouth_angry_2_op' is the same as the reference key shape 'KK Mouth_serious_1_op' is the same as the reference key shape 'KK Mouth_serious_2_cl' is the same as the reference key shape 'KK Mouth_serious_2_op' is the same as the reference key shape 'KK Mouth_hate_op' is the same as the reference key shape 'KK Mouth_lonely_op' is the same as the reference key shape 'KK Mouth_impatient_op' is the same as the reference key shape 'KK Mouth_displeased_cl' is the same as the reference key shape 'KK Mouth_amazed_op' is the same as the reference key shape 'KK Mouth_shocked_op' is the same as the reference key shape 'KK Mouth_shocked_small_op' is the same as the reference key shape 'KK Mouth_smug_cl' is the same as the reference key shape 'KK Mouth_smug_op' is the same as the reference key shape 'KK Mouth_lick_cl' is the same as the reference key shape 'KK Mouth_eating_op' is the same as the reference key shape 'KK Mouth_hold_in_mouth_op' is the same as the reference key shape 'KK Mouth_kiss_op' is the same as the reference key shape 'KK Mouth_tongue_out_op' is the same as the reference key shape 'KK Mouth_a_small_op' is the same as the reference key shape 'KK Mouth_a_big_op' is the same as the reference key shape 'KK Mouth_i_small_op' is the same as the reference key shape 'KK Mouth_i_big_op' is the same as the reference key shape 'KK Mouth_u_small_op' is the same as the reference key shape 'KK Mouth_u_big_op' is the same as the reference key shape 'KK Mouth_e_small_op' is the same as the reference key shape 'KK Mouth_e_big_op' is the same as the reference key shape 'KK Mouth_o_small_op' is the same as the reference key shape 'KK Mouth_o_big_op' is the same as the reference key shape 'KK Mouth_n_small_cl' is the same as the reference key shape 'KK Mouth_n_big_cl' is the same as the reference key shape 'KK Mouth_neko_cl' is the same as the reference key shape 'KK Mouth_neko_op' is the same as the reference key shape 'KK Mouth_triangle_op' is the same as the reference key shape 'KK Mouth_cartoon_mouth_cl' is the same as the reference key shape 'KK Mouth_cartoon_mouth_op' is the same as the reference key shape 'KK Mouth_chewing_op' is the same as the reference key shape 'KK Mouth_chewing_cl' is the same as the reference key shape 'KK Mouth_eating_2_op' is the same as the reference key shape 'KK Eyebrows_default_cl' is the same as the reference key shape 'KK Eyebrows_default_op' is the same as the reference key shape 'KK Eyebrows_angry_cl' is the same as the reference key shape 'KK Eyebrows_angry_op' is the same as the reference key shape 'KK Eyebrows_worried_cl' is the same as the reference key shape 'KK Eyebrows_worried_op' is the same as the reference key shape 'KK Eyebrows_bored_cl' is the same as the reference key shape 'KK Eyebrows_bored_op' is the same as the reference key shape 'KK Eyebrows_doubt_left_cl' is the same as the reference key shape 'KK Eyebrows_doubt_left_op' is the same as the reference key shape 'KK Eyebrows_doubt_right_cl' is the same as the reference key shape 'KK Eyebrows_doubt_right_op' is the same as the reference key shape 'KK Eyebrows_thinking_left_cl' is the same as the reference key shape 'KK Eyebrows_thinking_left_op' is the same as the reference key shape 'KK Eyebrows_thinking_right_cl' is the same as the reference key shape 'KK Eyebrows_thinking_right_op' is the same as the reference key shape 'KK Eyebrows_angry_left_cl' is the same as the reference key shape 'KK Eyebrows_angry_left_op' is the same as the reference key shape 'KK Eyebrows_angry_right_cl' is the same as the reference key shape 'KK Eyebrows_angry_right_op' is the same as the reference key shape 'KK Eyebrows_serious_cl' is the same as the reference key shape 'KK Eyebrows_serious_op' is the same as the reference key shape 'KK Eyebrows_displeased_cl' is the same as the reference key shape 'KK Eyebrows_displeased_op' is the same as the reference key shape 'KK Eyebrows_shocked_cl' is the same as the reference key shape 'KK Eyebrows_shocked_op' is the same as the reference key shape 'KK Eyebrows_dejected_cl' is the same as the reference key shape 'KK Eyebrows_dejected_op' is the same as the reference key shape 'KK Eyebrows_smug_cl' is the same as the reference key shape 'KK Eyebrows_smug_op' is the same as the reference key shape 'KK Eyebrows_wink_left_cl' is the same as the reference key shape 'KK Eyebrows_wink_left_op' is the same as the reference key shape 'KK Eyebrows_wink_right_cl' is the same as the reference key shape 'KK Eyebrows_wink_right_op' is the same as the reference key shape 'KK Eyes_gageye' is the same as the reference key Mesh processing took 1599.466900ms Info: Pose successfully applied as rest pose. Rebuild bone data operation took 2.089 seconds unparent_body_bone operation took 0.016 seconds delete_non_height_bones operation took 0.338 seconds bend_bones_for_iks operation took 0.047 seconds remove_empty_vertex_groups operation took 1.898 seconds reorganize_armature_layers operation took 0.093 seconds relayer_accessory_bones operation took 6.413 seconds create_eye_controller_bone operation took 0.132 seconds shorten_kokan_bone operation took 0.038 seconds scale_skirt_and_face_bones operation took 0.063 seconds modify_finger_bone_orientations operation took 0.085 seconds Import function 2 running Info: Removed 8 slots Info: Removed 32 slots Info: Removed 32 slots Info: Removed 32 slots Info: Removed 32 slots Info: Removed 32 slots Info: Removed 32 slots Info: Removed 32 slots remove_unused_material_slots operation took 0.276 seconds Info: Removed 10 slots Moving duplicate material cf_m_sirome_00 in slot 8 to the original slot 7 Info: Removed 1 slots remap_duplicate_material_slots operation took 0.269 seconds Detected alpha shader. Setting render method to blended: cf_m_bot_skirt03 9050 Detected alpha shader. Setting render method to blended: cf_m_bra_11 9160 Detected alpha shader. Setting render method to blended: cf_m_shorts_11 9260 Detected alpha shader. Setting render method to blended: cf_m_bot_skirt03 9070 Detected alpha shader. Setting render method to blended: cf_m_bra_11 9180 Detected alpha shader. Setting render method to blended: cf_m_shorts_11 9300 Detected alpha shader. Setting render method to blended: cf_m_shorts_11 9280 6 replace_materials_for_tears_tongue_gageye operation took 0.529 seconds link_textures_for_tongue_tear_gag operation took 0.0 seconds import_and_setup_smooth_normals operation took 0.1 seconds setup_gag_eye_material_drivers operation took 0.0 seconds Import function 3 running Applying Eevee Shader adjustments... Running Rigify conversion scripts... Fetch rig. Clear rig animation data. Create widgets collection: 0.022 Duplicate rig: 0.455 CONFLICT: bone ORG-cf_j_sk_02_04 is claimed by rigs <class 'rigify.rigs.limbs.super_finger.Rig'> (ORG-cf_j_sk_02_00) and <class 'rigify.rigs.limbs.super_finger.Rig'> (ORG-cf_j_sk_02_04) CONFLICT: bone ORG-cf_j_sk_02_05 is claimed by rigs <class 'rigify.rigs.limbs.super_finger.Rig'> (ORG-cf_j_sk_02_00) and <class 'rigify.rigs.limbs.super_finger.Rig'> (ORG-cf_j_sk_02_04) CONFLICT: bone ORG-cf_j_sk_03_04 is claimed by rigs <class 'rigify.rigs.limbs.super_finger.Rig'> (ORG-cf_j_sk_03_00) and <class 'rigify.rigs.limbs.super_finger.Rig'> (ORG-cf_j_sk_03_04) CONFLICT: bone ORG-cf_j_sk_03_05 is claimed by rigs <class 'rigify.rigs.limbs.super_finger.Rig'> (ORG-cf_j_sk_03_00) and <class 'rigify.rigs.limbs.super_finger.Rig'> (ORG-cf_j_sk_03_04) CONFLICT: bone ORG-cf_j_sk_05_05 is claimed by rigs <class 'rigify.rigs.limbs.super_finger.Rig'> (ORG-cf_j_sk_05_00) and <class 'rigify.rigs.limbs.super_finger.Rig'> (ORG-cf_j_sk_05_04) CONFLICT: bone ORG-cf_j_sk_05_04 is claimed by rigs <class 'rigify.rigs.limbs.super_finger.Rig'> (ORG-cf_j_sk_05_00) and <class 'rigify.rigs.limbs.super_finger.Rig'> (ORG-cf_j_sk_05_04) CONFLICT: bone ORG-cf_j_sk_06_04 is claimed by rigs <class 'rigify.rigs.limbs.super_finger.Rig'> (ORG-cf_j_sk_06_00) and <class 'rigify.rigs.limbs.super_finger.Rig'> (ORG-cf_j_sk_06_04) CONFLICT: bone ORG-cf_j_sk_06_05 is claimed by rigs <class 'rigify.rigs.limbs.super_finger.Rig'> (ORG-cf_j_sk_06_00) and <class 'rigify.rigs.limbs.super_finger.Rig'> (ORG-cf_j_sk_06_04) CONFLICT: bone ORG-Left knee is claimed by rigs <class 'rigify.rigs.limbs.leg.Rig'> (ORG-Left leg) and <class 'rigify.rigs.basic.super_copy.Rig'> (ORG-Left knee) CONFLICT: bone ORG-Left ankle is claimed by rigs <class 'rigify.rigs.limbs.leg.Rig'> (ORG-Left leg) and <class 'rigify.rigs.basic.super_copy.Rig'> (ORG-Left ankle) CONFLICT: bone ORG-Right knee is claimed by rigs <class 'rigify.rigs.limbs.leg.Rig'> (ORG-Right leg) and <class 'rigify.rigs.basic.super_copy.Rig'> (ORG-Right knee) CONFLICT: bone ORG-Right ankle is claimed by rigs <class 'rigify.rigs.limbs.leg.Rig'> (ORG-Right leg) and <class 'rigify.rigs.basic.super_copy.Rig'> (ORG-Right ankle) Rigify: failed to generate rig. Traceback (most recent call last): File "C:\Program Files\Blender Foundation\Blender 5.0\5.0\scripts\addons_core\rigify\ui.py", line 1079, in execute generate.generate_rig(context, metarig) File "C:\Program Files\Blender Foundation\Blender 5.0\5.0\scripts\addons_core\rigify\generate.py", line 688, in generate_rig raise e File "C:\Program Files\Blender Foundation\Blender 5.0\5.0\scripts\addons_core\rigify\generate.py", line 676, in generate_rig generator.generate() File "C:\Program Files\Blender Foundation\Blender 5.0\5.0\scripts\addons_core\rigify\generate.py", line 522, in generate self.instantiate_rig_tree() File "C:\Program Files\Blender Foundation\Blender 5.0\5.0\scripts\addons_core\rigify\base_generate.py", line 536, in instantiate_rig_tree self.__build_rig_tree_rec(bone, None, handled) File "C:\Program Files\Blender Foundation\Blender 5.0\5.0\scripts\addons_core\rigify\base_generate.py", line 512, in __build_rig_tree_rec self.__build_rig_tree_rec(child, current_rig, handled) File "C:\Program Files\Blender Foundation\Blender 5.0\5.0\scripts\addons_core\rigify\base_generate.py", line 512, in __build_rig_tree_rec self.__build_rig_tree_rec(child, current_rig, handled) File "C:\Program Files\Blender Foundation\Blender 5.0\5.0\scripts\addons_core\rigify\base_generate.py", line 512, in __build_rig_tree_rec self.__build_rig_tree_rec(child, current_rig, handled) [Previous line repeated 4 more times] File "C:\Program Files\Blender Foundation\Blender 5.0\5.0\scripts\addons_core\rigify\base_generate.py", line 501, in __build_rig_tree_rec raise MetarigError("CONFLICT: bone {bone.name} owned by rig {rig.base_bone} " rigify.utils.errors.MetarigError: 'CONFLICT: bone {bone.name} owned by rig {rig.base_bone} has different parent rig from ORG-Left leg' Error: CONFLICT: bone {bone.name} owned by rig {rig.base_bone} has different parent rig from ORG-Left leg Incorrect armature for type 'base_generate' Error: Unknown python error occurred. Make sure the default model imports correctly before troubleshooting on this model! Traceback (most recent call last): File "REDACTED\Blender Foundation\Blender\5.0\extensions\user_default\kkbp\importing\postoperations.py", line 29, in execute self.apply_rigify() File "REDACTED\Blender Foundation\Blender\5.0\extensions\user_default\kkbp\importing\postoperations.py", line 233, in apply_rigify bpy.ops.pose.rigify_generate() File "C:\Program Files\Blender Foundation\Blender 5.0\5.0\scripts\modules\bpy\ops.py", line 109, in __call__ ret = _op_call(self.idname_py(), kw) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ RuntimeError: Error: CONFLICT: bone {bone.name} owned by rig {rig.base_bone} has different parent rig from ORG-Left leg Incorrect armature for type 'base_generate' Error: Traceback (most recent call last): File "REDACTED\Blender Foundation\Blender\5.0\extensions\user_default\kkbp\importing\postoperations.py", line 29, in execute self.apply_rigify() File "REDACTED\Blender Foundation\Blender\5.0\extensions\user_default\kkbp\importing\postoperations.py", line 233, in apply_rigify bpy.ops.pose.rigify_generate() File "C:\Program Files\Blender Foundation\Blender 5.0\5.0\scripts\modules\bpy\ops.py", line 109, in __call__ ret = _op_call(self.idname_py(), kw) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ RuntimeError: Error: CONFLICT: bone {bone.name} owned by rig {rig.base_bone} has different parent rig from ORG-Left leg Incorrect armature for type 'base_generate' Traceback (most recent call last): File "REDACTED\Blender Foundation\Blender\5.0\extensions\user_default\kkbp\importing\importbuttons.py", line 93, in execute function() File "REDACTED\Blender Foundation\Blender\5.0\extensions\user_default\kkbp\importing\importbuttons.py", line 85, in <lambda> lambda:bpy.ops.kkbp.postoperations('INVOKE_DEFAULT'), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Program Files\Blender Foundation\Blender 5.0\5.0\scripts\modules\bpy\ops.py", line 107, in __call__ ret = _op_call(self.idname_py(), kw, C_exec, C_undo) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ RuntimeError: Error: Traceback (most recent call last): File "REDACTED\Blender Foundation\Blender\5.0\extensions\user_default\kkbp\importing\postoperations.py", line 29, in execute self.apply_rigify() File "REDACTED\Blender Foundation\Blender\5.0\extensions\user_default\kkbp\importing\postoperations.py", line 233, in apply_rigify bpy.ops.pose.rigify_generate() File "C:\Program Files\Blender Foundation\Blender 5.0\5.0\scripts\modules\bpy\ops.py", line 109, in __call__ ret = _op_call(self.idname_py(), kw) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ RuntimeError: Error: CONFLICT: bone {bone.name} owned by rig {rig.base_bone} has different parent rig from ORG-Left leg Incorrect armature for type 'base_generate' 01:31.672 bpy.rna | ERROR Python script error in KKBP_OT_kkbpimport.execute ``` ```
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
kkbp-dev/KKBP_Importer#1
No description provided.