Blender Git Loki
Git Commits -> Revision a8c4805
Revision a8c4805 by Ton Roosendaal (master) February 27, 2013, 14:25 (GMT) |
Bug fix #34436 Two example files that crashed texture nodes. - On delete texture nodes, it should free the exec cache (because this cache stores the node pointer. - On redo, nodes can exist can exist without typeinfo set. Exec (free) code was not checking for that. Don't ask me why this happens... tex nodes are weird. |
Commit Details:
Full Hash: a8c48058f9f93a45c84ab292ba8c1b1b66c0a39c
SVN Revision: 54908
Parent Commit: 713c9af
Lines Changed: +10, -2