• Joined on 2024-07-16
Arg commented on issue blender/blender#124967 2024-07-19 06:26:14 +02:00
Blender crash with custom material nodes

yes i meant if you run the reload scripts blender operator multiple times and then update a nodes value it will make blender crash (again you may have to repeat this process multiple times) anyway…

Arg commented on issue blender/blender#124967 2024-07-18 14:56:09 +02:00
Blender crash with custom material nodes

on alpha it seems more likely to happen if you spam refresh scripts and then change a nodes value (rgb, value, whatever.) are you still unable to get a the node to load in?

Arg commented on issue blender/blender#124967 2024-07-18 14:32:07 +02:00
Blender crash with custom material nodes

i dont see how this is needed but change unregister to

def unregister(): #bpy.utils.unregister_class(Test_MT_Node_Add) #bpy.utils.unregister_class(ShaderNodeTest) bpy.types.NODE_M…

Arg commented on issue blender/blender#124967 2024-07-18 12:27:29 +02:00
Blender crash with custom material nodes

if the node is listed as undefined you may have to go into the scripting workspace and run the script there

Arg commented on issue blender/blender#124967 2024-07-18 12:09:12 +02:00
Blender crash with custom material nodes

if you go into the shading workspace, make sure the default cube and its material is selected in the shader editor and then click add (which will be on the top bar of the shader editor, and click…

Arg opened issue blender/blender#124967 2024-07-18 10:33:09 +02:00
Blender crash with custom material nodes