blender/release/scripts
Campbell Barton dc5b0c8b9c rna functions were getting away with passing the string "True" instead of True, changed get the integer value and test its 1 or 0.
allow rna function return values as an exception since so many poll functions do... "return (context.blah and context.foo)", that makign all return bool's isnt that nice.
2009-11-22 21:51:12 +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 rna functions were getting away with passing the string "True" instead of True, changed get the integer value and test its 1 or 0. 2009-11-22 21:51:12 +00:00