This task is used to collect a list of bad tooltip so that people can write new ones.
When reporting errors simply describe the tooltip that is bad or right click --> online python reference, from here you can copy the python command so we can flag it here for rewriting.
Note on nodes:
Node tooltips saying "Value for unconnected socket" is a known issue and needs to be looked in deeper than some of the other tooltips
Terms
Here is a list of frequently used terms and how to write them:
- Data-Block
Tooltips:
- bpy.ops.render.render: "Render active scene"
bpy.ops.wm.operator_cheat_sheet: "Undocumented" --> "List all the Operators in a textblock, useful for scripting"bpy.ops.world.new "Add a new world" --> "Add a new world Data-Block"
Missing Tooltips
Missing tooltips can be found with this regex: RNA_def_property_ui_text\(prop, "[^"]*", ""\);