diff --git a/texture_paint_layer_manager.py b/texture_paint_layer_manager.py index 88d3af269af91aa595035c5430c0e806a86917bb..425f596aa26fc4fa629c04a683967099337435df 100644 --- a/texture_paint_layer_manager.py +++ b/texture_paint_layer_manager.py @@ -446,7 +446,7 @@ def add_paint(context, size =2048, typ = 'NORMAL'): ts.use_map_normal = True ts.use_map_color_diffuse =False ts.normal_factor = -1 - ts.bump_method='BUMP_DEFAULT' + ts.bump_method='BUMP_ORIGINAL' ts.bump_objectspace='BUMP_OBJECTSPACE' elif typ == 'SPECULAR':