Update tooltip, Tablet API can now be changed at runtime.

This commit is contained in:
Nicholas Rishel 2020-10-02 13:29:17 -07:00
parent cbc1c83154
commit 632b345d35
1 changed files with 2 additions and 4 deletions

View File

@ -5784,10 +5784,8 @@ static void rna_def_userdef_input(BlenderRNA *brna)
prop = RNA_def_property(srna, "tablet_api", PROP_ENUM, PROP_NONE);
RNA_def_property_enum_items(prop, tablet_api);
RNA_def_property_ui_text(prop,
"Tablet API",
"Select the tablet API to use for pressure sensitivity (restart "
"Blender for changes to take effect)");
RNA_def_property_ui_text(
prop, "Tablet API", "Select the tablet API to use for pressure sensitivity");
RNA_def_property_update(prop, 0, "rna_userdef_tablet_api_update");
# ifdef WITH_INPUT_NDOF