Skip to content

Commit

Permalink
1_8_5
Browse files Browse the repository at this point in the history
Bug Fix
  • Loading branch information
DigiKrafting committed Jan 3, 2018
1 parent 57c9b9c commit 9fbde3c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"name": "PBR",
"description": "PBR Workflow Tools",
"author": "Digiography.Studio",
"version": (1, 8, 0),
"version": (1, 8, 5),
"blender": (2, 79, 0),
"location": "Properties > Material > PBR Material",
"wiki_url": "https://github.com/Digiography/blender_addon_pbr/wiki",
Expand Down Expand Up @@ -216,6 +216,7 @@ def execute(self, context):
_ds_pbr_material_options = context.material.ds_pbr_material_options
_path = _ds_pbr_material_options.option_textures_path
_path_files=_path
_object = context.object

_gloss = False
_metallic = False
Expand Down

0 comments on commit 9fbde3c

Please sign in to comment.