Blender Git Loki

Git Commits -> Revision 02da5ec

Revision 02da5ec by Campbell Barton (master)
July 15, 2010, 16:56 (GMT)
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

Commit Details:

Full Hash: 02da5ecfed33139f90a8a35c37300e6d3f3034eb
SVN Revision: 30384
Parent Commit: 220fd2e
Lines Changed: +209, -250

46 Modified Paths:

/release/scripts/io/import_anim_bvh.py (+2, -2) (Diff)
/release/scripts/modules/add_object_utils.py (+3, -3) (Diff)
/release/scripts/modules/bpy_types.py (+1, -1) (Diff)
/release/scripts/modules/rigify/arm_biped.py (+2, -2) (Diff)
/release/scripts/modules/rigify/__init__.py (+12, -12) (Diff)
/release/scripts/op/fcurve_euler_filter.py (+1, -1) (Diff)
/release/scripts/op/mesh.py (+3, -3) (Diff)
/release/scripts/op/nla.py (+1, -1) (Diff)
/release/scripts/op/object.py (+9, -9) (Diff)
/release/scripts/op/sequencer.py (+5, -5) (Diff)
/release/scripts/op/uv.py (+2, -2) (Diff)
/release/scripts/op/uvcalc_follow_active.py (+1, -1) (Diff)
/release/scripts/op/uvcalc_smart_project.py (+2, -2) (Diff)
/release/scripts/op/vertexpaint_dirt.py (+1, -1) (Diff)
/release/scripts/presets/interaction/maya.py (+3, -3) (Diff)
/release/scripts/templates/operator_uv.py (+1, -1) (Diff)
/release/scripts/ui/properties_data_bone.py (+3, -3) (Diff)
/release/scripts/ui/properties_game.py (+4, -4) (Diff)
/release/scripts/ui/properties_object_constraint.py (+1, -1) (Diff)
/release/scripts/ui/space_time.py (+1, -1) (Diff)
/release/scripts/ui/space_view3d.py (+3, -3) (Diff)
/source/blender/editors/animation/fmodifier_ui.c (+1, -1) (Diff)
/source/blender/editors/curve/editcurve.c (+1, -1) (Diff)
/source/blender/editors/gpencil/gpencil_buttons.c (+1, -1) (Diff)
/source/blender/editors/interface/interface_templates.c (+1, -1) (Diff)
/source/blender/editors/object/object_edit.c (+20, -20) (Diff)
/source/blender/editors/object/object_intern.h (+4, -4) (Diff)
/source/blender/editors/object/object_ops.c (+10, -10) (Diff)
/source/blender/editors/space_nla/nla_buttons.c (+1, -1) (Diff)
/source/blender/editors/space_outliner/outliner.c (+3, -3) (Diff)
/source/blender/makesrna/intern/rna_action.c (+4, -4) (Diff)
/source/blender/makesrna/intern/rna_animviz.c (+2, -2) (Diff)
/source/blender/makesrna/intern/rna_armature.c (+15, -15) (Diff)
/source/blender/makesrna/intern/rna_color.c (+2, -2) (Diff)
/source/blender/makesrna/intern/rna_constraint.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_curve.c (+9, -9) (Diff)
/source/blender/makesrna/intern/rna_fcurve.c (+19, -19) (Diff)
/source/blender/makesrna/intern/rna_gpencil.c (+5, -5) (Diff)
/source/blender/makesrna/intern/rna_mesh.c (+13, -13) (Diff)
/source/blender/makesrna/intern/rna_nla.c (+7, -7) (Diff)
/source/blender/makesrna/intern/rna_object.c (+7, -7) (Diff)
/source/blender/makesrna/intern/rna_pose.c (+2, -2) (Diff)
/source/blender/makesrna/intern/rna_sequencer.c (+4, -4) (Diff)
/source/blender/makesrna/intern/rna_timeline.c (+2, -2) (Diff)
/source/blender/makesrna/intern/rna_userdef.c (+2, -2) (Diff)
/source/blender/makesrna/rna_cleanup/rna_booleans.txt (+12, -53) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021