Skip to content

Commit 9fbde3c

Browse files
committed
1_8_5
Bug Fix
1 parent 57c9b9c commit 9fbde3c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"name": "PBR",
2121
"description": "PBR Workflow Tools",
2222
"author": "Digiography.Studio",
23-
"version": (1, 8, 0),
23+
"version": (1, 8, 5),
2424
"blender": (2, 79, 0),
2525
"location": "Properties > Material > PBR Material",
2626
"wiki_url": "https://github.com/Digiography/blender_addon_pbr/wiki",
@@ -216,6 +216,7 @@ def execute(self, context):
216216
_ds_pbr_material_options = context.material.ds_pbr_material_options
217217
_path = _ds_pbr_material_options.option_textures_path
218218
_path_files=_path
219+
_object = context.object
219220

220221
_gloss = False
221222
_metallic = False

0 commit comments

Comments
 (0)