blender/release/scripts/ui
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
..
properties_animviz.py rna data path names which are more likely to break animations. 2010-08-20 06:09:58 +00:00
properties_data_armature_rigify.py rna data path names which are more likely to break animations. 2010-08-20 06:09:58 +00:00
properties_data_armature.py - move more active properties into their collections: 2010-08-23 22:16:45 +00:00
properties_data_bone.py rename UI function 2010-08-23 05:47:45 +00:00
properties_data_camera.py rna renaming, still only adjusting properties that wont be animated (at least its very unlikely). 2010-08-18 07:14:10 +00:00
properties_data_curve.py rna data path names which are more likely to break animations. 2010-08-20 06:09:58 +00:00
properties_data_empty.py poll() as a python '@staticmethod' was too limiting and didnt allow useful base class poll functions in many cases. 2010-08-09 01:37:09 +00:00
properties_data_lamp.py rna renaming (manual edits) 2010-08-21 04:51:00 +00:00
properties_data_lattice.py rename UI function 2010-08-23 05:47:45 +00:00
properties_data_mesh.py - move more active properties into their collections: 2010-08-23 22:16:45 +00:00
properties_data_metaball.py rna: move metaball.active_element to metaball.elements.active 2010-08-23 00:57:19 +00:00
properties_data_modifier.py rename UI function 2010-08-23 05:47:45 +00:00
properties_game.py - rna py-api bug fix, a NULL item in a collection was raising an error 2010-08-22 17:23:08 +00:00
properties_material.py rename UI function 2010-08-23 05:47:45 +00:00
properties_object_constraint.py rename UI function 2010-08-23 05:47:45 +00:00
properties_object.py rename UI function 2010-08-23 05:47:45 +00:00
properties_particle.py rename UI function 2010-08-23 05:47:45 +00:00
properties_physics_cloth.py rename UI function 2010-08-23 05:47:45 +00:00
properties_physics_common.py rna data path names which are more likely to break animations. 2010-08-20 06:09:58 +00:00
properties_physics_field.py rna data path names which are more likely to break animations. 2010-08-20 06:09:58 +00:00
properties_physics_fluid.py rna data path names which are more likely to break animations. 2010-08-20 06:09:58 +00:00
properties_physics_smoke.py rename UI function 2010-08-23 05:47:45 +00:00
properties_physics_softbody.py rename UI function 2010-08-23 05:47:45 +00:00
properties_render.py rna data path names which are more likely to break animations. 2010-08-20 06:09:58 +00:00
properties_scene.py - move more active properties into their collections: 2010-08-23 22:16:45 +00:00
properties_texture.py rename UI function 2010-08-23 05:47:45 +00:00
properties_world.py rna renaming (manual edits) 2010-08-21 04:51:00 +00:00
space_console.py apply all rna naming changes for rna_space.c 2010-08-17 07:49:53 +00:00
space_dopesheet.py apply rna rename most of the show_*, names. 2010-08-17 17:03:52 +00:00
space_filebrowser.py - pythons 'del somevalue.attr' could crash when used with the rna api (reported by Luca) 2010-08-24 02:12:09 +00:00
space_graph.py apply all rna naming changes for rna_space.c 2010-08-17 07:49:53 +00:00
space_image.py 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
space_info.py rna data path names which are more likely to break animations. 2010-08-20 06:09:58 +00:00
space_logic.py rna renaming (manual edits) 2010-08-21 04:51:00 +00:00
space_nla.py more rna renaming. 2010-08-18 08:26:18 +00:00
space_node.py rna renaming for Render* structs 2010-08-18 04:10:23 +00:00
space_outliner.py 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
space_sequencer.py rna renaming (manual edits) 2010-08-21 04:51:00 +00:00
space_text.py rna renaming, still only adjusting properties that wont be animated (at least its very unlikely). 2010-08-18 07:14:10 +00:00
space_time.py 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
space_userpref_keymap.py 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
space_userpref.py fix errors with recent commits. 2010-08-18 10:42:00 +00:00
space_view3d_toolbar.py - bugfix [#23407] vertex painting on a mesh with no face segfaults 2010-08-22 06:31:26 +00:00
space_view3d.py rename UI function 2010-08-23 05:47:45 +00:00