Fix T70596: Wrong default scale value for node wrapper tool.
This affected all exporter add-ons using that wrapper to handle the node shaders... sigh...
This commit is contained in:
@@ -771,7 +771,7 @@ class ShaderImageTextureWrapper():
|
||||
|
||||
def scale_get(self):
|
||||
if self.node_mapping is None:
|
||||
return Vector((0.0, 0.0, 0.0))
|
||||
return Vector((1.0, 1.0, 1.0))
|
||||
return self.node_mapping.inputs['Scale'].default_value
|
||||
|
||||
@_set_check
|
||||
|
Reference in New Issue
Block a user