blender/release/scripts/startup
Bastien Montagne d3d41df6ee 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. :/
2013-04-21 13:51:51 +00:00
..
bl_operators Fix for add nodes search box showing nasty "UUUUUUUU"-like entries with some python builds... 2013-04-21 13:51:51 +00:00
bl_ui code cleanup: minor improvements to scripts. 2013-04-20 13:23:53 +00:00
keyingsets_builtins.py More UI message i18n fixes and improvements... 2013-03-10 17:42:08 +00:00
nodeitems_builtins.py Shader nodes / order: 2013-04-14 09:34:59 +00:00