Skip to content
Snippets Groups Projects
Commit b22f2c02 authored by Brendon Murphy's avatar Brendon Murphy
Browse files

fix for api error, thanks to kgeogeo

parent c1d81a04
No related branches found
No related tags found
No related merge requests found
...@@ -446,7 +446,7 @@ def add_paint(context, size =2048, typ = 'NORMAL'): ...@@ -446,7 +446,7 @@ def add_paint(context, size =2048, typ = 'NORMAL'):
ts.use_map_normal = True ts.use_map_normal = True
ts.use_map_color_diffuse =False ts.use_map_color_diffuse =False
ts.normal_factor = -1 ts.normal_factor = -1
ts.bump_method='BUMP_DEFAULT' ts.bump_method='BUMP_ORIGINAL'
ts.bump_objectspace='BUMP_OBJECTSPACE' ts.bump_objectspace='BUMP_OBJECTSPACE'
elif typ == 'SPECULAR': elif typ == 'SPECULAR':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment