Skip to content
New issue

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

Texture baking is broken in Blender 4.3.2 #252

Open
Zirenow opened this issue Dec 20, 2024 · 0 comments
Open

Texture baking is broken in Blender 4.3.2 #252

Zirenow opened this issue Dec 20, 2024 · 0 comments

Comments

@Zirenow
Copy link

Zirenow commented Dec 20, 2024

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant