Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2010-08-24 07:02:27 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-08-24 07:02:27 +0400
commit5c604e5524ace49caeda7c0bff9443afc43b236f (patch)
treeaab6dd5d645b92a7d451b3d62a16d0d0e716d318 /intern/elbeem
parent48e34b995686d50177932660ec422528eb4a6da8 (diff)
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.
Diffstat (limited to 'intern/elbeem')
0 files changed, 0 insertions, 0 deletions