Hi everyone,
I have made some custom material nodes that are 2048 and when I bring them into another node that is 1024 they do not scale down. I have set them to parent and tried to transform them. Is there a clean way of scaling down a node?
thanks.
Replies
If that's not it, make sure that anything hooked up to output nodes is also either relative to output or relative to parent. That includes bitmaps you placed, they default to absolute.
Basically, any node within a node you want to be relative, should be relative too. Absolute should really be avoided when creating library content.