(Nodes) Display image name if any in the Cycles Image and Environment Texture node title
This commit is contained in:
parent
fc99eed5be
commit
d640ce40aa
Notes:
blender-bot
2025-02-14 01:32:44 +00:00
Referenced by issue #54177, Impossible to Unlink Material Animation Data? Referenced by issue #53080, Blender freezes temporarily when editing material color and/or changing number values in sliders Referenced by issue #52656, Driver stops updating dynamically if no/incomplete variable is defined
@ -102,6 +102,7 @@ void register_node_type_sh_tex_environment(void)
|
||||
node_type_init(&ntype, node_shader_init_tex_environment);
|
||||
node_type_storage(&ntype, "NodeTexEnvironment", node_free_standard_storage, node_copy_standard_storage);
|
||||
node_type_gpu(&ntype, node_shader_gpu_tex_environment);
|
||||
node_type_label(&ntype, node_image_label);
|
||||
|
||||
nodeRegisterType(&ntype);
|
||||
}
|
||||
|
@ -126,6 +126,7 @@ void register_node_type_sh_tex_image(void)
|
||||
node_type_init(&ntype, node_shader_init_tex_image);
|
||||
node_type_storage(&ntype, "NodeTexImage", node_free_standard_storage, node_copy_standard_storage);
|
||||
node_type_gpu(&ntype, node_shader_gpu_tex_image);
|
||||
node_type_label(&ntype, node_image_label);
|
||||
|
||||
nodeRegisterType(&ntype);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user