glTF exporter: Fix typo in socket name
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
bl_info = {
|
||||
'name': 'glTF 2.0 format',
|
||||
'author': 'Julien Duroure, Scurest, Norbert Nopper, Urs Hanselmann, Moritz Becher, Benjamin Schmithüsen, Jim Eckerlein, and many external contributors',
|
||||
"version": (4, 2, 29),
|
||||
"version": (4, 2, 30),
|
||||
'blender': (4, 2, 0),
|
||||
'location': 'File > Import-Export',
|
||||
'description': 'Import-Export as glTF 2.0',
|
||||
|
||||
@@ -519,7 +519,7 @@ def get_multiply_factors(nav):
|
||||
prev.node.type == 'MIX' and
|
||||
prev.node.data_type == 'RGBA' and
|
||||
prev.node.blend_type == 'MULTIPLY' and
|
||||
prev.get_constant('Fac') == 1
|
||||
prev.get_constant('Factor')[0] == 1
|
||||
)
|
||||
if is_mul:
|
||||
fac1 = prev
|
||||
|
||||
Reference in New Issue
Block a user