Skip to content

Commit

Permalink
fix func name
Browse files Browse the repository at this point in the history
  • Loading branch information
Pullusb committed Feb 26, 2024
1 parent e93dd02 commit 2b2882e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion snippets/dev/refresh_all_areas_redraw.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## Refresh interface on all areas
def refresh_viewports():

import bpy

def refresh_areas():
for area in bpy.context.screen.areas:
area.tag_redraw()

0 comments on commit 2b2882e

Please sign in to comment.