You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The below error comes up with all body options for refitting a mesh. I've attempted with Blender 4.3.0, 4.3.1 and 4.3.2:
bpy.context.scene.cp77_panel_props.refit_json = 'Lush'
Python: Traceback (most recent call last):
File "C:\Users\wwoma\AppData\Roaming\Blender Foundation\Blender\4.3\scripts\addons\i_scene_cp77_gltf\meshtools_init_.py", line 307, in execute
CP77Refit(context, refitter, addon, target_body_path, target_body_name, addon_target_body_path, addon_target_body_name,self.useAddon, props.fbx_rot)
File "C:\Users\wwoma\AppData\Roaming\Blender Foundation\Blender\4.3\scripts\addons\i_scene_cp77_gltf\meshtools\meshtools.py", line 252, in CP77Refit
autofitter(context, refitter, addon, target_body_path, useAddon, addon_target_body_path, addon_target_body_name, target_body_name, fbx_rot)
File "C:\Users\wwoma\AppData\Roaming\Blender Foundation\Blender\4.3\scripts\addons\i_scene_cp77_gltf\meshtools\meshtools.py", line 311, in autofitter
new_lattice = setup_lattice(r_c, fbx_rot, lattice_object_name, target_body_name, control_points, lattice_points, lattice_object_location, lattice_object_rotation, lattice_object_scale,lattice_interpolation_u, lattice_interpolation_v, lattice_interpolation_w)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\wwoma\AppData\Roaming\Blender Foundation\Blender\4.3\scripts\addons\i_scene_cp77_gltf\meshtools\meshtools.py", line 356, in setup_lattice
flat_lattice_points = [lattice_points[w + v * lattice.points_u + u * lattice.points_u * lattice.points_v] for u in range(lattice.points_u) for v in range(lattice.points_v) for w in range(lattice.points_w)]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\wwoma\AppData\Roaming\Blender Foundation\Blender\4.3\scripts\addons\i_scene_cp77_gltf\meshtools\meshtools.py", line 356, in
flat_lattice_points = [lattice_points[w + v * lattice.points_u + u * lattice.points_u * lattice.points_v] for u in range(lattice.points_u) for v in range(lattice.points_v) for w in range(lattice.points_w)]
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
The below error comes up with all body options for refitting a mesh. I've attempted with Blender 4.3.0, 4.3.1 and 4.3.2:
bpy.context.scene.cp77_panel_props.refit_json = 'Lush'
Python: Traceback (most recent call last):
File "C:\Users\wwoma\AppData\Roaming\Blender Foundation\Blender\4.3\scripts\addons\i_scene_cp77_gltf\meshtools_init_.py", line 307, in execute
CP77Refit(context, refitter, addon, target_body_path, target_body_name, addon_target_body_path, addon_target_body_name,self.useAddon, props.fbx_rot)
File "C:\Users\wwoma\AppData\Roaming\Blender Foundation\Blender\4.3\scripts\addons\i_scene_cp77_gltf\meshtools\meshtools.py", line 252, in CP77Refit
autofitter(context, refitter, addon, target_body_path, useAddon, addon_target_body_path, addon_target_body_name, target_body_name, fbx_rot)
File "C:\Users\wwoma\AppData\Roaming\Blender Foundation\Blender\4.3\scripts\addons\i_scene_cp77_gltf\meshtools\meshtools.py", line 311, in autofitter
new_lattice = setup_lattice(r_c, fbx_rot, lattice_object_name, target_body_name, control_points, lattice_points, lattice_object_location, lattice_object_rotation, lattice_object_scale,lattice_interpolation_u, lattice_interpolation_v, lattice_interpolation_w)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\wwoma\AppData\Roaming\Blender Foundation\Blender\4.3\scripts\addons\i_scene_cp77_gltf\meshtools\meshtools.py", line 356, in setup_lattice
flat_lattice_points = [lattice_points[w + v * lattice.points_u + u * lattice.points_u * lattice.points_v] for u in range(lattice.points_u) for v in range(lattice.points_v) for w in range(lattice.points_w)]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\wwoma\AppData\Roaming\Blender Foundation\Blender\4.3\scripts\addons\i_scene_cp77_gltf\meshtools\meshtools.py", line 356, in
flat_lattice_points = [lattice_points[w + v * lattice.points_u + u * lattice.points_u * lattice.points_v] for u in range(lattice.points_u) for v in range(lattice.points_v) for w in range(lattice.points_w)]
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
IndexError: list index out of range
The text was updated successfully, but these errors were encountered: