blender/release/scripts/ui
Campbell Barton 02da5ecfed Apply first pass of edits to rna values from rna_booleans.txt.
These are not animated and are best not change names like this too late in the release.

ActionGroup.selected -> select:    boolean    Action Group is selected
BezierSplinePoint.hidden -> hide:    boolean    Visibility status
BezierSplinePoint.selected_control_point -> select_control_point:    boolean    Control point selection status
BezierSplinePoint.selected_handle1 -> select_left_handle:    boolean    Handle 1 selection status
BezierSplinePoint.selected_handle2 -> select_right_handle:    boolean    Handle 2 selection status
Bone.restrict_select -> hide_select:    boolean    Bone is able to be selected
Bone.selected -> select:    boolean
CurveMapPoint.selected -> select:    boolean    Selection state of the curve point
EditBone.restrict_select -> hide_select:    boolean    Bone is able to be selected
EditBone.selected -> select:    boolean
EditBone.selected_head -> select_head:    boolean
EditBone.selected_tail -> select_tail:    boolean
EditBone.locked -> lock:    boolean    Bone is not able to be transformed when in Edit Mode
EditBone.hidden -> hide:    boolean    Bone is not visible when in Edit Mode
NEGATE * FCurve.disabled -> enabled:    boolean    F-Curve could not be evaluated in past, so should be skipped when evaluating
FCurve.locked -> lock:    boolean    F-Curve's settings cannot be edited
FCurve.muted -> mute:    boolean    F-Curve is not evaluated
FCurve.selected -> select:    boolean    F-Curve is selected for editing
NEGATE * FCurve.visible -> hide:    boolean    F-Curve and its keyframes are shown in the Graph Editor graphs
FCurveSample.selected -> select:    boolean    Selection status
GPencilFrame.selected -> select:    boolean    Frame is selected for editing in the DopeSheet
GPencilLayer.locked -> lock:    boolean    Protect layer from further editing and/or frame changes
GPencilLayer.selected -> select:    boolean    Layer is selected for editing in the DopeSheet
Keyframe.selected -> select:    boolean    Control point selection status
Keyframe.selected_handle1 -> select_left_handle:    boolean    Handle 1 selection status
Keyframe.selected_handle2 -> select_right_handle:    boolean    Handle 2 selection status
MeshEdge.selected -> select:    boolean
MeshEdge.hidden -> hide:    boolean
MeshFace.hidden -> hide:    boolean
MeshFace.selected -> select:    boolean
MeshVertex.hidden -> hide:    boolean
MeshVertex.selected -> select:    boolean
MotionPathVert.selected -> select:    boolean    Path point is selected for editing
NlaStrip.selected -> select:    boolean    NLA Strip is selected
NlaTrack.locked -> lock:    boolean    NLA Track is locked
NlaTrack.muted -> mute:    boolean    NLA Track is not evaluated
NlaTrack.selected -> select:    boolean    NLA Track is selected
Object.restrict_render -> hide_render:    boolean    Restrict renderability
Object.restrict_select -> hide_select:    boolean    Restrict selection in the viewport
Object.restrict_view -> hide:    boolean    Restrict visibility in the viewport
Object.selected -> select:    boolean    Object selection state
ObjectBase.selected -> select:    boolean    Object base selection state
PoseBone.selected -> select:    boolean
Sequence.right_handle_selected -> select_right_handle:    boolean
Sequence.selected -> select:    boolean
SplinePoint.selected -> select_control_point:    boolean    Selection status
TimelineMarker.selected -> select:    boolean    Marker selection state
Sequence.left_handle_selected -> select_left_handle:    boolean
ActionGroup.locked -> lock:    boolean    Action Group is locked
Bone.hidden -> hide:    boolean    Bone is not visible when it is not in Edit Mode (i.e. in Object or Pose Modes)
SplinePoint.hidden -> hide:    boolean    Visibility status
FModifier.muted -> mute:    boolean    F-Curve Modifier will not be evaluated

 note: rebaned uv_select to select_uv
