We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57c9b9c commit 9fbde3cCopy full SHA for 9fbde3c
1 file changed
__init__.py
@@ -20,7 +20,7 @@
20
"name": "PBR",
21
"description": "PBR Workflow Tools",
22
"author": "Digiography.Studio",
23
- "version": (1, 8, 0),
+ "version": (1, 8, 5),
24
"blender": (2, 79, 0),
25
"location": "Properties > Material > PBR Material",
26
"wiki_url": "https://github.com/Digiography/blender_addon_pbr/wiki",
@@ -216,6 +216,7 @@ def execute(self, context):
216
_ds_pbr_material_options = context.material.ds_pbr_material_options
217
_path = _ds_pbr_material_options.option_textures_path
218
_path_files=_path
219
+ _object = context.object
220
221
_gloss = False
222
_metallic = False
0 commit comments