Blender Git Commit Log
Git Commits -> Revision d3d41df
Revision d3d41df by Bastien Montagne (master) April 21, 2013, 13:51 (GMT) |
Fix for add nodes search box showing nasty "UUUUUUUU"-like entries with some python builds... Workaround for an issue with python: strings generated by py scripts should also exist in python as long as they are used in C. Else C code may access freed memory. Simply store the generated list of items in the class, for now. :/ |
Commit Details:
Full Hash: d3d41df6ee41748ad037100b5070d482ad6af45f
SVN Revision: 56191
Parent Commit: d404f7f
Lines Changed: +7, -1
1 Modified Path:
/release/scripts/startup/bl_operators/node.py (+7, -1) (Diff)