2010-07-15 16:56:04 +00:00
..
properties_animviz.py Motion Path Tweaks: 2010-05-20 12:31:55 +00:00
properties_data_armature_rigify.py naming changes 2010-06-14 03:52:10 +00:00
properties_data_armature.py Patch #22807: Add select/deselect buttons to armature bone group panel 2010-07-14 03:19:19 +00:00
properties_data_bone.py Apply first pass of edits to rna values from rna_booleans.txt. 2010-07-15 16:56:04 +00:00
properties_data_camera.py Properties Window: 2010-05-16 10:21:00 +00:00
properties_data_curve.py - text3d was missing menu items for toggling bold/underline/italic/smallcaps. 2010-07-13 23:51:21 +00:00
properties_data_empty.py Properties Window: 2010-05-16 10:21:00 +00:00
properties_data_lamp.py * Sun & Sky presets were labeled as Render presets. 2010-05-31 10:21:57 +00:00
properties_data_lattice.py Properties Window: 2010-05-16 10:21:00 +00:00
properties_data_mesh.py Properties Window: 2010-05-16 10:21:00 +00:00
properties_data_metaball.py Properties Window: 2010-05-16 10:21:00 +00:00
properties_data_modifier.py Merge GSOC Sculpt Branch: 28499-30319 2010-07-14 14:11:03 +00:00
properties_game.py Apply first pass of edits to rna values from rna_booleans.txt. 2010-07-15 16:56:04 +00:00
properties_material.py Properties Window: 2010-05-16 10:21:00 +00:00
properties_object_constraint.py Apply first pass of edits to rna values from rna_booleans.txt. 2010-07-15 16:56:04 +00:00
properties_object.py Added name to object color in object properties. Kinda misleading 2010-06-29 05:02:51 +00:00
properties_particle.py Adding COMPAT_ENGINE stuff to the particle panels so that they no longer show up when using the "Blender Game" render engine. 2010-07-11 08:48:21 +00:00
properties_physics_cloth.py nicer alignment for preset UI 2010-06-27 21:35:31 +00:00
properties_physics_common.py pointcache support for relative external paths with the useual // prefix as well as library path option. 2010-07-14 07:47:03 +00:00
properties_physics_field.py Properties Window: 2010-05-16 10:21:00 +00:00
properties_physics_fluid.py Properties Window: 2010-05-16 10:21:00 +00:00
properties_physics_smoke.py pep8, whitespace edits 2010-06-09 19:12:03 +00:00
properties_physics_softbody.py pedantic pep8 warnings, mostly white space. 2010-07-05 22:22:22 +00:00
properties_render.py nicer alignment for preset UI 2010-06-27 21:35:31 +00:00
properties_scene.py remove filename and directory from python operators that dont need them 2010-06-26 22:32:47 +00:00
properties_texture.py Merge GSOC Sculpt Branch: 28499-30319 2010-07-14 14:11:03 +00:00
properties_world.py Properties Window: 2010-05-16 10:21:00 +00:00
space_buttons.py rna naming, *_frame --> frame_* 2010-04-01 21:44:56 +00:00
space_console.py replace operator options bl_undo and bl_register with bl_options 2010-03-01 00:03:51 +00:00
space_dopesheet.py Animation Editors: Select Linked Operator 2010-04-05 11:47:55 +00:00
space_filebrowser.py pep8 cleanup + correction for external player operator return value. 2010-02-22 23:32:58 +00:00
space_graph.py - for BGE mouse and keyboard events use tuples rather then lists 2010-04-17 19:05:53 +00:00
space_image.py patch by manaphuun on IRC. 2010-07-10 15:44:27 +00:00
space_info.py 2.5: rename "Operator Cheat Sheet (new textblock)" to "Operator Cheat Sheet", 2010-07-12 11:02:01 +00:00
space_logic.py pedantic pep8 warnings, mostly white space. 2010-07-05 22:22:22 +00:00
space_nla.py fix for keying set rna path attribute and object select menu incorrect args to UI func. 2010-03-24 15:08:15 +00:00
space_node.py node toggle preview and hidden socket key shortcuts (Ctrl+H, Shift+H) 2010-06-07 20:03:40 +00:00
space_outliner.py misc uninteresting stuff (killing time at airport commit) 2010-05-03 16:00:42 +00:00
space_sequencer.py - make duplis real wasnt redrawing 2010-07-13 22:21:59 +00:00
space_text.py [#22554] Register option on Texts doesn't work anymore 2010-06-11 14:10:02 +00:00
space_time.py Apply first pass of edits to rna values from rna_booleans.txt. 2010-07-15 16:56:04 +00:00
space_userpref_keymap.py remove filename and directory from python operators that dont need them 2010-06-26 22:32:47 +00:00
space_userpref.py Merge GSOC Sculpt Branch: 28499-30319 2010-07-14 14:11:03 +00:00
space_view3d_toolbar.py Merge GSOC Sculpt Branch: 28499-30319 2010-07-14 14:11:03 +00:00
space_view3d.py Apply first pass of edits to rna values from rna_booleans.txt. 2010-07-15 16:56:04 +00:00