Skip to content

Commit

Permalink
fix: Add missing argument when reloading config editor
Browse files Browse the repository at this point in the history
Signed-off-by: Mahid Sheikh <[email protected]>
  • Loading branch information
StandingPadAnimations committed Nov 26, 2024
1 parent 93d7e2b commit ee91537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MCprep_addon/vivy_editor.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class VIVY_OT_reload_editor(bpy.types.Operator):
bl_options = {'REGISTER', 'UNDO'}

def execute(self, context):
env.reload_vivy_json()
env.reload_vivy_json(context.scene.vivy_file_path)
reload_vivy_materials(context)
return {'FINISHED'}

Expand Down

0 comments on commit ee91537

Please sign in to comment.