Blender Git Loki
Git Commits -> Revision 55b6230
Revision 55b6230 by Robin Allen (master) August 17, 2009, 18:37 (GMT) |
Made texture nodes accessible in the interface. * Exposed Tex.use_nodes, Tex.nodetree, MTex.which_output in RNA * Added node controls to texture buttons (Use Nodes and Use Output) * Made new texture outputs have unique names by default, though unique names still aren't required. Note: The preview window in the texture buttons only takes which_output into account when in "material" mode, and in the material half of "both" mode; the plain texture display ignores the user's output choice. This is because ED_preview_draw draws a Tex* and not an MTex* -- still some work to do here. |
Commit Details:
Full Hash: 55b6230464a140c62ec4cea4e11a4a05c8910d13
SVN Revision: 22579
Parent Commit: 6aeb2f6
Lines Changed: +231, -116