Blender Git Loki
Git Commits -> Revision 19832a0
Revision 19832a0 by Ton Roosendaal (master) June 17, 2006, 13:04 (GMT) |
Solved bad design decision in Node Editor: The buttons uiBlock was stored in a Node, for retrieval of node buttons, however that won't work when multiple windows show same Nodes. Now implemented more correct unique Block names (as all over in UI), and use that name to retrieve buttons with API call uiGetBlock(). |
Commit Details:
Full Hash: 19832a0639e89d2bed7856ab537c8c3b89e633c6
SVN Revision: 7769
Parent Commit: b159b27
Lines Changed: +32, -24