Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

5
  • $\begingroup$ I tried the normal default cube with white base color. it turns black final bake result. can you provide a blend file with your test also on a white cube? $\endgroup$
    – Megan Love
    Commented Apr 7 at 15:20
  • $\begingroup$ The script I have provided needs another socket input for the Base Color. It will use the from_socket as an input for the Emission node. If there is no socket input a substitution node with the same output value should be created. You can also convert the input socket default_value to the Color input's default_value value of the Emission node but it is not possible for some combinations if you need to bake outside of the 0-1 range. Like you can bake a negative value but you cannot assign a negative value to a color type socket. $\endgroup$
    – unwave
    Commented Apr 7 at 18:30
  • $\begingroup$ im sorry im not sure I understand i thought i could directly use your code (which bakes black) so i can't automate it? or can you provide a blend file that works for you? because the code doesn't do it automatically apparently. $\endgroup$
    – Megan Love
    Commented Apr 8 at 2:40
  • $\begingroup$ @MeganLove I have updated the code to work for the default cube. $\endgroup$
    – unwave
    Commented Apr 13 at 22:35
  • $\begingroup$ thank you for your unwavering support :) $\endgroup$
    – Megan Love
    Commented Apr 14 at 1:07