franMarz / TexTools-Blender

TexTools is a UV and Texture toolset created several years ago for Blender and Max by @renderhjs. In this open repository, originally created by @SavMartin, we develop the current version of this popular Blender add-on.
Other
2.02k stars 138 forks source link

Unable to bake anything #20

Closed bruhtusmomentus closed 4 years ago

bruhtusmomentus commented 4 years ago

After trying to bake a textured helmet, I received this error:

Traceback (most recent call last): File "/Users/myusername/Library/Aplication Support/Blender/2.82/scripts/addons/TexTools/op_bake.py", line 73, in execute ray_distance = bpy.context.scene.texToolsSettngs.bake_ray_distance File "/Users/myusername/Library/Application Support/Blender/2.82/scripts/addons/TexTools/op_bake.py", line 159, in bake image = setup_image(mode, name_texture, render_width, render_height, path, is_clear) File "/Users/mysusername/Library/Application Support/Blender/2.82/scripts/addons/TexTools/op_bake.py", line 345, in setup_image is_float_32 = bpy.context.preferences.addons["textools"].preferences.bake_32bit_float == '32' KeyError: 'bby_prop_collection[key] "textools" not found'

location: :-1

Note: I'm on a mac

SavMartin commented 4 years ago

Fixed , you can download the rigth one here. https://github.com/SavMartin/TexTools-Blender/releases/download/TexTools_2.8x/Textools.zip

bruhtusmomentus commented 4 years ago

Works, thank you!