Skip to content

Commit 3afeb3a

Browse files
committed
1_9_0
Fixed issues reported by Harvester62
1 parent 9fbde3c commit 3afeb3a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

__init__.py

Lines changed: 3 additions & 3 deletions
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, 5),
23+
"version": (1, 9, 0),
2424
"blender": (2, 79, 0),
2525
"location": "Properties > Material > PBR Material",
2626
"wiki_url": "https://github.com/Digiography/blender_addon_pbr/wiki",
@@ -31,7 +31,7 @@
3131
node_name={
3232
'base_color':{
3333
'label':'Base Color',
34-
'matches':['base_color','basecolor','diffuse','alberto','_alb.','_alb_','_col_','_color','color.']
34+
'matches':['base_color','basecolor','diffuse','albedo','_alb.','_alb_','_col_','_color','color.']
3535
},
3636
'metallic':{
3737
'label':'Metallic',
@@ -502,7 +502,7 @@ def draw(self, context):
502502
layout.prop(self, 'option_relative')
503503
layout.prop(self, 'option_ao_node')
504504
layout.prop(self, 'option_metallic_node')
505-
layout.prop(self, 'option_Specular_node')
505+
layout.prop(self, 'option_specular_node')
506506
layout.prop(self, 'option_metallic')
507507
layout.prop(self, 'option_specular')
508508

0 commit comments

Comments
 (0)