forked from blender/blender
Fix creating 2 <image> nodes in TexImage when Color and Output are connected #24
No reviewers
Labels
No Label
No Milestone
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: DagerD/blender#24
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "BogdanNagirniak/blender:matx-fix-teximage-nodes"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Purpose
TexImage node creates 2 nodes when Color and Output are connected.
Technical steps
Added name to node, same as node_name with Color output.
Added implementation of TexEnvironment node.
Fixed naming in group_nodes.cc
Works fine.