blender/release
Campbell Barton 5c604e5524 remove recently added rna function uilayout.prop_search_self() and instead allow collections to be coerced into rna structs when they define a type.
eg:
 row.prop_search_self(scene, "active", "keying_sets", text="")
...becomes
 row.prop_search(scene.keying_sets, "active", scene, "keying_sets", text="")

This is more flexible since it works for other UI functions too.
2010-08-24 03:02:27 +00:00
..
bin move directories: 2010-07-26 11:47:33 +00:00
datafiles * Polish preset did not enable tablet pressure for strength 2010-07-21 00:57:25 +00:00
freedesktop move the thumbnailer to bin/ 2010-07-18 11:46:25 +00:00
irix-6.2-mips correct fsf address 2010-02-12 13:34:04 +00:00
plugins Update address in license block. 2010-08-10 21:22:26 +00:00
scripts remove recently added rna function uilayout.prop_search_self() and instead allow collections to be coerced into rna structs when they define a type. 2010-08-24 03:02:27 +00:00
test correct fsf address 2010-02-12 13:34:04 +00:00
text Based on recent feedback, the copyright.txt file contained 2010-08-02 13:31:43 +00:00
windows Add missing banner for installer. 2010-07-26 10:30:59 +00:00
environment-macosx Continue development of bfile system. 2009-10-19 18:44:09 +00:00
environment-mswindows Continue development of bfile system. 2009-10-19 18:44:09 +00:00
environment-unix Continue development of bfile system. 2009-10-19 18:44:09 +00:00
getversion.py Fix syntax for ID keyword. 2010-03-21 01:14:04 +00:00
Makefile Update address in license block. 2010-08-10 21:22:26 +00:00
VERSION 2.5 Beta version files increment, from 2.52 to 2.53. 2010-07-20 16:44:59 +00:00