We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0964ef7 commit 3e197fbCopy full SHA for 3e197fb
SFR_Panel.py
@@ -5,7 +5,7 @@
5
from .SFR_Settings import SFR_Settings
6
from .install_deps import dependencies
7
8
-ICON_DIR_NAME = "icons"
+ICON_DIR_NAME = "Icons"
9
10
class IconManager:
11
def __init__(self, additional_paths: typing.Optional[typing.List[str]] = None):
__init__.py
@@ -27,7 +27,7 @@
27
bl_info = {
28
"name": "Super Fast Render (SFR)",
29
"author": "Kevin Lorengel, Chris Bond (Kamikaze)",
30
- "version": (3, 1, 0),
+ "version": (3, 1, 1),
31
"blender": (2, 92, 0),
32
"location": "Properties > Render > Super Fast Render",
33
"description": "SFR optimizes your scene, so you render faster!",
0 commit comments