Skip to content

Commit

Permalink
Fix error on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
BeheadedKamikaze committed Jun 8, 2022
1 parent 3e197fb commit f9a9942
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions SFR_Panel.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import typing
import os
import bpy
import bpy.utils.previews
from bpy.types import Panel
from .SFR_Settings import SFR_Settings
from .install_deps import dependencies
Expand Down
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
bl_info = {
"name": "Super Fast Render (SFR)",
"author": "Kevin Lorengel, Chris Bond (Kamikaze)",
"version": (3, 1, 1),
"version": (3, 1, 2),
"blender": (2, 92, 0),
"location": "Properties > Render > Super Fast Render",
"description": "SFR optimizes your scene, so you render faster!",
Expand Down

0 comments on commit f9a9942

Please sign in to comment.