[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [30383] trunk/blender/source/blender/ makesrna/rna_cleanup/rna_booleans.txt: rna name edits as discussed with brecht.

Campbell Barton ideasman42 at gmail.com
Thu Jul 15 17:37:57 CEST 2010


Revision: 30383
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=30383
Author:   campbellbarton
Date:     2010-07-15 17:37:57 +0200 (Thu, 15 Jul 2010)

Log Message:
-----------
rna name edits as discussed with brecht. restrict -> hide.

Modified Paths:
--------------
    trunk/blender/source/blender/makesrna/rna_cleanup/rna_booleans.txt

Modified: trunk/blender/source/blender/makesrna/rna_cleanup/rna_booleans.txt
===================================================================
--- trunk/blender/source/blender/makesrna/rna_cleanup/rna_booleans.txt	2010-07-15 15:23:09 UTC (rev 30382)
+++ trunk/blender/source/blender/makesrna/rna_cleanup/rna_booleans.txt	2010-07-15 15:37:57 UTC (rev 30383)
@@ -64,7 +64,7 @@
 Bone.layer -> layer:    boolean    Layers bone exists in
 Bone.local_location -> use_local_location:    boolean    Bone location is set in local space
 Bone.multiply_vertexgroup_with_envelope -> use_envelope_multiply:    boolean    When deforming bone, multiply effects of Vertex Group weights with Envelope influence
-Bone.restrict_select -> restrict_select:    boolean    Bone is able to be selected
+Bone.restrict_select -> hide_select:    boolean    Bone is able to be selected
 Bone.selected -> select:    boolean
 BooleanProperty.default -> default:    boolean, (read-only)    Default value for this number
 BooleanProperty.default_array -> default_array:    boolean, (read-only)    Default value for this array
@@ -221,7 +221,7 @@
 EditBone.local_location -> use_local_location:    boolean    Bone location is set in local space
 EditBone.locked -> lock:    boolean    Bone is not able to be transformed when in Edit Mode
 EditBone.multiply_vertexgroup_with_envelope -> use_envelope_multiply:    boolean    When deforming bone, multiply effects of Vertex Group weights with Envelope influence
-EditBone.restrict_select -> restrict_select:    boolean    Bone is able to be selected
+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
@@ -682,9 +682,9 @@
 Object.lock_rotation_w -> lock_rotation_w:    boolean    Lock editing of 'angle' component of four-component rotations in the interface
 Object.lock_rotations_4d -> lock_rotations_4d:    boolean    Lock editing of four component rotations by components (instead of as Eulers)
 Object.lock_scale -> lock_scale:    boolean    Lock editing of scale in the interface
-Object.restrict_render -> restrict_render:    boolean    Restrict renderability
-Object.restrict_select -> restrict_select:    boolean    Restrict selection in the viewport
-Object.restrict_view -> restrict_view:    boolean    Restrict visibility in the viewport
+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
 Object.shape_key_edit_mode -> use_shape_key_edit_mode:    boolean    Apply shape keys in edit mode (for Meshes only)
 Object.shape_key_lock -> show_shape_key:    boolean    Always show the current Shape for this Object





More information about the Bf-blender-cvs mailing list