blender/release/scripts
Campbell Barton 9c602bd455 note:
for a single tuple the last comma is needed. ('SOUND', ), otherwise its just a string.
 
 string in "STRING"
...is the same as
 string in ("STRING")
...which checks the substring, its normally used like this
 if string in "maybe one of these words contains STRING"

in this case its better just to do ==
2009-11-22 21:47:55 +00:00
..
io - dir() now works for collection functions 2009-11-20 10:00:54 +00:00
modules - hide members of bpy from dir() and autocomp. 2009-11-22 11:23:19 +00:00
op - add cloth button wasnt working because it was set to execute the operator. 2009-11-22 13:15:21 +00:00
presets * Added fps and fps_base to some Render presets. They were missing there. 2009-11-22 14:10:58 +00:00
templates patch from Ronan Bignaux 2009-11-21 17:41:09 +00:00
ui note: 2009-11-22 21:47:55 +00:00