Pullusb / storytools

Blender addon - Set of tool for storyboarding in Blender
GNU General Public License v3.0
52 stars 2 forks source link

1/9/2024 Blender 4.1 build storytools crashes blender #4

Closed Gattung closed 5 months ago

Gattung commented 5 months ago

Hello, I just did a 4.1 Blender build for windows and found that when I try to use storytools Blender will crash to desktop.

Heres the error I getting on the crash when clicking on the storytools n-panel


ERROR (gpu.shader): GPU_material_compile VertShader:
      |
 3023 |     result = closure_eval(diffuse_data, reflection_data);
      |
      | gpu_shader_material_principled.glsl:290:0: Error: C1115: unable to find compatible overloaded function "closure_eval(struct ClosureSubsurface, struct ClosureReflection)"

ERROR (gpu.shader): GPU_material_compile FragShader:
      |
 3024 |     result = closure_eval(diffuse_data, reflection_data);
      |
      | gpu_shader_material_principled.glsl:290:0: Error: C1115: unable to find compatible overloaded function "closure_eval(struct ClosureSubsurface, struct ClosureReflection)"
Gattung commented 5 months ago

Nevermind, same thing is happening with machin3tools batch addon. Guess its a Blender thing.

Pullusb commented 5 months ago

Yeah probably a Blender thing.

As many devs, I always wait for a release version, or at least beta state, before updating my addons. Otherwise it's like building the house on moving ground ^^.

Thank you for reporting anyway.