Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
saturday06 committed Jun 9, 2024
1 parent 9f0e15a commit 062d0af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/io_scene_vrm/editor/mtoon1/migration.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def migrate(context: Context) -> None:
if isinstance(gi_equalization_factor_object, (int, float)):
gi_equalization_factor = gi_equalization_factor_object

if addon_version < (2, 20, 54):
if addon_version < (2, 20, 55):
reset_shader_node_group(
context, material, reset_node_tree=True, overwrite=True
)
Expand Down

0 comments on commit 062d0af

Please sign in to comment.