Fix: Remove redundant wording in parameter label
The new option on bones to control the wire width had a redundant part of `Custom Shape`. Since the property is already within a section for Custom Shape we can shorten the label. Pull Request: https://projects.blender.org/blender/blender/pulls/123063
This commit is contained in:
committed by
Christoph Lendenfeld
parent
57f1d11163
commit
9c77598905
@@ -1164,8 +1164,7 @@ static void rna_def_pose_channel(BlenderRNA *brna)
|
||||
|
||||
prop = RNA_def_property(srna, "custom_shape_wire_width", PROP_FLOAT, PROP_NONE);
|
||||
RNA_def_property_float_sdna(prop, nullptr, "custom_shape_wire_width");
|
||||
RNA_def_property_ui_text(
|
||||
prop, "Custom Shape Wire Width", "Adjust the line thickness of custom shapes");
|
||||
RNA_def_property_ui_text(prop, "Wire Width", "Adjust the line thickness of custom shapes");
|
||||
/* When changing the upper limit of the range, also adjust the WIRE_WIDTH_COMPRESSION in
|
||||
* overlay_shader_shared.h */
|
||||
RNA_def_property_range(prop, 1.0f, 16.0f);
|
||||
|
||||
Reference in New Issue
Block a user