Skip to content

Commit

Permalink
1_9_0
Browse files Browse the repository at this point in the history
Fixed issues reported by Harvester62
  • Loading branch information
DigiKrafting committed Oct 8, 2018
1 parent 9fbde3c commit 3afeb3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions __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, 5),
"version": (1, 9, 0),
"blender": (2, 79, 0),
"location": "Properties > Material > PBR Material",
"wiki_url": "https://github.com/Digiography/blender_addon_pbr/wiki",
Expand All @@ -31,7 +31,7 @@
node_name={
'base_color':{
'label':'Base Color',
'matches':['base_color','basecolor','diffuse','alberto','_alb.','_alb_','_col_','_color','color.']
'matches':['base_color','basecolor','diffuse','albedo','_alb.','_alb_','_col_','_color','color.']
},
'metallic':{
'label':'Metallic',
Expand Down Expand Up @@ -502,7 +502,7 @@ def draw(self, context):
layout.prop(self, 'option_relative')
layout.prop(self, 'option_ao_node')
layout.prop(self, 'option_metallic_node')
layout.prop(self, 'option_Specular_node')
layout.prop(self, 'option_specular_node')
layout.prop(self, 'option_metallic')
layout.prop(self, 'option_specular')

Expand Down

0 comments on commit 3afeb3a

Please sign in to comment.