We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trying to bake either "Emission" or "Base Color" crashes the addon and returns black texture
Error message:
Python: Traceback (most recent call last): File "/home/(my name)/.config/blender/4.3/scripts/addons/TexTools_1_6_1/op_bake.py", line 474, in bake assign_tune_materials(obj, setup_bake_nodes=True) File "/home/(my name)/.config/blender/4.3/scripts/addons/TexTools_1_6_1/op_bake.py", line 409, in assign_tune_materials channel_ignore(modes['emission_strength'].relink['n'], slot.material) File "/home/(my name)/.config/blender/4.3/scripts/addons/TexTools_1_6_1/op_bake.py", line 955, in channel_ignore bsdf_node.inputs[channel].default_value = 1.0 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ValueError: bpy_struct: item.attr = val: sequence expected at dimension 1, not 'float'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Trying to bake either "Emission" or "Base Color" crashes the addon and returns black texture
Error message:
The text was updated successfully, but these errors were encountered: