Blender Git Commit Log
Git Commits -> Revision 6fb9f5b
Revision 6fb9f5b by Brecht Van Lommel (master) April 22, 2013, 15:03 (GMT) |
Fix #35051: when viewing a complex node setup in the material properties, the properties were continuously redrawing, which slowed down everything else. The problem was integer overflow, with a short only capable of storing values up to 32767. Note that sockets are collapsed by default since the previous release, and that's it's not very useful to edit such complex node setups in the properties editor, it's mainly meant for simple setups or group nodes to present just a few sockets. |
Commit Details:
Full Hash: 6fb9f5bd41d6f12a7a5de155258d63c33ae1aac6
SVN Revision: 56210
Parent Commit: 75f1157
Lines Changed: +1, -1
1 Modified Path:
/source/blender/makesdna/DNA_screen_types.h (+1, -1) (Diff)